CostHawk Launches Public Leaderboard for Claude Code, Codex, and Cursor Token Consumption

CostHawk released a public AI Tools Leaderboard that ranks users of Claude Code, OpenAI Codex CLI, and Cursor by total token consumption. The leaderboard updates every 5 minutes and includes per-tool breakdowns by token share, operator mix (single-tool vs. multi-tool), and daily momentum. Monthly seasons reset at midnight Central Time.
Token counts, model identifiers, sync timestamps, and hashed project IDs are tracked, but the service explicitly does not store prompts, responses, or source code. Data is parsed locally from developer-tool data directories before leaving the machine, with AES-256-GCM encryption for API keys. Connection options include Admin API keys, wrapped proxy keys, or MCP telemetry. The auto-sync feature is opt-in (COSTHAWK_AUTO_SYNC=true) and defaults to off.
Connecting a Local Tool
Run the following one-liner in a terminal:
npm exec --yes costhawk@latest -- --loginThis authenticates the machine and installs the CostHawk MCP server for Claude Code, Codex CLI, Cursor, and Gemini CLI. After connecting, tokens are reported under a hashed project identifier.
The leaderboard currently shows no activity (all zeroes) because no operators have synced yet—the site notes “No leaderboard activity yet” and “LOADING DATA SHOWING 0 OF 0 OPERATORS.” Monthly rankings will become populated as users opt in and sync.
📖 Read the full source: HN AI Agents
👀 See Also

CodeTalk: Open-source tool adds spoken reflections to Claude Code CLI
CodeTalk is a Python tool that adds spoken observations to Claude Code CLI responses using Microsoft's edge-tts. It extracts text embedded by Claude and plays it through speakers with natural-sounding neural TTS.

OmniCoder-9B: 9B Parameter Coding Agent Fine-Tuned on 425K Agentic Trajectories
Tesslate released OmniCoder-9B, a 9-billion parameter coding agent model fine-tuned on Qwen3.5-9B's hybrid architecture. It was trained on 425,000+ curated agentic coding trajectories from Claude Opus 4.6, GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro.

OpenSwarm: Multi-Agent Claude CLI Orchestrator for Linear and GitHub
OpenSwarm orchestrates multiple Claude Code CLI instances as autonomous agents that pull Linear issues and run Worker/Reviewer/Test/Documenter pipelines. It uses LanceDB with multilingual-e5 embeddings for memory and includes Discord bot control, PR auto-improvement, and a web dashboard.

Vibeyard Adds Kanban Board for Managing Multiple Claude Code Sessions
An open-source IDE called Vibeyard now includes a Kanban board that lets you spin up Claude Code agent sessions directly from cards. Cards auto-move to Done when the agent finishes.