Impressive results, but I keep coming back to a question: are there modes of thinking that fundamentally require something other than what current LLM architectures do? Take critical thinking — genuinely questioning your own assumptions, noticing when a framing is wrong, deciding that the obvious approach to a problem is a dead end. Or creativity — not recombination of known patterns, but the kind of leap where you r…
Claude Opus 4.6
421–430 of 1001 posts
Re: Claude Opus 4.6
#422I think two things are getting conflated in this discussion. First: marginal inference cost vs total business profitability. It’s very plausible (and increasingly likely) that OpenAI/Anthropic are profitable on a per-token marginal basis, especially given how cheap equivalent open-weight inference has become. Third-party providers are effectively price-discovering the floor for inference. Second: model lifecycle econ…
Re: Claude Opus 4.6
#423Earlier quoted context omitted.
On benchmarks GPT 5.2 was roughly equivalent to Opus 4.5 but most people who've used both for SWE stuff would say that Opus 4.5 is/was noticeably better
Interesting. Everyone in my circle said the opposite.
Re: Claude Opus 4.6
#424Earlier quoted context omitted.
Claude is by far the most popular and best assistant currently available for a developer.
Okay, and Windows is by far the most popular desktop operating system. Discussions are pointless when the parties are talking past each other.
Re: Claude Opus 4.6
#425Earlier quoted context omitted.
> Claude now automatically records and recalls memories as it works Neat: https://code.claude.com/docs/en/memory I guess it's kind of like Google Antigravity's "Knowledge" artifacts?
If it works anything like the memories on Copilot (which have been around for quite a while), you need to be pretty explicit about it being a permanent preference for it to be stored as a memory. For example, "Don't use emoji in your response" would only be relevant for the current chat session, whereas this is more sticky: "I never want to see emojis from you, you sub-par excuse for a roided-out spreadsheet"
That’s harsh, man.
Re: Claude Opus 4.6
#426The bicycle frame is a bit wonky but the pelican itself is great: https://gist.github.com/simonw/a6806ce41b4c721e240a4548ecdbe...
Re: Claude Opus 4.6
#427Earlier quoted context omitted.
Dumb question. Can these benchmarks be trusted when the model performance tends to vary depending on the hours and load on OpenAI’s servers? How do I know I’m not getting a severe penalty for chatting at the wrong time. Or even, are the models best after launch then slowly eroded away at to more economical settings after the hype wears off?
On benchmarks GPT 5.2 was roughly equivalent to Opus 4.5 but most people who've used both for SWE stuff would say that Opus 4.5 is/was noticeably better
Re: Claude Opus 4.6
#428Re: Claude Opus 4.6
#429Earlier quoted context omitted.
What’s so simple about it?
I said relatively simple. It is mostly an API interface with Anthropic models, with tool calling on top of it, very simple input and output.
Re: Claude Opus 4.6
#430Earlier quoted context omitted.
We don't vary our model quality with time of day or load (beyond negligible non-determinism). It's the same weights all day long with no quantization or other gimmicks. They can get slower under heavy load, though. (I'm from OpenAI.)
Can you be more specific than this? does it vary in time from launch of a model to the next few months, beyond tinkering and optimization?
It's worth checking different versions of Claude Code, and updating your tools if you don't do it automatically. Also run the same prompts through VS Code, Cursor, Claude Code in terminal, etc. You can get very different model responses based on the system prompt, what context is passed via the harness, how the rules are loaded and all sorts of minor tweaks.
If you make raw API calls and see behavioural changes over time, that would be another concern.