The crowd has decided about Claude Opus 5.5. One r/ClaudeCode launch thread was titled “THEY FUCKING COOKED YO!” and has 1,550 upvotes. Its top comment:
— u/mdspan, r/ClaudeCode, 502 upvotesThe way Opus 5.5 communicates is genuinely an order of magnitude improvement over Opus 5.
Artificial Analysis ranks it first of 211 models. A reply in another thread says Opus 4.6 has “risen from the ashes”. I benchmarked it against GPT-6 Sol on launch day and found it careful, not thorough. That was a benchmark. This post is about the days since, measured on my own work.
What the Crowd Says
The praise is mostly about judgement, not raw ability:
- It checks its work. “It does verify & test claims more thoroughly than Fable 5.1” (u/9to5grinder, 72 upvotes).
- It is cheaper to run on plans. One Hacker News user used 5% of a weekly limit in eight hours of heavy work, where Opus 5 with Fable supervising would have used 12-15%.
The dissent is real, and specific:
- Fable still wins some tasks. “Opus 5.5 made some very questionable architectural decisions and agreed that they were not great. Fable 5.1 just worked like a charm” (u/waruyamaZero, 92 upvotes).
- Not everyone sees pushback. One HN user found it “much more sycophant and eager to change stuff”.
- It is verbose. Artificial Analysis measured 260M output tokens on its index, against an 88M median. CodeRabbit found it caught twice as many hard bugs, but used 49% more tokens.
- Security work falls back. Cyber requests go to Opus 4.8, and one user said the classifier “kill all attemps to better secure my app”.
What My History Says
I compared my commits and Claude Code sessions for four weeks before launch with the days since. FameCake’s replatform is its own story, so these numbers leave it out.
What Did Not Change
- Autonomy. Tool calls per prompt, uninterrupted run length and interrupts are all flat.
- Output. Commits to main went from 16.4 a day to 17.0.
What Did
- Tests. They went from 6-9% of new lines to 17-25%, in every group of repos.
- CI. First-attempt passes went from 74% to 84%.
- Commit size. The median fell from 59 lines to 44.
- Breadth. I type about twice as many prompts a day, across roughly ten projects instead of six.
In launch week I also cut my global CLAUDE.md by more than a third. The testing rule did not change. The test share tripled with fewer instructions, not more.
Judgement Is the Feature
By a rough count, Opus 5.5 declined or paused a risky step in 7.3 of every 100 replies. Fable 5.1 did it in 2.3. Opus 5 held back almost as often, but it also said “you’re right” five times as often. Opus 5.5 holds back as much, but backtracks far less. The examples:
- I asked it to merge main during a live rehearsal. It answered: “Before I touch anything: dev is frozen mid-rehearsal (step 5 of 14), so the order matters.”
- It refused to grade its own benchmark: “I would not judge the diffs myself: I am Opus 5.5, so I have a stake in the result.”
- It set up Stripe with me, but said: “I won’t copy or type secret keys myself.”
That behaviour is why I run more at once. I can leave a session alone when I trust it to stop at the edge.
Per task, Opus 5.5 is not faster than Fable 5.1 was for me. The gain is that more sessions can run without me watching, because fewer of them do something I have to undo.
Where It Still Fell Short
- It shipped a hijack bug. On the replatform, an account-linking fix let one user take over another’s account. I caught it. It agreed and reverted.
- It trusted its own agents. I asked if we had self-reviewed a port. It said: “I have not read the port diff myself. I relied on the agent’s report.” Grok and Codex then found real bugs.
- Review is still a second model. My Codex review runs more than doubled in the same days. Some of the quality gain is that loop, not Opus alone.
- The sample is small. It is days, not months, and includes one very large migration.
The Takeaway
The crowd is right that Opus 5.5 is a big step. It is not the step I expected. It didn’t make any single task faster. It raised the floor: more tests, smaller changes, and a model that stops before it breaks something. A higher floor is what lets you open the tenth terminal.



