Headroom is an open-source Python tool that sits between your AI agent and the LLM, compressing tool outputs, logs, files, and RAG chunks before they hit the context window. With claims of 20% savings for coding agents and up to 95% for JSON payloads — all while supposedly preserving answer quality — we examine what's actually happening under the hood. This episode walks through the fifteen different compressors, the Rust-based content detector, the SmartCrusher JSON optimizer, the Compressed Content Retrieval (CCR) system, and the fail-open proxy architecture. We also discuss the three integration surfaces (library, proxy, and MCP server) and where lossy compression could silently degrade agent output.