A Claude Code skill was eating 200,000 tokens before answering a single question
7.4 relevance
Score Breakdown
technical depth 8
novelty 8
actionability 7
community 6
strategic 5
personal 9
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Claude Code token inefficiency is a concrete, actionable insight for AI agent orchestration and cost optimization.
Summary
A Claude Code skill was consuming over 200,000 tokens before answering a single question, with one migration document alone accounting for 36,000 tokens. Anthropic's fix in v2.1.234 reduces initial context cost by 85.7% to roughly 25,000 tokens by loading reference documentation on demand instead of inlining all files. Developers had traced the issue months earlier, finding that a fallback scenario loaded documentation for eight languages and 26 shared Markdown files totaling 812 KB, even when only a 32 KB file was needed.