Creative & Visual Media
gokayfem outlined a future workflow for AI video production, predicting that generation quality issues will be resolved in 3-4 months, enabling processes like dumping references (videos, images, audios, prompts), extending videos while preserving context, and in-between editing.
This is my current view of AI video. I think generation part is going to be solved in 3-4 months and the below is going to happen. Generation quality is the bottleneck right now. https://t.co/8xxr59eU2l
— gokaygokay (@gokayfem) February 18, 2026
it will look like this
> dump as much as reference as possible (videos, images, audios, prompts)
> extend existing videos based on references without losing old context
> maybe make some video editing in between— gokaygokay (@gokayfem) February 18, 2026
fal announced an official integration between fal and n8n, enabling no-code generative AI automation with access to over 1000 generative media models directly in n8n workflows.
🚨 Official fal & n8n integration is here!
⚡ Combine the power of fal workflows + n8n workflows
🚀 No-code generative AI automation
🎨 Access 1000+ generative media models directly in n8n powered by fal pic.twitter.com/nW3wdlKTP1— fal (@fal) February 18, 2026
AIWarper expressed frustration over waiting for access to Seedance 2, highlighting its potential for content creation.
Can i just like…. get access to Seedance 2 already so I can make content?
This waiting feels like an eternity and there is nothing else I have the drive to even test right now pic.twitter.com/pi8fFGwKvO
— A.I.Warper (@AIWarper) February 18, 2026
Justine Moore (@venturetwins) highlighted how AI-generated influencers have become nearly indistinguishable from real people, sharing a video example that garnered significant attention.
As I’ve been telling you guys – the AI influencers have become indistinguishable from reality pic.twitter.com/zwGuWX4nk4
— Justine Moore (@venturetwins) February 18, 2026
This account (diycraftstvofficial on IG) has an insane hit rate.
It has posted ~330 times and gained 3.8M followers.
Almost all of the videos have millions of views. The video ⬆️ got 415M!
There’s something about this format that just works…we can’t stop watching. pic.twitter.com/z5yW9Pjg6u
— Justine Moore (@venturetwins) February 18, 2026
She also discussed the viral success of AI renovation videos on Instagram, noting an account with 3.8M followers and videos achieving hundreds of millions of views due to their addictive format.
This account (diycraftstvofficial on IG) has an insane hit rate.
It has posted ~330 times and gained 3.8M followers.
Almost all of the videos have millions of views. The video ⬆️ got 415M!
There’s something about this format that just works…we can’t stop watching. pic.twitter.com/z5yW9Pjg6u
— Justine Moore (@venturetwins) February 18, 2026
Riley Brown (@rileybrown) demonstrated OpenClaw’s capabilities in creative tools like Blender, Cinema 4D, After Effects, and Figma, showcasing automated 3D and design workflows.
What happens when you give @openclaw access to Blender? It can do this with Cinema 4D, After Effects, Figma and more. (Videos on that soon) pic.twitter.com/ZseQ596PuZ
— Riley Brown (@rileybrown) February 18, 2026
Software Development
Guillermo Rauch (@rauchg) praised Vercel’s redesigned runtime logs search bar for improving query handling with visual pills, calling it a significant quality-of-life upgrade.
This is a huge quality of life improvement. The previous search input was 🥴
— Guillermo Rauch (@rauchg) February 18, 2026
We redesigned the runtime logs search bar.
Queries like 𝚕𝚎𝚟𝚎𝚕:𝚎𝚛𝚛𝚘𝚛 or 𝚜𝚝𝚊𝚝𝚞𝚜:𝟻𝟶𝟶 now parse into visual pills, making complex queries easier to scan and edit.
See it in action ↓ pic.twitter.com/mGI2Q11i0n
— Vercel Developers (@vercel_dev) February 18, 2026
He highlighted Base UI as durable software ideal for building on amid AI-generated code trends, reducing the need to regenerate components repeatedly.
Actually Base UI is a great example of the kind of durable software we won't have to re-generate every single time. We should build on it.
— Guillermo Rauch (@rauchg) February 18, 2026
AI is an amplifier of your intellect and values. A mirror of your soul.
If you were a confirmation bias person, AI can be catastrophic for you. There’s some way to contort almost any prompt to give you the answer you’re looking for. The extreme version of this is AI psychosis.…
— Guillermo Rauch (@rauchg) February 18, 2026
Rauch also advocated for “malleable software” as the future, likening it to a token cache for AI-customizable features without rebuilding everything from scratch.
Agreed. Malleable software is the future. It’s a bit like starting from a “token cache” so that you don’t have to start over every time
— Guillermo Rauch (@rauchg) February 18, 2026
Dan Shipper detailed OpenAI’s Codex advancements, including a desktop app, GPT-5.3 Codex model, and ultra-fast Spark model, emphasizing internal automations like merge conflict scanning and bug hunting, while positioning it against competitors in code review and speed as a dimension of intelligence.
OpenAI’s hottest app isn’t ChatGPT—it’s Codex.
In the last few weeks alone, the Codex team shipped a desktop app, GPT-5.3 Codex (a new flagship model), and Spark, the fastest coding model I’ve ever used. Usage has grown fivefold since January and over a million people now use… pic.twitter.com/lKtKv1ilmV
— Dan Shipper 📧 (@danshipper) February 18, 2026
levelsio advocated coding directly in production using Claude Code via Telegram integration (claude-code-telegram), calling it faster than local push workflows with instant rollbacks by messaging the agent, and plans to automate error log fixes.
I mostly just code in production now with Claude Code, way faster than this local push stuff https://t.co/kaJBzBqWeC
— @levelsio (@levelsio) February 18, 2026
Push from laptop local to GitHub which then webhooks and then server auto pulls takes 3 seconds for me
That's 3 seconds I don't have for every change I make
Coding in production on Claude Code takes 0 seconds and it only made a mistake once in 12 months which it then fixed https://t.co/vMJnlJxrtR
— @levelsio (@levelsio) February 18, 2026
People keep asking this and isn't it obvious?
You just message it to revert it back https://t.co/28k86dJS72
— @levelsio (@levelsio) February 18, 2026
omarsar0 highlighted GLM-5’s shift from “vibe coding” to agentic engineering via asynchronous agent RL and DSA for long-horizon software tasks.
// From Vibe Coding to Agentic Engineering //
GLM-5 is a foundation model designed to transition from vibe coding to agentic engineering.
The model introduces novel asynchronous agent RL algorithms that enable learning from complex, long-horizon interactions. It also adopts DSA… pic.twitter.com/ZjJhJmDLPQ
— elvis (@omarsar0) February 18, 2026
Simon Willison noted updates to the SWE-bench leaderboard, with Opus 4.5 topping Gemini 3 Flash in agentic software engineering benchmarks.
For a moment I thought this revealed the existence of Gemini 3.5 Flash, but it turns out that's a typo and it was Gemini 3 Flash that got second place after Opus 4.5 (which surprisingly beats Opus 4.6 here) https://t.co/Fih4NniwNW
— Simon Willison (@simonw) February 18, 2026
AIWarper pointed out that Cursor users can enable higher GPT-5.3 thinking models beyond defaults for better performance.
I wonder how many Cursor users have no clue you can add the GPT 5.3 highest thinking models
They are not added by default – only the "medium" thinking is on by default pic.twitter.com/h7sntefyu3
— A.I.Warper (@AIWarper) February 18, 2026
omarsar0 voiced support for the Claude Code team amid challenges.
i just want that at least once claude max is trending for the right reason.
i really do.
rooting for the claude code team, but we really need some good news in the coming days. 🙂
back to building. pic.twitter.com/FOoJ7fys7u
— elvis (@omarsar0) February 18, 2026
Riley Brown (@rileybrown) showcased building a full iOS app in 30 minutes using @vibecodeapp, a full-stack vibe coding platform, and noted ChatGPT subscriptions integrating with OpenClaw for development tasks.
Built my own iOS app to talk to my @openclaw in 30 minutes with @vibecodeapp pic.twitter.com/qFFVVIiqJ0
— Riley Brown (@rileybrown) February 18, 2026
ChatGPT sub will work with Openclaw.
Claude just made this against their TOS. https://t.co/NHs91UYLwm— Riley Brown (@rileybrown) February 18, 2026
Ethan Mollick (@emollick) categorized tools like Codex and Claude Code as specialized coding apps that extend to other uses, emphasizing their distinction from general knowledge work tools.
But Codex and Claude Code are both in the same category – coding tools that can be used for other things (I discuss that category extensively).
They are quite different from Cowork – which is in many ways less capable, but built for other types of knowledge work and more secure
— Ethan Mollick (@emollick) February 18, 2026
Automation & Orchestration
fal’s n8n integration supports combining fal workflows with no-code pipelines for generative media tasks.
🚨 Official fal & n8n integration is here!
⚡ Combine the power of fal workflows + n8n workflows
🚀 No-code generative AI automation
🎨 Access 1000+ generative media models directly in n8n powered by fal pic.twitter.com/nW3wdlKTP1— fal (@fal) February 18, 2026
omarsar0 shared MASFly, a framework for dynamic multi-agent adaptation using retrieval of collaboration patterns and real-time monitoring, achieving 61.7% on TravelPlanner benchmarks.
Adaptable multi-agent systems inspired by biological adaptation.
Most multi-agent systems are statically designed.
But real-world tasks vary, so a fixed team isn't always the right team.
MASFly is a framework that dynamically adapts LLM-based multi-agent systems at test time.… pic.twitter.com/BuKakFwIXK
— elvis (@omarsar0) February 18, 2026
goose_oss promoted agentic testing and browser automation via the new Playwright CLI skill.
Come join us as we explore agentic testing and browser automation using the newly released Playwright CLI skill:https://t.co/spebMgnLtQ
— goose (@goose_oss) February 18, 2026
levelsio’s production Claude Code setup via Telegram enables agentic bug fixes and feature additions.
I mostly just code in production now with Claude Code, way faster than this local push stuff https://t.co/kaJBzBqWeC
— @levelsio (@levelsio) February 18, 2026
omarsar0 questioned OpenClaw’s unique value over Claude Code for agentic tasks.
There isn’t a single use case that I have seen done with OpenClaw that I can’t do with Claude Code.
What am I missing?
I don’t use Telegram for real work but is there anything else?
— elvis (@omarsar0) February 18, 2026
Machina (@EXM7777) advocated for practical agentic AI applications like automated lead research, 24/7 content systems, scalable SEO pipelines, and competitive intelligence, criticizing simplistic demos like email summarization.
openclaw isn't overrated
the people shilling it just picked the lamest use cases possible
"look it summarized my emails!" "it checked my calendar!"
bro… who are you that you need an AI to read a gmail notification
that takes 2 minutes… max
and the emails requiring real…
— Machina (@EXM7777) February 18, 2026
They described advanced “skills” that autonomously call tools, reference knowledge bases, trigger other skills, and spawn sub-agents to execute complex workflows from a single prompt.
one person with a good library of skills can outpace a team of 10…
and i don't think people realize how serious this is
most are using skills as glorified prompt templates saved in markdown files
that's not what a skill is
a real skill can:
– call tools on its own
-…— Machina (@EXM7777) February 18, 2026
The Boring Marketer (@boringmarketer) shared content on automating marketing with AI workflows and agents.
— The Boring Marketer (@boringmarketer) February 18, 2026
Strategy & Ecosystem
Rauchg described AI as an amplifier of intellect and values, warning of risks like confirmation bias leading to “AI psychosis” or companies overproducing custom software akin to inventing their own OS and languages.
AI is an amplifier of your intellect and values. A mirror of your soul.
If you were a confirmation bias person, AI can be catastrophic for you. There’s some way to contort almost any prompt to give you the answer you’re looking for. The extreme version of this is AI psychosis.…
— Guillermo Rauch (@rauchg) February 18, 2026
He urged playing the long-term game by focusing on durable foundations rather than generating everything.
Actually Base UI is a great example of the kind of durable software we won't have to re-generate every single time. We should build on it.
— Guillermo Rauch (@rauchg) February 18, 2026
Agreed. Malleable software is the future. It’s a bit like starting from a “token cache” so that you don’t have to start over every time
— Guillermo Rauch (@rauchg) February 18, 2026
Emad Mostaque endorsed a potential $1B seed for UK AI startup Ineffable Intelligence aiming for superhuman intelligence, comparing to Stability AI’s record.
Would be great to see happen to accelerate UK AI 🇬🇧
We set the current record I believe in 2022 with $101m for our seed round at @StabilityAI 🥭
So this would be a cool $899m more 👀
Should probably do our seed for @ii_posts soon.. 🤔 https://t.co/J8nGmk4rKc
— Emad (@EMostaque) February 18, 2026
omarsar0 referenced insights from Adaline Applied on why most AI demos fail as products versus those that survive in production.
If you're building products with AI and agents, this is worth a few minutes.
Real talk about why most AI products die after launch and what separates the ones that survive.
Some hard-core builders in that panel. https://t.co/xbnfCbTtB9
— elvis (@omarsar0) February 18, 2026
Machina (@EXM7777) stressed model-agnostic design amid rapidly rotating top models (Claude, ChatGPT, Kimi, Minimax), warning against single-model optimization and sharing tests favoring Opus 4.6 over Sonnet 4.6.
optimizing for a single model right now is one of the worst bets you can make
over the past 3 weeks i've been jumping from Claude to ChatGPT, then from Kimi to Minimax… and now finally back to Claude
the model that's "best" is rotating every few weeks
what if your system got…
— Machina (@EXM7777) February 18, 2026
i ran a few tests on Sonnet 4.6
i'm getting way better outputs with Opus 4.6… like it's not even close
— Machina (@EXM7777) February 18, 2026
Ethan Mollick (@emollick) updated his AI guide, noting Anthropic’s lead in knowledge work apps (Cowork, PowerPoint/Excel integrations, skills/plugins), lack of competitors, and Google’s fragmented ecosystem; he also observed Chinese open-source models underperform in real agentic tasks despite benchmarks.
This matches the general feeling on the big Chinese open source models. They have great benchmarks and near-frontier status on some coding, but there is a larger gap with the the big closed models than the benchmarks would indicate when it comes to real work and general “smarts” https://t.co/GbBccXRp0D
— Ethan Mollick (@emollick) February 18, 2026
Another thing I noticed writing my latest AI guide was how Anthropic seems to be alone in knowledge work apps. Not just Cowork, but Claude for PowerPoint & Excel, as well as job-sppecific skills, plugins & finance/healthcare data integrations
Surprised at the lack of challengers
— Ethan Mollick (@emollick) February 18, 2026
Again, I am sure OpenAI will release more enterprise stuff soon, and Google seems to be moving forward a bit with integration into Google workspaces, but the gap right now is surprisingly large as everyone else seems to aim just at the coding market.
— Ethan Mollick (@emollick) February 18, 2026