AI Learning Digest.

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

P
Palmer Luckey @PalmerLuckey ·
I have just been informed that one of the teams competing in the AI Grand Prix is using a biological computer built with cultured mouse brain cells to control their drone. At first look, this seems against the spirit of the software-only rules. On second thought, hell yeah. https://t.co/mMejzsAnJO
G
Gergely Orosz @GergelyOrosz ·
"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!)
A
Alex Albert @alexalbert__ ·
It's only been one year since vibe coding was coined...
A Andrej Karpathy @karpathy

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.

R
Ryan Dahl @rough__sea ·
Terawatts of AI compute launched each year?? If this becomes real, it’s one of the strangest sci-fi timelines imaginable. Is this how von Neumann probes start?
S SpaceX @SpaceX

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

M
Michael @michael_chomsky ·
There is so much SEO/AEO alpha in just pasting this blog into Claude Code and telling it to optimize your project. here's the tldr: -always respect 'Accept: text/plain' and 'Accept: text/markdown' headers (most agents don't render js, biggest win) -let agents know about your llms.txt, otherwise they won't check for it -keep important context for agents at the top of your files (they tend to truncate) -prioritize agents when serving content We're building something absolutely insane for agent SEO next. I really can't wait to share!
M Mintlify @mintlify

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

L
Lee Robinson @leerob ·
Cursor tip: before pushing a PR, ask the agent to break your changes into a series of commits for easier review. You can even stack skills like: 1. /code-review 2. /simplify (can we get the same result with less code?) 3. /deslop (remove unnecessary comments) 4. /commit-pr https://t.co/wIyZHDmNQP
S
Sam Altman @sama ·
To celebrate the launch of the Codex app, we doubled all rate limits for paid plans for 2 months! And added access for free/go.
A
Ahmad @TheAhmadOsman ·
pro tip: tell claude code or any other agent to generate relevant pre-commit hooks for your project
C
Chubby♨️ @kimmonismus ·
So we got Codex that „builds itself“ and Claude, that’s being build with Claude. Sorry, but in what way haven't we reached the point of self-improving models? Everything points to it.
T Tibo @thsottiaux

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.

📙
📙 Alex Hillman @alexhillman ·
agreed! I'm starting to think that there's a few different schools of thought when it comes to this wave of AI tools. 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, not sure what to call it yet. but by contrast, my emphasis is on depth and understanding. I'm optimizing for maintaining open loops. low tolerance for errors. MORE human input.
J Jon Hilton (@jonhilton.net) @jonhilt

@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 :)

A
Aaron Levie @levie ·
This is the question every software company is asking themselves right now. What happens to our roadmap if an engineer can produce 2X or 5X more output. The general direction will be roadmap expansion. Companies that just use this leverage to cut costs will be outcompeted by those that decide to do more. As a result, this will mean we will see more competitive battles between companies, but also the expansion of many more categories since software can touch more surface area. The limiter then becomes how rapidly your customers can actually adopt new software, how good you make that software (vs. it becomes slop because it’s so much easier), and whether you can get paid for more software or if customers’ expectations just go up over time for what they get from each vendor. As an aside, building up a brand, ecosystem, and distribution moat ends up being critical. If software development cost per unit go down, then the new game is how you can get customers to adopt and remain sticky. GTM becomes a critical factor in all this.
G Gergely Orosz @GergelyOrosz

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?

A
Architect🛡️ @Architect9000 ·
Don't worry about a bunch of software engineers losing their jobs. Worry about what a bunch of unemployed engineers will do to yours. Engineers are lifelong learners who cannot do their job without learning another specialization in which to apply their craft. Programming isn't like speaking French, it's like building an aqueduct in French. An engineer must be an expert in both coding and the subject of that code. Engineers who get laid off are just going to learn another person's job, automate it 1000x, and take it for themselves. Software skills are going to be mandatory for any white-collar job by 2030. If you work in an office and have no idea how to code, I'd suggest you'd learn like your career depended on it.
O
OpenAI Developers @OpenAIDevs ·
We’re excited to launch the Codex app, a command center for building with agents. It gives you a focused space to manage multiple agents at once, run work in parallel, and collaborate with agents over long-running tasks. https://t.co/ldE9k0uL5z https://t.co/pH3K6d9D3q
A
Alexander Embiricos @embirico ·
📣 Open call to agent builders: Let's read agent skills from `.agents/skills`, so people don't have to manage separate folders per agent. Today we pulled the trigger for Codex to read `.agents/skills`. Goal is to deprecate `.codex/skills`. Pls like/tag/RT for momentum.
s
solarapparition @solarapparition ·
what i would say is, there's a big fucking wave coming. it's higher than any high ground you can reasonably reach. it's advancing too fast for you to build protection. so, just take a deep breath, maybe try to get to a clear space so you don't get, i dunno, dashed against rocks or something, and just let it carry you to wherever you're going to end up
j j⧉nus @repligate

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.

