Creative & Visual Media
Discussions highlighted tools for generative media models, including a local database-backed explorer supporting speech, video, and image models with features like prompt remixing, JSON handling, image-to-prompt reversal, and tagging.
It’s built me:
– a local db backed tool for exploring gen media models
– incorporated tools for copying prompts, remixing prompts, using json, reversing from image to prompt, reusing references
– search, filter and tag utilities
– works with speech, video and image models— fofr (@fofrAI) March 8, 2026
I’ve been using this model to build tools I’m using daily.
I love that it was able to one shot exporting image/prompt pairs from my Nano Banana tool to Google Drive and Slides.
— fofr (@fofrAI) March 8, 2026
Experiments with altering body types and environments in generations were shared.
What happens if you give it a different type of body and environment? https://t.co/F5EHnZX3jo
— fofr (@fofrAI) March 8, 2026
Javi Lopez noted Udio’s removal of download buttons for AI-generated songs, calling it nerfed functionality amid broader AI content restrictions.
Nerfed, everything you see is just nerfed… https://t.co/vcKuWC3hit pic.twitter.com/opCjbl91P8
— Javi Lopez ⛩️ (@javilopen) March 8, 2026
Wait… Is this a joke?
Has Udio seriously removed the download button so you can't download the songs you generate?
Has everyone in AI gone completely insane or what the hell has been going on lately? 😂 pic.twitter.com/qu3q2ckQn1
— Javi Lopez ⛩️ (@javilopen) March 8, 2026
Justine Moore (@venturetwins) shared examples of Seedance 2 generative videos emerging from China, emphasizing their shift toward real storytelling rather than novelty clips, with one short drama garnering over 100k likes on Rednote and calls for sequels.
The Seedance 2 videos coming out of China are insane.
They've had a few weeks to play with the model and we're starting to get real stories – not just novelty clips.
This short drama has 100k+ likes on Rednote, with commenters demanding a sequel 👇 pic.twitter.com/Lb8kPJqRb2
— Justine Moore (@venturetwins) March 8, 2026
Update: I have discovered Pokopia.
It’s so over. https://t.co/bWZmPami0W pic.twitter.com/8jAcfVVhX6
— Justine Moore (@venturetwins) March 8, 2026
Software Development
Gemini 3.1 Pro excelled in OpenClaw, demonstrating strong developer practices like frequent commits, tool usage for testing and iteration, and proactive planning.
By the way, Gemini 3.1 Pro works really nicely with OpenClaw.
– good developer practices (frequent commits, good messaging, no rookie errors)
– finds and uses the right tools for testing, self assessment and iteration
– proactive in plan execution
– feels more human and…— fofr (@fofrAI) March 8, 2026
Alex Volkov suggested testing query expansion (QMD) in OpenClaw, noting built-in capabilities for context-aware searches.
Could be worthwhile to test QMD in @openclaw again? Honestly having a much smaller model do query expansion made no sense in a harness that's already… knows the context of your search! So @wooolfred had instructions to do query expansion and save those GPU cycles anyhow! Now… https://t.co/BOhulbzjzH
— Alex Volkov (Thursd/AI) (@altryne) March 8, 2026
Guillermo Rauch critiqued exposed health endpoints in “vibe-coded” software and emphasized queues for content post-processing.
Queues are extremely useful for all kinds of post-processing of content. I see this really commonly with large content / media customers.
What I'm more concerned about: why is a /𝚑𝚎𝚊𝚕𝚝𝚑 endpoint, let alone one with this level of detail, open to the internet 😨
— Guillermo Rauch (@rauchg) March 8, 2026
Jonathan Fischoff explored the concept of a programming language optimized for LLMs, noting that human-centric features like complex type systems and borrow/type inference may become less relevant.
What does a programming language designed for LLMs look like?
Some human factors might not matter. Complex types with inscrutable error messages? Perhaps not an issue.
Type/borrow inference, probably not important.
— Jonathan Fischoff (@jfischoff) March 8, 2026
why?
— Jonathan Fischoff (@jfischoff) March 8, 2026
I’m not sure these concerns will matter over the next couple years vs complicating the language with inference
— Jonathan Fischoff (@jfischoff) March 8, 2026
Omar Sar highlighted the OpenDev paper, an 81-page guide on scaffolding terminal-based coding agents with dual-agent planning-execution architecture, lazy tool discovery, and adaptive context management, emphasizing the shift to CLI-native systems like Claude Code.
Pay attention to this one if you are building terminal-based coding agents.
OpenDev is an 81-page paper covering scaffolding, harness design, context engineering, and hard-won lessons from building CLI coding agents.
It introduces a compound AI system architecture with… pic.twitter.com/sQVRb2lKEJ
— elvis (@omarsar0) March 8, 2026
Goose OSS released version 1.26.0 of their open-source AI agent for automating developer tasks, featuring local inference upgrades, Telegram chat integration, and additional LLM providers.
1.26.0 is here, which means:
– local inference just got an upgrade
– chat with goose via telegram
– and even more providers pic.twitter.com/MyZM2U548a— goose (@goose_oss) March 8, 2026
Ethan Mollick (@emollick) discussed an Anthropic study on “vibecoding,” where over-reliance on AI for code generation hinders developers’ ability to read, write, debug, and understand code without learning gains, but using AI supportively can build skills—echoing larger RCTs in education.
This (very small) study hints at something more interesting.
If you use AI to support learning while coding you can gain additional skills, if you delegate all intellectual work to AI you learn nothing. This has also turned out to be true in other larger RCT studies in education https://t.co/ZQyxL4CVvs pic.twitter.com/sp4cqPNwBP
— Ethan Mollick (@emollick) March 8, 2026
Mollick also tested ChatGPT and Claude for Excel on complex 1,000-year macroeconomic data, finding both capable but ChatGPT more auditable as it stayed within Excel formulas versus Claude’s Python outputs.
I gave ChatGPT for Excel and Claude for Excel a try on a very hard Excel file: macro-economic data from 1,000 years of English history across over a hundred tabs.
I think both did a good job, and I did not spot errors (though I only did spot checks). However, Claude was harder… pic.twitter.com/8tKf9HVJLH
— Ethan Mollick (@emollick) March 8, 2026
Automation & Orchestration
OpenClaw was praised as an agentic harness for coding tasks, with Gemini integration enabling human-like execution and tool usage.
By the way, Gemini 3.1 Pro works really nicely with OpenClaw.
– good developer practices (frequent commits, good messaging, no rookie errors)
– finds and uses the right tools for testing, self assessment and iteration
– proactive in plan execution
– feels more human and…— fofr (@fofrAI) March 8, 2026
Workflows involved building custom tools for media exploration and prompt management.
It’s built me:
– a local db backed tool for exploring gen media models
– incorporated tools for copying prompts, remixing prompts, using json, reversing from image to prompt, reusing references
– search, filter and tag utilities
– works with speech, video and image models— fofr (@fofrAI) March 8, 2026
Omar Sar discussed SkillNet, an infrastructure for creating, evaluating, and organizing over 200,000 AI agent skills with relational ontology, boosting rewards by 40% and cutting steps by 30% on benchmarks like ALFWorld.
How to effectively create, evaluate and evolve skills for AI agents?
Without systematic skill accumulation, agents constantly reinvent the wheel.
SkillNet introduces an open infrastructure for creating, evaluating, and organizing AI skills at scale.
It structures over 200,000… pic.twitter.com/iJhZMvme5Q
— elvis (@omarsar0) March 8, 2026
Omar Sar also covered STRUCTUREDAGENT, a hierarchical planning system using dynamic AND/OR trees and structured memory for long-horizon web tasks, achieving 46.7% success on complex shopping benchmarks through backtracking and interpretable plans.
Planning for Long-Horizon Web Tasks
Really solid work on making web agents better at complex, long-horizon tasks.
STRUCTUREDAGENT introduces a hierarchical planning framework using dynamic AND/OR trees for efficient search and a structured memory module for tracking candidate… pic.twitter.com/GUdRYF9n5O
— elvis (@omarsar0) March 8, 2026
Machina (@EXM7777) contrasted OpenClaw’s local, customizable setup—requiring daily tweaks and troubleshooting—with Anthropic’s native features like /loop for recurring prompts, remote phone control, scheduled tasks, and persistent memory, arguing the latter delivers faster ROI for business leverage.
i spent weeks deep in OpenClaw…
building skills, testing memory systems, switching models, debugging things that were broken
OpenClaw is built for people who WANT to maintain their own infrastructure
> daily tweaking
> constant troubleshooting
> full control of every layer…— Machina (@EXM7777) March 8, 2026
EXM7777 questioned the need for AI browsers given agents’ full hardware access.
are AI browsers even needed now that we have AI agents with full access to our hardware?
— Machina (@EXM7777) March 8, 2026
Strategy & Ecosystem
Guillermo Rauch argued that coding knowledge remains crucial for effective AI prompting, system security, performance optimization, API integration, and reliability, countering claims of non-coders having an advantage; he advocated understanding data flows and endorsed xAI’s mission to elevate human intelligence.
Not knowing how to code giving you an advantage is absolute nonsense.
The more you understand, the better your prompts, the better the feedback you give, the better product you ship.
What will change is that the intricacies of syntax, compilers, module systems, the finer…
— Guillermo Rauch (@rauchg) March 8, 2026
Incidentally this is why I like @xai’s mission to “understand the universe”.
I want AI to make us super geniuses not super idiots 😂
— Guillermo Rauch (@rauchg) March 8, 2026
Emerging tech like Gemini 3.1 Pro showed promise in developer tools and agentic systems.
By the way, Gemini 3.1 Pro works really nicely with OpenClaw.
– good developer practices (frequent commits, good messaging, no rookie errors)
– finds and uses the right tools for testing, self assessment and iteration
– proactive in plan execution
– feels more human and…— fofr (@fofrAI) March 8, 2026
Machina (@EXM7777) noted GPT-5.4’s improved personality makes ChatGPT conversations natural and less “cringe,” closing the gap with Claude’s engaging feel that drove users to Opus.
GPT-5.4 quietly changed something that matters more than any benchmark…
ChatGPT's personality finally doesn't suck
i know that sounds blunt but it's the first time in months where i can open ChatGPT and just talk to it without loading custom instructions to stop it from being…
— Machina (@EXM7777) March 8, 2026
With universal compute access, EXM7777 asked what differentiates users now.
everyone in the world now has access to the same level of compute…
limitless power, infinite possibilities, any hardware can run it
so tell me… what do you think the real differentiator is going to be? pic.twitter.com/RL3cgX99CK
— Machina (@EXM7777) March 8, 2026
Ethan Mollick (@emollick) critiqued viral misinterpretations of an underpowered creativity study (n=61) showing no AI-induced drop—and sustained gains—at 30 days, urging frontier models to fact-check claims against papers.
Another 15k like post that is wrong about an AI paper’s findings.
And the community note undersells how wrong: the creativity paper measured 61 people (underpowered) and found NO drop in creativity at 30 days. The ChatGPT group was actual still (significantly!) higher at the end pic.twitter.com/v1Z87oDCJI
— Ethan Mollick (@emollick) March 8, 2026
People keep taking these influencer posts about papers at face value – I see serious accounts quoting them now
Just paste the post and the link to the article into any frontier model (NB: @ Grok doesn’t read the PDF) & ask “is the post supported by the evidence in this piece?” https://t.co/eMQaKEGa6o
— Ethan Mollick (@emollick) March 8, 2026
Mollick described AI fiction writing’s illusory depth, where readers project meaning onto high-implied outputs.
Fiction writing is such a weird problem space with AI because fiction depends on you, as a reader, assuming meaning behind the writing. And AI is terrific at writing things with high levels of implied meaning. The more meaning you seek, the more you find, though it is illusory.
— Ethan Mollick (@emollick) March 8, 2026