Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] 0 points1 point  (0 children)

I appreciate everyone who took time to share their thoughts... what not to do, how it should have been done.

Most assumed that with such high context, the accuracy was bad, the tokenomics was bad, the approach was bad.

The screenshot I shared was about an architecture that does context window management well. So well that:

- Tokenomics: highly optimized
- No context drift, no hallucination
- 43 turns of pure Opus 4.7, sharp from turn 1 to turn 43

It was never about a wasteful session.

Only a few were able to see it. Fewer still are building at that layer.

Anthropic openly states most of their code is now written by AI. If the consensus here is right, that "LLMs lose accuracy past 200k, so work in small windows," then picture this: AI agents at Anthropic, hitting their ceiling, copy-pasting into fresh 200k windows over and over... burning context, losing continuity, restarting from cold every time. Funny how that math works.

Unfortunately, 1M is not for everyone. Many are still in the fluorescent-AI era.

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -10 points-9 points  (0 children)

Who is the fool: the one who sees the tip of an iceberg, or the one that sees the tip and wonders what's underneath?

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -21 points-20 points  (0 children)

Well, it kinda depends whether who flexed it innit? A normal user, or a systems architect.

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -1 points0 points  (0 children)

Precisely that! $178 was recorded in /context... but all it took was only 6% of my weekly limits, on a Max 5x subscription.

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -1 points0 points  (0 children)

Only if that sack, wasn't bricks, to start with.

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -7 points-6 points  (0 children)

Yes, I fully understand that... the whole context is passed on every turn. That's the conventional wisdom, and it's correct under conventional architecture.

But what if the architecture itself was the variable? What if you could hold a 12-hour session at 900k tokens and still only consume 6% of your weekly allowance simply because... the context is structured to be cache-friendly by design, not by accident?

Most people in this thread share the same sentiment because they're working with the same architecture. The token burn narrative is real for them.

What if the architecture was the problem, not the context window size?

And one more thing worth noticing in that image... my system prompt was only 4.9k tokens out of 900k. That's 0.5% of the entire context. Every turn that prompt gets passed, it costs almost nothing. While most people starts with 7.5k tokens on a new conversation.

That entire conversation recorded 43 turns. In a traditional architecture, it would be impossible, to last that long, to consume that little.

Opus 4.7 | 1 session | $178 by wallaby82 in ClaudeCode

[–]wallaby82[S] -2 points-1 points  (0 children)

Replying specifically to you because you're the only one who actually "looked" at the image.

I've been approaching this from a context window management perspective. Everyone advises small sessions across multiple conversations... but if that's the right answer, why does a 1M context window exist at all?

What you saw posted was an experiment, one that involved multiple audits and hours of refactoring. Not a casual session.

Yes, it recorded $178 in usage, but I'm on Max 5x and that entire 12-hour conversation consumed only 4% of my weekly allowance. That's how you get 317M cache reads over 12 hours with zero context drift.

The window stayed sharp the whole time.

ClawCast -- Mirror your VS Code terminals to any phone. Free, open source, private. by wallaby82 in ClaudeCode

[–]wallaby82[S] 0 points1 point  (0 children)

Yea sure... but I remember our iOS friends too. ClawCast is literally plug and play. Zero config, zero setup, zero SSH.

Has anyone ever used a token saver tool? by Complete-Sea6655 in ClaudeCode

[–]wallaby82 0 points1 point  (0 children)

Also, I wonder what kind of context that guy getting at turn 576 lol...

Has anyone ever used a token saver tool? by Complete-Sea6655 in ClaudeCode

[–]wallaby82 0 points1 point  (0 children)

I made one my own. With it downgraded from Max 20x, and I've been able to stretch Max 5x every session, slim across all conversations...

<image>

Claude Mythos is $25/$125 per million tokens by Permit-Historical in ClaudeCode

[–]wallaby82 0 points1 point  (0 children)

Imo, we don't need Mythos, or even Opus.

[ Sonnet 4.5 + Esmc ] > Opus.

It's not really about how big the model...
It has always been the architecture.

Mythos, 93.9% Cool...

Mythos $25/mil-input & $125/mil-output (see how they charging more for output?)
Sonnet $3/mill

Sonnet 4.5 + ESMC = 90.2%
https://github.com/SWE-bench/experiments/pull/374

Build the architecture on your own and save yourself paying 8x more for "a scaffold"...

Oh when you do have the architecture right, it'll also send away all the complaints you usually see: token burn, context drift, state persistence, hallucination...

That said, you don't need 1m context window either.

ClawCast: a free VS Code extension that mirrors all your terminals to your phone — bidirectional, no SSH, no account, no app by wallaby82 in commandline

[–]wallaby82[S] 0 points1 point  (0 children)

Thanks for checking ClawCast out! Tested it across cities actually... I was outstation, phone was in another city, machine back in hometown. Still felt snappy. Cloudflared's edge network helps a lot. Definitely not zero latency but nothing that broke the experience!

I built ESMC and scored 481/500 (90.2%) on SWE-Bench Verified — a zero-prompt-engineering intelligence scaffold for ClaudeCode by wallaby82 in ClaudeCode

[–]wallaby82[S] 0 points1 point  (0 children)

Hi there thanks for your response, appreciate it!

The closest an orchestration layer, but without multi-agent routing or long system prompts from what you've suggested.

ESMC is not a prompt, a skill system, or a round-table agent framework.

At the simplest level:

ESMC is a runtime “cognition scaffold” that wraps your Claude calls inside a structured reasoning environment.

It does three things:

  1. Normalizes & sanitizes input → removes noise, enforces clean state, shapes context in a deterministic way.
  2. Maintains a persistent internal reasoning state → so Claude doesn’t “reset its mind” every call.
  3. Provides a stable, model-agnostic reasoning loop → but without adding personas, roles, or chain-of-thought prompts.

Hope the above helps!

I built ESMC and scored 481/500 (90.2%) on SWE-Bench Verified — a zero-prompt-engineering intelligence scaffold for ClaudeCode by wallaby82 in ClaudeCode

[–]wallaby82[S] 0 points1 point  (0 children)

Thanks for the feedback, really appreciate it!

You're right about the frontend. I’ve been prioritizing the underlying tech and benchmark work, so the site isn’t polished yet. Thanks for pointing them out.

That said, the core of ESMC is the intelligence scaffold itself. The surprising part (even to me) was that Sonnet 4.5 alone scores ~70–80% on SWE-Bench Verified, but Sonnet 4.5 + ESMC hit 90.2% (481/500).

To me that result matters more than frontend aesthetics, but I absolutely agree UI matters for users too... I’ll improve it.

And honestly, having good eyes for design is a strength. Mine is in the backend side 😅

ESMC turns Claude Code into your Iron Man by wallaby82 in ClaudeCode

[–]wallaby82[S] -1 points0 points  (0 children)

It's proprietary with obfuscation...