v
vas @vasuman ·
I have said this for months but it is especially true ahead of this week’s potential AI releases: New models are great, but everything that truly moves the needle for you or your business is already possible. Sonnet 5 or GPT 5.5 will not magically unlock enterprise use cases - those have been unlocked for months. What matters is understanding business needs and translating that to an agent SOP. How do you construct tool calls in a way to minimize hallucinations and maximize agent use cases vs if/else and more deterministic decisions? This is the difference between RPA/n8n and a true agent that gives a user/employee 80% of their time back. This is exactly why despite software being much cheaper and faster to produce, there’s very little utility coming out of “vibe coded” tools. People rush to start developing before understanding what they should be building. Spend more time studying business needs. You are a business too! Just plan more.
N
Numman Ali @nummanali ·
So who is going to make the Open Source version of https://t.co/Wt7tCYebMi? 8090 is an AI-native SDLC orchestration platform where PMs, designers, engineers, and QA collaborate to ship high-quality software Docs for spec reference: https://t.co/y2KxNEc5td
C Chamath Palihapitiya @chamath

And we’re live! You can sign up and give it a try here: https://t.co/lm3KeO2k7i

f
flavio @flaviocopes ·
Best thing shipped since Claude Code 🤯 - incredible automations - easy to use/create skills - workflow ~ Conductor, awesome - integrate external IDEs - great simple Git - CLI integration - cool diff visualizer w/ change request - run local on on cloud
O OpenAI @OpenAI

Introducing the Codex app—a powerful command center for building with agents. Now available on macOS. https://t.co/HW05s2C9Nr

n
null-sensei @GOROman ·
Moshi + Mosh + tmux + Tailscale メッチャ便利ね https://t.co/OjeklWxhvO
I IndiJo @odd_joel

Claude Code in Your Pocket — Dead Simple 60-Second Setup

S
SpaceX @SpaceX ·
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
G
Gautham Pai @gauthampai ·
@vig_xyz Share a similar sentiment. On one side I see some of my clients working on AI projects like there is no tomorrow (agents, skills, MCPs etc) and on the other side I see companies still complaining how ChatGPT didn't answer their questions right and don't see any future in it. 😄
S
Sam Altman @sama ·
I am very excited about AI, but to go off-script for a minute: 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.
V
Vignesh Mohankumar @vig_xyz ·
@krishships i work with the cto on roadmap and process, engineers on tools and pair on architecture and building, also do training on the tools on maven. sometimes i build and deliver projects myself. but you’re right only so much i can do
G
GP Q @argosaki ·
A biological miracle is happening in accelerated learning centers. Researchers successfully implanted procedural memories—like piano playing, language vocabulary, and martial arts movements—using transcranial magnetic stimulation combined with virtual reality. Test subjects with ZERO piano experience played intermediate pieces after just one 20-minute session. Skill retention lasted 6 months without practice, with 91% accuracy maintained. The process works by mimicking the neural firing patterns of experts. Brain scans from master pianists create "skill maps" that are then induced in novices through targeted electromagnetic pulses. The hippocampus and motor cortex form new synaptic connections 40 times faster than traditional learning. Education systems face obsolescence as corporations race to commercialize instant expertise. #SkillUploading #AcceleratedLearning #BrainStimulation #EducationRevolution
V
Vignesh Mohankumar @vig_xyz ·
it’s so confusing working as an independent consultant in applied ai 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. they feel no real urgency until pushed, partly because oftentimes their eng/product leaders are too many years out from having coded themselves it’s a wild gap to be in the middle of, and my job is mainly to bridge it by working very closely with the staff engineers,upskill them to know how to ship in this new world, and create the urgency
@
@marty @marty ·
every tech guy you know working on their @openclaw "productivity" system right now https://t.co/d3GvvaJNPZ
M
Mintlify @mintlify ·
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
J
Jon Hilton (@jonhilton.net) @jonhilt ·
@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 :)