65 comments

  • andai3 hours ago
    For a fair comparison you need to look at the total cost, because 4.7 produces significantly fewer output tokens than 4.6, and seems to cost significantly less on the reasoning side as well.<p>Here is a comparison for 4.5, 4.6 and 4.7 (Output Tokens section):<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?models=claude-opus-4-7%2Cclaude-opus-4-6-adaptive%2Cclaude-opus-4-5-thinking" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?models=claude-opus-4-7%2Cclau...</a><p>4.7 comes out slightly <i>cheaper</i> than 4.6. But 4.5 is about half the cost:<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?models=claude-opus-4-7%2Cclaude-opus-4-6-adaptive%2Cclaude-opus-4-5-thinking#cost" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?models=claude-opus-4-7%2Cclau...</a><p>Notably the cost of <i>reasoning</i> has been cut almost in half from 4.6 to 4.7.<p>I&#x27;m not sure what that looks like for most people&#x27;s workloads, i.e. what the cost breakdown looks like for Claude Code. I expect it&#x27;s heavy on both input and reasoning, so I don&#x27;t know how that balances out, now that input is more expensive and reasoning is cheaper.<p>On reasoning-heavy tasks, it might be cheaper. On tasks which don&#x27;t require much reasoning, it&#x27;s probably more expensive. (But for those, I would use Codex anyway ;)
    • matheusmoreira1 hour ago
      It thinks less and produces less output tokens because it has forced adaptive thinking that even API users can&#x27;t disable. Same adaptive thinking that was causing quality issues in Opus 4.6 not even two weeks ago. The one bcherny recommended that people disable because it&#x27;d sometimes allocate zero thinking tokens to the model.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47668520">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47668520</a><p>People are already complaining about low quality results with Opus 4.7. I&#x27;m also spotting it making really basic mistakes.<p>I literally just caught it lazily &quot;hand-waving&quot; away things instead of properly thinking them through, even though it spent like 10 minutes churning tokens and ate only god knows how many percentage points off my limits.<p>&gt; What&#x27;s the difference between this and option 1.(a) presented before?<p>&gt; Honestly? Barely any. Option M is option 1.(a) with the lifecycle actually worked out instead of hand-waved.<p>&gt; Why are you handwaving things away though? I&#x27;ve got you on max effort. I even patched the system prompts to reduce this.<p>&gt; Fair call. I was pattern-matching on &quot;mutation + capture = scary&quot; without actually reading the capture code. Let me do the work properly.<p>Can provide session feedback IDs if needed.
    • QuantumGood48 minutes ago
      Some have defined &quot;fair&quot; as tests of the same model at different times, as the behavior and token usage of a model changes despite the version number remaining the same. So testing model numbers at different times matters, unfortunately, and that means recent tests might not be what you would want to compare to future tests.
  • hgoel5 hours ago
    The bump from 4.6 to 4.7 is not very noticeable to me in improved capabilities so far, but the faster consumption of limits is very noticeable.<p>I hit my 5 hour limit within 2 hours yesterday, initially I was trying the batched mode for a refactor but cancelled after seeing it take 30% of the limit within 5 minutes. Had to cancel and try a serial approach, consumed less (took ~50 minutes, xhigh effort, ~60% of the remaining allocation IIRC), but still very clearly consumed much faster than with 4.6.<p>It feels like every exchange takes ~5% of the 5 hour limit now, when it used to be maybe ~1-2%. For reference I&#x27;m on the Max 5x plan.<p>For now I can tolerate it since I still have plenty of headroom in my limits (used ~5% of my weekly, I don&#x27;t use claude heavily every day so this is OK), but I hope they either offer more clarity on this or improve the situation. The effort setting is still a bit too opaque to really help.
    • _blk4 hours ago
      From what I understand you shouldn&#x27;t wait more than 5min between prompts without compacting or clearing or you&#x27;ll pay for reinitializing the cache. With compaction you still pay but it&#x27;s less input tokens. (Is compaction itself free?)
      • krackers35 minutes ago
        &gt;pay for reinitializing the cache<p>Why can&#x27;t they save the kv cache to disk then later reload it to memory?
      • gck12 hours ago
        Cache ttl on max subscriptions is 1h, FYI.
        • bashtoni13 minutes ago
          Only if you set `ENABLE_PROMPT_CACHING_1H`, which was mentioned in the release notes for a recent Claude Code release but doesn&#x27;t seem to be in the official docs.
          • g4cg54g542 minutes ago
            subusers supposedly get it automatic again after the fix (and now also with `DISABLE_TELEMETRY=1`)<p>but if you are api user you must set `ENABLE_PROMPT_CACHING_1H` as i understood<p>and when using your own api (via `ANTHROPIC_BASE_URL`) ensure `CLAUDE_CODE_ATTRIBUTION_HEADER=0` is set as well... <a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;50085" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;50085</a><p>and check out the other neckbreakers ive found <i>pukes</i> lots of malicious compliance by feels... :&#x2F;<p>[BUG] new sessions will *never* hit a (full)cache #47098 <a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47098" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47098</a><p>[BUG] &#x2F;clear bleeds into the next session (what also breaks cache) #47756 <a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47756" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47756</a><p>[BUG] uncachable system prompt caused by includeGitInstructions &#x2F; CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS -&gt; git status <a href="https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47107" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anthropics&#x2F;claude-code&#x2F;issues&#x2F;47107</a>
          • andersa9 minutes ago
            Bruh. It&#x27;s getting hard to track down all these MAKE_IT_ACTUALLY_WORK settings that default to off for no reason.
        • _blk2 hours ago
          That&#x27;d be awesome but it doesn&#x27;t reflect what I see. Do you have a source for that? What I see is if take a quick break the session loses ~5% right at the start of the next prompt processing. (I&#x27;m currently on max 5x)
          • gck11 hour ago
            Not at my workstation right now, but simply ask claude to analyze jsonl transcript of any session, there are two cache keys there, one is 5m, another 1h. Only 1h gets set. There are also some entries there that will tell you if request was a cache hit or miss, or if cache rewrite happened. I&#x27;ve had claude test another claude and on max 5x subscription, cache miss only happened if message was sent after 1h, or if session was resumed using &#x2F;resume or --resume (this is a bug that exists since January - all session resumes will cause a full cache rewrite).<p>However, cache being hit doesn&#x27;t necessarily mean Anthropic won&#x27;t just subtract usage from you as if it wasn&#x27;t hit. It&#x27;s Anthropic we&#x27;re talking about. They can do whatever they want with your usage and then blame you for it.
          • ethanj80111 hour ago
            It&#x27;s true as far as I can tell, just by my own checking using `&#x2F;status`. You can also tell by when the &quot;clear&quot; reminder hint shows up. Also if you look at the leaked claude code you can see that almost everything in the main thread is cached with 1H TTL (I believe subagents use 5 minute TTL)
          • Fabricio201 hour ago
            I have heard that if you have telemetry disabled the cache is 5 minutes, otherwise 1h. No clue how true that is however my experience (with telemetry enabled) has been the 1h cache.
            • HarHarVeryFunny1 hour ago
              They&#x27;ve acknowledged that as a bug and have fixed it.
      • conception4 hours ago
        Yeah the caching change is probably 90% of “i run out of usage so fast now!” Issues.
      • trueno2 hours ago
        is it 5 mins between constant prompting&#x2F;work or 5 mins as in if i step away from the comp for 5 mins and comp back and prompt again im not subject to reinit?<p>if it&#x27;s the latter that&#x27;s crazy. i dont even know what to do there, compactions already feel like a memory wipe
      • hgoel4 hours ago
        Ah I can see how my phrasing might be misleading, but these prompts were made within 5 minutes of each other, the timing I mentioned were what Claude spent working.
    • viktorianer16 minutes ago
      [dead]
  • glerk4 hours ago
    I&#x27;d be ok with paying more if results were good, but it seems like Anthropic is going for the Tinder&#x2F;casino intermittent reinforcement strategy: optimized to keep you spending tokens instead of achieving results.<p>And yes, Claude models are generally more fun to use than GPT&#x2F;Codex. They have a personality. They have an intuition for design&#x2F;aesthetics. Vibe-coding with them feels like playing a video game. But the result is almost always some version of cutting corners: tests removed to make the suite pass, duplicate code everywhere, wrong abstraction, type safety disabled, hard requirements ignored, etc.<p>These issues are not resolved in 4.7, no matter what the benchmarks say, and I don&#x27;t think there is any interest in resolving them.
    • Bridged77564 hours ago
      Mirrors my sentiment. Those tools seem mostly useful for a Google alternative, scaffolding tedious things, code reviewing, and acting as a fancy search.<p>It seems that they got a grip on the &quot;coding LLM&quot; market and now they&#x27;re starting to seek actual profit. I predict we&#x27;ll keep seeing 40%+ more expensive models for a marginal performance gain from now on.
      • danny_codes3 hours ago
        I just don’t see how they’ll be able to make a profit. Open models have the same performance on coding tasks now. The incentives are all wrong. Why pay more for a model that’s no better and also isn’t open? It’s nonsense
        • Bridged775627 minutes ago
          I wouldn&#x27;t say the same but it&#x27;s pretty close. At this point I&#x27;m convinced that they&#x27;ll continue running the marketing machine and people due to FOMO will keep hopping onto whatever model anthropic releases.
        • braebo51 minutes ago
          Which open model has the same performance as Opus 4.7?
    • holoduke1 hour ago
      You have to guide an ai. Not let roam freely. If you got skills to guide you can make it output high quality
    • xpe4 hours ago
      &gt; ... but it seems like Anthropic is going for the Tinder&#x2F;casino intermittent reinforcement strategy: optimized to keep you spending tokens instead of achieving results.<p>This part of the above comment strikes me as uncharitable and overconfident. And, to be blunt, presumptuous. To claim to know a company&#x27;s strategy as an outsider is messy stuff.<p>My prior: it is 10X to 20X more likely Anthropic has done something other than shift to a <i>short-term squeeze their customers</i> strategy (which I think is only around ~5%)<p>What do I mean by &quot;something other&quot;? (1) One possibility is they are having capacity and&#x2F;or infrastructure problems so the model performance is degraded. (2) Another possibility is that they are not as tuned to to what customers want relative to what their engineers want. (3) It is also possible they have slowed down their models down due to safety concerns. To be more specific, they are erring on the side of caution (which would be consistent with their press releases about safety concerns of Mythos). Also, the above three possibilities are not mutually exclusive.<p>I don&#x27;t expect us (readers here) to agree on the probabilities down to the ±5% level, but I would think a large chunk of informed and reasonable people can probably converge to something close to ±20%. At the very least, can we agree all of these factors are strong contenders: each covers maybe at least 10% to 30% of the probability space?<p>How short-sighted, dumb, or back-against-the-wall would Anthropic have to be to shift to a &quot;let&#x27;s make our new models intentionally _worse_ than our previous ones?&quot; strategy? Think on this. I&#x27;m not necessarily &quot;pro&quot; Anthropic. They could lose standing with me over time, for sure. I&#x27;m willing to think it through. What would the world have to look like for this to be the case.<p>There are other factors that push back against claims of a &quot;short-term greedy strategy&quot; argument. Most importantly, they aren&#x27;t stupid; they know customers care about quality. They are playing a longer game than that.<p>Yes, I understand that Opus 4.7 is not impressing people or worse. I feel similarly based on my &quot;feels&quot;, but I also know I haven&#x27;t run benchmarks nor have I used it very long.<p>I think most people viewed Opus 4.6 as a big step forward. People are somewhat conditioned to expect a newer model to be better, and Opus 4.7 doesn&#x27;t match that expectation. I also know that I&#x27;ve been asking Claude to help me with Bayesian probabilistic modeling techniques that are well outside what I was doing a few weeks ago (detailed research and systems &#x2F; software development), so it is just as likely that I&#x27;m pushing it outside its expertise.
      • glerk3 hours ago
        &gt; To claim to know a company&#x27;s strategy as an outsider is messy stuff.<p>I said &quot;it seems like&quot;. Obviously, I have no idea whether this is an intentional strategy or not and it could as well be a side effect of those things that you mentioned.<p>Models being &quot;worse&quot; is the perceived effect for the end user (subjectively, <i>it seems like</i> the price to achieve the same results on similar tasks with Opus has been steadily increasing). I am claiming that there is no incentive for Anthropic to address this issue because of their business model (maximize the amount of tokens spent and price per token).
  • kalkin5 hours ago
    AFAICT this uses a token-counting API so that it counts how many tokens are in the prompt, in two ways, so it&#x27;s measuring the tokenizer change in isolation. Smarter models also sometimes produce shorter outputs and therefore fewer output tokens. That doesn&#x27;t mean Opus 4.7 necessarily nets out cheaper, it might still be more expensive, but this comparison isn&#x27;t really very useful.
    • h14h5 hours ago
      For some real data, Artificial Analysis reported that 4.6 (max) and 4.7 (max) used 160M tokens and 100M tokens to complete their benchmark suite, respectively:<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?intelligence-efficiency=intelligence-efficiency-output-token-breakdown#output-tokens-used-to-run-artificial-analysis-intelligence-index" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;?intelligence-efficiency=intel...</a><p>Looking at their cost breakdown, while input cost rose by $800, output cost dropped by $1400. Granted whether output offsets input will be very use-case dependent, and I imagine the delta is a lot closer at lower effort levels.
      • theptip3 hours ago
        This is the right way of thinking end-to-end.<p>Tokenizer changes are one piece to understand for sure, but as you say, you need to evaluate $&#x2F;task not $&#x2F;token or #tokens&#x2F;task alone.
    • manmal5 hours ago
      Why is it not useful? Input token pricing is the same for 4.7. The same prompt costs roughly 30% more now, for input.
      • dktp5 hours ago
        The idea is that smarter models might use fewer turns to accomplish the same task - reducing the overall token usage<p>Though, from my limited testing, the new model is far more token hungry overall
        • manmal5 hours ago
          Well you‘ll need the same prompt for input tokens?
          • httgbgg4 hours ago
            Only the first one. Ideally now there is no second prompt.
            • manmal4 hours ago
              Are you aware that every tool call produces output which also counts as input to the LLM?
      • kalkin5 hours ago
        That&#x27;s valid, but it&#x27;s also worth knowing it&#x27;s only one part of the puzzle. The submission title doesn&#x27;t say &quot;input&quot;.
    • SkyPuncher4 hours ago
      Yes. I actually noticed my token usage go down on 4.6 when I started switching every session to max effort. I got work done faster with fewer steps because thinking corrected itself before it cycled.<p>I’ve noticed 4.7 cycling a lot more on basic tasks. Though, it also seems a bit better at holding long running context.
    • the_gipsy4 hours ago
      With AIs, it seems like there never is a comparison that is useful.
      • theptip2 hours ago
        You can build evals. Look at Harbor or Inspect. It’s just more work than most are interested in doing right now.
      • jascha_eng4 hours ago
        yup its all vibes. And anthropic is winning on those in my book still
  • rectang5 hours ago
    For now, I&#x27;m planning to stick with Opus 4.5 as a driver in VSCode Copilot.<p>My workflow is to give the agent pretty fine-grained instructions, and I&#x27;m always fighting agents that insist on doing too much. Opus 4.5 is the best out of all agents I&#x27;ve tried at following the guidance to do only-what-is-needed-and-no-more.<p>Opus 4.6 takes longer, overthinks things and changes too much; the high-powered GPTs are similarly flawed. Other models such as Sonnet aren&#x27;t nearly as good at discerning my intentions from less-than-perfectly-crafted prompts as Opus.<p>Eventually, I quit experimenting and just started using Opus 4.5 exclusively knowing this would all be different in a few months anyway. Opus cost more, but the value was there.<p>But now I see that 4.7 is going to replace both 4.5 and 4.6 in VSCode Copilot, and with a 7.5x modifier. Based on the description, this is going to be a price hike for slower performance — and if the 4.5 to 4.6 change is any guide, more overthinking targeted at long-running tasks, rather than fine-grained. For me, that seems like a step backwards.
    • axpy90651 minutes ago
      Why not just use Sonnet?
      • rectang40 minutes ago
        I&#x27;ve used Sonnet a lot. It is not as good as Opus at understanding what I&#x27;m asking for. I have to coach Sonnet more closely, taking more care to be precise in my prompts, and often building up Plan steps when I could just YOLO an Agent instruction at Opus and it would get it right.<p>I find that Opus is really good at discerning what I mean, even when I don&#x27;t state it very clearly. Sonnet often doesn&#x27;t quite get where I&#x27;m going and it sometimes builds things that don&#x27;t make sense. Sonnet also occasionally makes outright mistakes, like not catching every location that needs to be changed; Opus makes nearly every code change flawlessly, as if it&#x27;s thinking through &quot;what could go wrong&quot; like a good engineer would.<p>Sonnet is still better than older and&#x2F;or less-capable models like GPT 4.1, Raptor mini (Preview), or GPT-5 mini, which all fail in the same way as Sonnet but more dramatically... but Opus is much better than Sonnet.<p>Recent full-powered GPTs (including the Codex variants) are competitive with Opus 4.6, but Opus 4.5 in particular is best in class for my workflow. I speculate that Opus 4.5 dedicates the most cycles out of all models to checking its work and ensuring correctness — as opposed to reaching for the skies to chase ambitious, highly complex coding tasks.
    • trueno2 hours ago
      &gt; 4.7 is going to replace both 4.5 and 4.6<p>as in 4.5 is no longer going to be avail? F.<p>ive also been sticking with 4.5 that sucks
      • rectang1 hour ago
        <a href="https:&#x2F;&#x2F;github.blog&#x2F;changelog&#x2F;2026-04-16-claude-opus-4-7-is-generally-available&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;changelog&#x2F;2026-04-16-claude-opus-4-7-is-...</a><p>&gt; Over the coming weeks, Opus 4.7 will replace Opus 4.5 and Opus 4.6 in the model picker for Copilot Pro+[...]<p>&gt; This model is launching with a 7.5× premium request multiplier as part of promotional pricing until April 30th.
  • gsleblanc4 hours ago
    It&#x27;s increasingly looking naive to assume scaling LLMs is all you need to get to full white-collar worker replacement. The attention mechanism &#x2F; hopfield network is fundamentally modeling only a small subset of the full human brain, and all the increasing sustained hype around bolted-on solutions for &quot;agentic memory&quot; is, in my opinion, glaring evidence that these SOTA transformers alone aren&#x27;t sufficient even when you just limit the space to text. Maybe I&#x27;m just parroting Yann LeCun.
    • aerhardt4 hours ago
      &gt; you just limit the space to text<p>And even then... why can&#x27;t they write a novel? Or lowering the bar, let&#x27;s say a novella like <i>Death in Venice</i>, <i>Candide</i>, <i>The Metamorphosis</i>, <i>Breakfast at Tiffany&#x27;s</i>...?<p>Every book&#x27;s in the training corpus...<p>Is it just a matter of someone not having spent a hundred grand in tokens to do it?
      • voxl3 hours ago
        I know someone spending basically every day writing personal fan fiction stories using every model you can find. She doesn&#x27;t want to share it, and does complain about it a lot, seems like maintaining consistency for something say 100 pages long is difficult
      • zozbot2343 hours ago
        Never mind novels, it can&#x27;t even write a good Reddit-style or HN-style comment. agentalcove.ai has an archive of AI models chatting to one another in &quot;forum&quot; style and even though it&#x27;s a good show of the models&#x27; overall knowledge the AIisms are quite glaring.
        • mh-1 hour ago
          They definitely can, and do.<p>It&#x27;s just that the ones that manage to suppress all the AI writing &quot;tells&quot; go unnoticed as AI. This is a type of survivorship bias, though I feel there must be a better term for it that eludes me.
      • conception3 hours ago
        I don’t understand - there are hundreds&#x2F;thousands of AI written books available now.
        • aerhardt3 hours ago
          I&#x27;ve glossed over a few and one can immediately tell they don&#x27;t meet the average writing level you&#x27;d see in a local workshop for writers, and much less that of Mann or Capote.
      • colechristensen4 hours ago
        Who says they can&#x27;t? What&#x27;s your bar that needs to be passed in order for &quot;written a novella&quot; to be achieved?<p>There&#x27;s a lot of bad writing out there, I can&#x27;t imagine nobody has used an LLM to write a bad novella.
        • aerhardt4 hours ago
          &gt; What&#x27;s your bar that needs to be passed<p>I provide four examples in my comment...
          • colechristensen3 hours ago
            Your qualification for if an LLM can write a novella is it has to be as good as <i>The Metamorphosis</i>?<p>Yes, those are examples of novellas, surely you believe an LLM could write a bad novella? I&#x27;m not sure what your point is. Either you think it can&#x27;t string the words together in that length or your standard is it can&#x27;t write a foundational piece of literature that stays relevant for generations... I&#x27;m not sure which.
            • aerhardt3 hours ago
              I don&#x27;t think it can write something that&#x27;s of <i>a fraction</i> of the quality of Kafka.<p>But GP&#x27;s argument (&quot;limit the space to text&quot;) could be taken to imply - and it seems to be a common implication these days - that LLMs have mastered the text medium, or that they will very soon.<p>&gt; it can&#x27;t write a foundational piece of literature<p>Why not, if this a <i>pure</i> textual medium, the corpus includes all the great stories ever written, and possibly many writing workshops and great literature courses?
              • colechristensen3 hours ago
                I don&#x27;t know what to tell you. It&#x27;s more than a little absurd to make the qualification of being able to do something to be that the output has to be considered a great work of art for generations.
                • aerhardt3 hours ago
                  I agree that the argument starts from a reduction to the absurd.<p>So at least we can agree that <i>AI hasn&#x27;t mastered the text medium</i>, without further qualification?<p>And what about my argument, further qualified, which is that I don&#x27;t think it could even write as well as a good professional writer - not necessarily a generational one?
                  • colechristensen8 minutes ago
                    &gt;AI hasn&#x27;t mastered the text medium<p>I don&#x27;t know what this means and I don&#x27;t know what would qualify it as having &quot;mastered&quot; at all. Seems like a no-true-Scotsman thing where regardless there would always be someone that it couldn&#x27;t <i>actually</i> do a thing because this and that.<p>&gt;why can&#x27;t they write a novel?<p>This is what I&#x27;m disagreeing with. I think an LLM can write a novel well enough that it&#x27;s recognizably a pretty mediocre novel, no worse than the median written human novel which to be fair is pretty bad. You seem to have an unqualified bar something needs to pass before &quot;writing a novel&quot; is accomplished but it&#x27;s not clear what that is. At the same time you&#x27;re switching between the ability to do a thing and the ability to do a thing in a way that&#x27;s honored as the best of the best for a century. So I don&#x27;t know it kind of seems like you just don&#x27;t like AI and have a different standard for it that adjusts so that it fails. This doesn&#x27;t match what you&#x27;d consider some random Bob&#x27;s ability to do a thing.
    • ACCount373 hours ago
      You probably are.<p>The &quot;small subset&quot; argument is profoundly unconvincing, and inconsistent with both neurobiology of the human brain and the actual performance of LLMs.<p>The transformer architecture is incredibly universal and highly expressive. Transformers power LLMs, video generator models, audio generator models, SLAM models, entire VLAs and more. It not a 1:1 copy of human brain, but that doesn&#x27;t mean that it&#x27;s incapable of reaching functional equivalence. Human brain isn&#x27;t the only way to implement general intelligence - just the one that was the easiest for evolution to put together out of what it had.<p>LeCun&#x27;s arguments about &quot;LLMs can&#x27;t do X&quot; keep being proven wrong empirically. Even on ARC-AGI-3, which is a benchmark specifically designed to be adversarial to LLMs and target the weakest capabilities of off the shelf LLMs, there is no AI class that beats LLMs.
      • bigyabai3 hours ago
        &gt; Human brain isn&#x27;t the only way to implement general intelligence - just the one that was the easiest for evolution to put together out of what it had.<p>The human brain is not a pretrained system. It&#x27;s objectively more flexible than than transformers and capable of self-modulation in ways that no ML architecture can replicate (that I&#x27;m aware of).
        • ACCount373 hours ago
          Human brain&#x27;s &quot;pre-training&quot; is evolution cramming way too much structure into it. It &quot;learns from scratch&quot; the way it does because it doesn&#x27;t actually learn from scratch.<p>I&#x27;ve seen plenty of wacky test-time training things used in ML nowadays, which is probably the closest to how the human brain learns. None are stable enough to go into the frontier LLMs, where in-context learning still reigns supreme. In-context learning is a &quot;good enough&quot; continuous learning approximatation, it seems.
          • bigyabai3 hours ago
            &gt; In-context learning is a &quot;good enough&quot; continuous learning approximatation, it seems.<p>&quot;it seems&quot; is doing a herculean effort holding your argument up, in this statement. Say, how many &quot;R&quot;s are in Strawberry?
            • ACCount372 hours ago
              If you think that &quot;strawberry&quot; is some kind of own, I don&#x27;t know what to tell you. It takes deep and profound ignorance of both the technical basics of modern AIs and the current SOTA to do this kind of thing.<p>LLMs get better release to release. Unfortunately, the quality of humans in LLM capability discussions is consistently abysmal. I wouldn&#x27;t be seeing the same &quot;LLMs are FUNDAMENTALLY FLAWED because I SAY SO&quot; repeated ad nauseam otherwise.
              • bigyabai2 hours ago
                I can ask a nine-year-old human brain to solve that problem with a box of <i>Crayola</i> and a sheet of A4 printer paper.<p>In-context learning is professedly not &quot;good enough&quot; to approximate continuous learning of even a child.
                • ACCount372 hours ago
                  You&#x27;re absolutely wrong!<p>You can also ask an LLM to solve that problem by spelling the word out first. And then it&#x27;ll count the letters successfully. At a similar success rate to actual nine-year-olds.<p>There&#x27;s a technical explanation for why that works, but to you, it might as well be black magic.<p>And if you could get a modern agentic LLM that somehow still fails that test? Chances are, it would solve it with no instructions - just one &quot;you&#x27;re wrong&quot;.<p>1. The LLM makes a mistake<p>2. User says &quot;you&#x27;re wrong&quot;<p>3. The LLM re-checks by spelling the word out and gives a correct answer<p>4. The LLM then keeps re-checking itself using the same method for any similar inquiry within that context<p>In-context learning isn&#x27;t replaced by anything better because it&#x27;s so powerful that finding &quot;anything better&quot; is incredibly hard. It&#x27;s the bread and butter of how modern LLM workflows function.
                  • bigyabai9 minutes ago
                    &gt; it&#x27;s so powerful that finding &quot;anything better&quot; is incredibly hard.<p>We&#x27;re back around to the start again. &quot;Incredibly hard&quot; is doing all of the heavy lifting in this statement, it&#x27;s not all-powerful and there are enormous failure cases. Neither the human brain nor LLMs are a panacea for thought, but nobody in academia or otherwise is seriously comparing GPT to the human brain. They&#x27;re distinct.<p>&gt; There&#x27;s a technical explanation for why that works, but to you, it might as well be black magic.<p>Expound however much you need. If there&#x27;s one thing I&#x27;ve learned over the past 12 months it&#x27;s that everyone is now an expert on the transformer architecture and everyone else is wrong. I&#x27;m all ears if you&#x27;ve got a technical argument to make, the qualitative comparison isn&#x27;t convincing me.
  • someuser545415 hours ago
    Should the title here be 4.6 to 4.7 instead of the other way around?
    • freak425 hours ago
      absolutely!
    • UltraSane5 hours ago
      Writing Opus 4.6 to 4.7 does make more sense for people who read left to right.
      • pixelatedindex5 hours ago
        I’m impressed with anyone who can read English right to left.
        • jlongman4 hours ago
          You might like <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Boustrophedon" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Boustrophedon</a>
          • amulyabaral4 hours ago
            Whoa! TIL! I struggled a bit to read this style at first, but felt it get easier after a few tries.
        • einpoklum5 hours ago
          Right to Left English - read can, who? Anyone with [which] impressed am I.
          • y1n04 hours ago
            Yoda, you that is?
      • embedding-shape5 hours ago
        But the page is not in a language that should be read right to left, doesn&#x27;t that make that kind of confusing?
        • usrnm5 hours ago
          Did you mean &quot;right to left&quot;?
          • embedding-shape5 hours ago
            I very much did, it got too confusing even for me. Thanks!
            • UltraSane3 hours ago
              I kept mentally verifying that English is written left to right.
      • bee_rider5 hours ago
        Err, how so?
  • tiffanyh5 hours ago
    I was using Opus 4.7 just yesterday to help implement best practices on a single page website.<p>After just ~4 prompts I blew past my daily limit. Another ~7 more prompts &amp; I blew past my weekly limit.<p>The entire HTMl&#x2F;CSS&#x2F;JS was less than 300 lines of code.<p>I was shocked how fast it exhausted my usage limits.
    • hirako20005 hours ago
      I haven&#x27;t used Claude. Because I suspect this sort of things to come.<p>With enterprise subscription, the bill gets bigger but it&#x27;s not like VP can easily send a memo to all its staff that a migration is coming.<p>Individuals may end their subscription, that would appease the DC usage, and turn profits up.
      • fooster1 hour ago
        Sorry you are missing out. I use claude all day every day with max and what people are reporting here has not been my experience. My current usage is 16% and it resets Thursday.
    • zaptrem4 hours ago
      What&#x27;s your reasoning effort set to? Max now uses way more tokens and isn&#x27;t suggested for most usecases. Even the new default (xhigh) uses more than the old default (medium).
      • nixpulvis14 minutes ago
        That&#x27;s what I&#x27;m wondering. Is it people are defaulting to xhigh now and that&#x27;s why it feels like it&#x27;s consuming a lot more tokens? If people manually set it to medium, would it be comparable?
    • sync5 hours ago
      Which plan are you on? I could see that happening with Pro (which I think defaults to Sonnet?), would be surprised with Max…
      • templar_snow5 hours ago
        It eats even the Max plan like crazy.
      • tiffanyh4 hours ago
        Pro. It even gave me $20 free credits, and exhausted free credits nearly instantly.
    • tomtomistaken5 hours ago
      Are you using Claude subscription? Because that&#x27;s not how it works there.
  • bertil3 hours ago
    My impression is that the quality of the conversation is unexpectedly better: more self-critical, the suggestions are always critical, the default choices constantly best. I might not have as many harnesses as most people here, so I suspect it’s less obvious but I would expect this to make it far more valuable for people who haven’t invested as much.<p>After a few basic operations (retrospective look at the flow of recent reviews, product discussions) I would expect this to act like a senior member of the team, while 4.6 was good, but far more likely to be a foot-gun.
  • hereme8883 hours ago
    &gt; Opus 4.7 (Adaptive Reasoning, Max Effort) cost ~$4,406 to run the Artificial Analysis Intelligence Index, ~11% less than Opus 4.6 (Adaptive Reasoning, Max Effort, ~$4,970) despite scoring 4 points higher. This is driven by lower output token usage, even after accounting for Opus 4.7&#x27;s new tokenizer. This metric does not account for cached input token discounts, which we will be incorporating into our cost calculations in the near future.
  • dakiol5 hours ago
    We dropped Claude. It&#x27;s pretty clear this is a race to the bottom, and we don&#x27;t want a hard dependency on another multi-billion dollar company just to write software<p>We&#x27;ll be keeping an eye on open models (of which we already make good use of). I think that&#x27;s the way forward. Actually it would be great if everybody would put more focus on open models, perhaps we can come up with something like the &quot;linux&#x2F;postgres&#x2F;git&#x2F;http&#x2F;etc&quot; of the LLMs: something we all can benefit from while it not being monopolized by a single billionarie company. Wouldn&#x27;t it be nice if we don&#x27;t need to pay for tokens? Paying for infra (servers, electricity) is already expensive enough
    • ahartmetz5 hours ago
      &gt;we don&#x27;t want a hard dependency on another multi-billion dollar company just to write software<p>One of two main reasons why I&#x27;m wary of LLMs. The other is fear of skill atrophy. These two problems compound. Skill atrophy is less bad if the replacement for the previous skill does not depend on a potentially less-than-friendly party.
      • post-it4 hours ago
        I was worried about skill atrophy. I recently started a new job, and from day 1 I&#x27;ve been using Claude. 90+% of the code I&#x27;ve written has been with Claude. One of the earlier tickets I was given was to update the documentation for one of our pipelines. I used Claude entirely, starting with having it generate a very long and thorough document, then opening up new contexts and getting it to fact check until it stopped finding issues, and then having it cut out anything that was granular&#x2F;one query away. And <i>then</i> I read what it had produced.<p>It was an experiment to see if I could enter a mature codebase I had zero knowledge of, look at it entirely through an AI, and come to understand it.<p>And it worked! Even though I&#x27;ve only worked on the codebase through Claude, whenever I pick up a ticket nowadays I know what file I&#x27;ll be editing and how it relates to the rest of the code. If anything, I have a significantly better understanding of the codebase than I would without AI at this point in my onboarding.
        • estetlinus4 hours ago
          Yeah, +1. I will never be working on unsolved problems anyhow. Skill atrophy is not happening if you stay curious and responsible.
          • stringfood4 hours ago
            I have never learned so quickly in my entire life than to post a forum thread in its entirety into a extended think LLM and then be allowed to ask free form questions for 2 hours straight if I want to. Having my questions answered NOW is so important for me to learn. Back in the day by the time I found the answer online I forgot the question
            • lobf3 hours ago
              Same. I work in the film industry, but I’ve always been interested in computers and have enjoyed tinkering with them since I was about 5. However, coding has always been this insurmountably complicated thing- every time I make an effort to learn, I’m confronted with concepts that are difficult for me to understand and process.<p>I’ve been 90% vibe coding for a year or so now, and I’ve learned <i>so much</i> about networking just from spinning up a bunch of docker containers and helping GPT or Claude fix niggling issues.<p>I essentially have an expert (well, maybe not an expert but an entity far more capable than I am on my own) who’s shoulder I can look over and ask as many questions I want to, and who will explain every step of the process to me if I want.<p>I’m finally able to create things on my computer that I’ve been dreaming about for years.
          • idopmstuff4 hours ago
            Some people talk like skill atrophy is inevitable when you use LLMs, which strikes me as pretty absurd given that you are talking about a tool that will answer an infinite number of questions with infinite patience.<p>I usually learn way more by having Claude do a task and then quizzing it about what it did than by figuring out how to do it myself. When I have to figure out how to do the thing, it takes much more time, so when I&#x27;m done I have to move on immediately. When Claude does the task in ten minutes I now have several hours I can dedicate entirely to understanding.
            • onemoresoop3 hours ago
              You lose some, you win some. The win could be short-term much higher, however imagine that the new tool suddenly gets ragged pulled from under your feet. What do you do then? Do you still know how to handle it the old way or do you run into skill atrophy issues? I’m using Claude&#x2F;Codex as well, but I’m a little worried that the environment we work in will become a lot more bumpy and shifty.
              • visarga3 hours ago
                &gt; the new tool suddenly gets ragged pulled from under your feet<p>If that happened at this point, it would be after societal collapse.
                • onemoresoop3 hours ago
                  I don’t even wanna think about that scenario, maybe he gets averted somehow.
            • hdjrudni2 hours ago
              The &quot;infinite patience&quot; thing I find particularly interesting.<p>Every now and then I pause before I ask an LLM to undo something it just did or answer something I know it answered already, somewhere. And then I remember oh yeah, it&#x27;s an LLM, it&#x27;s not going to get upset.
            • dlopes72 hours ago
              Asking infinite questions about something does not make you good at “doing” that thing, you get pretty good at asking questions
            • techpression2 hours ago
              Understanding is not learning. Zero effort gives zero rewards, I ask Claude plenty of things, I get answers but not learnings.
          • bdangubic3 hours ago
            I used to speak Russian like I was born in Russia. I stopped talking Russian … every day I am curious ans responsible but I can hardly say 10 words in Russian today. if you don’t use it (not just be curious and responsible) you will lose it - period.
            • thih93 hours ago
              Programming language is not just syntax, keywords and standard libraries, but also: processes, best practices and design principles. The latter group I guess is more difficult to learn and harder to forget.
              • bdangubic2 hours ago
                I respectfully completely disagree. not only will you just as easily lose thr processed, best practices and design principles but they will be changing over time (what was best practice when I got my first gig in 1997 is <i>not</i> a best practice today (even just 4-5 years ago not to go all the back to the 90’s)). all that is super easy to both forget and lose unless you live it daily
        • root_axis2 hours ago
          I have also found LLMs are a great tool for understanding a new code base, but it&#x27;s not clear to me what your comment has to do with skill atrophy.
        • Ifkaluva2 hours ago
          What do you mean “cut out anything that was granular&#x2F;one query away”? This was a very cool workflow to hear about—I will be applying it myself
        • SpicyLemonZest4 hours ago
          Are you sure you would know if it didn&#x27;t work? I use Claude extensively myself, so I&#x27;m not saying this from a &quot;hater&quot; angle, but I had 2 people last week who believe themselves to be in your shoes send me pull requests which made absolutely no sense in the context of the codebase.
          • therealdrag04 hours ago
            That’s always been the case, AI or not.
            • Jweb_Guru2 hours ago
              No, it hasn&#x27;t. I did not have a problem before AI with people sending in gigantic pull requests that made absolutely no sense, and justifying them with generated responses that they clearly did not understand. This is not a thing that used to happen. That&#x27;s not to say people wouldn&#x27;t have done it if it were possible, but there was a barrier to submitting a pull request that no longer exists.
            • windexh8er2 hours ago
              It just happens to be a lot worse now. Confidence through ignorance has come into the spotlight with the commoditization of LLMs.
            • viccis1 hour ago
              In my experience, the people sending me garbage PRs with Claude are the same ones who wrote garbage code beforehand. Now there&#x27;s just 10x more of it.
        • viccis1 hour ago
          It&#x27;s good that it&#x27;s working for you but I&#x27;m not sure what this has to do with skill atrophy. It sounds like you never had this skill (in this case, working with that particular system) to begin with.<p>&gt;I have a significantly better understanding of the codebase than I would without AI at this point in my onboarding<p>One of the pitfalls of using AI to learn is the same as I&#x27;d see students doing pre-AI with tutoring services. They&#x27;d have tutors explain the homework to do them and even work through the problems with them. Thing is, any time you see a problem or concept solved, your brain is tricked into thinking you understand the topic enough to do it yourself. It&#x27;s why people think their job interview questions are much easier than they really are; things just seem obvious when you&#x27;ve thought about the solution. Anyone who&#x27;s read a tutorial, felt like they understood it well, and then struggled for a while to actually start using the tool to make something new knows the feeling very well. That Todo List app in the tutorial seemed so simple, but the author was making a bunch of decisions constantly that you didn&#x27;t have to think about as you read it.<p>So I guess my question would be: If you were on a plane flight with no wifi, and you wanted to do some dev work locally on your laptop, how comfortable would you be vs if you had done all that work yourself rather than via Claude?
        • throwaway6137464 hours ago
          [dead]
      • ljm4 hours ago
        Not so much atrophy as apathy.<p>I&#x27;ve worked with people who will look at code they don&#x27;t understand, say &quot;llm says this&quot;, and express zero intention of learning something. Might even push back. Be proud of their ignorance.<p>It&#x27;s like, why even review that PR in the first place if you don&#x27;t even know what you&#x27;re working with?
        • psygn894 hours ago
          I cringed when I saw a dev literally copy and paste an AI&#x27;s response to a concern. The concern was one that had layers and implications to it, but instead of getting an answer as to why it was done a certain way and to allay any potential issues, that dev got a two paragraph lecture on how something worked on the surface of it, wrapped in em dashes and joviality.<p>A good dev would&#x27;ve read deeper into the concern and maybe noticed potential flaws, and if he had his own doubts about what the concern was about, would have asked for more clarification. Not just feed a concern into AI and fling it back. Like please, in this day and age of AI, have the benefit of the doubt that someone with a concern would have checked with AI himself if he had any doubts of his own concern...
        • oremj4 hours ago
          Is this the same subset of people who copy&#x2F;paste code directly from stack overflow without understanding ? I’m not sure this is a new problem.
          • foobarchu3 hours ago
            It&#x27;s a new problem in the sense that now executive management at many (if not most) software companies is pushing for all employees to work this way as much as possible. Those same people probably don&#x27;t know what stack overflow even is.
          • pizza2344 hours ago
            In my experience, no - I think the ability to build more complete features with less&#x2F;little&#x2F;no effort, rather than isolated functions, is (more) appealing to (more) developers.
          • malnourish3 hours ago
            I don&#x27;t think so. I&#x27;ll spend a ton of time and effort thinking through, revising, and planning out the approach, but I let the agent take the wheel when it comes to transpiling that to code. I don&#x27;t actually care about the code so long as it&#x27;s secure and works.<p>I spent years cultivating expertise in C++ and .NET. And I found that time both valuable and enjoyable. But that&#x27;s because it was a path to solve problems for my team, give guidance, and do so with both breadth and depth.<p>Now I focus on problems at a higher level of abstraction. I am certain there&#x27;s still value in understanding ownership semantics and using reflection effectively, but they&#x27;re broadly less relevant concerns.
          • dingaling3 hours ago
            It&#x27;s difficult to copy &amp; paste an entire app from Stack Overflow
          • sroussey3 hours ago
            Copied and pasted without noting the license that stack overflow has on code published there, no doubt
          • trinsic24 hours ago
            Hey. I resemble that remark sometimes!! quit being a hater (sarcasm) :P
        • kilroy1234 hours ago
          We&#x27;ve had such developers around, long before LLMs.
          • ohazi4 hours ago
            They&#x27;re so much louder now, though.
        • RexM4 hours ago
          It’s a lot like someone bragging that they’re bad at math tossing around equations.
        • monkpit4 hours ago
          If I wanted to know what the LLM says, I would have asked it myself, thanks…
        • redanddead4 hours ago
          What is it in the broader culture that&#x27;s causing this?
          • groundzeros20154 hours ago
            People who got into the job who don’t really like programming
            • drivebyhooting4 hours ago
              I like programming, but I don’t like the job.
              • groundzeros20152 hours ago
                Then why are you letting Claude do the fun part?
                • root_axis2 hours ago
                  Obviously, the fun part is delivering value for the shareholders.
          • mattgreenrocks4 hours ago
            These people have always existed. Hell, they are here, too. Now they have a new thing to delegate responsibility to.<p>And no, I don&#x27;t understand them at all. Taking responsibility for something, improving it, and stewarding it into production is a fantastic feeling, and much better than reading the comment section. :)
      • tossandthrow5 hours ago
        You can argu that you will have skill atrophy by not using LLMs.<p>We have gone multi cloud disaster recovery on our infrastructure. Something I would not have done yet, had we not had LLMs.<p>I am learning at an incredible rate with LLMs.
        • mgambati5 hours ago
          I kind feel the same. I’m learning things and doing things in areas that would just skip due to lack of time or fear.<p>But I’m so much more detached of the code, I don’t feel that ‘deep neural connection’ from actual spending days in locked in a refactor or debugging a really complex issue.<p>I don’t know how a feel about it.
          • Fire-Dragon-DoL5 hours ago
            I strongly agree on the refactor, but for debugging I have another perspective: I think debugging is changing for the better, so it looks different.<p>Sure, you don&#x27;t know the code by heart, but people debugging code translated to assembly already do that.<p>The big difference is being able to unleash scripts that invalidate enormous amount of hypothesis very fast and that can analyze the data.<p>Used to do that by hand it took hours, so it would be a last resort approach. Now that&#x27;s very cheap, so validating many hypothesis is way cheaper!<p>I feel like my &quot;debugging ability&quot; in terms of value delivered has gone way up. For skill, it&#x27;s changing. I cannot tell, but the value i am delivering for debugging sessions has gone way up
          • afzalive5 hours ago
            As someone who&#x27;s switched from mobile to web dev professionally for the last 6 months now. If you care about code quality, you&#x27;ll develop that neural connection after some time.<p>But if you don&#x27;t and there&#x27;s no PR process (side projects), the motivation to form that connection is quite low.
            • hombre_fatal3 hours ago
              &gt; If you care about code quality, you&#x27;ll develop that neural connection after some time.<p>No, because you can get LLMs to produce high quality code that has gone through an infinite number of refinement&#x2F;polish cycles and is far more exhaustive than the code you would have written yourself.<p>Once you hit that point, you find yourself in a directional&#x2F;steering position divorced from the code since no matter what direction you take, you&#x27;ll get high quality code.
        • ori_b5 hours ago
          Yes, you certainly can argue that, but you&#x27;d be wrong. The primary selling point of LLMs is that they solve the problem of needing skill to get things done.
          • tossandthrow4 hours ago
            That is not the entire selling point - so you are very wrong.<p>You very much decide how you employ LLMs.<p>Nobody are keeping a gun to your head to use them. In a certain way.<p>Sonif you use them in a way that increase you inherent risk, then you are incredibly wrong.
            • ori_b4 hours ago
              I suggest you read the sales pitches that these products have been making. Again, when I say that this is the selling point, I mean it: This is why management is buying them.
              • SpicyLemonZest4 hours ago
                I&#x27;ve read the sales pitches, and they&#x27;re not about replacing the need for skill. The Claude Design announcement from yesterday (<a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;claude-design-anthropic-labs" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;claude-design-anthropic-labs</a>) is pretty typical in my experience. The pitch is that this is <i>good</i> for designers, because it will allow them to explore a much broader range of ideas and collaborate on them with counterparties more easily. The tool will give you cool little sliders to set the city size and arc width, but it doesn&#x27;t explain why you would <i>want</i> to adjust these parameters or how to determine the correct values; that&#x27;s your job.<p>I understand why a designer might read this post and not be happy about it. If you don&#x27;t think your management values or appreciates design skill, you&#x27;d worry they&#x27;re going to glaze over the bullet points about design productivity, and jump straight to the one where PMs and marketers can build prototypes and ignore you. But that&#x27;s not what the sales pitch is focused on.
                • ori_b4 hours ago
                  The majority of examples in the document you linked describe &#x27;person without&lt;skill&gt; can do thing needing &lt;skill&gt;&#x27;. It&#x27;s very much selling &#x27;more output, less skill&#x27;
              • trinsic24 hours ago
                Sales pitches dont mean jack, WTF are you talking about?
                • foobarchu3 hours ago
                  Sales pitches are literally the same thing as &quot;the selling point&quot;.<p>Neither of those is necessarily a synonym for why you personally use them
          • andy_ppp4 hours ago
            I see it completely the opposite way, you use an LLM and correct all its mistakes and it allows you to deliver a rough solution very quickly and then refine it in combination with the AI but it still gets completely lost and stuck on basic things. It’s a very useful companion that you can’t trust, but it’s made me 4-5x more productive and certainly less frustrated by the legacy codebase I work on.
          • trinsic24 hours ago
            Yeah I whole hardheartedly disagree with this. Because I understand the basics of coding I can understand where the model gets stuck and prompt it in other directions.<p>If you don&#x27;t know whats going on through the whole process, good luck with the end product.
          • Forgeties794 hours ago
            They <i>purportedly</i> solve the problem of needing skill to get things done. IME, this is usually repeated by VC backed LLM companies or people who haven’t knowingly had to deal with other people’s bad results.<p>This all bumps up against the fact that most people default to “you use the tool wrong” and&#x2F;or “you should only use it to do things where you already have firm grasp or at least foundational knowledge.”<p>It also bumps against the fact that the average person is using LLM’s as a replacement for standard google search.
        • weego3 hours ago
          You&#x27;re learning at your standard rate of learning, you&#x27;re just feeding yourself over-confidence on how much you&#x27;re absorbing vs what the LLM is facilitating you rolling out.
          • tossandthrow3 hours ago
            This is such a weird statement in so many levels.<p>The latent assumption here is that learning is zero sum.<p>That you can take a 30 year old from 1856 bring them into present day and they will learn whatever subject as fast as a present day 20 year old.<p>That teachers doesn&#x27;t matter.<p>That engagement doesn&#x27;t matter.<p>Learning is not zero sum. Some cultural background makes learning easier, some mentoring makes is easier, and some techniques increases engagement in ways that increase learning speed.
        • Wowfunhappy3 hours ago
          &gt; We have gone multi cloud disaster recovery on our infrastructure. Something I would not have done yet, had we not had LLMs.<p>That’s product atrophy, not skill atrophy.
        • bluefirebrand5 hours ago
          &gt; I am learning at an incredible rate with LLMs<p>Could you do it again without the help of an LLM?<p>If no, then can you really claim to have learned anything?
          • Paradigma112 hours ago
            So, you havent really learned anything from any teacher if you could not do it again without them?
            • lelanthran3 minutes ago
              &gt; So, you havent really learned anything from any teacher if you could not do it again without them?<p>Well, yes?<p>What do you think &quot;learning&quot; means? If you cannot do something without the teacher, you haven&#x27;t learned that thing.
            • sho_hn2 hours ago
              Yes.
            • falkensmaize2 hours ago
              I mean...yeah?<p>If your child says they&#x27;ve learned their multiplication tables but they can&#x27;t actually multiply any numbers you give them do they actually know how to do multiplication? I would say no.
              • Jweb_Guru2 hours ago
                For some reason people are perfectly able to understand this in the context of, say, cursive, calculator use, etc., but when it comes to their own skillset somehow it&#x27;s going to be really different.
            • UncleMeat2 hours ago
              Yes that&#x27;s exactly right.
            • techpression2 hours ago
              That would be the definition of learning something, yes.
          • tossandthrow5 hours ago
            I could definitely maintain the infrastructure without an llm. Albeit much slower.<p>And yes. If LLMs disappear, then we need to hire a lot of people to maintain the infrastructure.<p>Which naturally is a part of the risk modeling.
            • bluefirebrand4 hours ago
              &gt; I could definitely maintain the infrastructure without an llm<p>Not what I asked, but thanks for playing.
              • tossandthrow3 hours ago
                You literally asked that question<p>&gt; Could you do it again without the help of an LLM?
                • bluefirebrand2 hours ago
                  And the question you answered was &quot;could you maintain it without the help of an LLM&quot;
          • danw19794 hours ago
            I think this is a bit dismissive.<p>It’s quite possible to be deep into solving a problem with an LLM guiding you where you’re reading and learning from what it says. This is not really that different from googling random blogs and learning from Stack Overflow.<p>Assuming everyone just sits there dribbling whilst Claude is in YOLO mode isn’t always correct.
          • subscribed3 hours ago
            &gt;&gt; I am learning a new skill with instructor at an incredible rate<p>&gt; Could you do it again on your own?<p>Can you you see how nonsensical your stance is? You&#x27;re straight up accusing GP of lying they are learning something at the increased rate OR suggesting if they couldn&#x27;t learn that, presumably at the same rate, on they own, they&#x27;re not learning anything.<p>That&#x27;s not very wise to project your own experiences on others.
            • sroussey3 hours ago
              Actually, it’s much like taking a physics or engineering course, and after the class being fully able to explain the class that day, and yet realize later when you are doing the homework that you did not actually fully understand like you thought you did.
          • _blk4 hours ago
            The challenge is not if you could do <i>all</i> of it without AI but <i>any</i> of it that you couldn&#x27;t before.<p>Not everyone learns at the same pace and not everyone has the same fault tolerance threshold. In my experiencd some people are what I call &quot;Japanese learners&quot; perfecting by watching. They will learn with AI but would never do it themselves out of fear of getting <i>something</i> wrong while they understand most of it, others that I call &quot;western learners&quot; will start right away and &quot;get their hands dirty&quot; without much knowledge and also get it wrong right away. Both are valid learning strategies fitting different personalities.
        • jjallen5 hours ago
          Also AI could help you pick those skills up again faster, although you wouldn’t need to ever pick those skills up again unless AI ceased to exist.<p>What an interesting paradox-like situation.
          • estetlinus4 hours ago
            I believe some professor warned us about being over reliant on Google&#x2F;reddit etc: “how would you be productive if internet went down” dilemma.<p>Well, if internet is down, so is our revenue buddy. Engineering throughput would be the last of our concerns.
        • i_love_retros5 hours ago
          &gt;I am learning at an incredible rate with LLMs.<p>I don&#x27;t believe it. Having something else do the work for you is not learning, no matter how much you tell yourself it is.
          • margalabargala4 hours ago
            If you&#x27;ve seen further it&#x27;s only because you&#x27;ve stood on the shoulders of giants.<p>Having other people do work for you is how people get to focus on things they actually care about.<p>Do you use a compiler you didn&#x27;t write yourself? If so can you really say you&#x27;ve ever learned anything about computers?
            • butterisgood4 hours ago
              You have to build a computer to learn about computers!
              • viccis1 hour ago
                I would argue that if you&#x27;ve just watched videos about building computers and haven&#x27;t sat down and done one yourself, then yeah I don&#x27;t see any evidence that you&#x27;ve learned how to build a computer.
          • tossandthrow4 hours ago
            It is easy to not believe if you only apply an incredibly narrow world view.<p>Open your eyes, and you might become a believer.
            • nothinkjustai4 hours ago
              What is this, some sort of cult?
              • subscribed3 hours ago
                You mean the cult of &quot;I can&#x27;t see the viruses therefore they dint exist&quot;? As in &quot;I can&#x27;t imagine something so it means it&#x27;s a lie&quot;?<p>Indeed, quite weird and no imagination.
              • tossandthrow4 hours ago
                No, it is an as snarky response to a person being snarky about usefulness of AI agents.<p>It does seem like there is a cult of people who categorically see LLMs as being poor at anything without it being founded in anything experience other than their 2023 afternoon to play around with it.
                • nothinkjustai3 hours ago
                  Who cares? Why are people so invested in trying to “convert” others to see the light?<p>Can’t you be satisfied with outcompeting “non believers”? What motivates you to argue on the internet about it? Deep down are you insecure about your reliance on these tools or something, and want everyone else to be as well?
                  • tossandthrow3 hours ago
                    Why do people invest themselves so hard in interjecting themselves into conversations about Ai telling people it doesn&#x27;t work?<p>It feels so off rebuilding serious SaaS apps in days for production, only to be told it is not possible?
        • deadbabe5 hours ago
          Using LLMs as a learning tool isn’t what causes skill atrophy. It’s using them to solve entire problems without understanding what they’ve done.<p>And not even just understanding, but verifying that they’ve implemented the optimal solution.
          • tehjoker2 hours ago
            It&#x27;s partly that, but also reading and surface level understanding something vs generating yourself are different skills with different depths. If you&#x27;re learning a language, you can get good at listening without getting good at speaking for example.
      • solarengineer4 hours ago
        <a href="https:&#x2F;&#x2F;hex.ooo&#x2F;library&#x2F;power.html" rel="nofollow">https:&#x2F;&#x2F;hex.ooo&#x2F;library&#x2F;power.html</a><p>When future humans rediscover mathematics.
      • IgorPartola2 hours ago
        Yeah I am worried about skill atrophy too. Everyone uses a compiler these days instead of writing assembly. Like who the heck is going to do all the work when people forget how to use the low level tools and a compiler has a bug or something?<p>And don’t get me started on memory management. Nobody even knows how to use malloc(), let alone brk()&#x2F;mmap(). Everything is relying on automatic memory management.<p>I mean when was the last time you actually used your magnetized needle? I know I am pretty rusty with mine.
        • otabdeveloper42 hours ago
          &gt; an LLM is exactly like a compiler if a compiler was a black box hosted in a proprietary cloud and metered per symbol<p>Yeah, exactly.
        • techpression2 hours ago
          Snark aside, this is an actual problem for a lot of developers in varying degrees, not understand anything about the layers below make for terrible layers above in very many situations.
      • boxingdog4 hours ago
        [dead]
    • dgellow4 hours ago
      Another aspect I haven’t seen discussed too much is that if your competitor is 10x more productive with AI, and to stay relevant you also use AI and become 10x more productive. Does the business actually grow enough to justify the extra expense? Or are you pretty much in the same state as you were without AI, but you are both paying an AI tax to stay relevant?
      • xixixao4 hours ago
        This is the “ad tax” reasoning, but ultimately I think the answer is greater efficiency. So there is a real value, even if all competitors use the tools.<p>It’s like saying clothing manufacturers are paying the “loom tax” tax when they could have been weaving by hand…
        • SlinkyOnStairs4 hours ago
          Software development is not a production line, the relationship between code output and revenue is extremely non-linear.<p>Where producing 2x the t-shirts will get you ~2x the revenue, it&#x27;s quite unlikely that <i>10x</i> the code will get you even close to 2x revenue.<p>With how much of this industry operates on &#x27;Vendor Lock-in&#x27; there&#x27;s a very real chance the multiplier ends up 0x. AI doesn&#x27;t add anything when you can already 10x the prices on the grounds of &quot;Fuck you. What are you gonna do about it?&quot;
          • groundzeros20153 hours ago
            Yep and in a vendor lock in scenario, fixing deep bugs or making additions in surgical ways is where the value is. And Claude helps you do that, by giving you more information, analyzing options, but it doesn’t let you make that decision 10x faster.
        • bigbadfeline3 hours ago
          We already know how to multiply the efficiency of human intelligence to produce better quality than LLMs and nearly match their productivity - <i>open source</i> - in fact coding LLMs wouldn&#x27;t even exist without it.<p>Open source libraries and projects together with <i>open source AI</i> is the only way to avoid the existential risks of closed source AI.
      • dakiol3 hours ago
        Where&#x27;s the evidence of competitors being 10x more productive? So far, everyone is simply bragging about how much code they have shipped last week, but that has zero relevance when it comes to productivity
        • davidron5 minutes ago
          I work at a 20-year-old mid-sized SaaS company. As long as the company has been around, product managers have longed for more engineers and strategies for engineers to ship features faster. As of around February, those same product managers across the org are complaining that they can&#x27;t keep up with the pace at which engineers are shipping their features. This isn&#x27;t just lines of code. This is the entire company trying to figure out how to help the PMs because engineers suddenly stopped being the bottleneck.<p>I don&#x27;t know about 10x, but this could only happen if PMs suddenly got really lazy or the engineers actually got at least 1.5x faster. My gut says it&#x27;s way more because we&#x27;re now also consistently up to date on our dependencies and completing massive refactors we were putting off for years.<p>There are lots of reasons this could be the case. Quality suddenly changed, the nature of the work changed, engineers leveled up... But for this to have happened consistently across a bunch of engineering teams is quite the coincidence if not this one thing we are all talking about.
        • dgellow2 hours ago
          Read it as just a given rate. The number doesn’t matter too much here, if company B does believe claims from company A they are N times more productive that’s enough to force B to adopt the same tooling.
        • Silhouette2 hours ago
          I feel like a lot of the AI advocacy today is like the Cloud advocacy of a few years ago or the Agile advocacy before that. It&#x27;s this season&#x27;s silver bullet to make us all 10x more effective according to metrics that somehow never translate into adding actually useful functionality and quality 10x as fast.<p>The evangelists told us 20 years ago that if we weren&#x27;t doing TDD then we weren&#x27;t really professional programmers at all. The evangelists told us 10 years ago that if we were still running stuff locally then we must be paying a fortune for IT admin or not spending our time on the work that mattered. The evangelists this week tell us that we need to be using agents to write all our code or we&#x27;ll get left in the dust by our competitors who are.<p>I&#x27;m still waiting for my flying car. Would settle for some graphics software on Linux that matches the state of the art on Windows or even reliable high-quality video calls and online chat rooms that don&#x27;t make continental drift look fast.
      • redanddead4 hours ago
        The alternative is probably also true. If your F500 competitor is also handicapped by AI somehow, then you&#x27;re all stagnant, maybe at different levels. Meanwhile Anthropic is scooping up software engineers it supposedly made irrelevant with Mythos and moving into literally 2+ new categories per quarter
      • Lihh274 hours ago
        it&#x27;s worse than a tie. 10x everyone just floods the market and tanks per-unit price. you pay the AI tax and your output is worth less.
      • JambalayaJimbo4 hours ago
        If the business doesn’t grow then you shed costs like employees
      • senordevnyc4 hours ago
        Either the business grows, or the market participants shed human headcount to find the optimal profit margin. Isn’t that the great unknown: what professions are going to see headcount reduction because demand can’t grow that fast (like we’ve seen in agriculture), and which will actually see headcount stay the same or even expand, because the market has enough demand to keep up with the productivity gains of AI? Increasingly I think software writ large is the latter, but individual segments in software probably are the former.
      • otabdeveloper42 hours ago
        &gt; your competitor is 10x more productive with AI<p>This doesn&#x27;t happen. Literally zero evidence of this.
        • dgellow2 hours ago
          The actual rate isn’t relevant for the discussion
          • Miner49er2 hours ago
            Well it might.<p>If the actual rate is .9x then it matters a lot.<p>Or even if it&#x27;s like 1.1x, is the cost worth the return?
          • surgical_fire2 hours ago
            What if the rate is negative?<p>Would it matter?
    • michaelje4 hours ago
      Open models keep closing the eval gap for many tasks, and local inference continues to be increasingly viable. What&#x27;s missing isn&#x27;t technical capability, but productized convenience that makes the API path feel like the only realistic option.<p>Frontier labs are incentivized to keep it that way, and they&#x27;re investing billions to make AI = API the default. But that&#x27;s a business model, not a technical inevitability.
      • trueno2 hours ago
        im hoping and praying that local inference finds it&#x27;s way to some sort of baseline that we&#x27;re all depending on claude for here. that would help shape hardware designs on personal devices probably something in the direction of what apple has been doing.<p>ive had to like tune out of the LLM scene because it&#x27;s just a huge mess. It feels impossible to actually get benchmarks, it&#x27;s insanely hard to get a grasp on what everyone is talking about, bots galore championing whatever model, it&#x27;s just way too much craze and hype and misinformation. what I do know is we can&#x27;t keep draining lakes with datacenters here and letting companies that are willing to heel turn on a whim basically control the output of all companies. that&#x27;s not going to work, we collectively have to find a way to make local inference the path forward.<p>everyone&#x27;s foot is on the gas. all orgs, all execs, all peoples working jobs. there&#x27;s no putting this stuff down, and it&#x27;s exhausting but we have to be using claude like _right now_. pretty much every company is already completely locked in to openai&#x2F;gemini&#x2F;claude and for some unfortunate ones copilot. this was a utility vendor lock in capture that happened faster than anything ive ever seen in my life &amp; I already am desperate for a way to get my org out of this.
        • hakfoo1 hour ago
          I&#x27;m frustrated that there&#x27;s not &quot;solid&quot; instructional tooling. I either see people just saying &quot;keep trying different prompts and switching models until you get lucky&quot; or building huge cantilevered toolchains that seems incredibly brittle, and even then, how well do they really work?<p>I get choice paralysis when you show me a prompt box-- I don&#x27;t know what I can reasonably ask for and how to best phrase it, so I just panic. It doesn&#x27;t help when we see articles saying people are getting better outcomes by adding things like &quot;and no bugs plz owo&quot;<p>I&#x27;m sure this is by design-- anything with clear boundaries and best practices would discourage gacha style experimentation. Can you trust anyone who sells you a metered service to give you good guidance on how to use it efficiently?
          • trueno1 hour ago
            yea that is probably the worst part of these techs becoming mainstream services and local-LLM&#x27;ing taking off in general: working with them at many points in any architecture no longer feels... deterministic i guess. way too fucking much &quot;heres what i use&quot; but no real best practices yet, just a lot of vague gray area and everyones still in discovery-mode on how to best find some level of determinism or workflow and ways we are benchmarking is seriously a moving target. everyone has their own branded take on what the technology is and their own branded approach on how to use it, and it&#x27;s probably the murkiest and foggiest time to be in technology fields that i&#x27;ve ever seen :\ seems like weekly&#x2F;monthly something is outdated, not just the models but the tooling people are parroting as the current best tooling to use. incredibly frustrating. there&#x27;s simply too much ground to cover for any one person to have any absolute takes on any of it, and because a handful of entities are currently leading the charge draining lakes and trying to compete for every person and every businesses money, there&#x27;s zero organized frameworks at the top to make some sense of this. they all are banking on their secret sauce, and i _really_ want us all to get away from this. local inference has to succeed imo but goddamn there needs to be some collective working together to rally behind some common strats&#x2F;frameworks here. im sure there&#x27;s already countless committees that have been established to try and get in front of this but even that&#x27;s messy.<p>i don&#x27;t know how else to phrase it: this feels like such an unstable landscape, &quot;beta&quot; software&#x2F;services are running rampant in every industry&#x2F;company&#x2F;org&#x2F;etc and there&#x27;s absolutely no single resource we can turn to to help stay ahead of &amp; plan for the rapidly-evolving landscape. every, and i mean every company, is incredibly irresponsible for using this stuff. including my own. once again though, cat&#x27;s already out of the bag. now we fight for our lives trying to contain it and ensure things are well understood and implemented properly...which seems to be the steepest uphill battle of my life
    • dewarrn14 hours ago
      I&#x27;m hopeful that new efficiencies in training (Deepseek et al.), the impressive performance of smaller models enhanced through distillation, and a glut of past-their-prime-but-functioning GPUs all converge make good-enough open&#x2F;libre models cheap, ubiquitous, and less resource-intensive to train and run.
    • tossandthrow5 hours ago
      The lock in is so incredibly poor. I could switch to whatever provider in minuets.<p>But it requires that one does not do something stupid.<p>Eg. For recurring tasks: keep the task specification in the source code and just ask Claude to execute it.<p>The same with all documentation, etc.
    • leonidasv3 hours ago
      &gt;perhaps we can come up with something like the &quot;linux&#x2F;postgres&#x2F;git&#x2F;http&#x2F;etc&quot; of the LLMs<p>I fear that this may not be feasible in the long term. The open-model free ride is not guaranteed to continue forever; some labs offer them for free for publicity after receiving millions in VC grants now, but that&#x27;s not a sustainable business model. Models cost millions&#x2F;billions in infrastructure to train. It&#x27;s not like open-source software where people can just volunteer their time for free; here we are talking about spending real money upfront, for something that will get obsolete in months.<p>Current AI model &quot;production&quot; is more akin to an industrial endeavor than open-source arrangements we saw in the past. Until we see some breakthrough, I&#x27;m bearish on &quot;open models will eventually save us from reliance on big companies&quot;.
      • falkensmaize2 hours ago
        &quot;get obsolete in months&quot;<p>If you mean obsolete in the sense of &quot;no longer fit for purpose&quot; I don&#x27;t think that&#x27;s true. They may become obsolete in terms of &quot;can&#x27;t do hottest new thing&quot; but that&#x27;s true of pretty much any technology. A capable local model that can do X will always be able to do X, it just may not be able to do Y. But if X is good enough to solve your problem, why is a newer better model needed?<p>I think if we were able to achieve ~Opus 4.6 level quality in a local model that would probably be &quot;good enough&quot; for a vast number of tasks. I think it&#x27;s debatable whether newer models are always better - 4.7 seems to be somewhat of a regression for example.
    • aliljet4 hours ago
      What open models are truly competing with both Claude Code and Opus 4.7 (xhigh) at this stage?
      • parinporecha4 hours ago
        I&#x27;ve had a good experience with GLM-5.1. Sure it doesn&#x27;t match xhigh but comes close to 4.6 at 1&#x2F;3rd the cost
      • Someone12344 hours ago
        That&#x27;s a lame attitude. There are local models that are last year&#x27;s SOTA, but that&#x27;s not good enough because this year&#x27;s SOTA is even better yet still...<p>I&#x27;ve said it before and I&#x27;ll say it again, local models are &quot;there&quot; in terms of true productive usage for complex coding tasks. Like, for real, there.<p>The issue right now is that buying the compute to run the top end local models is absurdly unaffordable. Both in general but also because you&#x27;re outbidding LLM companies for limited hardware resources.<p>You have a $10K budget, you can legit run last year&#x27;s SOTA agentic models locally and do hard things well. But most people don&#x27;t or won&#x27;t, nor does it make cost effective sense Vs. currently subsidized API costs.
        • gbro3n4 hours ago
          I completely see your point, but when my &#x2F; developer time is worth what it is compared to the cost of a frontier model subscription, I&#x27;m wary of choosing anything but the best model I can. I would love to be able to say I have X technique for compensating for the model shortfall, but my experience so far has been that bigger, later models out perform older, smaller ones. I genuinely hope this changes through. I understand the investment that it has taken to get us to this point, but intelligence doesn&#x27;t seem like it&#x27;s something that should be gated.
          • Someone12344 hours ago
            Right; but every major generation has had diminishing returns on the last. Two years ago the difference was HUGE between major releases, and now we&#x27;re discussing Opus 4.6 Vs. 4.7 and people cannot seem to agree if it is an improvement or regression (and even their data in the card shows regressions).<p>So my point is: If you have the attitude that unless it is the bleeding edge, it may have well not exist, then local models are never going to be good enough. But truth is they&#x27;re now well exceeding what they need to be to be huge productivity tools, and would have been bleeding edge fairly recently.
            • gbro3n3 hours ago
              I feel like I&#x27;m going to have to try the next model. For a few cycles yet. My opinion is that Opus 4.7 is performing worse for my current work flow, but 4.6 was a significant step up, and I&#x27;d be getting worse results and shipping slower if I&#x27;d stuck with 4.5. The providers are always going to swear that the latest is the greatest. Demis Hassabis recently said in an interview that he thinks the better funded projects will continue to find significant gains through advanced techniques, but that open source models figure out what was changed after about 6 months or so. We&#x27;ll see I guess. Don&#x27;t get me wrong, I&#x27;d love to settle down with one model and I&#x27;d love it to be something I could self host for free.
          • dakiol3 hours ago
            &gt; I completely see your point, but when my &#x2F; developer time is worth what it is compared to the cost of a frontier model subscription, I&#x27;m wary of choosing anything but the best model I can.<p>Don&#x27;t you understand that by choosing the best model we can, we are, collectively, step by step devaluating what our time is worth? Do you really think we all can keep our fancy paychecks while keep using AI?
            • gbro3n2 hours ago
              Do you think if you or me stopped using AI that everyone else will too? We&#x27;re still what we always were - problem solvers who have gained the ability to learn and understand systems better that the general population, communicate clearly (to humans and now AIs). Unfortunately our knowledge of language APIs and syntax has diminished in value, but we have so many more skills that will be just as valuable as ever. As the amount of software grows, so will the need for people who know how to manage the complexity that comes with it.
        • aliljet3 hours ago
          First, making sure to offer an upvote here. I happen to be VERY enthusiastic about local models, but I&#x27;ve found them to be incredibly hard to host, incredibly hard to harness, and, despite everything, remarkably powerful if you are willing to suffer really poor token&#x2F;second performance...
        • HWR_143 hours ago
          $10k is a lot of tokens.
          • sscaryterry2 hours ago
            At the rate its consuming now, I&#x27;d probably blow $10k in a month easy.
        • wellthisisgreat3 hours ago
          &gt; that are last year&#x27;s SOTA<p>Early last year or late last year?<p>opus 4.5 was quite a leap
      • esafak4 hours ago
        GLM 5.1 competes with Sonnet. I&#x27;m not confident about Opus, though they claim it matches that too.
        • ojosilva3 hours ago
          I have it as failover to Opus 4.6 in a Claude proxy internally. People don&#x27;t notice a thing when it triggers, maybe a failed tool call here and there (harness remains CC not OC) or a context window that has gone over 200k tokens or an image attachment that GLM does not handle, otherwise hunky-dory all the way. I would also use it as permanent replacement for haiku at this proxy to lower Claude costs but have not tried it yet. Opus 4.7 has shaken our setup badly and we might look into moving to Codex 100% (GLM could remain useful there too).
    • GaryBluto4 hours ago
      &gt; open models<p>Google just released Gemma 4, perhaps that&#x27;d be worth a try?
    • sourya42 hours ago
      yep!! had similar thoughts on the the &quot;linux&#x2F;postgres&#x2F;git&#x2F;http&#x2F;etc&quot; of the LLMs<p>made a HN post of my X article on the lock-in factor and how we should embrace the modular unix philosophy as a way out: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47774312">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47774312</a>
    • ben8bit5 hours ago
      Any recommendations on good open ones? What are you using primarily?
      • culi4 hours ago
        LMArena actually has a nice Pareto distribution of ELO vs price for this<p><pre><code> model elo $&#x2F;M --------------------------------------- glm-5.1 1538 2.60 glm-4.7 1440 1.41 minimax-m2.7 1422 0.97 minimax-m2.1-preview 1392 0.78 minimax-m2.5 1386 0.77 deepseek-v3.2-thinking 1369 0.38 mimo-v2-flash (non-thinking) 1337 0.24 </code></pre> <a href="https:&#x2F;&#x2F;arena.ai&#x2F;leaderboard&#x2F;code?viewBy=plot&amp;license=open-source" rel="nofollow">https:&#x2F;&#x2F;arena.ai&#x2F;leaderboard&#x2F;code?viewBy=plot&amp;license=open-s...</a>
        • logicprog3 hours ago
          LMArena isn&#x27;t very useful as a benchmark, however I can vouch for the fact that GLM 5.1 is astonishingly good. Several people I know who have a $100&#x2F;mo Claude Code subscription are considering cancelling it and going all in on GLM, because it&#x27;s finally gotten (for them) comparable to Opus 4.5&#x2F;6. I don&#x27;t use Opus myself, but I can definitely say that the jump from the (imvho) previous best open weight model Kimi K2.5 to this is otherworldly — and K2.5 was already a huge jump itself!
      • blahblaher5 hours ago
        qwen3.5&#x2F;3.6 (30B) works well,locally, with opencode
        • zozbot2345 hours ago
          Mind you, a 30B model (3B active) is not going to be comparable to Opus. There are open models that are near-SOTA but they are ~750B-1T total params. That&#x27;s going to require substantial infrastructure if you want to use them agentically, scaled up even further if you expect quick real-time response for at least some fraction of that work. (Your only hope of getting reasonable utilization out of local hardware in single-user or few-users scenarios is to <i>always</i> have something useful cranking in the background during downtime.)
          • pitched4 hours ago
            For a business with ten or more engineers&#x2F;people-using-ai, it might still make sense to set this up. For an individual though, I can’t imagine you’d make it through to positive ROI before the hardware ages out.
            • zozbot2344 hours ago
              It&#x27;s hard to tell for sure because the local inference engines&#x2F;frameworks we have today are not really that capable. We have barely started exploring the implications of SSD offload, saving KV-caches to storage for reuse, setting up distributed inference in multi-GPU setups or over the network, making use of specialty hardware such as NPUs etc. All of these can reuse fairly ordinary, run-of-the-mill hardware.
            • DeathArrow3 hours ago
              Since you need at least a few of H100 class hardware, I guess you need at least few tens of coders to justify the costs.
          • wuschel4 hours ago
            What near SOTA open models are you referring to?
          • cyberax4 hours ago
            I&#x27;m backing up a big dataset onto tapes, so I wanted to automate it. I have an idle 64Gb VRAM setup in my basement, so I decided to experiment and tasked it with writing an LTFS implementation. LTFS is an open standard for filesystems for tapes, and there&#x27;s an implementation in C that can be used as the baseline.<p>So far, Qwen 3.6 created a functionally equivalent Golang implementation that works against the flat file backend within the last 2 days. I&#x27;m extremely impressed.
            • Gareth3211 hour ago
              It is surprisingly competent. It&#x27;s not Opus 4.6 but it works well for well structured tasks.
        • equasar23 minutes ago
          The thing I dislike about OpenCode is the lack of capabilities of their editor, also, resource intensive, for some reason on a VM it chuckles each 30 mins, that I need to discard all sessions, commits, etc.<p>I don&#x27;t know if it is bun related, but in task manager, is the thing that is almost at the top always on CPU usage, turns out for me, bun is not production ready at all.<p>Wish Zed editor had something like BigPickle which is free to use without limits.
        • pitched5 hours ago
          I want to bump this more than just a +1 by recommending everyone try out OpenCode. It can still run on a Codex subscription so you aren’t in fully unfamiliar territory but unlocks a lot of options.
          • zozbot2344 hours ago
            The Codex TUI harness is also open source and you can use open models with it, so you can stay in even more familiar territory.
          • pwython4 hours ago
            pi-coding-agent (pi.dev) is also great. I&#x27;ve been using it with Gemma 4 and Qwen 3.6.
        • jherdman4 hours ago
          Is this sort of setup tenable on a consumer MBP or similar?
          • danw19794 hours ago
            Qwen’s 30B models run great on my MBP (M4, 48GB) but the issue I have is cooling - the fan exhaust is straight onto the screen, which I can’t help thinking will eventually degrade it, given the thermal cycling it would go through. A Mac Studio makes far more sense for local inference just for this reason alone.
          • pitched4 hours ago
            For a 30B model, you want at least 20GB of VRAM and a 24GB MBP can’t quite allocate that much of it to VRAM. So you’d want at least a 32GB MBP.
            • richardfey4 hours ago
              I have 24GB VRAM available and haven&#x27;t yet found a decent model or combination. Last one I tried is Qwen with continue, I guess I need to spend more time on this.
            • zozbot2344 hours ago
              It&#x27;s a MoE model so I&#x27;d assume a cheaper MBP would simply result in some experts staying on CPU? And those would still have a sizeable fraction of the unified memory bandwidth available.
              • pitched4 hours ago
                I haven’t tried this myself yet but you would still need enough non-vram ram available to the cpu to offload to cpu, right? This is a fully novice question, I have not ever tried it.
            • _blk4 hours ago
              Is there any model that practically compares to Sonnet 4.6 in code and vision and runs on home-grade (12G-24G) cards?
              • macwhisperer2 hours ago
                im currently running a custom Gemma4 26b MoE model on my 24gb m2... super fast and it beat deepseek, chatgpt, and gemini in 3 different puzzles&#x2F;code challenges I tested it on. the issue now is the low context... I can only do 2048 tokens with my vram... the gap is slowly closing on the frontier models
          • Gareth3211 hour ago
            The Mac Minis (probably 64GB RAM) are the most cost effective.
        • cpursley5 hours ago
          How are you running it with opencode, any tips&#x2F;pointers on the setup?
      • cmrdporcupine5 hours ago
        GLM 5.1 via an infra provider. Running a competent coding capable model yourself isn&#x27;t viable unless your standards are quite low.
        • myaccountonhn4 hours ago
          What infra providers are there?
          • elbear4 hours ago
            There&#x27;s DeepInfra. There&#x27;s also OpenRouter where you can find several providers.
      • DeathArrow4 hours ago
        I am using GLM 5.1 and MiniMax 2.7.
    • crgk2 hours ago
      Who’s your “we,” if you don’t mind sharing? I’m curious to learn more about companies&#x2F;organizations with this perspective.
    • finghin2 hours ago
      I’m imagining a (private&#x2F;restricted) tracker style system where contributors “seed” compute and users “leech”.
    • atleastoptimal2 hours ago
      Open models are only near SOTA because of distillation from closed models.
    • giancarlostoro3 hours ago
      &gt; I think that&#x27;s the way forward. Actually it would be great if everybody would put more focus on open models,<p>I&#x27;m still surprised top CS schools are not investing in having their students build models, I know some are, but like, when&#x27;s the last time we talked about a model not made by some company, versus a model made by some college or university, which is maintained by the university and useful for all.<p>It&#x27;s disgusting that OpenAI still calls itself &quot;Open AI&quot; when they aren&#x27;t truly open.
    • i_love_retros5 hours ago
      &gt; we don&#x27;t want a hard dependency on another multi-billion dollar company just to write software<p>My manager doesn&#x27;t even want us to use copilot locally. Now we are supposed to only use the GitHub copilot cloud agent. One shot from prompt to PR. With people like that selling vendor lock in for them these companies like GitHub, OpenAI, Anthropic etc don&#x27;t even need sales and marketing departments!
      • tossandthrow4 hours ago
        You are aware that using eg. Github copilot is not one shot? It will start an agentic loop.
        • dgellow4 hours ago
          Unnecessary nitpicking
          • tossandthrow3 hours ago
            Why?<p>One shoting has a very specific meaning, and agentic workflows are not it?<p>What is the implied meaning I should understand from them using one shot?<p>They might refer to the lack of humans in the loop.
            • dgellow2 hours ago
              You give a prompt, you get a PR. If it is ready to merge with the first attempt, that’s a one shot. The agentic loop is a detail in their context
    • Frannky3 hours ago
      Opencode go with open models is pretty good
    • sergiotapia3 hours ago
      I can recommend this stack. It works well with the existing Claude skills I had in my code repos:<p>1. Opencode<p>2. Fireworks AI: GLM 5.1<p>And it is SIGNIFICANTLY cheaper than Claude. I&#x27;m waiting eagerly for something new from Deepseek. They are going to really show us magic.
      • dirasieb3 hours ago
        it is also significantly less capable than claude
        • dakiol3 hours ago
          That&#x27;s fine. When the &quot;best of the best&quot; is offered only by a couple of companies that are not looking into our best interests, then we can discard them
    • wahnfrieden2 hours ago
      or just use codex
    • OrvalWintermute2 hours ago
      I&#x27;m increasingly thinking the same as our spend on tokens goes up.<p>If you have HPC or Supercompute already, you have much of the expertise on staff already to expand models locally, and between Apple Silicon and Exo there are some amazingly solutions out there.<p>Now, if only the rumors about Exo expanding to Nvidia are true..
    • somewhereoutth3 hours ago
      My understanding is that the major part of the cost of a given model is the training - so open models depend on the training that was done for frontier models? I&#x27;m finding hard to imagine (e.g.) RLHF being fundable through a free software type arrangement.
      • zozbot2342 hours ago
        No, the training between proprietary and open models is completely different. The speculation that open models might be &quot;distilled&quot; from proprietary ones is just that, speculation, and a large portion of it is outright nonsense. It&#x27;s physically possible to train on chat logs from another model but that&#x27;s not &quot;distilling&quot; anything, and it&#x27;s not even eliciting any real fraction of the other model&#x27;s overall knowledge.
        • tehjoker2 hours ago
          I don&#x27;t know what to make of it, I am skeptical of OpenAI&#x2F;Anthropic claims about distillation, but I did notice DeepSeek started sounding a lot like Claude recently.
    • DeathArrow4 hours ago
      &gt;perhaps we can come up with something like the &quot;linux&#x2F;postgres&#x2F;git&#x2F;http&#x2F;etc&quot; of the LLMs: something we all can benefit from while it not being monopolized by a single billionarie company<p>Training and inference costs so we would have to pay for them.
      • groundzeros20153 hours ago
        Developing linux&#x2F;postgres&#x2F;git also costs, and so do the computers and electricity they use.
    • SilverElfin4 hours ago
      Is that why they are racing to release so many products? It feels to me like they want to suck up the profits from every software vertical.
      • Bridged77564 hours ago
        Yeah it seems so. Anthropic has entered the enshittification phase. They got people hooked onto their SOTAs so it&#x27;s now time to keep releasing marginal performance increase models at 40% higher token price. The problem is that both Anthropic and OpenAI have no other income other than AI. Can&#x27;t Google just drown them out with cheaper prices over the long run? It seems like an attrition battle to me.
    • boxingdog4 hours ago
      [dead]
    • throwaway6137464 hours ago
      [dead]
    • gbgarbeb3 hours ago
      [dead]
    • sky22242 hours ago
      This is part of the reason why I&#x27;m really worried that this is all going to result in a greater economic collapse than I think people are realizing.<p>I think companies that are shelling out the money for these enterprise accounts could honestly just buy some H100 GPUs and host the models themselves on premises. Github CoPilot enterprise charges $40 per user per month (this can vary depending on your plan of course), but at this price for 1000 users that comes out to $480,000 a year. Maybe I&#x27;m missing something, but that&#x27;s roughly what you&#x27;re going to be spending to get a full fledged hosting setup for LLMs.
      • subarctic2 hours ago
        Out of curiosity, how many concurrent users could you get with a hosting setup at that price? If let&#x27;s say 10% of those 1000 users were using it at the same time would it handle it? What about 30% or 100%?
      • merlinoa2 hours ago
        Most companies don&#x27;t want to host it themselves. They want someone to do it for them, and they are happy to pay for it. If it makes their lives easier and does not add complexity, then it has a lot of value.
  • couchdb_ouchdb4 hours ago
    Comments here overall do not reflect my experience -- i&#x27;m puzzled how the vast majority are using this technology day to day. 4.7 is absolute fire and an upgrade on 4.6.
    • Gareth3211 hour ago
      I suspect the distinction is API vs subscription. The app has some kind of very restrictive system prompt which appears to heavily restrict compute without some creative coaxing. API remains solid. So if you&#x27;re using OpenCode or some other harness with an API key, that&#x27;s why you&#x27;re still having a good time.
  • autoconfig4 hours ago
    My initial experience with Opus 4.7 has been pretty bad and I&#x27;m sticking to Codex. But these results are meaningless without comparing outcome. Wether the extra token burn is bad or not depends on whether it improves some quality &#x2F; task completion metric. Am I missing something?
    • zuzululu4 hours ago
      Same I was excited about 4.7 but seeing more anecdotes to conclude its not big of a boost to justify the extra tokenflatino<p>Sticking with codex. Also GPT 5.5 is set to come next week.
  • templar_snow5 hours ago
    Brutal. I&#x27;ve been noticing that 4.7 eats my Max Subscription like crazy even when I do my best to juggle tasks (or tell 4.7 to use subagents with) Sonnet 4.6 Medium and Haiku. Would love to know if anybody&#x27;s found ideal token-saving approaches.
    • copperx4 hours ago
      I haven&#x27;t seen a noticeable difference BUT I&#x27;ve been always using the context mode plugin.
      • templar_snow3 hours ago
        You mean this? <a href="https:&#x2F;&#x2F;github.com&#x2F;mksglu&#x2F;context-mode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mksglu&#x2F;context-mode</a> Is it actually good or is this an ad?
      • FireBeyond4 hours ago
        What plugin is this?
        • vidarh3 hours ago
          I assume they mean: <a href="https:&#x2F;&#x2F;github.com&#x2F;mksglu&#x2F;context-mode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mksglu&#x2F;context-mode</a>
  • atleastoptimal2 hours ago
    The whole version naming for models is very misleading. 4 and 4.1 seem to come from a different &quot;line&quot; than 4.5 and 4.6, and likewise 4.7 seems like a new shape of model altogether. They aren&#x27;t linear stepwise improvements, but I think overall 4.7 is generally &quot;smarter&quot; just based on conversational ability.
  • npollock2 hours ago
    You can configure the status line to get a feel for token usage:<p>[Opus 4.6] 3% context | last: 5.2k in &#x2F; 1.1k out<p>add this to .claude&#x2F;settings.json<p>&quot;statusLine&quot;: { &quot;type&quot;: &quot;command&quot;, &quot;command&quot;: &quot;jq -r &#x27;\&quot;[\\(.model.display_name)] \\(.context_window.used_percentage &#x2F;&#x2F; 0)% context | last: \\(((.context_window.current_usage.input_tokens &#x2F;&#x2F; 0) &#x2F; 1000 * 10 | floor &#x2F; 10))k in &#x2F; \\(((.context_window.current_usage.output_tokens &#x2F;&#x2F; 0) &#x2F; 1000 * 10 | floor &#x2F; 10))k out\&quot;&#x27;&quot; }
  • tailscaler20265 hours ago
    Subsidies don&#x27;t last forever.
    • pitched5 hours ago
      Running an open like Kimi constantly for an entire month will cost around 100-200$, being roughly equal to a pro-tier subscription. This is not my estimate so I’m more than open to hearing refutations. Kimi isn’t at all Opus-level intelligent but the models are roughly evenly sized from the guesses I’ve seen. So I don’t think it’s the infra being subsidized as much as it’s the training.
      • nothinkjustai4 hours ago
        Kimi costs 0.3&#x2F;$1.72 on OpenRouter, $200 for that gives you way more than you would get out of a $200 Claude subscription. There are also various subscription plans you can use to spend even less.
      • varispeed4 hours ago
        How do you get anything sensible out of Kimi?
      • senordevnyc4 hours ago
        I’m using Composer 2, Cursor’s model they built on top of Kimi, and it’s great. Not Opus level, but I’m finding many things don’t need Opus level.
    • smt885 hours ago
      Tell that to oil and defense companies.<p>If tech companies convince Congress that AI is an existential issue (in defense or even just productivity), then these companies will get subsidies forever.
      • andai4 hours ago
        Yeah, USA winning on AI is a national security issue. The bubble is unpoppable.<p>And shafting your customers <i>too</i> hard is bad for business, so I expect only moderate shafting. (Kind of surprised at what I&#x27;ve been seeing lately.)
        • danny_codes3 hours ago
          It’s considered national security concern by this administration. Will the next be a clown show like this one? Unclear
          • smt882 hours ago
            The administration doesn&#x27;t decide spending. Congress does. There&#x27;s no chance we get an anti-AI majority until a major AI catastrophe turns the public against it.
    • gadflyinyoureye5 hours ago
      I&#x27;ve been assuming this for a while. If I have a complex feature, I use Opus 4.6 in copilot to plan (3 units of my monthly limit). Then have Grok or Gemini (.25-.33) of my monthly units to implement and verify the work. 80% of the time it works every time. Leave me plenty of usage over the month.
      • sgc1 hour ago
        I have a very newcomer-type question. What is the output format of your plan such that you can break context and get the other LLM to produce satisfactory results? What level of details is in the plan, bullet points, pseudo-code, or somewhere in the middle?
      • andai4 hours ago
        Yeah I&#x27;ve been arriving at the same thing. The other models give me way more usage but they don&#x27;t seem to have enough common sense to be worth using as the main driver.<p>If I can have Claude write up the plan, and the other models actually execute it, I&#x27;d get the best of both worlds.<p>(Amusingly, I think Codex tolerates being invoked by Claude (de facto tolerated ToS violation), but not the other way around.)
        • zozbot2343 hours ago
          I don&#x27;t think there&#x27;s any ToS violation involved? AIUI you can use GPT models with any harness, at least at present.<p>You could nonetheless have Codex write up the plan to an .md file for Claude (perhaps Sonnet or even Haiku?) to execute.
  • KellyCriterion5 hours ago
    Yesterday, I killed my weekly limit with just three prompts and went into extra usage for ~18USD on top
  • anabranch6 hours ago
    I wanted to better understand the potential impact for the tokenizer change from 4.6 and 4.7.<p>I&#x27;m surprised that it&#x27;s 45%. Might go down (?) with longer context answers but still surprising. It can be more than 2x for small prompts.
    • pawelduda5 hours ago
      Not very encouraging for longer use, especially that the longer the conversation, the higher the chance the agent will go off the rails
  • gck12 hours ago
    Anthropic is playing a strange game. It&#x27;s almost like they want you to cancel the subscription if you&#x27;re an active user and only subscribe if you only use it once per month to ask what the weather in Berlin is.<p>First they introduce a policy to ban third party clients, but the way it&#x27;s written, it affects claude -p too, and 3 months later, it&#x27;s still confusing with no clarification.<p>Then they hide model&#x27;s thinking, introduce a new flag which will still show summaries of thinking, which they break again in the next release, with a new flag.<p>Then they silently cut the usage limits to the point where the exact same usage that you&#x27;re used to consumes 40% of your weekly quota in 5 hours, but not only they stay silent for entire 2 weeks - they actively gaslight users saying they didn&#x27;t change anything, only to announce later that they did, indeed change the limits.<p>Then they serve a lobotomized model for an entire week before they drop 4.7, again, gaslighting users that they didn&#x27;t do that.<p>And then this.<p>Anthropic has lost all credibility at this point and I will not be renewing my subscription. If they can&#x27;t provide services under a price point, just increase the price or don&#x27;t provide them.<p>EDIT: forgot &quot;adaptive thinking&quot;, so add that too. Which essentially means &quot;we decide when we can allocate resources for thinking tokens based on our capacity, or in other words - never&quot;.
  • napolux4 hours ago
    Token consumption is huge compared to 4.6 even for smaller tasks. Just by &quot;reasoning&quot; after my first prompt this morning I went over 50% over the 5 hours quota.
  • bobjordan4 hours ago
    I&#x27;ve spent the past 4+ months building an internal multi-agent orchestrator for coding teams. Agents communicate through a coordination protocol we built, and all inter-agent messages plus runtime metrics are logged to a database.<p>Our default topology is a two-agent pair: one implementer and one reviewer. In practice, that usually means Opus writing code and Codex reviewing it.<p>I just finished a 10-hour run with 5 of these teams in parallel, plus a Codex run manager. Total swarm: 5 Opus 4.7 agents and 6 Codex&#x2F;GPT-5.4 agents.<p>Opus was launched with:<p>`export CLAUDE_AUTOCOMPACT_PCT_OVERRIDE=35 claude --dangerously-skip-permissions --model &#x27;claude-opus-4-7[1M]&#x27; --effort high --thinking-display summarized`<p>Codex was launched with:<p>`codex --dangerously-bypass-approvals-and-sandbox --profile gpt-5-4-high`<p>What surprised me was usage: after 10 hours, both my Claude Code account and my Codex account had consumed 28% of their weekly capacity from that single run.<p>I expected Claude Code usage to be much higher. Instead, on these settings and for this workload, both platforms burned the same share of weekly budget.<p>So from this datapoint alone, I do not see an obvious usage-efficiency advantage in switching from Opus 4.7 to Codex&#x2F;GPT-5.4.
    • pitched4 hours ago
      I just switched fully into Codex today, off of Claude. The higher usage limits were one factor but I’m also working towards a custom harness that better integrates into the orchestrator. So the Claude TOS was also getting in the way.
  • ianberdin2 hours ago
    Opus 4.6 is the main model on <a href="https:&#x2F;&#x2F;playcode.io" rel="nofollow">https:&#x2F;&#x2F;playcode.io</a>.<p>Not a secret, the model is the best on the world. Yet it is crazy expensive and this 35% is huge for us. $10,000 becomes $13,500. Don’t forget, anthropic tokenizer also shows way more than other providers.<p>We have experimented a lot with GLM 5.1. It is kinda close, but with downsides: no images, max 100K adequate context size and poor text writing. However, a great designer. So there is no replacement. We pray.
    • sneak2 hours ago
      How much human developer can you buy for that $13.5k?<p>They’ve got us by the balls and they know it.
  • ausbah5 hours ago
    is it really unthinkable that another oss&#x2F;local model will be released by deepseek, alibaba, or even meta that once again give these companies a run for their money
    • zozbot2345 hours ago
      &gt; is it really unthinkable that another oss&#x2F;local model will be released by deepseek, alibaba, or even meta that once again give these companies a run for their money<p>Plenty of OSS models being released as of late, with GLM and Kimi arguably being the most interesting for the near-SOTA case (&quot;give these companies a run for their money&quot;). Of course, actually running them locally for anything other than very slow Q&amp;A is hard.
    • rectang4 hours ago
      For my working style (fine-grained instructions to the agent), Opus 4.5 is basically ideal. Opus 4.6 and 4.7 seem optimized for more long-running tasks with less back and forth between human and agent; but for me Opus 4.6 was a regression, and it seems like Opus 4.7 will be another.<p>This gives me hope that even if future versions of Opus continue to target long-running tasks and get more and more expensive while being less-and-less appropriate for my style, that a competitor can build a model akin to Opus 4.5 which is suitable for my workflow, optimizing for other factors like cost.
    • amelius5 hours ago
      I&#x27;m betting on a company like Taalas making a model that is perhaps less capable but 100x as fast, where you could have dozens of agents looking at your problem from all different angles simultaneously, and so still have better results and faster.
      • 100ms2 hours ago
        I&#x27;m excited for Taalas, but the worry with that suggestion is that it would blow out energy per net unit of work, which kills a lot of Taalas&#x27; buzz. Still, it&#x27;s inevitable if you make something an order of magnitude faster, folk will just come along and feed it an order of magnitude more work. I hope the middleground with Taalas is a cottage industry of LLM hosts with a small-mid sized budget hosting last gen models for quite cheap. Although if they&#x27;re packed to max utilisation with all the new workloads they enable, latency might not be much better than what we already have today
      • andai5 hours ago
        Yeah, it&#x27;s a search problem. When verification is cheap, reducing success rate in exchange for massively reducing cost and runtime is the right approach.
        • never_inline4 hours ago
          You underestimating the algorithmic complexity of such brute forcing, and the indirect cost of brittle code that&#x27;s produced by inferior models
    • embedding-shape5 hours ago
      Nothing is unthinkable, I could think of Transformers.V2 that might look completely different, maybe iterations on Mamba turns out fruitful or countless of other scenarios.
    • pitched5 hours ago
      Now that Anthropic have started hiding the chain of thought tokens, it will be a lot harder for them
      • zozbot2345 hours ago
        Anthropic and OpenAI never showed the true chain of thought tokens. Ironically, that&#x27;s something you <i>only</i> get from local models.
    • slowmovintarget5 hours ago
      Qwen released a new model the same day (3.6). The headline was kind of buried by Anthropic&#x27;s release, though.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47792764">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47792764</a>
    • casey23 hours ago
      This regression put Anthropic behind Chinese models actually.
  • throwatdem123113 hours ago
    Price is now getting to be more in line with the actual cost. Th models are dumber, slower and more expensive than what we’ve been paying up until now. OpenAI will do it too, maybe a bit less to avoid pissing people off after seeing backlash to Anthropic’s move here. Or maybe they won’t make it dumber but they’ll increase the price while making a dumber mode the baseline so you’re encouraged to pay more. Free ride is over. Hope you have 30k burning a hole in your pocket to buy a beefy machine to run your own model. I hear Mac Studios are good for local inference.
  • BrianneLee01146 minutes ago
    We should clarify &#x27;Scaling up&#x27; here. Does higher token consumption actually correlate with better accuracy, or are we just increasing overhead?
  • razodactyl5 hours ago
    If anyone&#x27;s had 4.7 update any documents so far - notice how concise it is at getting straight to the point. It rewrote some of my existing documentation (using Windsurf as the harness), not sure I liked the decrease in verbosity (removed columns and combined &#x2F; compressed concepts) but it makes sense in respect to the model outputting less to save cost.<p>To me this seems more that it&#x27;s trained to be concise by default which I guess can be countered with preference instructions if required.<p>What&#x27;s interesting to me is that they&#x27;re using a new tokeniser. Does it mean they trained a new model from scratch? Used an existing model and further trained it with a swapped out tokeniser?<p>The looped model research &#x2F; speculation is also quite interesting - if done right there&#x27;s significant speed up &#x2F; resource savings.
    • andai5 hours ago
      Interesting. In conversational use, it&#x27;s noticeably <i>more</i> verbose.
  • fathermarz4 hours ago
    I have been seeing this messaging everywhere and I have not noticed this. I have had the inverse with 4.7 over 4.6.<p>I think people aren’t reading the system cards when they come out. They explicitly explain your workflow needs to change. They added more levels of effort and I see no mention of that in this post.<p>Did y’all forget Opus 4? That was not that long ago that Claude was essentially unusable then. We are peak wizardry right now and no one is talking positively. It’s all doom and gloom around here these days.
  • coldtea5 hours ago
    This, the push towards per-token API charging, and the rest are just a sign of things to come when they finally establish a moat and full monoply&#x2F;duopoly, which is also what all the specialized tools like Designer and integrations are about.<p>It&#x27;s going to be a very expensive game, and the masses will be left with subpar local versions. It would be like if we reversed the democratization of compilers and coding tooling, done in the 90s and 00s, and the polished more capable tools are again all proprietary.
    • danny_codes3 hours ago
      I doubt that’s the case. My guess is we’ll hit asymptomatic returns from transformers, but price-to-train will fall at moore’s law.<p>So over time older models will be less valuable, but new models will only be slightly better. Frontier players, therefore, are in a losing business. They need to charge high margins to recoup their high training costs. But latecomers can simply train for a fraction of the cost.<p>Since performance is asymptomatic, eventually the first-mover advantage is entirely negligible and LLMs become simple commodity.<p>The only moat I can see is data, but distillation proves that this is easy to subvert.<p>There will probably be a window though where insiders get very wealthy by offloading onto retail investors, who will be left with the bag.
      • coldtea1 hour ago
        &gt;<i>I doubt that’s the case. My guess is we’ll hit asymptomatic returns from transformers, but price-to-train will fall at moore’s law.</i><p>There hasn&#x27;t been a real Moore&#x27;s law for a good while even before LLMs.<p>And memory isn&#x27;t getting less expensive either...
    • quux5 hours ago
      If only there were an Open AI company who&#x27;s mandate, built into the structure of the company, were to make frontier models available to everyone for the good of humanity.<p>Oh well
      • slowmovintarget5 hours ago
        Things used to be better... really.<p>OpenAI was built as you say. Google had a corporate motto of &quot;Don&#x27;t be evil&quot; which they removed so they could, um, do evil stuff without cognitive dissonance, I guess.<p>This is the other kind of enshitification where the businesses turn into power accumulators.
    • throwaway0412075 hours ago
      Yep, between this and the pricing for the code review tool that was released a couple weeks ago (15-25 a review), and the usage pricing and very expensive cost of Claude Design, I do wonder if Anthropic is making a conscious, incremental effort to raise the baseline for AI engineering tasks, especially for enterprise customers.<p>You could call it a rug pull, but they may just be doing the math and realize this is where pricing needs to shift to before going public.
      • zozbot2345 hours ago
        There&#x27;s been speculation that the code review might actually be Mythos. It would seem to explain the cost.
  • monkpit4 hours ago
    Does this have anything to do with the default xhigh effort?
  • jimkleiber4 hours ago
    I wonder if this is like when a restaurant introduces a new menu to increase prices.<p>Is Opus 4.7 that significantly different in quality that it should use that much more in tokens?<p>I like Claude and Anthropic a lot, and hope it&#x27;s just some weird quirk in their tokenizer or whatnot, just seems like something changed in the last few weeks and may be going in a less-value-for-money direction, with not much being said about it. But again, could just be some technical glitch.
    • hopfenspergerj4 hours ago
      You can&#x27;t accidentally retrain a model to use a different tokenizer. It changes the input vectors to the model.
  • QuadrupleA4 hours ago
    One thing I don&#x27;t see often mentioned - OpenAI API&#x27;s auto token caching approach results in MASSIVE cost savings on agent stuff. Anthropic&#x27;s deliberate caching is a pain in comparison. Wish they&#x27;d just keep the KV cache hot for 60 seconds or so, so we don&#x27;t have to pay the input costs over and over again, for every growing conversation turn.
  • aray074 hours ago
    Came to a similar conclusion after running a bunch of tests on the new tokenizer<p>It was on the higher end of Anthropics range - closer to 30-40% more tokens<p><a href="https:&#x2F;&#x2F;www.claudecodecamp.com&#x2F;p&#x2F;i-measured-claude-4-7-s-new-tokenizer-here-s-what-it-costs-you" rel="nofollow">https:&#x2F;&#x2F;www.claudecodecamp.com&#x2F;p&#x2F;i-measured-claude-4-7-s-new...</a>
  • alphabettsy4 hours ago
    I’m trying to understand how this is useful information on its own?<p>Maybe I missed it, but it doesn’t tell you if it’s more successful for less overall cost?<p>I can easily make Sonnet 4.6 cost way more than any Opus model because while it’s cheaper per prompt it might take 10x more rounds (or never) solve a problem.
    • senordevnyc4 hours ago
      Everything in AI moves super quickly, including the hivemind. Anthropic was the darling a few weeks ago after the confrontation with the DoD, but now we hate them because they raised their prices a little. Join us!
  • nmeofthestate3 hours ago
    Is this a weird way of saying Opus got &quot;cheaper&quot; somehow from 4.6 to 4.7?
  • ivanfioravanti4 hours ago
    Probably due to the new tokenizer: <a href="https:&#x2F;&#x2F;www.claudecodecamp.com&#x2F;p&#x2F;i-measured-claude-4-7-s-new-tokenizer-here-s-what-it-costs-you" rel="nofollow">https:&#x2F;&#x2F;www.claudecodecamp.com&#x2F;p&#x2F;i-measured-claude-4-7-s-new...</a>
  • ben8bit5 hours ago
    Makes me think the model could actually not even be smarter necessarily, just more token dependent.
    • hirako20005 hours ago
      Asking a seller to sell less.<p>That&#x27;s an incentive difficult to reconcile with the user&#x27;s benefit.<p>To keep this business running they do need to invest to make the best model, period.<p>It happens to be exactly what Anthropic&#x27;s strategy is. That and great tooling.
      • subscribed2 hours ago
        But they&#x27;re clearly oversubscribed, massively.<p>And they&#x27;re selling less and less (suddenly 5 hour window lasts 1 hour on the similar tasks it lasted 5 hours a week ago), so IMO they&#x27;re scamming.<p>I hope many people are making notes and will raise heat soon.
  • l5870uoo9y5 hours ago
    My impression the reverse is true when upgrading to GPT-5.4 from GPT-5; it uses fewer tokens(?).
    • andai4 hours ago
      But with the same tokenizer, right?<p>The difference here is Opus 4.7 has a new tokenizer which converts the same input text to a higher number of tokens. (But it costs the same per token?)<p>&gt; Claude Opus 4.7 uses a new tokenizer, contributing to its improved performance on a wide range of tasks. This new tokenizer may use roughly 1x to 1.35x as many tokens when processing text compared to previous models (up to ~35% more, varying by content), and &#x2F;v1&#x2F;messages&#x2F;count_tokens will return a different number of tokens for Claude Opus 4.7 than it did for Claude Opus 4.6.<p>&gt; Pricing remains the same as Opus 4.6: $5 per million input tokens and $25 per million output tokens.<p>ArtificialAnalysis reports 4.7 significantly reduced <i>output</i> tokens though, and overall ~10% cheaper to run the evals.<p>I don&#x27;t know how well that translates to Claude Code usage though, which I think is extremely input heavy.
  • erelong1 hour ago
    was shocked to see phone verification roll out like last month as well... yikes
  • silverwind5 hours ago
    Still worth it imho for important code, but it shows that they are hitting a ceiling while trying to improve the model which they try to solve by making it more token-inefficient.
  • eezing3 hours ago
    Not sure if this equates to more spend. Smarter models make fewer mistakes and thus fewer round trips.
  • cooldk3 hours ago
    Anthropic may have its biases, but its product is undeniably excellent.
  • axeldunkel5 hours ago
    the better the tokenizer maps text to its internal representation, the better the understanding of the model what you are saying - or coding! But 4.7 is much more verbose in my experience, and this probably drives cost&#x2F;limits a lot.
  • Shailendra_S5 hours ago
    45% is brutal if you&#x27;re building on top of these models as a bootstrapped founder. The unit economics just don&#x27;t work anymore at that price point for most indie products.<p>What I&#x27;ve been doing is running a dual-model setup — use the cheaper&#x2F;faster model for the heavy lifting where quality variance doesn&#x27;t matter much, and only route to the expensive one when the output is customer-facing and quality is non-negotiable. Cuts costs significantly without the user noticing any difference.<p>The real risk is that pricing like this pushes smaller builders toward open models or Chinese labs like Qwen, which I suspect isn&#x27;t what Anthropic wants long term.
    • OptionOfT5 hours ago
      That&#x27;s the risk you take on.<p>There are 2 things to consider:<p><pre><code> * Time to market. * Building a house on someone else&#x27;s land. </code></pre> You&#x27;re balancing the 2, hoping that you win the time to market, making the second point obsolete from a cost perspective, or you have money to pivot to DIY.
    • c0balt5 hours ago
      One could reconsider whether building your business on top of a model without owning the core skills to make your product is viable regardless.<p>A smaller builder might reconsider (re)acquiring relevant skills and applying them. We don&#x27;t suddenly lose the ability to program (or hire someone to do it) just because an inference provider is available.
    • duped5 hours ago
      &gt; if you&#x27;re building on top of these models as a bootstrapped founder<p>This is going to be blunt, but this business model is fundamentally unsustainable and &quot;founders&quot; don&#x27;t get to complain their prospecting costs went up. These businesses are setting themselves up to get Sherlocked.<p>The only realistic exit for these kinds of businesses is to score a couple gold nuggets, sell them to the highest bidder, and leave.
  • dackdel5 hours ago
    releases 4.8 and deletes everything else. and now 4.8 costs 500% more than 4.7. i wonder what it would take for people to start using kimi or qwen or other such.
  • blahblaher5 hours ago
    Conspiracy time: they released a new version just so hey could increase the price so that people wouldn&#x27;t complain so much along the lines of &quot;see this is a new version model, so we NEED to increase the price&quot;) similar to how SaaS companies tack on some shit to the product so that they can increase prices
    • willis9364 hours ago
      The result is the same: they lose their brand of producing quality output. However the more clever the maneuver they try to pull off the more clear it is to their customers that they are not earning trust. That&#x27;s what will matter at the end of this. Poor leadership at Claude.
      • operatingthetan2 hours ago
        They are trying to pull a rabbit out of a hat. Not surprising that is their SOP given that AI in concept is an attempt to do the very same thing.
  • justindotdev5 hours ago
    i think it is quite clear that staying with opus 4.6 is the way to go, on top of the inflation, 4.7 is quite... dumb. i think they have lobotomized this model while they were prioritizing cybersecurity and blocking people from performing potentially harmful security related tasks.
    • bcherny5 hours ago
      Hey, Boris from the Claude Code team here. People were getting extra cyber warnings when using old versions of Claude Code with Opus 4.7. To fix it, just run claude update to make sure you&#x27;re on the latest.<p>Under the hood, what was happening is that older models needed reminders, while 4.7 no longer needs it. When we showed these reminders to 4.7 it tended to over-fixate on them. The fix was to stop adding cyber reminders.<p>More here: <a href="https:&#x2F;&#x2F;x.com&#x2F;ClaudeDevs&#x2F;status&#x2F;2045238786339299431" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;ClaudeDevs&#x2F;status&#x2F;2045238786339299431</a>
      • bakugo5 hours ago
        How do you justify the API and web UI versions of 4.7 refusing to solve NYT Connections puzzles due to &quot;safety&quot;?<p><a href="https:&#x2F;&#x2F;x.com&#x2F;LechMazur&#x2F;status&#x2F;2044945702682309086" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;LechMazur&#x2F;status&#x2F;2044945702682309086</a>
        • templar_snow5 hours ago
          To be fair, reading the New York Times is a safety risk for any intelligent life form these days. But still.
          • maleldil4 hours ago
            You don&#x27;t need to subscribe to the NYT to play the games. There&#x27;s a separate subscription.
      • matheusmoreira1 hour ago
        What is your response to:<p>&gt; 4.7 is quite... dumb. i think they have lobotomized this model<p>Is adaptive thinking still broken? Why was the option to disable it taken away?
    • vessenes5 hours ago
      4.7 is super variable in my one day experience - it occasionally just nails a task. Then I&#x27;m back to arguing with it like it&#x27;s 2023.
      • aenis5 hours ago
        My experience as well, unfortunately. I am really looking forward to reading, in a few years, a proper history of the wild west years of AI scaling. What is happening in those companies at the moment must be truly fascinating. How is it possible, for instance, that I never, ever, had an instance of not being able to use Claude despite the runaway success it had, and - i&#x27;d guess - expotential increase in infra needs. When I run production workloads on vertex or bedrock i am routinely confronted with quotas, here - it always works.
      • dgellow5 hours ago
        That has been my Friday experience as well… very frustrating to go back to the arguing, I forgot how tense that makes me feel
  • ai_slop_hater5 hours ago
    Does anyone know what changed in the tokenizer? Does it output multiple tokens for things that were previously one token?
    • quux5 hours ago
      It must, if it now outputs more tokens than 4.6&#x27;s tokenizer for the same input. I think the announcement and model cards provide a little more detail as to what exactly is different
  • gverrilla3 hours ago
    Yeah I&#x27;m seriously considering dropping my Max subscription, unless they do something in the next few days - something like dropping Sonnet 4.7 cheap and powerful.
  • varispeed4 hours ago
    I spent one day with Opus 4.7 to fix a bug. It just ran in circles despite having the problem &quot;in front of its eyes&quot; with all supporting data, thorough description of the system, test harness that reproduces the bug etc. While I still believe 4.7 is much &quot;smarter&quot; than GPT-5.4 I decided to give it ago. It was giving me dumb answers and going off the rails. After accusing it many times of being a fraud and doing it on purpose so that I spend more money, it fixed the bug in one shot.<p>Having a taste of unnerfed Opus 4.6 I think that they have a conflict of interest - if they let models give the right answer first time, person will spend less time with it, spend less money, but if they make model artificially dumber (progressive reasoning if you will), people get frustrated but will spend more money.<p>It is likely happening because economics doesn&#x27;t work. Running comparable model at comparable speed for an individual is prohibitively expensive. Now scale that to millions of users - something gotta give.
    • fmckdkxkc1 hour ago
      I enjoy using Claude but I find the vibing stuff starts to cause source-code amnesia. Even if I design something and put forth a thoughtful plan, the more I increase my output the less I feel the “vibes”.<p>It’s funny everyone says “the cost will just go down” with AI but I don’t know.<p>We need to keep the open source models alive and thriving. Oh, but wait the AI companies are buying all the hardware.
  • DeathArrow4 hours ago
    We (my wallet and I) are pretty happy with GLM 5.1 and MiniMax 2.7.
  • QuadrupleA4 hours ago
    Definitely seems like AI money got tight the last month or two - that the free beer is running out and enshittification has begun.
  • micromacrofoot5 hours ago
    The latest qwen actually performs a little better for some tasks, in my experience<p>latest claude still fails the car wash test
    • reddit_clone2 hours ago
      Not just _wrong_. It is confused! It is actually right in the second sentence. This was Friday, Opus 4.6.<p>&gt;I want to wash my car. The car wash is 50 meters away. Should I walk or drive?<p>Walk. It&#x27;s 50 meters — you&#x27;re going there to clean the car anyway, so drive it over if it needs washing, but if you&#x27;re just dropping it off or it&#x27;s a self-service place, walking is fine for that distance.
      • zozbot2342 hours ago
        This is actually a good diagnostic of whether the model is skimping on the thinking loop. Try raising thinking effort and it should get it right. Of course, if you&#x27;re running this in a coding harness with a whole lot of extraneous context, the model will be awfully confused as to what it should be thinking about.
  • fny5 hours ago
    I&#x27;m going to suggest what&#x27;s going on here is Hanlon&#x27;s Razor for models: &quot;Never attribute to malice that which is adequately explained by <i>a model&#x27;s</i> stupidity.&quot;<p>In my opinion, we&#x27;ve reached some ceiling where more tokens lead only to incremental improvements. A conspiracy seems unlikely given all providers are still competing for customers and a 50% token drives infra costs up dramatically too.
    • willis9364 hours ago
      Never attribute to incompetence what is sufficiently explained by greed.
  • mvkel5 hours ago
    The cope is real with this model. Needing an instruction manual to learn how to prompt it &quot;properly&quot; is a glaring regression.<p>The whole magic of (pre-nerfed) 4.6 was how it magically seemed to understand what I wanted, regardless of how perfectly I articulated it.<p>Now, Anth says that needing to explicitly define instructions are as a &quot;feature&quot;?!
  • bparsons4 hours ago
    Had a pretty heavy workload yesterday, and never hid the limit on claude code. Perhaps they allowed for more tokens for the launch?<p>Claude design on the other hand seemed to eat through (its own separate usage limit) very fast. Hit the limit this morning in about 45 mins on a max plan. I assume they are going to end up spinning that product off as a separate service.
  • therobots9275 hours ago
    Wow this is pretty spectacular. And with the losses anthro and OAI are running, don’t expect this trend to change. You will get incremental output improvements for a dramatically more expensive subscription plan.
    • falcor845 hours ago
      Indeed, and if we accept the argument of this tech approaching AGI, we should expect that within x years, the subscription cost may exceed the salary cost of a junior dev.<p>To be clear, I&#x27;m not saying that it&#x27;s a good thing, but it does seem to be going in this direction.
      • dgellow5 hours ago
        If LLMs do reach AGI (assuming we have an actual agreed upon definition), it would make sense to pay way more than a junior salary. But also, LLMs won’t give us AGI (again, assuming we have an actual, meaningful definition)
      • therobots9274 hours ago
        I absolutely do not accept that argument. It’s clear models hit a plateau roughly a year ago and all incremental improvements come at an increasingly higher cost.<p>And junior devs have never added much value. The first two years of any engineer’s career is essentially an apprenticeship. There’s no value add from have a perpetually junior “employee”.
  • alekseyrozh4 hours ago
    Is it just me? I don&#x27;t feel difference between 4.6 and 4.7
  • chandureddyvari4 hours ago
    [dead]
  • jeremie_strand4 hours ago
    [dead]
  • kuzivaai3 hours ago
    [dead]
  • matt32105 hours ago
    [flagged]
    • operatingthetan5 hours ago
      The long-term pitch of these AI companies is that the AI will essentially replace workers for low cost.<p>If the models don&#x27;t get to a higher level of &#x27;intelligence&#x27; and still struggle with certain basic tasks at the SOTA while also getting more expensive, then the pitch is misleading and unlikely to happen.<p>So yes, I expect the price to go down.
    • ant6n5 hours ago
      I thought it would be to get better, to stay competitive with the competitors and free models.
  • monkeydust5 hours ago
    [flagged]