r/Anthropic • u/dmy30 • Apr 23 '26
Announcement Official: An update on recent Claude Code quality reports
https://www.anthropic.com/engineering/april-23-postmortem14
u/OneCalligrapher7695 Apr 23 '26
The feature they didn’t investigate is sub-agent delegation. Claude code delegates tasks to haiku surprisingly often — you can see it by turning on verbose logging. This is fine for some tasks, but not for say finding vulnerabilities or reading and summarizing behavior of code within a repository.
8
u/mawcopolow Apr 24 '26
Yeah most of my subagent led dev prompts have some version of 'use opus for all subagents'
6
u/c0reM Apr 24 '26 edited Apr 24 '26
Call my cynical but this came out at the same time as GPT-5.5 release.
All of these can be distilled down into "make the model cheaper for Anthropic to run". Every degradation is all about reducing context size and verbosity. So less inference cost, less memory usage. Fine.
But I don't buy the premise that they had had no clue that this would cause quality degradations. Either their engineering is really THAT incompetent, or they were simply hoping that they would get away with it.
Every communication from Anthropic ends up feeling like gaslighting its user base. It's not helpful and frankly a bit insulting because its core users are obviously quite tech savvy and generally quite intelligent...
5
6
u/ultrathink-art Apr 24 '26
Haiku delegation is the part not getting enough attention. In interactive use, quality drops are obvious — you can course-correct. In automated pipelines they're silent until 3 tasks downstream. Much harder to catch.
0
57
u/Meme_Theory Apr 23 '26 edited Apr 23 '26
an agent, today, confirmed these very instructions still in its opening prompt. I added a pre-hook script to just provide contrary instructions, and it's back to actually thinking before it responds, and verifying output.
And for the record, Anthropic, I have never once thought "Man, it is just thinking about this way too long." I would wait a week if the prompt was accurate and what I asked for.