OpenAI Launches Codex App as Claude Code Adoption Hits Enterprise Scale
Daily Wrap-Up
The biggest story today is OpenAI's launch of the Codex app, a dedicated workspace for managing multiple coding agents in parallel. The launch triggered a cascade of reactions, from @theo calling it a "Cursor killer" to @sama making a surprisingly vulnerable admission about feeling useless when his own AI started generating better feature ideas than he could. That moment of honesty from the CEO of OpenAI says more about where we are than any benchmark ever could. But the real signal might be buried in @GergelyOrosz's anecdote about a CTO migrating 600 engineers from Copilot to Cursor to Claude Code in under a year. The coding tool landscape is churning faster than anyone can keep up with, and the winners are being decided by which tools actually ship code, not which ones demo well.
Underneath the product launches, a quieter but arguably more important conversation played out about agent infrastructure. @embirico from OpenAI called for all agent builders to standardize on .agents/skills as a shared directory, and @mintlify improved how agents discover llms.txt files. These are plumbing decisions that will determine how composable and portable agent workflows become. The fact that multiple companies are converging on shared conventions suggests we're moving past the "every tool is its own island" phase. On the philosophical side, @alexhillman drew a sharp distinction between using AI to build factories (scale and speed, less human input) versus workshops (depth and understanding, more human input). @badlogicgames backed this up with practical advice: don't run more than two or three things in parallel, and give your brain rest. In a day full of hype about parallel agents and 5x productivity, that grounded perspective was refreshing.
The most entertaining moment was @PalmerLuckey discovering that a team in the AI Grand Prix is using cultured mouse brain cells to control their drone, which he initially thought violated the software-only rules before deciding "hell yeah." The most practical takeaway for developers: follow @embirico's lead and standardize your agent skills in .agents/skills/ directories. As coding agents proliferate, the teams that invest in portable, discoverable skill definitions now will have a massive advantage when switching between or running multiple agents becomes the norm.
Quick Hits
- @SpaceX announced it has acquired xAI, forming what they call "one of the most ambitious, vertically integrated innovation engines on (and off) Earth." Musk consolidation continues.
- @rough__sea reacted to projections of terawatts of AI compute launching annually, wondering if this is how von Neumann probes start.
- @argosaki posted about "procedural memory implants" via transcranial magnetic stimulation. Claims of piano-playing after 20 minutes and 91% retention at 6 months are extraordinary and should be treated with extraordinary skepticism.
- @PalmerLuckey revealed an AI Grand Prix team is using cultured mouse brain cells as a biological computer to control their drone. Peak 2026.
- @Google highlighted using AI tools to sequence endangered animal genomes in days instead of years.
- @doodlestein noted the Agent Flywheel Hub Discord has grown to 339 members.
- @GOROman shared a Moshi + Mosh + tmux + Tailscale terminal setup for remote AI work.
- @aliasaria announced the public beta of Transformer Lab for Teams, an open-source platform for AI research workflows.
- @badlogicgames declared "pi is now a certified game engine."
- @nummanali called for an open-source version of 8090, an AI-native SDLC orchestration platform.
- @marty joked about "every tech guy you know working on their @openclaw productivity system right now."
OpenAI Ships the Codex App
The headline launch of the day was OpenAI's Codex app, positioned as a "command center for building with agents." @OpenAIDevs described it as a focused space to manage multiple agents, run work in parallel, and collaborate over long-running tasks. @sama celebrated by doubling all rate limits for paid plans for two months and adding access for free and Go tiers, a clear land-grab move to build habit before anyone can evaluate alternatives.
The early reactions ranged from enthusiastic to existential. @theo, who had access for a week before launch, called it a "Cursor killer" and said he was "addicted." @polynoamial went further: "Codex is writing all my code these days, and I've fully switched to using the Codex app." @heccbrent, who worked on launch content at OpenAI, revealed he had turned Codex into "a fairly competent video editor" that can make rough cuts in Adobe Premiere Pro, hinting at just how far these tools can stretch beyond their intended domain.
But the most memorable moment came from @sama himself:
"I built an app with Codex last week. It was very fun. Then I started asking it for ideas for new features and at least a couple of them were better than I was thinking of. I felt a little useless and it was sad."
That's the CEO of OpenAI publicly processing the same existential discomfort that millions of developers are quietly experiencing. @kimmonismus connected the dots: "So we got Codex that 'builds itself' and Claude, that's being built with Claude. Sorry, but in what way haven't we reached the point of self-improving models?" Whether or not we're truly at recursive self-improvement, the perception is shifting fast, and perception drives adoption. @alexalbert__ from Anthropic offered the understated observation that "it's only been one year since vibe coding was coined," a reminder of just how compressed these timelines have become.
The Great Coding Tool Migration
While OpenAI made noise with its launch, the broader story is how quickly engineering organizations are cycling through coding tools. @GergelyOrosz shared a pattern he's seeing repeatedly:
"'Earlier, all devs used GitHub Copilot. 9 months ago, we rolled out Cursor to all devs. 1.5 weeks ago, we rolled out Claude Code to everyone, and cancelled our Copilot subscription' - CTO at a company with 600 engineers. (I hear this exact 'transition' story, a LOT!)"
That's a remarkable churn rate for enterprise tooling. @flaviocopes praised the latest Claude Code release as the "best thing shipped since Claude Code" itself, calling out its automations, skills system, and workflow features. On the practical tips front, @leerob shared a Cursor workflow of stacking skills: /code-review, then /simplify, then /deslop, then /commit-pr, essentially building a quality pipeline within the agent. @TheAhmadOsman offered a simpler but equally useful tip: "tell Claude Code or any other agent to generate relevant pre-commit hooks for your project."
Meanwhile, @thdxr announced a beta channel for opencode, an open-source alternative testing a SQLite migration. The coding tool space is fragmenting and consolidating simultaneously. The tools that win will be the ones that integrate most deeply into existing workflows rather than asking developers to adopt entirely new paradigms.
Agent Infrastructure Finds Its Standards
A potentially pivotal moment for the agent ecosystem happened when @embirico announced that OpenAI's Codex will now read agent skills from .agents/skills, with the goal of deprecating the Codex-specific .codex/skills directory:
"Open call to agent builders: Let's read agent skills from
.agents/skills, so people don't have to manage separate folders per agent."
This is exactly the kind of convention-over-configuration decision that determines whether agents become interoperable or remain siloed. If Claude Code, Codex, and other agents converge on a shared skills directory, developers can write skills once and have them work everywhere.
@mintlify contributed from the documentation side, improving how llms.txt files are discovered by coding agents. Their approach puts the llms.txt index instruction at the top of markdown responses as a blockquote, so agents see guidance immediately without parsing entire documents. @michael_chomsky expanded on this with practical advice for agent-optimized content: respect Accept: text/plain and text/markdown headers, since most agents don't render JavaScript, and keep important context at the top of files because agents tend to truncate. @jamesvclements built a tool that adds before-and-after screenshots to PRs, the kind of small but useful agent-adjacent tooling that improves the review experience in an agent-heavy workflow.
The AI Adoption Gap
Several posts painted a stark picture of two very different worlds coexisting right now. @vig_xyz captured it perfectly:
"All my friends work at AI labs or AI startups and are actually running multiple Claude Code agents in parallel now, sometimes with custom cloud infra. The PE companies I meet with are still figuring out what their first AI initiative should be."
@gauthampai confirmed the same observation from his consulting work: some clients are shipping agents, skills, and MCPs like there's no tomorrow while others "still complain how ChatGPT didn't answer their questions right." This gap has real consequences. @levie from Box laid out the strategic calculus: companies that use AI leverage to cut costs will be outcompeted by those that expand their roadmaps. He argued that GTM and distribution moats become critical when software development costs per unit drop, because the bottleneck shifts from building to adoption.
@Architect9000 took the career implications to their logical extreme, warning that displaced software engineers won't just disappear but will "learn another person's job, automate it 1000x, and take it for themselves." @vasuman pushed back on the hype from a different angle, arguing that new models won't magically unlock enterprise use cases because "those have been unlocked for months." The real bottleneck is understanding business needs and translating them to agent SOPs. @emollick offered measured agreement: "it is reasonable to take announcements about what AI can do from AI companies with a grain of salt. On the other, this fits the trajectory we are seeing in AI coding everywhere."
Factories vs. Workshops
The most thoughtful thread of the day was @alexhillman's distinction between two emerging schools of AI-assisted development:
"One is using these tools to build factories. Emphasis on scale and speed. Optimized for output. Eventual consistency. LESS human input and interaction. The space I'm focused on is different... my emphasis is on depth and understanding. I'm optimizing for maintaining open loops. Low tolerance for errors. MORE human input."
@jonhilt responded with an insight that cuts to the heart of it: "You, as an individual, bring all your knowledge, skills and experience to bear on every project you touch. You've packaged some of that up into an AI assistant which now does the same." This is the workshop model in action: not replacing human judgment but encoding and amplifying it.
@badlogicgames provided the most grounded practical advice of the day, pushing back hard against the "run a gazillion agents in parallel" mentality. He keeps to two or three parallel tasks maximum, uses virtual desktops as task bundles, and deliberately maintains an entertainment desktop so his brain can rest. "There's likely only a handful of humans that have the mental make-up to survive the permanent context switches," he wrote. @solarapparition offered the philosophical counterpoint: "there's a big fucking wave coming. It's higher than any high ground you can reasonably reach." Their advice? Take a deep breath, find a clear space, and let the wave carry you. Between the factory builders and the wave riders, the workshop builders who maintain depth and understanding while riding the current may end up best positioned.
Source Posts
There's a new kind of coding I call "vibe coding", where you fully give in to the vibes, embrace exponentials, and forget that the code even exists. It's possible because the LLMs (e.g. Cursor Composer w Sonnet) are getting too good. Also I just talk to Composer with SuperWhisper so I barely even touch the keyboard. I ask for the dumbest things like "decrease the padding on the sidebar by half" because I'm too lazy to find it. I "Accept All" always, I don't read the diffs anymore. When I get error messages I just copy paste them in with no comment, usually that fixes it. The code grows beyond my usual comprehension, I'd have to really read through it for a while. Sometimes the LLMs can't fix a bug so I just work around it or ask for random changes until it goes away. It's not too bad for throwaway weekend projects, but still quite amusing. I'm building a project or webapp, but it's not really coding - I just see stuff, say stuff, run stuff, and copy paste stuff, and it mostly works.
SpaceX has acquired xAI, forming one of the most ambitious, vertically integrated innovation engines on (and off) Earth → https://t.co/3ODfcYnqfg https://t.co/el40rCUBGe
We improved llms.txt discoverability for coding agents at the content and HTTP layers. In Markdown responses, the llms.txt index instruction now appears at the top of the page as a clear blockquote, so agents see guidance immediately without having to parse the full document. https://t.co/R8v2u0iaQd
Codex now pretty much builds itself, with the help and supervision of a great team. The bottleneck has shifted to being how fast we can help and supervise the outcome.
@alexhillman What's interesting about this is that it feels like it models the real world. You, as an individual, bring all your knowledge, skills and experience to bear on every project you touch. You've packaged some of that up into an AI assistant which now does the same :)
Interesting thought experiment: Let's run with the assumption that AI makes creating software ridiculously fast + cheap, and quality doesn't suffer (I know, I know, but let's assume) What would this mean for software businesses? Would eg they all expand scope w new products?
I dont think forming an "execution plan" is what almost anyone should be doing right now for the same reason that no one is ready. Mentally prepare, yes, that is done by learning to surf the unknown rather than prematurely crystallizing a narrative about having a plan.
And we’re live! You can sign up and give it a try here: https://t.co/lm3KeO2k7i
Introducing the Codex app—a powerful command center for building with agents. Now available on macOS. https://t.co/HW05s2C9Nr
Claude Code in Your Pocket — Dead Simple 60-Second Setup