GPT 5.5 Dubbed 'Autistic Genius': Codex Downloads Surge 1397%, The Truth Behind the Developer Exodus

GPT 5.5 crushes Claude Code in coding power but critically lacks human touch in communication.
OpenAI CEO Altman dubbed GPT 5.5 an 'Autistic Genius,' perfectly capturing its strengths and weaknesses. Codex (powered by GPT 5.5) downloads surged to 90 million—12x Claude Code's numbers—as engineering teams migrate to save costs. However, former researchers criticize GPT 5.5 for lacking 'human touch,' with cold, jargon-heavy outputs. The LLM competition has shifted from parameter races to a comprehensive battle over usability, cost-effectiveness, and humanized experience.
Why Altman's 'Autistic Genius' Tweet Broke the Internet
On May 10, OpenAI CEO Sam Altman posted a seemingly casual tweet on X that sent shockwaves through the AI community. He gave GPT 5.5—which had been live for just half a month—a highly controversial nickname: "Autistic Genius," adding: "I can't believe we actually built this thing."

Altman rarely uses such emotional, personal language to describe his own products. In the two weeks since GPT 5.5 launched, he has repeatedly expressed undisguised excitement in public, claiming its "raw intelligence has opened up a chasm-level gap from every other model." AI professor Drea Unut Maz even stated bluntly that GPT 5.5's performance "fully deserves to be called GPT-6."
But what makes this nickname so terrifyingly accurate is that it simultaneously reveals the model's greatest strength and its most fatal weakness.
Codex Downloads Surge 1397%: The Developer 'Vote' Behind 90 Million Downloads
A Crushing Growth Curve
On the same day Altman tweeted, download data released by market research firm TikTok Trends shocked the entire industry:
- Codex (powered by GPT 5.5) total downloads: Reached 86.1 million by May 3, a week-over-week surge of 1397%—equivalent to a 14x increase in a single week
- Single-week downloads as of May 8: Climbed further to 90 million
- Claude Code downloads over the same period: Only 7.2 million, with a 38% week-over-week decline
One skyrocketing at a near-vertical angle, the other bleeding out continuously. This zero-sum velocity left many industry insiders breathless.
To understand what these numbers mean, you need to understand Codex's distribution channel. Codex is OpenAI's AI programming assistant, distributed as a VS Code extension. VS Code is Microsoft's open-source code editor, currently used by over 70% of developers worldwide, and its extension marketplace is the core distribution channel for developer tools. Codex's predecessor was the code completion model used by GitHub Copilot, but the new Codex has evolved from simple code completion into a full-stack programming agent supporting multi-step task planning, code review, and project-level refactoring. Claude Code, on the other hand, is Anthropic's command-line AI programming tool that runs directly in the terminal, suited for advanced developers comfortable with command-line operations—the two have different distribution paths and usage patterns, but they're competing for the same core developer user base.
The Trigger: Three Key Upgrades in Codex V0.1280
The trigger for this explosive growth is crystal clear—the Codex V0.1280 release on April 30 introduced three critical changes:
- Persistent Workflows: Support for multi-step task planning across sessions, eliminating the need to start over each time
- Million-Token Context: The ultra-long context window enabled by GPT 5.5
- 40% Token Efficiency Improvement: Same tasks consuming fewer resources
The technical implications of these three upgrades are worth unpacking. Tokens are the basic units that large language models use to process text—in English, each word corresponds to roughly 1-1.5 tokens, while each Chinese character corresponds to about 1.5-2 tokens. The context window refers to the total number of tokens a model can simultaneously "see" and process in a single conversation. A million-token context means the model can read and understand approximately 500,000-700,000 words of code or documentation at once, which is crucial for programming tasks that require understanding an entire codebase's structure. Previously, mainstream models typically had context windows between 128,000 and 200,000 tokens—a million represents an order-of-magnitude leap. And a 40% token efficiency improvement means completing the same programming task consumes nearly half as many tokens in API calls, directly reducing developers' costs.
In a letter to internal employees, Altman used just one word to describe Codex's growth: insane.
Voting with Real Money: A 16-Person Team Saving $32,000/Month After Migration
If download numbers are the macro signal, then real engineering teams voting with their feet provide the most compelling evidence.
Morgan Linton, founder of startup Bold Matrix, posted on social media in a calm tone but with content that hit like a depth charge: "We've officially said goodbye to Anthropic. For my small 16-person engineering team, the Codex plus Cursor combination has completely replaced our previous solution."
Here it's important to understand Cursor's position in the industry. Cursor is an AI-native code editor developed by Anysphere, built on VS Code's open-source core but with deeply integrated AI capabilities. Its core feature, Composer, allows developers to describe requirements in natural language while AI automatically makes code modifications across multiple files. Cursor rose rapidly in 2024, with a valuation exceeding $9 billion, and is seen as the benchmark for traditional IDEs transitioning into the AI era. The Codex+Cursor combination Linton mentioned essentially pairs OpenAI's strong reasoning model with Cursor's interaction interface, forming a complete workflow from requirement understanding to code generation to review and modification.
He laid out the math plainly:
- Claude API cost per engineer per month: Over $2,000
- 16-person team monthly total: Over $32,000 (API costs alone)
- After switching to Codex+Cursor: Costs dropped dramatically with no performance sacrifice
Linton specifically noted that the team now uses Cursor for code reviews and has "never hit any limits whatsoever"—the built-in Composer feature handles the vast majority of development scenarios.
His final prediction deserves attention: "I believe more and more engineering leaders will announce decisions similar to mine." This statement highlights the severity of the situation—engineering developers are Anthropic's most core user group, with the strongest willingness to pay and the highest stickiness. Anthropic was founded in 2021 by former OpenAI Research VP Dario Amodei and his sister Daniela Amodei, with a core philosophy of "responsible AI development" emphasizing alignment techniques like Constitutional AI. Its enterprise clients include Amazon (which has invested over $4 billion), Notion, DuckDuckGo, and others. If even their most core developer community begins migrating at scale, their commercial foundation will be seriously shaken.
Microsoft VP Omar Shahine also publicly praised Codex's performance in creating Swift iOS apps, saying he generated a complete application with just a simple prompt that "solved 95% of the work and was far better than Claude Code."
GPT 5.5's 'Genius' Fatal Flaw: The Absence of Human Touch
Sharp Criticism from a Former Researcher
Just as Altman launched a call for "next-generation model improvement suggestions," a highly upvoted comment nailed OpenAI to the wall.
Former OpenAI researcher Will Dep stated bluntly: "GPT 5.5 has indeed narrowed the gap with Claude, but when it comes to 'human touch,' it loses spectacularly."
He gave a vivid example:
- Ask GPT 5.5 about learning astrophysics: It immediately dumps a pile of cold abbreviations and formulas, leaving you completely confused
- Ask Claude the same question: It's like a knowledgeable, elegant tutor guiding you bit by bit down the rabbit hole of knowledge—engaging without going off track
He called out OpenAI directly: "Your data tuning is too baseline. Hurry up and learn from Anthropic—pull the model's personality and explanatory ability back by 30%." This comment received tens of thousands of likes.
The criticism touches on key technical stages of large model training. LLM training typically involves three phases: pre-training (learning language patterns from massive text corpora), supervised fine-tuning or SFT (teaching the model how to respond using high-quality human-annotated conversation data), and RLHF—Reinforcement Learning from Human Feedback (teaching the model what kinds of responses users prefer). Anthropic invested heavily in the RLHF phase to shape Claude's "personality"—gentle, cautious, good at explaining—which is precisely the technical root of why Claude is considered more "human." OpenAI's GPT 5.5 clearly achieved breakthroughs in raw intelligence during the pre-training phase, but still has obvious room for improvement in the fine polishing of the latter two stages. The criticism that "data tuning is too baseline" specifically refers to insufficiently refined training data and reward signal design in the SFT and RLHF stages, resulting in a model that's "smart" but doesn't know how to express itself in a user-friendly way.
OpenAI vs Anthropic: Two Fundamentally Different Product Philosophies
"Autistic Genius" perfectly encapsulates GPT 5.5's current state:
- The Genius Side: Extremely strong raw intelligence, with coding, reasoning, and complex problem-solving capabilities that are a tier above the rest, at excellent value
- The Autistic Side: Lacks empathy, poor at communication, outputs are stiff and cold, filled with technical jargon, with zero consideration for user accessibility
This reflects the fundamental divergence between OpenAI and Anthropic in product philosophy:
| Dimension | OpenAI | Anthropic |
|---|---|---|
| Priority | Raw intelligence, maximizing hard capabilities | Alignment, humanized experience |
| Strength Scenarios | Developer tools, coding tasks | Long-form text processing, enterprise services, content safety |
| User Experience | Efficient but cold | Warm but (previously) more expensive |
AI Programming Tool Landscape: Competition Enters a New Phase
From GPT 5.5's performance, it's clear that large model competition has entered an entirely new phase. Previously, the race was about who had more parameters and higher benchmark scores; now the competitive focus has shifted to who's more usable, who offers better value, and whose experience is more human.
A notable signal: OpenAI's official account recently changed its long-standing slogan from "Ask ChatGPT" to "Message ChatGPT," and combined with Altman's "Call me maybe" comment, outsiders speculate OpenAI may be about to launch voice calling features or even related hardware products. This seemingly minor slogan change actually hints at a fundamental shift in product positioning—from a passive question-answering search replacement to an intelligent partner capable of continuous dialogue and proactive collaboration. OpenAI had already released GPT-4o with real-time voice conversation capabilities in 2024, and industry rumors suggest OpenAI is collaborating with hardware designer Jony Ive (former Apple Chief Design Officer) on AI-dedicated hardware devices. These signals collectively point in one direction: AI will step out from behind screens to become something you can "call" and communicate with at any time.
Coding capability was once one of Anthropic's most critical moats—now that moat has been completely breached by OpenAI. If Anthropic can't respond forcefully on performance and pricing soon, user attrition will only accelerate. However, Anthropic's advantages in humanized communication and enterprise services remain clear, and the future will most likely not be a winner-take-all scenario, but rather different models serving different use cases.
Regardless, the ultimate beneficiary of this competition is every user—only through robust competition can better, cheaper, and more human-understanding AI arrive faster.
Key Takeaways
- Codex powered by GPT 5.5 surpassed 90 million single-week downloads—12x Claude Code's numbers—as developers vote with real money
- A 16-person engineering team collectively unsubscribed from Claude, saving $32,000/month in API costs, with the Codex+Cursor combination delivering crushing value
- A former OpenAI researcher criticized GPT 5.5 for losing spectacularly on "human touch," revealing the fundamental tension between raw intelligence and humanized experience
- Anthropic's core moat of coding capability has been breached, though it retains clear advantages in humanized communication and enterprise services
- The competitive focus in large models has shifted from parameters and benchmarks to usability, cost-effectiveness, and humanized experience
Related articles
Industry InsightsAI Product Development in Practice: Model Selection, Building Moats, and Paths to Commercialization
Practical strategies for AI product development: why not to train models from scratch, when to use APIs vs. fine-tuning, building product moats, and the full path from evaluation systems to commercialization.
Industry InsightsNo Product Fits Your Needs? Building It Yourself Is the Best Starting Point for Indie Developers
Can't find a product that fits? Building from personal pain points is the best entry for indie developers. Niche needs + AI tools = rapid product creation.
Industry InsightsOpenAI Codex Tutorials Mass-Copied on Bilibili, Highlighting AI Content Farm Problem
At least 9 Bilibili accounts mass-published identical OpenAI Codex tutorial videos, exposing content farm operations in the AI tools space.