84% of agent context was noise: How I fixed it
hheadshott · reddit · 2026-08-27
After measuring his coding agent's context for a week, the author found that 84% of the token count was useless command output noise (e.g., 47k tokens from cargo test where only 669 bytes were useful).
Key learnings:
- Filter at execution time: Cost is paid once data is in the transcript.
- Bounded output must name what was dropped: Silent truncation is worse than long output.
- Attribution > Compression: Savings numbers are meaningless unless one component owns the ledger.
- Agents route around friction: The efficient path must require less judgment than the bypass.
- Never fake a zero: Report "unknown" if the ledger is unavailable.
Result: Delivered tokens reduced by 84% (284,996 -> 44,400) across 14 cases, preserving run records and checksums.
Related event: 84% of Agent Context Is Noise: Filtering Cuts Token Waste(2 posts)→
More from coding & agent
- MiniMax M3 Released with 1M Context and SOTA Coding Benchmarks — MiniMax_AI · 2026-08-27
- Using Ontologies as Semantic Guardrails for Probabilistic Agents — JeremyCMorgan · 2026-08-27
- Study Claims Fully Autonomous Agents Outperform Scaffolding in Math Discovery — rohanpaul_ai · 2026-08-27
- DeepSeek-V4-Flash hits 51.5 tok/s on M3 Ultra — antirez · 2026-08-27
- Anthropic to add Task Board for sub-agent management — daniel_mac8 · 2026-08-27
- Git-Native Orchestrator: My Hybrid Local/Cloud Agent Pipeline — thinking-out-loud-3 · 2026-08-27