Token Dashboard
Token Dashboard is the token-usage analysis tool referenced in Nate Herk’s Claude Code session-limit workflow. It is used to inspect where Claude Code sessions spend tokens and to reveal how much cost comes from re-reading old conversation history.
Key facts
- Type: Token analytics / observability tool
- Role: Diagnoses context-window cost and context-rot risk
- Primary metric: Token spend by session history versus new work
- Status: Referenced as part of the Claude Code power-features cluster
What it does
The dashboard makes token economics visible. In the cited workflow, token analysis showed that long Claude Code chats can spend the overwhelming majority of tokens re-reading old context rather than doing new work [src-011].
This supports the broader context-management discipline: keep sessions short, use session-chaining, summarise before clearing, and treat the full context window as insurance rather than a target [src-011].
Related
- See also: claude-code
- Concepts: context-rot, token-economics, context-management, session-chaining
Source references
- [src-011] Nate Herk — Claude Code power features cluster (2026-04-20 to 2026-04-27)
Keep reading from this thread
From 494 indexed pages and articles.
- Wiki concept Context Rot The progressive degradation of Claude Code's output quality as session length grows, caused by attention dilution across an ever-larger token history. Related by token
- Wiki concept Session Chaining The practice of decomposing a large project into a sequence of specialised Claude Code sessions — discovery, planning, execution — where each session's output document becomes Related by 011
- Insight AI Measurement and Experimentation How to measure AI product impact with evals, adoption metrics, online experiments, guardrails, and cost tracking Readers have engaged with this next