Open Source Dashboard Reveals Actual Claude Code Compute Costs

What This Tool Does
A developer built an open source dashboard that calculates your actual compute costs when using Claude Code. This addresses a visibility gap: Anthropic's /limits command only shows a percentage without context, and there's no built-in way to see real compute costs.
How It Works
The developer reverse-engineered the rate limit formula from API response headers. Claude Code uses a weighted token cost model where input, output, cache creation, and cache read are all priced differently. Once you know the weights, you can calculate exact dollar burn per session.
Dashboard Features
- Real-time usage percentage (matches Anthropic's internal number exactly)
- Actual dollar cost
- Burn rate
- Peak hours tracking
- Shows which skills/hooks are firing
Key Finding
The developer discovered their $100/month maximum plan burned $13,286 in equivalent API compute in one month. This reveals the current level of subsidization, suggesting many users will face cost shocks when subsidies end.
Compatibility and Setup
The dashboard works for TUI, VS Code, and T3 Code users. It's particularly useful for IDE users who currently have zero visibility into their limits. The tool runs locally and takes approximately 60 seconds to set up.
📖 Read the full source: r/ClaudeAI
👀 See Also

MemAware benchmark shows RAG-based agent memory fails on implicit context retrieval
The MemAware benchmark tests whether AI agents can surface relevant past context when users don't explicitly ask for it, revealing that current memory systems score only 2.8% accuracy on hard implicit queries versus 0.8% with no memory.

Bio-Inspired Memory System for Local LLMs: LTP and Selective Oblivion Implementation
A developer built a local MCP server implementing bio-inspired memory mechanics including Long-Term Potentiation reinforcement, selective oblivion decay, and weekly consolidation cycles. The system uses hybrid search with sqlite-vec and text fallbacks, non-blocking architecture with asyncio executors, and maintains state via a persistent 'Soul' file.

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

SiteTest.ai launches a free AI Visibility Checker for ChatGPT, Perplexity & Gemini
New free tool sitetest.ai runs a 168-point GEO audit, probing GPTBot, PerplexityBot and Google-Extended on your real server. Per-engine A–F grade plus copy-paste code fixes.