In multi-turn agent loops, the full context re-sends on every API call. A tool result added at turn 3 gets billed again at turns 4, 5, 6, 7... forever. Most of it is never read again.
Standard observability tools tell you the total token count. They never tell you what's in there or how much of it is waste.
That's what ContextLens fixes.
What it does
ContextLens is a diagnostic profiler for LLM agent context windows. It:







