GitHub found that aggressive output compression in its Copilot pipeline could push total cost up rather than down, the opposite of what the optimization was supposed to do.
The September 2 post from Erik Kristensen and Napalys Klicius walked through four harness fixes tested across Copilot CLI, the Copilot app, and code review.
How the optimization actually works
The team argued that token count per call is the wrong metric. Cost had to be measured across the full task, not a single turn.
The Rust Token Killer trial made the trap visible. A shorter shell response forced the model to rerun commands and carry more context on the next pass.
The analogy is simple: cut the footnotes from a contract and the lawyer bills you to hunt them down again.
