← Reddit

I crossed 100B Claude tokens. Here’s what our agent workflow actually looks like

Reddit · Ok-Constant6488 · August 11, 2026
An individual has used over 100 billion Claude tokens since January, with recent usage showing 16.9 billion tokens across 237 sessions in the past 30 days, primarily for file reading, editing, and browser automation. Working with a small team, they have reorganized their role to focus on setting direction, providing context, and reviewing output from agent-based systems rather than manually executing individual tasks. The primary challenge identified in their agent-driven workflow is detecting when agents confidently pursue directions that are undesirable without proper human oversight.

Detailed Analysis

A user's account of surpassing 100 billion Claude tokens since January offers a granular look at how heavy "power users" are actually deploying agentic coding tools in production settings, rather than the more common anecdotal or benchmark-driven coverage of Claude's capabilities. The poster, running a small team without traditional departmental structure, describes a "code and marketing factory" model where Claude Code handles file reading and editing, browser automation, and terminal commands as the dominant activity categories—with direct conversational messaging comprising a comparatively small share of usage. Over a 30-day window alone, the account logged 16.9 billion tokens across 237 sessions and nearly 64,000 model turns, illustrating just how much computational throughput a single technically sophisticated operator can now command from an AI coding agent.

The technical detail about modifying `cleanupPeriodDays` in `~/.claude/settings.json` to retain session data for up to a decade (rather than Claude Code's default shorter retention window) is a practical tip that speaks to a broader pattern: power users are increasingly treating their agent interaction logs as valuable data assets worth preserving and auditing, not just ephemeral chat transcripts. This reflects a maturing relationship between developers and coding agents, where session history becomes a resource for debugging agent behavior, tracking cost and usage patterns, and understanding where autonomous work succeeded or went astray.

The more consequential part of the post is the description of how the poster's own role has shifted—from writing code and copy directly to setting direction, supplying context and constraints, reviewing agent output, correcting errors, and deciding priorities. This is a concrete, first-person articulation of the "manager of agents" paradigm that Anthropic and other AI labs have been promoting as the near-term future of knowledge work. Rather than replacing the human entirely, the workflow described keeps a human in the loop primarily for judgment calls, while Claude Code operates semi-autonomously, including continuing tasks overnight or while the user is away. The tradeoff the poster identifies—reduced need to manually carry forward every task, offset by the psychological difficulty of "switching off" when agents are working unsupervised—captures a real tension emerging among agentic-AI adopters: increased leverage comes bundled with new forms of always-on oversight anxiety.

The poster's closing question—how to systematically detect when an agent has "confidently" drifted into an undesirable direction without constant manual checking—points to one of the most significant unsolved problems in deploying autonomous coding agents at scale. This is not a hypothetical concern; it echoes the same failure mode enterprises and AI safety researchers have flagged repeatedly with agentic systems: models that produce fluent, plausible-looking work product that is nonetheless subtly wrong, requiring costly human "unwinding." As Anthropic and competitors push Claude Code, Codex, and Gemini-based agents toward longer autonomous task horizons, the gap between raw token throughput (a proxy for agent activity and adoption) and reliable verification tooling remains a central bottleneck. This account is a useful, ground-level illustration of both the productivity gains agentic workflows can unlock for lean teams and the governance and quality-control infrastructure still missing to make those gains trustworthy without constant human supervision.

Article image Read original article →