Solo-dev AI agent cost tracker (Langfuse-but-tiny)
Indie devs and small teams running Claude Code, Cursor, Aider, and homegrown agents are eating surprise bills with no per-feature breakdown. Existing LLM observability is built for ML platform teams (LiteLLM proxy, Langfuse self-hosted, Helicone) and feels like overkill for one person tracking one repo. Demand is for a local-first, single-binary cost tracker that hooks into the agents you actually run, attributes spend to repo/branch/task, and warns before you cross your own budget.
Don't try to be Langfuse-lite. Ship a single binary that scrapes the agents' own log files (Claude Code's ~/.claude/projects, Cursor's session JSON, OpenRouter usage API) and produces a weekly invoice by branch. The Langfuse SDK route loses every time on a one-person team.
landscape (4 existing solutions)
Real LLM observability is built for ops teams managing prod inference. Nothing in the middle gives a solo dev a single, no-config view of 'how much did I spend on this branch this week' across Cursor + Claude Code + a few API scripts. The gap is positioning, not technology.