Original article excerpt
Server-side extracted preview paragraphs from the original source.
A Blog post by Build Small Hackathon on Hugging Face
Every Claude Code session leaves a trace — a .jsonl file with every turn, tool call, and token. But in practice, that trace is write-only. Rarely anyone reads 4,000 lines of JSON to figure out why the agent reached for production, where the context budget actually went, or which subagent quietly burned half the run.
The premise is simple: drop a session file onto the page and let her investigate. She reconstructs what happened in plain English, flags the risky moves — deploys, config and production changes, secrets — and traces each one back to the exact turn where it happened.
