Interesting, I’ve never needed 1M, or even 250k+ context. I’m usually under 100k per request. About 80% of my code is AI-generated, with a controlled workflow using dev-chat.md and spec.md. I use Flash for code maps and auto-context, and GPT-4.5 or Opus for coding, all via API with a custom tool. Gemini Pro and Flash have had 1M context for a long time, but even though I use Flash 3 a lot, and it’s awesome, I’ve neve…
1M context is now generally available for Opus 4.6 and Sonnet 4.6
461–470 of 565 posts
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#462Interesting, I’ve never needed 1M, or even 250k+ context. I’m usually under 100k per request. About 80% of my code is AI-generated, with a controlled workflow using dev-chat.md and spec.md. I use Flash for code maps and auto-context, and GPT-4.5 or Opus for coding, all via API with a custom tool. Gemini Pro and Flash have had 1M context for a long time, but even though I use Flash 3 a lot, and it’s awesome, I’ve neve…
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#463Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#464Earlier quoted context omitted.
Totally agree the LLM sucks posts should be accompanied with the prompt.
I agree, but at the same time it feels like victim blaming.
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#465Earlier quoted context omitted.
5x Max is the plan I use because the Pro plan limits out so quickly. I don't use Claude full-time, but I do need Claude Code, and I do prefer to use Opus for everything because it's focused and less chatty.
Sure, I get it. For me a 2x Max would be ideal and usually enough. Now, guess why they are not offering that?
How can this possibly be a concern?
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#466Earlier quoted context omitted.
Yes.
Interesting take. Does that mean SWE's are outsourcing their thinking by relying on management to run the company, designers to do UX, support folks to handle customers? Or is thinking about source code line by line the only valid form of thinking in the world?
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#467Earlier quoted context omitted.
A big downside with rust is the compile times. Being in a tight AI loop just wasn't part of the design of any existing programming languages. As languages designed for (and probably written by) AI come out over the next decade, it will be really interesting to see what dragon tradeoffs they make.
"cargo check" is fast and it's enough for the AI to know the code is correct. I would argue that because Rust is so strict having the agent compile and run tests on every iterations is actually less needed then in other languages. I program mostly in python but I keep my projects strictly typed with basedpyright and it greatly reduced the amount of errors the agent makes because it can get immediate feedback it has d…
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#468Earlier quoted context omitted.
Fwiw put a copy of the game folder in a directory and tell claude to extract game files and dissasemble the game in preparation for questions about the game. As an example of doing this in a session with jagged alliance 3 (an rpg) https://pastes.io/jagged-all-69136 Claude extracting game archives and dissasembling leads to far more reliable results than random internet posts.
This will not work for an online game like PoE 2 Or even one with DRM? Right? Or?
The place it may fail is obfuscation and server side logic. But generally client side logic, especially in a game with a scripted language backing it, is super easy for claude ot pick apart.
Re: 1M context is now generally available for Opus 4.6 and Sonnet 4.6
#469Earlier quoted context omitted.
Fwiw put a copy of the game folder in a directory and tell claude to extract game files and dissasemble the game in preparation for questions about the game. As an example of doing this in a session with jagged alliance 3 (an rpg) https://pastes.io/jagged-all-69136 Claude extracting game archives and dissasembling leads to far more reliable results than random internet posts.
You’re having Claude design builds for you by disassembling the game? Am I understanding that right? I guess I’m thinking too small.