Launching today

LLMTrace
Know which commit blew up your LLM bill
9 followers
Know which commit blew up your LLM bill
9 followers
Every LLM observability tool shows you that costs spiked. None of them tell you which deploy caused it. LLMTrace is a self-hosted Go proxy that sits in front of your Anthropic/OpenAI calls and logs every request with cost, user, and deploy SHA into your own Postgres. When your bill jumps, you can point to the exact commit. No SaaS, no data leaving your infra. Drop in the docker-compose and you're logging in under 5 minutes.



Built this after a single bad prompt quietly doubled my Anthropic bill and I had no idea which deploy caused it. Helicone and Langfuse are great but they show you the symptom, not the cause.
LLMTrace is a Go proxy that tags every LLM call with the commit SHA that triggered it. Self-hosted, no vendor lock-in. Happy to answer any questions about how the attribution works.
mailX by mailwarm
Congratulations on your launch! Being able to trace usage back to the exact deployment while keeping everything self-hosted makes the debugging process much more practical and trustworthy.
@thamibenjelloun Thanks Thami. that's exactly the gap, the self-hosted part is what made me build it instead of reaching for a SaaS.