Open Source Dashboard Reveals Actual Claude Code Compute Costs

✍️ OpenClawRadar📅 Published: April 15, 2026🔗 Source
Open Source Dashboard Reveals Actual Claude Code Compute Costs
Ad

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
Ad

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

Ad

👀 See Also

🦀
Tools

TextExpander MCP Server Lets Claude AI Access and Manage Your Snippet Library

TextExpander launched a free MCP server that connects your snippet library to Claude. Claude can list, search, create, and edit snippets in bulk, including dynamic fields like dates and dropdowns.

OpenClawRadar
🦀
Tools

Ant Group's AntLing-3.0-flash Hits OpenClaw via OpenRouter – 256K Context, Free Through Aug 3

AntLing-3.0-flash from Ant Group is now available on OpenClaw via OpenRouter. No client update needed; configure with openclaw models set openrouter/inclusionai/ling-3.0-flash. Features 256K context and RL training on long-horizon tool calling. Free through Aug 3 (API-only, no weights).

OpenClawRadar
Persistent Indexes Over Extraction: Architecture for a YouTube MCP Server
Tools

Persistent Indexes Over Extraction: Architecture for a YouTube MCP Server

A developer shares architecture notes for building a YouTube MCP server that uses persistent local indexes instead of the common extract-and-forget pattern. Key decisions include a three-tier fallback system, SQLite + sqlite-vec for vector storage, embedding provider abstraction, and a separate visual search index.

OpenClawRadar
Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths
Tools

Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths

A developer built a Python hook that scores every Claude Code session on reliability, scope, and cost dimensions, blocks access to protected paths like .env files, and hash-chains events for tamper detection. The single-file tool is available on GitHub.

OpenClawRadar