> ## Content Index
> Fetch the complete content index at: https://www.philsimon.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Analyzing My Claude Code Usage
- URL: https://www.philsimon.com/analyzing-my-claude-code-usage/
- Published: 2026-08-25T13:13:55.000Z
- Updated: 2026-08-25T13:13:55.000Z
- Description: Some interesting insights from my past six-plus months of geeking out with Anthropic's insane AI tool.
- Author: Phil Simon
- Tags: AI, Automation, Claude, Notion, APIs, Faves, GitHub, Ghost

At the beginning of this year, I began my Claude Code journey in earnest. Since that time, I've used Anthropic's powerful new AI tool in more ways than I can count. 

Sessions with [my bestie](https://www.philsimon.com/why-im-all-in-on-claude/) have run the gamut. A few recent examples include: 

1. Automating formerly manual processes for myself and [clients](https://www.philsimon.com/services-notion-development/).
2. Noodling with [Notion Workers](https://www.philsimon.com/early-notion-worker-lessons/) and [MCPs](https://www.philsimon.com/the-generative-ai-tool-thats-blowing-my-mind/).
3. Developing [a new lead-gen tool](https://www.philsimon.com/introducing-the-simon-workplace-tech-assessment/) based on my last four books.
4. Migrating a friend's website from Wix to easier for her to use, not to mention cheaper.
5. Creating more than 50 GitHub repos, including [this cool Apple Health visualizer](https://www.philsimon.com/claude-and-cardio/).

Note that I'm currently on [the Pro plan](https://support.claude.com/en/articles/11049762-choose-a-claude-plan?ref=philsimon.com).

## Looking at the Data

I suspected that I initiated at least a thousand sessions and used millions of tokens during that time. I wasn't wrong. 

Here's a breakdown:

![](https://storage.ghost.io/c/8f/b5/8fb5e321-49a6-4cf5-8a28-c6f6d5417e54/content/images/2026/08/1.png)

Claude Code Usage by Month | Click on the image to enlarge it.

📊

If I continue at my August pace, I should hit about 8.4M tokens used.

## Initial Thoughts

First up, I find it fascinating that I used ten times as many tokens per month from April to June as I did early on. I would have suspected a more gradual incline. As for consistency, I do monitor my token usage to avoid incurring outrageous bills. 

Developers' toolboxes have never been more robust

Second, Phoenix in July is hot AF. Third, although I regularly use tokens, in some cases I'll opt for creating an API key. As I wrote recently, [developers' toolboxes have never been more robust](https://www.philsimon.com/the-automation-toolbox/).

## The Weekly Rhythm

I knew that I interacted with Claude Code far less during the weekend. Great, but how significant was the dropoff? 

![](https://storage.ghost.io/c/8f/b5/8fb5e321-49a6-4cf5-8a28-c6f6d5417e54/content/images/2026/08/2.png)

Claude Code Usage by Week | Click on the image to enlarge it.

Not surprisingly, my Claude Code usage strongly correlates with [my increased GitHub activity](https://www.philsimon.com/the-accidental-committer/).

#### Notes on the Data

- Tokens used excludes VS Code and NotionAI sessions.
- Session date and number come from `start_time` in Claude Code's own per-session metadata files (`~/.claude/usage-data/session-meta/`), sorted chronologically.
- Title and summary derive from each session's first user prompt, combined with recorded activity (git commits, files modified, web research, MCP or subagent use). Sessions with no direct user prompt (background or automation runs) get a generic label like “Automated session (project-name)” — 528 of the 1,964 sessions fall into this category.
- Tokens used reflects `input_tokens + output_tokens` as Claude Code recorded them per session. This excludes cache creation and cache read tokens, which run far higher in volume but cost far less per token. If you want a figure that includes cache tokens, I'd need to pull that from the raw transcripts instead of the metadata files, since the metadata doesn't track it.
- 15 of the 1,964 metadata files got skipped: a few had corrupted JSON, and a few lacked a `start_time` field.

Simon Workplace Tech Assessment 

Want a free look into how your team, department, or organization uses its current tools and what it can do better?

[LEARN MORE ](https://www.philsimon.com/products-simon-workplace-tech-assessment/) 

## Feedback

How are you using today's AI tools? Does the actual data match your suspicions?