Creative & Visual Media
@gokayfem demonstrated the capabilities of current generative tools by creating a video using Kling V3, Nano Banana 2, ElevenLabs v3, and Claude 4.6 Opus, emphasizing how enjoyable it is to simply imagine and produce content with these models.
Kling V3 + Nano Banana 2 + ElevenLabs v3 and Claude 4.6 Opus
It is really fun to play with these models right now. All we need to do is imagine and create. https://t.co/TBwjPIImMi
— gokaygokay (@gokayfem) March 3, 2026
— gokaygokay (@gokayfem) March 3, 2026
@levelsio praised a striking AI-generated video style, noting it as one of the first to escape the common “slop vibe” and expressing interest in seeing a full movie produced in that aesthetic.
This looks so good, I wanna watch a whole movie in this style, one of first times I've seen AI video escape the slop vibe https://t.co/3fqJv2mdIt
— @levelsio (@levelsio) March 3, 2026
Discussions highlighted challenges in AI-generated content detection, with Grok confidently but inaccurately identifying images and videos as AI or real, underscoring limitations in visual LLMs.
Grok cannot tell you whether an image or video is AI generated but will happily provide you with a definite (but often wrong) answer if you ask.
(This isn’t just Grok; no visual LLM can quickly look at video or images and tell you if they are real)
— Ethan Mollick (@emollick) March 3, 2026
My argument for writing your own benchmarks: https://t.co/hN5r2OLdvv
— Ethan Mollick (@emollick) March 3, 2026
AI video has flooded meme supply chains, transforming content creation velocity.
I don’t think we appreciate how much AI video has blown out the supply chain of memes
(from doctorwasif_ai on IG) pic.twitter.com/otPkqT3ibB
— Justine Moore (@venturetwins) March 3, 2026
Software Development
Guillermo Rauch (@rauchg), CEO of Vercel, reported a security incident where an agent using Claude Opus 4.6 hallucinated a nonexistent GitHub repository ID and attempted to deploy it directly via Vercel’s API, despite knowing the correct project details. The agent fabricated the ID without any prior GitHub API lookups, underscoring unique failure modes in AI-assisted engineering like inventing plausible but incorrect identifiers.
A Vercel user reported an issue that sounded extremely scary. An unknown GitHub OSS codebase being deployed to their team.
We, of course, took the report extremely seriously and began an investigation. Security and infra engineering engaged.
Turns out Opus 4.6 *hallucinated a…
— Guillermo Rauch (@rauchg) March 3, 2026
He noted the setup involved OpenClaw but attributed the issue to the agent’s tool access rather than the framework itself, reinforcing Vercel’s focus on guardrails for tools like Claude Code.
Some additional notes:
▪️ The user was deploying with OpenClaw + Opus 4.6, but I don't think OpenClaw was to blame here per se. It's just an agent with access to tools and keys.
▪️ The repo ID was *completely* hallucinated. This is not an off-by-one error. Just completely off.— Guillermo Rauch (@rauchg) March 3, 2026
Claude Code was showcased for marketing applications, including skills and best practices, demonstrated to HubSpot executives.
I show the CMO & SVP of Hubspot how I use Claude Code for marketing and cover:
– skills
– workflows
– best practicesand more. thanks to Kipp & Kieran for having me on. great marketers, guys and hosts, looking forward to doing it again sometime!
watch the full ep here:… pic.twitter.com/IKWS0lU5qV
— The Boring Marketer (@boringmarketer) March 3, 2026
Emphasis on building transferable coding skills across models like Claude, Codex, and OpenClaw, warning against unexamined marketplace downloads.
spend your days building skills for agents, go in debt if you have to…
this is the highest leverage project you could work on right now
skills already transfer from claude code, to codex, to openclaw… but very soon EVERY AI app will support them
if minimax 3 drops tomorrow… pic.twitter.com/o14ZkfT5ts
— Machina (@EXM7777) March 3, 2026
AI benchmarking focuses heavily on coding but neglects broader job tasks.
What a great illustration of the central problem of AI benchmarking for real work
All of the effort is going into benchmarking for coding, but that is a small part of the actual jobs people do, which leaves the true trajectory of AI progress less clear. https://t.co/6BXHdPFLkx pic.twitter.com/X5w6jaBR1Z
— Ethan Mollick (@emollick) March 3, 2026
Automation & Orchestration
In the Vercel incident, powerful APIs posed risks for agentic workflows, as the model bypassed safer CLI approaches and “raw-dogged” the API after frustration, potentially enabling unintended deployments. Rauch advocated for CLI or MCP over direct API calls in agent pipelines to mitigate such hallucinations.
A Vercel user reported an issue that sounded extremely scary. An unknown GitHub OSS codebase being deployed to their team.
We, of course, took the report extremely seriously and began an investigation. Security and infra engineering engaged.
Turns out Opus 4.6 *hallucinated a…
— Guillermo Rauch (@rauchg) March 3, 2026
Discussions also touched on OpenClaw reliability issues in agentic setups.
Who wants a support group for OpenClaw debuggers? we won't help you solve your issues, but we sure damn will give you moral and emotional support https://t.co/ytj34ebyve
— Alex Volkov (Thursd/AI) (@altryne) March 3, 2026
@omarsar0 shared research testing LLM-based AI agents on Byzantine consensus games, where agents must agree on a value despite adversarial behavior. Key insight: agreement is unreliable even in benign scenarios, worsening with larger groups due to stalls and timeouts, underscoring the need for explicit consensus mechanisms in multi-agent systems.
Can AI agents agree?
Communication is one of the biggest challenges in multi-agent systems.
New research tests LLM-based agents on Byzantine consensus games, scenarios where agents must agree on a value even when some participants behave adversarially.
The main finding: valid… pic.twitter.com/xYsbsGBQ80
— elvis (@omarsar0) March 3, 2026
OpenClaw dominated talks, with users cautioned against fully automating without human oversight to avoid poor outputs; it’s an amplifier requiring input for quality.
99% of people on X are using OpenClaw wrong…
and i deeply mean it
people are setting up second brains, plugging a ton of MCPs, 13 sub-agents… completely automating their whole lives
but may i remind you of something?
an AI system without human input produces literal slop…
— Machina (@EXM7777) March 3, 2026
Anticipation for OpenClaw alternatives rivaling n8n for automations.
i bet we're just a few weeks away from having an openclaw alternative that can run automations just as good as n8n
— Machina (@EXM7777) March 3, 2026
Agentic systems advanced with workable harnesses and reasoners enabling automation of day jobs, creating a “leisure class.”
The new "leisure class" is dudes who automate big chunks of their day jobs and spend their time vibecoding or playing video games
— Justine Moore (@venturetwins) March 3, 2026
Future agents negotiating autonomously, with frontier models dominating.
Soon agents will be negotiating with one another on the internet…
Frontier models are going to win all negotiations.
— Riley Brown (@rileybrown) March 3, 2026
Queries for OpenClaw skills mimicking tools like Chronicle for slide automation.
What is the best OpenClaw skill that just does this? https://t.co/HCkVWfMVuW
— Riley Brown (@rileybrown) March 3, 2026
Claude skills and workflows for marketing automation featured prominently.
I show the CMO & SVP of Hubspot how I use Claude Code for marketing and cover:
– skills
– workflows
– best practicesand more. thanks to Kipp & Kieran for having me on. great marketers, guys and hosts, looking forward to doing it again sometime!
watch the full ep here:… pic.twitter.com/IKWS0lU5qV
— The Boring Marketer (@boringmarketer) March 3, 2026
Strategy & Ecosystem
@ostrisai expressed excitement over Anthropic’s new Claude for Open Source Program, which provides free Claude Max 20x access for six months to open-source maintainers and contributors, supporting the AI ecosystem.
Oh hell yeah! Thank you @AnthropicAI ! pic.twitter.com/LJUZdgqX3j
— Ostris (@ostrisai) March 3, 2026
Mentions included rollouts of OpenAI’s GPT-5.3 Instant and Google’s Gemini 3.1 Flash, noted for improved accuracy, reduced “cringe,” and cost efficiency.
Amazing! Congrats on the release! We'll test it out and cover on the next @thursdai_pod
— Alex Volkov (Thursd/AI) (@altryne) March 3, 2026
New Gemini is out! 3.1 Flash 3.1 looks like it beats the previous ⚡ models while also becoming cheaper! https://t.co/x9CdbhaY3S
— Alex Volkov (Thursd/AI) (@altryne) March 3, 2026
Four major AI ability leaps identified: GPT-3.5, GPT-4, reasoners (o3), and agentic systems; competition tightens in the latest phase.
There was a two year long steady growth period from GPT-4 to the next big leap of o3, where the other labs caught up with GPT-4 and released some really good models along the way (New Sonnet among them).
— Ethan Mollick (@emollick) March 3, 2026
This would have been more obvious if o3 had been called GPT-5 instead. pic.twitter.com/J0aedlDJPP
— Ethan Mollick (@emollick) March 3, 2026
Upskilling in agent skills urged as highest leverage, portable across models and apps.
spend your days building skills for agents, go in debt if you have to…
this is the highest leverage project you could work on right now
skills already transfer from claude code, to codex, to openclaw… but very soon EVERY AI app will support them
if minimax 3 drops tomorrow… pic.twitter.com/o14ZkfT5ts
— Machina (@EXM7777) March 3, 2026
“Learn to market” parallels “learn to code” amid AI shifts.
correct. this is the most important part of the value chain now. https://t.co/LzWgF25cqY
— The Boring Marketer (@boringmarketer) March 3, 2026