← Reddit

Bugs Bugs Bugs ...

Reddit · AironParsMan · July 28, 2026
A user reported a bug in Anthropic's system where specified model and thinking level instructions for sub-agent templates are being ignored. Only Sonnet 5 is available as a template with all other templates disabled, yet Opus 5 still activates as a sub-agent, suggesting an unintended system error.

Detailed Analysis

A Reddit post surfaced this week alleging a significant bug in Anthropic's Claude Code sub-agent system, where model selection and thinking-level configurations specified in sub-agent templates are reportedly being ignored. According to the poster, despite having only a single sub-agent template configured (Sonnet-based) and all other templates—including Anthropic's own internal defaults—disabled, an Opus-tier model was still being invoked as a sub-agent. The screenshot attached to the post shows a configuration interface where the user's stated setup does not appear to match runtime behavior, raising the question of whether this is a genuine defect in Anthropic's orchestration layer or an undocumented override behavior.

The distinction matters because sub-agents are a core mechanism by which Claude Code delegates complex, multi-step tasks to specialized model instances, each ideally configured for cost, speed, or reasoning-depth tradeoffs appropriate to its sub-task. If model and thinking-level directives are silently disregarded, users lose the ability to control which model actually executes a given piece of work—an issue with direct cost implications, since Opus-class models are substantially more expensive per token than Sonnet-class models. A user expecting lightweight Sonnet sub-agents to handle routine work could unknowingly rack up Opus-level API costs, and in high-volume agentic workflows, this discrepancy compounds quickly. The frustration expressed in the post reflects a broader tension familiar to developers building on frontier model APIs: probabilistic outputs are an accepted cost of doing business with LLMs, but infrastructure-level bugs that violate explicit configuration are viewed as a distinct and less forgivable category of failure, since they undermine the basic contract between developer intent and system execution.

This complaint fits into a wider pattern of scrutiny around Claude Code's agentic and multi-agent features as they mature rapidly through 2025 and 2026. As Anthropic has pushed sub-agents, extended thinking modes, and configurable model routing as flagship capabilities for enterprise and power-user workflows, the surface area for configuration bugs has grown correspondingly. Community reports of this kind—often surfacing first on Reddit or GitHub before official acknowledgment—have become a de facto bug-triage channel for Anthropic, with power users effectively serving as an informal QA layer for features still being hardened. Whether this particular report reflects a confirmed regression, a documentation gap, or an intentional but unexplained override policy remains unclear absent an official Anthropic response, but the underlying concern—transparency and reliability of model routing in increasingly autonomous agent systems—is likely to recur as multi-agent architectures become more central to how developers use Claude.

Article image Read original article →