Developer Documents 11.7B Claude Tokens Usage Over 45 Days, Details Four Projects

Project Breakdown from 11.7B Token Usage
A developer documented using 11.7 billion Claude tokens over 45 days, equivalent to approximately $8,323 in API compute costs. The work was done solo without team, university, or external funding support from Phoenix, Arizona.
Four Projects Built
- Phoenix Traffic Intelligence: Live traffic system using ADOT's AZ-511 feed. Monitors 8 Phoenix freeway corridors 24/7 with cascade risk detection and weighted incident scoring that separates construction zones from real incidents. Includes AI-generated crew dispatch recommendations and runs on a 2-minute sweep cycle. Already in conversation with City of Phoenix Office of Innovation and AZTech about a pilot program.
- Expression-Gated Consciousness: Formal mathematical model analyzing the gap between what people know and what they express. Based on data from 44+ subjects with Pearson r=0.311 correlation. Identified three discrete response types confirmed by data. The developer cold emailed Joshua Aronson (NYU, co-author of the foundational 1995 stereotype threat paper) who replied, with a call pending.
- LOLM: Custom transformer architecture built from scratch without fine-tuning. Original architecture targeting 10B–100B parameters designed to run on Google TPU Research Cloud.
- Codey: AI coding platform in development that performs structural codebase analysis across 12 different LLM providers.
Documentation and Resources
The developer provides a full breakdown of token usage patterns, daily costs, and comparisons to other documented heavy users at theartofsound.github.io/claude-usage-dashboard. A portfolio showing all live projects is available at theartofsound.github.io/portfolio.
The developer notes they're willing to discuss practical implementation details for working at this scale, including multi-agent setups, context management strategies, and what types of interactions burn tokens versus what doesn't.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reddit user reports using Claude for story architecture improves video retention
A Reddit user tracked 150+ AI channels and found most died before 10 videos due to inconsistent content. They report using Claude to design story architecture instead of just writing scripts, then pairing it with LongStories for visual consistency, increasing retention from 40% to 60%.

Claude Code Enables New Grad to Build Real-Time Multiplayer Game Solo
A new grad with no formal SWE experience used Claude Code to build imageclash.net, a real-time multiplayer party game with serverless GPU autoscaling, mobile-first controller UX, and R2-based image lifecycle management.

Decoupling Narrative from State Tracking Fixes AI Text Adventure Amnesia
A developer built a stateful simulation engine where PostgreSQL tracks game state and LLMs only generate narrative text after state changes, preventing inventory hallucinations and plot loss.

Running Tesla Model 3 Computer on Desk with Salvaged Parts
A researcher successfully booted a Tesla Model 3's computer on a desk using parts from crashed cars, requiring a 12V power supply, touchscreen, and custom cabling. The setup revealed an internal network with SSH and web servers accessible at specific IP addresses.