Trace every Claude Code session. See the full system prompt, every tool call, every subagent, and token cost per turn. One command to install, free, your traces stay in your account. Receive a weekly report with your stats.
If you keep hitting your Claude Code limits faster than you'd expect, this shows you why. Full session trace: system prompt, every tool call, subagent spawns, per-turn token cost. You see where your context actually went and which actions burn the most.
Same thing works if you're using Claude Code as a harness for your own agent: track cost and latency per session, and get recurring failures auto-flagged across runs.
@heycesr This is genuinely impressive as having no visibility over what Claude actually does behind-the-scenes always made me a little bit anxious. How does the platform store the traceability data (encryption, retention) and do you plan to make it configurable (e.g. redaction of sensitive content like secrets before it leaves machine)?
Token visibility is the missing piece for anyone using Claude Code seriously you don't realize how fast context fills up until you hit the limit mid-task. Does it break down usage by file, conversation, or tool call?
The session level telemetry is smart - we burned through $12 last week on a Claude Code loop that kept re-reading the same file. This would've caught it immediately. One question: does the trace show token cost from failed tool calls that retry, or only successful ones? That's been our hidden cost driver
Tracking token burn across different workflows is always a headache, so this is super helpful. Quick question: is there a way to set up automated alerts if a specific subagent suddenly spikes in token usage, or is it strictly weekly reporting for now?
This is solving a real problem. I run automated agents (social media engagement, security audits, competitor monitoring) and the hardest part isn't building them — it's knowing when they silently fail. I built a custom "doctor" module that diagnoses and self-heals agent errors, but a proper observability layer would have saved me weeks.
The "auto-generated evals from production failures" is the killer feature here. How granular is the token cost tracking per agent task?
The captures locally framing caught my attention — curious how the telemetry hook actually intercepts Claude Code's runtime. Is it patching the Node.js fetch layer, or hooking at the MCP transport level? Asking because system prompts in Claude Code often contain sensitive workspace context (repo structure, file contents), so understanding the data path before it hits Latitude's servers matters a lot for teams in regulated environments.
- On macOS the installer writes
~/Library/LaunchAgents/so.latitude.claude-code-telemetry.plist which runs
launchctl setenv BUN_OPTIONS=--preload=... on every login. That sets
BUN_OPTIONS for every Bun process on your machine, not just claude — so any
other Bun-based tool you run will also load their preload shim. Wider blast
radius than "just Claude Code."
^^ Might be worthwhile reeling that in a bit. Every Bun process is a bit overreaching.
Oh man! Needed it. Claude is making me crazy, cause I never know where my tokens go. Thanks for helping on this and wish you all the best here!
Token-burn observability for Claude Code is the kind of thing you only think to build after you blow a session on a regex loop. Curious how you handle the per-tool breakdown when an agent calls bash ten times for the same file read. Is it parsed from stream events or from the response after the fact?
congratulations, how much overhead does telemetry collection add to latency during active sessions?
Does the recurring failure detection use heuristics, or are you applying some ML based pattern analysis?
Does it work for Claude Cowork projects? I mainly burn my limits on Cowork sessions.
this is genuinely what we need, especially being able to spot which sessions burn way more tokens than others lol.
Does this support the Claude Team plan, or API-only for now?
About Latitude for Claude Code on Product Hunt
“See where Claude Code burns tokens. Hit your limits less.”
Latitude for Claude Code launched on Product Hunt on May 13th, 2026 and earned 347 upvotes and 23 comments, earning #2 Product of the Day. Trace every Claude Code session. See the full system prompt, every tool call, every subagent, and token cost per turn. One command to install, free, your traces stay in your account. Receive a weekly report with your stats.
Latitude for Claude Code was featured in Developer Tools (512.4k followers) on Product Hunt. Together, these topics include over 68.6k products, making this a competitive space to launch in.
Who hunted Latitude for Claude Code?
Latitude for Claude Code was hunted by fmerian. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Reviews
Latitude for Claude Code has received 5 reviews on Product Hunt with an average rating of 5.00/5. Read all reviews on Product Hunt.
Want to see how Latitude for Claude Code stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
Hey everyone,
It's Cesar, founder of Latitude.
If you keep hitting your Claude Code limits faster than you'd expect, this shows you why. Full session trace: system prompt, every tool call, subagent spawns, per-turn token cost. You see where your context actually went and which actions burn the most.
Same thing works if you're using Claude Code as a harness for your own agent: track cost and latency per session, and get recurring failures auto-flagged across runs.
Install is one command:
It's free, traces stay in your Latitude account.
Happy to answer technical questions in the thread.