Sunday, July 12, 2026

New best story on Hacker News: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k

Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k
276 by systima | 147 comments on Hacker News.
This started based off of a hunch. We usually use OpenCode, but were 'forced' to use Claude Code for a while due to issues with Meridian. In that time, we saw the usage meter rise much, much more quickly than when using OpenCode. This was the initial anecdotal evidence, but we undertook this small study to collect empirical data: We added logging between the agentic coding tool (Claude Code and OpenCode) and Anthropic's endpoint, and captured all requests (and the returned usage blocks). With one caveat (toward the end of the post) we found unambiguously that Claude Code was far more inefficient in terms of its cache strategy and its harness token usage than OpenCode.

New best story on Hacker News: Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k

Claude Code sends 33k tokens before reading the prompt; OpenCode sends 7k 276 by systima | 147 comments on Hacker News. This started base...