← Reddit

19 days, 245 sessions, 123M tokens in Claude Code: the 7 things that actually mattered

Reddit · HerrKader · July 10, 2026
A Chilean solo developer documented three weeks of Claude Code usage involving 245 sessions and 123.1 million tokens, identifying seven practices that provided measurable value. The most significant findings included establishing persistent memory through documentation to eliminate repeated context explanation, leveraging subagents for independent tasks, enabling self-verification through browser access, and strategically deploying different Claude models—specifically using Fable for planning and Opus for execution.

Detailed Analysis

A Reddit post from a self-described solo-preneur user of Claude Code offers a granular, usage-driven account of how power users are adapting their workflows to Anthropic's coding-focused agent product. Over 19 days, the author logged 245 sessions, 70,000 messages, and 123.1 million tokens, with Opus 4.8 accounting for roughly 86% of usage. Rather than a marketing case study, the post reads as an empirical field report: practical heuristics distilled from heavy, sustained interaction with the tool, covering everything from memory management to subscription pricing mechanics. Notably, the post references "Fable" as a companion planning tool used alongside Opus, suggesting an emerging ecosystem of third-party or complementary tools built around Claude Code workflows, where one model handles strategic planning and another executes.

The most substantive technical insight concerns context management and cost. The author argues that the dominant expense in long Claude Code sessions isn't raw token generation but the repeated re-reading of context as sessions grow — a problem that compounds when users fail to externalize decisions into persistent memory. This is precisely the use case for CLAUDE.md, Anthropic's convention for project-level memory files that let Claude retain architectural decisions, conventions, and context across sessions without requiring users to re-explain themselves each time. The author's proposed workflow — closing out a session by having Claude draft a continuation prompt, then clearing context and pasting that prompt into a fresh session — is a manual but effective technique for resetting the context window while preserving continuity of intent. This mirrors a broader tension in agentic coding tools: longer context windows increase capability but also increase inference cost and latency, making context hygiene as important as prompt engineering.

The post also surfaces friction points that matter to Anthropic's product and support organization. The author claims that Anthropic's own support staff initially gave incorrect answers about how the $100 versus $200 Max plans scale usage limits (asserting the higher tier only raises the 5-hour rate limit, not the weekly cap), and that support only conceded the correct answer after being pointed to documentation. This is a minor but telling detail: as Claude Code usage scales into hundreds of sessions and tens of millions of tokens for individual users, pricing and rate-limit transparency becomes a real operational concern, not just a customer service footnote. Power users are effectively reverse-engineering plan mechanics through trial and support interactions, which points to a documentation gap that Anthropic will likely need to address as adoption grows among high-volume individual developers rather than enterprise accounts.

More broadly, the post reflects a maturing culture of practitioner-level knowledge-sharing around agentic coding tools, distinct from the surface-level "prompt tips" content circulating on social platforms. The author explicitly dismisses Instagram/X "Claude gurus" as offering only basic knowledge, instead pointing to GitHub repositories and direct experimentation as the real source of advanced technique. Recommendations like delegating independent tasks to subagents and skills, building custom slash-commands analogous to chat-app bot commands, and enabling self-verification loops (letting Claude drive a browser or preview to check its own output) all point toward a broader industry trend: sophisticated users are increasingly treating Claude Code not as an autocomplete tool but as an orchestratable agent system, complete with sub-agent delegation, persistent memory, and human-in-the-loop verification. This evolution — from single-shot code completion toward multi-agent, memory-augmented, self-checking workflows — is emblematic of where agentic AI development tools are heading industry-wide, and underscores why Anthropic's continued investment in features like subagents, skills, and memory files is central to Claude Code's competitive positioning against tools like GitHub Copilot, Cursor, and other coding assistants.

Read original article →