1M context is now generally available for Opus 4.6 and Sonnet 4.6
91–100 of 565 posts
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#92Earlier quoted context omitted.
I'd been on Codex for a while and with Codex 5.2 I: 1) No longer found the dumb zone 2) No longer feared compaction Switching to Opus for stupid political reasons, I still have not had the dumb zone - but I'm back to disliking compaction events and so the smaller context window it has, has really hurt. I hope they copy OpenAI's compaction magic soon, but I am also very excited to try the longer context window.
1m context in OpenAI and Gemini is just marketing. Opus is the only model to provide real usable bug context.
Big refactorings guided by automated tests eat context window for breakfast.
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#93Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#94Earlier quoted context omitted.
All of those things are smells imo, you should be very weary of any code output from a task that causes that much thrashing to occur. In most cases it’s better to rewind or reset and adapt your prompt to avoid the looping (which usually means a more narrowly defined scope)
A person has a supervision budget. They can supervise one agent in a hands-on way or many mostly-hands-off agents. Even though theres some thrashing assistants still get farther as a team than a single micromanaged agent. At least that’s my experience.
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#95Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#96Noticed this just now - all of a sudden i have 1M context window (!!!) without changing anything. It's actually slightly disturbing because this IS a behavior change. Don't get me wrong, I like having longer context but we really need to pin down behaviour for how things are deployed.
You can pin to specific models with —-model. Check out their doc. See https://support.claude.com/en/articles/11940350-claude-code-... . You can also pin to a less specific tag like sonnet-4.5[1m] (that’s from memory might be a little off).
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#97Earlier quoted context omitted.
Is it ever useful to have a context window that full? I try to keep usage under 40%, or about 80k tokens, to avoid what Dex Horthy calls the dumb zone in his research-plan-implement approach. Works well for me so far. No vibes allowed: https://youtu.be/rmvDxxNubIg?is=adMmmKdVxraYO2yQ
Since I'm yet to seriously dive into vibe coding or AI-assisted coding, does the IDE experience offer tracking a tally of the context size? (So you know when you're getting close or entering the "dumb zone")?
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#98maybe itll still be useful, though i only have opus at 1M, not sonnet yet
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#99Earlier quoted context omitted.
1m context in OpenAI and Gemini is just marketing. Opus is the only model to provide real usable bug context.
Source? I ask because I use 500k+ context on these on a daily basis. Big refactorings guided by automated tests eat context window for breakfast.
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#100Earlier quoted context omitted.
I've found compactation kills the whole thing. Important debug steps completely missing and the AI loops back round thinking it's found a solution when we've already done that step.
For me, Claude was like that until about 2m ago. Now it rarely gets dumb after compaction like it did before.