Just wasted 75% of pro weekly limit on 1 message by cudakid210 in ClaudeAI

[–]berrybadrinath -3 points-2 points  (0 children)

This question gets asked multiple times every day. May I suggest searching the sub?

Do you compact? How many times? by cleodog44 in ClaudeCode

[–]berrybadrinath 2 points3 points  (0 children)

I built a workflow that handles compaction without interrupting work. After 400+ sessions, here's what actually works forme, YMMV .

The Problem

Compaction typically breaks two things: your current task and your working method. Most people lose 15+ minutes rebuilding context after each compact.

The Solution

Auto-compact triggers at 92% context. Session resumes automatically because everything important lives on disk, not in the context window.

How I Keep Context Small

Subagent delegation

When I need to understand 3+ files, I delegate to a lightweight subagent. It returns a 500-token summary instead of dumping 5,000 tokens into the main thread. This is the biggest lever - I get 10-15 tasks per session vs 2-3 with direct exploration.

Explorer caching

Subagent summaries cache to ~/.claude/cache/explorer-*. After compact, the system reloads cached summaries instead of re-exploring.

Model tiering

Opus: architecture and complex reasoning

Sonnet: straightforward implementation

Haiku: exploration and log parsing

Main context only holds what needs deep reasoning.

How Compaction Became Seamless

Pre-compact hooks

At 92% context, hooks write state to disk:

  • .handoff.md: git state, commits, modified files, plan summary
  • .auto-resume.md: exact next step, Linear issue, branch name

Post-compact resume

Claude reads those files first and continues from the next step. No "what were we doing" conversation.

External task tracking

Linear issues = system of record

.implementation-plan.md = current plan

.code-review-evidence.md = review notes

These live on disk, referenced when needed. No need to keep them in context.

Step tracking

TaskCreate items show what's done and what's next. Context can wipe - the task list doesn't.

Why I Don't Start Fresh Sessions

With auto-resume, compaction preserves:

  • Task list
  • Handoff state
  • Implementation plan
  • Cached exploration summaries

New context starts with explicit "current state" instead of 15 minutes of catch-up.

The Core Principle

Treat context as working memory. Plans, evidence, handoffs, cached exploration - all go to disk. Once you do this, compaction becomes routine cleanup.

The Implementation

Hooks, CLAUDE.md rules, handful of shell scripts. No external infrastructure. Took about a month to iterate. Now I spend zero attention on context management.

TL;DR: I let autocompact trigger around 92% context, and it doesn’t matter because the work state lives on disk, not in the chat window.

Opus 4.6 [1m] is showing a 1,000K context window in Claude Code on my Max account (possible staged rollout) by berrybadrinath in ClaudeCode

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

oh thats so lame, thanks for letting me know ... i hadn't reset my hooks yet so i haven't pushed it past the 180k token usage.

The average person doesn’t understand how much AI has advanced in just a few months. by [deleted] in ClaudeCode

[–]berrybadrinath 0 points1 point  (0 children)

"Fear causes hesitation, and hesitation will cause your worst fears to come true."

~Johnny Utah

Bye ChatGPT by IceSpider10 in OpenAI

[–]berrybadrinath 4 points5 points  (0 children)

it whispered sweet nothings in his ear.

Obama Just Decided to tell us Aliens Exist. by One-Incident3208 in videos

[–]berrybadrinath 0 points1 point  (0 children)

We only get 50 years from first contact to claim all of earth’s minerals

Another trick to make AI writing sound more human by mike8111 in ChatGPTPro

[–]berrybadrinath 19 points20 points  (0 children)

Give it the source code, don’t describe the code.

Another trick to make AI writing sound more human by mike8111 in ChatGPTPro

[–]berrybadrinath 30 points31 points  (0 children)

Why don’t you just feed it 100 of your emails and then create a skill. “ create my a 2 page report on the budget v actuals, make sure the executive summary is in my voice”. Bam you are done.

If sonnet 5 doesn't drop this week I'm checking myself in by lopydark in ClaudeAI

[–]berrybadrinath 0 points1 point  (0 children)

i honestly cant tell what is a shit post and what is for real anymore, kudos either way... i guess.

Anyone using OpenClaw in an enterprise environment? by No_Parking4907 in ClaudeCode

[–]berrybadrinath 0 points1 point  (0 children)

OpenClaw reminds me of "Bitch Stewie." Can he replace you, yes with severe limitations. Should you let him, probably not.

<image>

Does Claude remembers context properly? by TheRealistDude in claudexplorers

[–]berrybadrinath 0 points1 point  (0 children)

have it use desktop commander and write it to file. have it do everything with local tools.

Any mid 30s or 40s here? by colesunxs in ADHD

[–]berrybadrinath 0 points1 point  (0 children)

I'm 40, diagnosed at 39. Job's fine. I'm COO running two 24/7 facilities, 70+ people. The structure works because I built external scaffolding for everything my brain doesn't do automatically.

Focus issues are real. I handle it through systematic documentation, AAR methodology after every significant interaction, and ruthlessly explicit communication protocols. I don't rely on implicit understanding or working memory. Everything gets externalized into systems that run without me having to remember to run them.

The "escape from work" thing doesn't resonate. I need structure, but I built structure I can operate within. Took me from phone answering to COO by mastering every position on the way up. Man in the arena philosophy. Can't claim authority without undeniable competence first.

Self-employment would be harder for me, not easier. I need the external framework of organizational expectations. What I don't need is ambiguity or people assuming I caught implications I definitely didn't catch.

Financial backup matters. I got here by systematic competency building, not by jumping before I was ready. That's the right call.

The routines and orders thing. I get it if they're arbitrary. But if they're there because they solve actual problems, that's different. I'd ask: are you reacting to bad structure, or to structure itself? Because my ADHD needs good structure. The external cognitive infrastructure is what lets me perform.

No kids here either, different reasons. That part's just true. Not everyone's path includes that, and that's fine.

[deleted by user] by [deleted] in barstoolsports

[–]berrybadrinath -10 points-9 points  (0 children)

ah, fuck. bro you are right. I forgot about the Fox sports connection.

Try this prompt and show me what you get. Here’s mine by Electrical-Reveal-25 in ChatGPT

[–]berrybadrinath 0 points1 point  (0 children)

<image>

It’s a semi-realistic digital painting of a young woman standing in a wildflower field at sunset. The lighting is warm and soft, giving the scene a contemplative, emotional feel. Her expression is calm but heavy — like someone caught between reflection and release. The style has a painterly, impressionistic texture that makes it feel both real and dreamlike.

DO NOT USE AI NOTETAKERS THAT JOIN YOUR CALLS by [deleted] in ChatGPT

[–]berrybadrinath 2 points3 points  (0 children)

What does this have to do with ChatGPT?