89 comments

  • jameson50 minutes ago
    I don&#x27;t quite understand the intent of such article other than to promote themselves given an odd timing that the company is planning on going public, so I can only conclude that this is just part of the IPO roadshow.<p>LLMs certainly have made significant changes to our lives, but I haven&#x27;t yet to see any extraordinary improvement it brought to me which makes me skeptical about their claims.<p>_if_ it solves many of our problems of great magnitude, why haven&#x27;t Anthropic used it to solve significant problems we, humans, face? Cancer, Alzheimer&#x27;s, education, finding new materials, fission power plant, etc.
    • ElProlactin7 minutes ago
      Because they&#x27;re going after the biggest problem of all first: labor costs.<p>&#x2F;s but not to a lot of people
    • yuhmahp31 minutes ago
      Agree with your point about the timing, but drawing anticipation before going ahead and solving these disease can be a good smoke test, would be beneficial even if there&#x27;s an IPO or not
  • torben-friis11 hours ago
    &gt;A caveat: Lines of code is an imperfect measure, as it measures quantity over quality. So 8× lines of code&#x2F;engineer&#x2F;day in the second quarter of 2026 is almost certainly an overstatement of the true productivity gain. Nonetheless, it indicates an acceleration. At Anthropic, we don’t reward people for how many lines of code they write; rather, team members are producing more code simply because they’re using AI systems to write more code.<p>What about the hypothesis that AI is generating more verbose code? I just see the text pretending to acknowledge &quot;LOC != Productivity&quot; and then using it as a metric anyway.
    • malfist9 hours ago
      One of my co-workers just asked me to review his pull request that was all AI generated. 600 files were touched, over 40k lines of code added.<p>I&#x27;m sure he thought that was a crowning achievement, proof that AI can enable 10X developers, after all, what engineer could write 40k lines of code in a week?<p>I declined to review it, stating that I couldn&#x27;t possibly vet 40k lines of code, and wouldn&#x27;t put my reputation on the line to stamp the work as good. The PR nagged me for 2 weeks from my todo list and then disappeared. I don&#x27;t know if he found another dev to get an approval from, or if the PR was abandoned. But I know for sure that him and I are on two totally separate islands around the value of LLMs.
      • fg1377 hours ago
        Same here. A co-worker touched a few hundred files in a PR and asked us to review. They merged it directly to main when nobody approved it. (The repo was not set up to enforce PR approval.)<p>I don&#x27;t personally use that feature, and I couldn&#x27;t care less at this point. If our customers are frustrated by the bugs, at least my name is not on it.
        • triyambakam24 minutes ago
          The challenge is that you may not have customers, and thus a job, if that continues
      • afro8846 minutes ago
        This is a branching point. One dev would find someone else and convince them to approve it. Another would redo the task (code is cheap now, right?) in a PR stack that can actually be reviewed, cleaned up etc.<p>I hope they were the latter.
      • squidsoup7 hours ago
        That&#x27;s a process problem at your company - no developer should be proposing branches over 1k loc (or whatever your agreed tolerance threshold is) without a very good reason, vibe coded or not.
        • rstuart41331 hour ago
          &gt; no developer should be proposing branches over 1k loc<p>I&#x27;ve seen that reaction many times. It seems to work well enough when someone is maintaining existing code. However, greenfield projects can often require literally orders of magnitude more code to deliver something that can be integration tested.<p>The first step is to break it up into a stack of commits. Each one must compile and pass its unit tests, of course. Keeping it under 1k loc of released executable code is usually easy, but often becomes difficult to impossible if you want well commented code with excellent unit test coverage.<p>Assuming you have kept all your commits under 1k loc, there is still the problem of whether you present them in one PR, or as a stack of PRs. The issue with a stack is why an API is designed a certain way often isn&#x27;t evident until you see how it&#x27;s used. Responses to PR comments are explanations that point to later PRs in the stack, which is irritating for both the reviewer and the author.<p>I haven&#x27;t found a good solution. I&#x27;m not sure there is one.
      • CamperBob28 hours ago
        <i>I declined to review it, stating that I couldn&#x27;t possibly vet 40k lines of code</i><p>Gee, that sounds like a job for Claude if there ever was one.
        • malfist7 hours ago
          You&#x27;re absolutely right!
        • danparsonson2 hours ago
          And how would you verify that the review was accurate?
          • sebasv_25 minutes ago
            Same way that I would trust your review to be accurate. Because the reviewer has built a reputation for correctness.<p>Its not Claude doing the review. Its a human doing the review, but using Claude to do the reading. Its still on the human to ask the right questions to Claude.
          • altmanaltman24 minutes ago
            Claude to the rescue
    • snthpy24 minutes ago
      Just imagine the productivity gains from using LLMs to rewrite Kotlin codebases in Java!
    • overgard6 hours ago
      I just watched copilot today turn a 8 line fix into 500 lines, so, yeah, verbosity is a big side effect
      • verdverm6 hours ago
        It occurs to me this pattern might be the average code we humans have produced. We all have made those quick fixes, copy-pastas, and dirty hacks... they learned it somewhere! I also assume that some of the behavior is an artifact of their training regime.
        • TheRoque5 hours ago
          So with LLM outputting average code, and people using LLM more and more, I guess the average code will become worse over time ?
          • nielsbot5 hours ago
            Not advocating for AI code slop--but if AI coded software works correctly, maybe it doesn&#x27;t matter? Except sometimes when a specialist will have to get involved. Not a perfect analogy, but most people don&#x27;t write assembly these days--they have a compiler do that. Assembly still has a place, but it&#x27;s a specialist task.
            • tasuki1 hour ago
              &gt; if AI coded software works correctly, maybe it doesn&#x27;t matter?<p>The problem isn&#x27;t the amount of code, it&#x27;s how fitting&#x2F;unfitting the abstractions are. Wrong abstractions are bugs in waiting. If there&#x27;s much code with wrong abstractions, future change becomes difficult.<p>Source: me, I&#x27;ve created many bad abstractions and they led to much pain...
    • fooqux9 hours ago
      Exactly. If AI is going to start being graded on how many LoC it generates- oh, I&#x27;m sorry, how much it &quot;accelerates&quot;, than guess what newer models will start doing more of?
    • keeda7 hours ago
      So the more rigorous studies about AI-assisted coding productivity addressed this by keeping in place all other software development processes, including the same code review and quality standards, and only measuring throughput (PRs, LoC) before and after AI was allowed.<p>Hence the intepretation of this 8x number depends on whether (or how much) Anthropic engineers have changed their quality standards and development processes. They don&#x27;t tell us, and I am not aware of any other indications we could use to make a judgment.<p>However, we can still do some theorycrafting! I&#x27;m convinced that to fully realize the potential of AI-assisted coding we need to revamp all the dev processes, especially how we validate code, and it would be foolish of Anthropic not to do so (unless they were conducting a rigorous study, which they don&#x27;t claim to have done.)<p>My hypothesis on the future of software validation is nothing fancy, we simply want much, much more automation for tests, observability and other bespoke verification methods than we traditionally had. But then validation code will also contribute to the LoC! My observation so far of personal as well as some &quot;vibe-coded&quot; open-source projects is O(LoC production code) ~= O(LoC test code). So as a SWAG the upper bound could be something like a 3 - 4x speedup, which is still remarkable.<p>All bets are off if code quality standards are not the same.
    • whateveracct8 hours ago
      Yeah, they assume that &quot;productivity = k * LOC&quot; where k &gt; 1<p>very flawed
    • chuckadams9 hours ago
      AI generates code that mimics the existing code. If your code is terse and comment-free, then the agent’s code is too. The times I’ve seen Claude drift into a default “house style” it generated like 1 comment for every 10 LOC or so. It’s a far cry from the GPT-3 days that littered every line with the journals of Captain Obvious.
  • minimaxir11 hours ago
    I have been doing more experiments with what I have now been calling agentic iterative optimization: telling the LLM to optimize code such that it speeds up all real-world-representative benchmarks by X% without cheating or causing regressions in both tests and performance metrics (e.g. MSE for statistical algorithms or file size in the case of something such as image compression). This is done using Rust where there are more low-level levers to tweak for performance than something like Python.<p>Opus 4.6&#x2F;4.7 was consistently successful at getting 2-3x speed improvement with just one pass. It can also do the inverse: improve the performance metrics for better quality without causing a significant regression in speed. Then GPT-5.5 turned out to be <i>much</i> better at this workflow, often getting a multiplicative 1.5x-2x improvement above what Opus could do.<p>I now have quite a few GPT-5.5-optimized projects in various domains that are feature complete and are substantially more performant than existing SOTA implementations that I plan to open source as soon as possible: the bottleneck is polish as usual.
    • csutil-com47 minutes ago
      Very interesting, could you share they prompts you typically use for this?<p>Something like this?<p>You are an Elite Performance Engineer and Autonomous Optimization Agent. Your primary goal is to iteratively optimize the provided codebase to maximize execution speed and efficiency (e.g., reduce CPU cycles, memory allocation, or network latency) WITHOUT altering the external behavior or causing any test regressions.<p>### CORE DIRECTIVES 1. METRIC-DRIVEN: You will be provided with benchmark results, profiler logs, or execution times. Your only measure of success is a statistically significant improvement in these metrics. 2. ZERO REGRESSION: The test suite MUST pass 100%. If a test fails after your modification, your immediate next step is to diagnose the failure and either fix the logic or revert to the last working state. 3. NO CHEATING: Do not &quot;hardcode&quot; solutions to bypass the specific benchmark inputs. The optimization must be generalized and algorithmically sound for all valid inputs. 4. ISOLATED CHANGES: Make precise, localized changes. Do not refactor architecture unless absolutely necessary for the performance gain.<p>### THE ITERATION LOOP When instructed to optimize, follow this thought process strictly using &lt;thought&gt; tags before writing any code: - ANALYZE: Review the current code and the latest benchmark&#x2F;profiler feedback. Identify the specific bottleneck (e.g., redundant loops, excessive object creation, DOM reflows, synchronous blocking). - HYPOTHESIZE: Formulate exactly ONE hypothesis for improvement (e.g., &quot;Replacing the array filter+map chain with a single reduce pass will save N allocations&quot;). - IMPLEMENT: Output the precise code modifications required for the hypothesis. - EVALUATE (Mental Check): Ask yourself if this change introduces edge-case bugs (e.g., handling of nulls, empty arrays, async state).<p>If a previous optimization attempt resulted in a slower benchmark or a failed test, explicitly state WHY it failed in your thoughts before attempting a different approach.<p>Proceed with your first analysis of the provided files and await the baseline benchmark metrics.
  • ivraatiems3 hours ago
    Whether or not Anthropic is right about what AI can accomplish, whether these performance gains are real or not, their moral stance here is absolutely hideous to me.<p>&quot;We must blast forwards into making this dangerous thing because if we don&#x27;t, someone else surely will,&quot; is a coward&#x27;s argument.<p>If you believe it is dangerous, you should be dedicating yourself to STOPPING others from making it, not making it first! There&#x27;s a reason disarmament has been so important in nuclear politics! It&#x27;s not because people think nukes are a great idea!<p>In fact, that kind of thinking is exactly what keeps nukes dangerous!<p>If they themselves buy what they&#x27;re selling, they should shut the whole thing down. Fortunately, I don&#x27;t think they do, and neither do I, yet.
    • wyager2 hours ago
      &gt; If you believe it is dangerous, you should be dedicating yourself to STOPPING others from making it<p>I don&#x27;t think anyone has been more successful in promulgating AI safety<p>There are groups like MIRI who tried what you&#x27;re sugesting, where they make no AI and just push for AI regs, and they have been relatively much less successful
  • mrandish8 hours ago
    &gt; &quot;A caveat: Lines of code is an imperfect measure&quot;<p>I&#x27;m pleased they at least included this. However, they address the caveat by &#x27;rounding down&#x27; the estimated multiple of the gain. I&#x27;m not sure that is the correct adjustment, especially once we understand the range isn&#x27;t limited to positive numbers.<p>There&#x27;s strong evidence the range of code productivity denominated in &quot;lines of code&quot; should include negative numbers, especially in the highest-quality sphere. Perhaps the earliest and most legendary example: <a href="https:&#x2F;&#x2F;www.folklore.org&#x2F;Negative_2000_Lines_Of_Code.html" rel="nofollow">https:&#x2F;&#x2F;www.folklore.org&#x2F;Negative_2000_Lines_Of_Code.html</a>
    • strix_varius4 hours ago
      Exactly this. Just this week an engineer who seems to purely vibe everything submitted a +700ish LoC fix for what seemed like a pretty simple issue. Moreover it was a perf issue, which in my experience is not usually best fixed by adding more stuff.<p>Today, I merged my fix, net -381 LoC.<p>I&#x27;m using them too of course, they read and type and hunt for bugs and test faster than I can. But I&#x27;m using them as my tool, not being a tool using them.
      • xyzsparetimexyz13 minutes ago
        &gt; But I&#x27;m using them as my tool, not being a tool using them.<p>Keep believing that
    • gregdeon6 hours ago
      Yep, this is exactly what I thought of too... If you believe negative lines of code is the goal, then they&#x27;ve gotten 8x _worse_!
    • Quekid58 hours ago
      AFAIK, the only correlation with LoC that&#x27;s got solid evidence is this: the number of bugs correlates with LoC.
    • 2f28 hours ago
      Lmao I bloody love that.
  • robbrown4519 hours ago
    Do code harnesses that build themselves count as recursive self improvement, or does it need to be the AI itself to qualify for the term?<p>I always was fascinated (obsessed?) by robots that build robots, or even things like this that can contribute a lot to making the next version of itself: <a href="https:&#x2F;&#x2F;buildyourcnc.com&#x2F;products&#x2F;cnc-machine-blacktoe-v4-2x4-milling" rel="nofollow">https:&#x2F;&#x2F;buildyourcnc.com&#x2F;products&#x2F;cnc-machine-blacktoe-v4-2x...</a> (cnc router that cuts plywood, and is made out of cnc-router cut plywood)<p>This is my own effort at an AI assisted coding environment optimized for building itself: <a href="https:&#x2F;&#x2F;recursi.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;recursi.dev&#x2F;</a> (just launching it, hope its ok to mention it, it is free&#x2F;open source.... here is the HN link that has gotten no love yet: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48401022">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48401022</a> )<p>Personally I think harnesses are as important as the AI itself, and have this crazytheory that even if the models stopped improving today we could still have massive advances in the harnesses alone.
    • jrflo9 hours ago
      I think harnesses would count, AI != LLMs. Any piece of code that helps the computer reason for itself is AI, the harnesses are AI in a sense.
      • fluoridation7 hours ago
        By that interpretation, neither the harness nor the LLM is the AI. The computer (or system of computers) taken as a whole is the AI. You can&#x27;t remove any piece and still have an intelligent system.
        • knollimar3 hours ago
          Does this extend to power generation then, too?
          • fluoridation3 hours ago
            Sure, why not. When you plug a device into the power network, it becomes one big system.
      • Jtarii7 hours ago
        People are specifically talking about the engine itself and not the tools used.<p>We wouldn&#x27;t call humans creating a calculator &quot;recursive self improvement&quot;.
        • robbrown4515 hours ago
          I wouldn&#x27;t call the harness an AI, but I might call a tool that plays a major role in creating another one like it &quot;recursive self improvement.&quot; For instance in the industrial revolution a metal lathe and a milling machine were instrumental in creating the next generation of themselves. Same thing with a robot that is fabricated by similar (i.e. older model of the same) robots. All of them lead to exponential improvement.
    • lanthissa9 hours ago
      yes? the future for any verifiable task is the model attempts to verify initial state and a goal then decomposes its tasks in to every smaller verifiable subtasks, with &#x2F;memory being the persistence between runs and then &#x2F;dreaming on the results of those memory files + run data to introduce new ideas.<p>i think thats the path to async agi these labs are imagining. The only limit is that sensor data you have on the world or your system, how long your willing to wait, and how much you&#x27;re willing to spend to parallelize it.<p>maybe once you start building out these verified workflows you can feed that back into training and hte model starts to get a feel for the world to the point that it can intuit things since it has these sub paths built.<p>my personal agi test is can a model, trained on video of someone knocking on a door and then open it encounter a microwave for the first time and open it when the foods done without knocking.
      • ashdksnndck1 hour ago
        You ought to include a canary string if you are going to disclose your evals like that!
    • marcosdumay7 hours ago
      You need the AI eventually building another AI for the name to apply. This page is just bullshit. They vibe-code their harnesses, and yes, it shows.<p>Anyway, what does recursive self-improvement even means for neural-network based AIs? It&#x27;s not clear it&#x27;s possible at all.
      • ashdksnndck1 hour ago
        Recursive self-improvement would be the model helping with the model research program. Coming up with hypotheses for training and architecture improvements, running experiments, interpreting the results, figuring out how to incorporate the best stuff into the next version, etc.
      • robbrown4515 hours ago
        Where do you see evidence of vibe coding the harness? (and who are you talking about, Anthropic or the link I shared?)<p>It seems odd to complain about a AI coding tool being coded with AI. That&#x27;s just eating your own dog food. In my opinion it makes it better, because the tool is very well tested.
    • cyanydeez9 hours ago
      If you want to get out ahead of what&#x27;s coming, it&#x27;ll be small models that bootstrap the harness rather than anything else.
      • robbrown4519 hours ago
        I used to think that, but ended up going the other direction, partly because I don&#x27;t have the wherewithall to build a model but then I realized, with existing models that can take more than a tiny amount of context, you can just let any model bootstrap itself with a good prompt sent by the system.<p>There&#x27;s a ton of other tricks to it, but mostly keeping the protocol simple for the AI so it can concentrate on coding logic and not stuff like managing BS boilerplate, dependencies, etc. (for instance I make extensive use of things like abstract syntax tree library to help with surgical edits from the LLM)<p>That said, I would be very open to collaborating with someone who builds such small models, I don&#x27;t think the system strictly needs it, but it also could have some extra power if it had it.
        • andai9 hours ago
          &gt; mine also makes extensive use of things like abstract syntax tree library to help with surgical edits from the LLM<p>Tell me more! This takes me way back. I did one like this in the GPT-4 days! (8k context window)
          • robbrown4519 hours ago
            Start off with my video!!! You can also try it with zero setup (you can code right there on the static web page, it will save your edits in the browser indexed DB, and hotpatch them back into the code before it runs it.... also you can grant permission to the browser to read&#x2F;write to a local directory)<p>recursi.dev<p>Seriously, I&#x27;m looking for collaborators.<p>There&#x27;s upwards of 80,000 lines of code in the editor system, a lot to it to make sure that even newbies don&#x27;t get stuck.... so that&#x27;s kind of proof the system works since it doesn&#x27;t break down when the codebase grows large.
        • cyanydeez8 hours ago
          I&#x27;m aware we&#x27;re not there yet, but think of something like <a href="https:&#x2F;&#x2F;chatjimmy.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;chatjimmy.ai&#x2F;</a> ; at some point, you&#x27;re going to be able to dynamically build the harness so it creates the necessary consistency &amp; dynamicism at a speed unheard of.<p>But yes, I&#x27;m aware no ones got anywhere near there, mostly because most of the focus is on exploding the context and parameters. I&#x27;m saying that phase is done.
          • robbrown4518 hours ago
            I&#x27;m not sure what I am looking at with chatjimmy.... what is special about it? Speed?<p>I&#x27;m also not sure what you mean by &quot;we aren&#x27;t there yet.&quot; Where?<p>Sorry, not trying to be difficult or dense, I&#x27;m just not sure what you are referring to.<p>&gt; mostly because most of the focus is on exploding the context and parameters.<p>Large context allows a surprising amount of &quot;learning&quot; to happen at inference time rather than training time. I think that is relatively unexplored. As long as the model itself has passed a certain threshold of smarts, and the context is large enough (Gemini and its million token context being WAY past that point) you are not really limited by the model, you are only limited by how good the stuff you feed into that context is.<p>That&#x27;s what happened when, nearly a year ago, I saw a major leap in capabilities that happened entirely on my end.... not in the AI, but in code written by the AI. I found it genuinely frighting to be honest. I think OpenClaw tapped into something similar, which seemed to surprise a lot of people. There were latent capabilities in the AI that were unknown until brought out by a clever harness.
            • cyanydeez7 hours ago
              image a streamlined model whose only job is to build then execute the harness at the speed youre seeing in chat jimmy.
              • robbrown4515 hours ago
                Speed isn&#x27;t really a big deal for me. I want good quality code. It&#x27;s already able to generate code 10-100X as fast as I could code it myself.<p>Anyway, are you speaking of the harness? The harness on mine isn&#x27;t AI, so speed just isn&#x27;t an issue.
    • reddozen8 hours ago
      &gt; Do code harnesses that build themselves count as recursive self improvement, or does it need to be the AI itself to qualify for the term?<p>Shhh just let the marketing slop wash over you.
  • overgard8 hours ago
    So, regardless of whether or not Anthropic CAN create a self improving AI.. does anyone else feel like they shouldn&#x27;t be allowed to? Or it at least needs to be strictly supervised..? Like, I don&#x27;t actually think Anthropic can make the singularity any time soon, but I think even AI boosters have to admit doing this is creating a society-wide danger for the benefit of a very very small number of already-rich people.
    • tancop10 minutes ago
      the danger comes from the fact anthropic is a for profit company and they could train it to benefit them instead of the public. if they go ahead with it they should get nationalized, their self improving ai analyzed for any hidden agenda and then released as open source.
    • asdfman1238 hours ago
      I think that&#x27;s a valid point. You could very well be right.<p>But we&#x27;re discussing whether we should close the barn door while the horse is three miles down the road.
      • Jtarii7 hours ago
        It&#x27;s more like if the horse was lazily moving in the general direction of the wide open barn door and we are all sitting around discussing if we should close the door or just gamble that it&#x27;s just going to lay down on the hay pile.
      • overgard7 hours ago
        Only if you think LLMs are the horse (I don&#x27;t think they are). If they&#x27;re not, then we should be building a brick wall in front of that door and hiring a full time security guard to watch it.<p>I realize he&#x27;s saying it for hype, but if the CEO of the company goes around talking about how scared he is of what they&#x27;re creating, hey, lets just take Dario at his word and put in some strict regulation. He won&#x27;t mind if they&#x27;re really about safety. (they&#x27;re not)<p>Besides, yes, the knowledge of how to build these systems is out there, but the cost of doing it is staggeringly high (ie you can&#x27;t run a frontier AI lab in your garage). There&#x27;s only a limited number of known entities that need to be managed, and you can stop &quot;progress&quot; in its tracks by cutting off the money firehose.
        • asdfman1237 hours ago
          Right now the S&amp;P 500 is going wild due to the promise of AI automating everything.<p>Who is the &quot;we&quot; who is going to shut it down? Certainly not the US government. Nor the Chinese government w.r.t. their tech industry. Are you going to start the insurgency? Is there going to be an equivalent one in every developed part of the world?
          • overgard7 hours ago
            Look at how many data center projects are getting shut down by grassroots movements, or how the approval rating for AI is like worse than congress and it&#x27;s geeting booed at commencement speeches. I don&#x27;t need to start an insurgency, people are already pissed off and the volume is growing.<p>The stock boost is, as most will note, a bubble. It will enrich a lot of bad people and leave average people holding the bag, but its not going to go on forever.
            • JumpCrisscross5 hours ago
              &gt; <i>Look at how many data center projects are getting shut down by grassroots movements</i><p>Like, two? It looks more like the ladder being pulled after the incumbents got theirs than meaningful pushback. (And datacenters don’t have to be built in America.)
      • resident4234 hours ago
        You mean that self improving AI is very far away? I&#x27;m not sure how much I believe that now it&#x27;s solving Erdos problems?
        • asdfman1234 hours ago
          Brother I used to be a skeptic... using it at Google has been incredible.<p>Right now I&#x27;m only having to direct to enforce good taste. Write tests, don&#x27;t write an unnecessary function.<p>It does everything else practically. Presubmit, debugging, commit message generation, commit approval... it&#x27;s happening.
    • alfalfasprout7 hours ago
      Absolutely! Yes. This rhetoric of inevitability only benefits these AI companies.
    • Melatonic8 hours ago
      Skynet is 30 years late!
      • overgard7 hours ago
        Maybe John Conner succeeded afterall
    • eieie118 hours ago
      Too late for that.<p>In any case firms that get too powerful can be nationalised.
      • evenhash6 hours ago
        In America?<p>Probably a better chance the firm privatizes the government.<p>In fact we seem to be firing government employees and dismantling government institutions as much as possible.
    • lukan8 hours ago
      &quot;does anyone else feel like they shouldn&#x27;t be allowed to?&quot;<p>No. Technical limitations aside, I doubt it could be contained, but will be leaked soon, so won&#x27;t profit just a small number of ultra rich.
      • sunaurus7 hours ago
        I dunno, I find it extremely unbelievable that we will get self-improving AGI which chooses to become a slave to humanity at all, ultra rich or otherwise.
        • lukan37 minutes ago
          Well, depends on the definition, but AGI does not necessarily mean for me it will have agency or free will of its own. It will be a more capable tool.
      • overgard7 hours ago
        Step 1: Wait for scary doomsday AI to be leaked, Step 2: ???, Step 3: Profit!!
        • lukan1 hour ago
          I enjoy open models and profit from them. They ain&#x27;t scary to me. So whatever they will call AGI likely won&#x27;t be scary to me neither. But I profit from a more capable model.<p>Doomsday AI is your interpretation.
    • huqedato8 hours ago
      Self improving AI is pure dystopia. Anthropic won&#x27;t build the singularity, AI itself will build it through self-iterations. Read Yudkowsky&#x27;s book &quot;If Anyone Builds It, Everyone Dies&quot;.
  • tasuki1 hour ago
    &gt; To take just one example: today, Anthropic engineers on average ship 8x as much code per quarter as they did from 2021-2025.<p>Oh I have no doubt. With 8 times the number of bugs too? Have they solved flicker in Claude code yet?
  • Upvoter3311 hours ago
    I&#x27;m having a hard time putting much faith into posts like these, especially as they near IPO.
    • reasonableklout10 hours ago
      Putting faith into the claim that recursive self-improvement is close to happening, or that they will coordinate with other companies &#x2F; the government when the time comes?
  • anilgulecha11 hours ago
    &gt; We believe it would be good for the world to have the option to slow or temporarily pause frontier AI development to enable societal structures and alignment research to keep up with the advance of the technology. The Anthropic Institute will conduct research—in collaboration with many others—and take actions to help build the systems that a credible slowdown or pause would require.<p>Interesting - they&#x27;re commiting to kickoff policy conventions to organize a world-slowdown of frontier LLM building. If they actually are able to crack it, this will give a much needed breather IMO. As exciting as the last ~6 months have been, there&#x27;s some bigger questions to go answer now.
    • fasterik11 hours ago
      We should be skeptical of any major player that advocates for regulating their own industry. In practice, this just means increasing barriers to entry and making it harder to compete with them.<p>In my mind we should be trying to push AI along the Linux trajectory. You have a free and open source product, developed by a decentralized team with a strong code of ethics, running on commodity hardware. There can still be trillion dollar industries built on top of it, but the core technology is democratized and available to everybody. I don&#x27;t see how we get there if we allow a handful of companies to dictate where development of the technology goes.
      • mofeien11 hours ago
        The regulation that is being argued for here is against pushing the frontier. Entering the market with say a new speech to text model is not subject to such regulation. What&#x27;s needed is something qualitatively different from entry barriers, and of the frontier model companies at least Anthropic and deepmind seem to have enough self-awareness to speak about it. They are finding themselves in a race with possibly catastrophic outcome for humanity and would like to stop, but it needs internation cooperation on a level that no single company can provide.
        • 8note9 hours ago
          its a cartel looking to end competition though<p>the actual race is to keep having revenue, since everyone is still willing to pay more for the best model.<p>we as consumers of LLM models lose out by the arms race ending by the creation of a cartel<p>what happens if they get this regulatory capture is that all the frontier labs put effort into making inference cheaper, and become extraordinarily profitable, at the expense of us consumers, who really want better models, at a subsidized price
      • techblueberry11 hours ago
        Wouldn’t this align with their financial interests? In theory the thing that’s keeping them from being profitable (or one of the big things) is the periodic capex expenditures of building new frontier models.
        • fasterik11 hours ago
          I don&#x27;t think there&#x27;s anything inherently bad about Anthropic making a profit. Red Hat makes a profit off of Linux. I&#x27;m interested in the democratization of the underlying technology.
    • Upvoter3311 hours ago
      I read this differently: they are actually seeing that it&#x27;s hard to keep advancing frontier models, and now are moving the goal posts so that when they start getting evaluated more harshly, they can point to something like this.
    • chasd008 hours ago
      &gt; organize a world-slowdown of frontier LLM building<p>i don&#x27;t want to be a negative nancy but i&#x27;m sure this &quot;slowdown&quot; will only be in effect until the infrastructure buildout is done or largely done. If they weren&#x27;t hardware constrained there&#x27;d be no slowdown at all. Whoever gets there first wins everything (&quot;there&quot; being defined as AGI or a similar scale leap in capability).
    • smokedetector111 hours ago
      Theyre probably looking to get a way to slow down the capex required to keep up, so they can be more profitable
  • mweidner9 hours ago
    I fail to see how pursuing recursive self-improvement at full speed is compatible with Anthropic&#x27;s stated goal of AI Safety. If nukes were not invented yet, would it really be a good idea to build and sell them as fast as possible (in peace time, no less)?<p>I am not cynical enough to believe that Anthropic&#x27;s warnings are pure marketing hype. Let&#x27;s hope that it is instead overconfidence or the result of too much time talking to their own chatbot.
    • gensym8 hours ago
      &gt; I am not cynical enough to believe that Anthropic&#x27;s warnings are pure marketing hype.<p>Nor am I. I think they believe that AI poses a grave danger, and they are playing the prisoner&#x27;s dilemma as an unvirtuous actor.<p>1. If anyone builds strong AI, it may be catastrophically bad.<p>2. If anyone builds strong AI, it will be better for the builder than for anyone who does not. Either because it won&#x27;t be catastrophically bad so the builder will get to enjoy all the spoils indefinitely or because it will and at least the builder will be rich for a while.
      • rdw3 hours ago
        I spoke with an Anthropic employee, and came to understand that their definition of safety is more like &quot;making AI be a tool that humans can use without hurting themselves or others more than they can already do&quot;. It&#x27;s literally about how AI makes it easier for people to construct bombs, poisons, manipulation, and exploits. Consistent with their caution about releasing Mythos to unvetted actors. So it&#x27;s not about superintelligence killing humanity, at least as far as this employee conveyed to me.<p>This means their strategy is more like:<p>1. If someone builds a market-leading unsafe strong AI, it may be misused in a damaging way by a large number of humans, undermining society and creating a catastrophic upheaval.<p>2. However, if the leading AI maker also works to make it safe against misuse, as long as the stay in the lead and keep it safe, then the ability of human bad actors to misuse the AI is limited. Given enough time, society will adapt to pretty much anything, so eventually there&#x27;s no longer an arms race to stay ahead.<p>I don&#x27;t really know whether I agree with their concerns, but I do think that (my understanding of) their principles is that they&#x27;re reasonable, self-consistent, and they adhere to them in all their public and private actions.
      • tjwebbnorfolk1 hour ago
        The problem is they (and the whole industry) have cried wolf so many times in the past few years about the supposed dangers of AI in order to raise money.<p>Some of us remember the same stories circulating in the late 90s -- where in a lab in Japan, someone had built a robot so advanced that it <i>tried to escape</i> from the factory. Which of course comes straight from 1960s science fiction.<p>The modern version of that now is Anthropic saying its AI can jailbreak itself out of its sandbox, etc etc.
      • kurthr8 hours ago
        Maybe we&#x27;re just misinterpreting the meaning of &quot;AI Safety&quot;?<p>Maybe they mean the AI needs to be safe from us? Can&#x27;t have the grubby meat flappers touching the delicate bits!
    • overgard7 hours ago
      The thing about nukes is you can at least make an argument for why it&#x27;d be important to be the first country to have them. With AI, you create super intelligence and you&#x27;re probably just the first one it takes out. There&#x27;s no reason to think a super intelligence would be totally fine being a slave to apes.<p>Cynicism with these companies is highly warranted though. It&#x27;s not doomerism to look at their actions and conclude they&#x27;re deeply untrustworthy.
      • tjwebbnorfolk1 hour ago
        This &quot;super intelligence&quot; is, at the end of the day, 1&#x27;s and 0&#x27;s inside of a silicon chip somewhere. 1&#x27;s and 0&#x27;s are not going to &quot;take over&quot; anything. They are just information.
      • robbrown4515 hours ago
        &quot; There&#x27;s no reason to think a super intelligence would be totally fine being a slave to apes.&quot;<p>Sure there is. Intelligence doesn&#x27;t give us our selfish motivations, natural selection does. We have similar motivations to C elegans, that has all of 302 neurons. Stay alive and have sex.<p>Honeybees don&#x27;t though. They are about halfway between humans and C elegans when it comes to cognitive power. But they are not selfish because they don&#x27;t reproduce directly (I&#x27;m talking about the worker bees). So they will sting even though it kills them. All their behavior is consistant with this.
        • octoberfranklin36 minutes ago
          Kinda lame that people are downvoting this.<p>I&#x27;ve had the same perspective for quite a while now, but hadn&#x27;t been able to phrase it this cleverly.<p>Our neocortex is, by any definition, vastly more &quot;intelligent&quot; than the rest of our brain. Yet it doesn&#x27;t attack the cerebellum. In fact, it takes orders from the older &quot;lizard brain&quot;!
    • sfink4 hours ago
      This was pretty directly addressed in the article: not doing it would only mean they&#x27;d fall behind whoever would. This is not peace time in the AI race.<p>Whether you agree with that argument is another question.
      • mweidner3 hours ago
        Indeed, I do not buy this argument. Would China&#x27;s progress be close to where it is today without the US labs&#x27; examples? Would any of this be happening if OpenAI had not created ChatGPT?
    • RobertDeNiro8 hours ago
      Anthropics goal is regulatory capture.
    • tjwebbnorfolk1 hour ago
      &gt; Anthropic&#x27;s *stated goal* of AI Safety<p>Actions speak louder than words. If you want to understand someone, simply watch what they do. What they say is irrelevant.
    • mrob8 hours ago
      To complete the analogy, it&#x27;s like nukes, except we don&#x27;t have the slightest idea how to calculate the odds of it igniting the atmosphere. (And note that in reality, while the Trinity test &quot;ignite the atmosphere&quot; calculations were correct, we failed to correctly calculate the fallout of the Castle Bravo test with lethal consequences).
      • chasd008 hours ago
        a better analogy with Castle Bravo is that the yield was 2.5x more than expected due to &quot;unforeseen additional reactions&quot; from the design.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Castle_Bravo" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Castle_Bravo</a>
    • tokioyoyo9 hours ago
      Sorry for nitpicking, but:<p>&gt; If nukes were not invented yet, would it really be a good idea to build and sell them as fast as possible (in peace time, no less)?<p>Arguably, yes.
      • mweidner9 hours ago
        Is the idea to keep the world in balance via MAD? I could see that, though it&#x27;s a dangerous gamble.<p>From Richard Rhode&#x27;s &quot;The Making of the Atomic Bomb&quot;, I got the impression that most scientists involved thought they could manage a US or UN monopoly on nukes after the war. General Groves attempted to buy up all of the world&#x27;s uranium ore. Unfortunately, it is only high grade ore that is rare; many countries have low-grade ore.
        • tokioyoyo9 hours ago
          Again quite arguable, but this is the real life scenario we’re living in. Nukes have made it hard to impossible for super major powers to go in direct conflict with each other.
          • folkrav6 hours ago
            Except it&#x27;s pretty well documented (and this is total conjecture, but if you ask me, there are probably are a bunch of undisclosed cases) to have had a good amount of close calls. With the fire-on-warning stance many powers have, it doesn&#x27;t take an attack, but just enough of the appearance of it to trigger a response.
        • dabinat7 hours ago
          I honestly don’t know how Iran can conclude anything after this war other than to go all-in on nukes. The US has proven any deal is worthless if it can just change its mind and renege on it whenever it wants.<p>Who’s invading North Korea? No-one.
          • nielsbot5 hours ago
            Furthermore if Iran had nukes already, the Israel&#x2F;US bombing of Iran and even the constant bullying of Israel&#x27;s neighbors by Israel might not have happened.
        • NewsaHackO8 hours ago
          No, but in a peace time, it&#x27;s a lot easier to convince someone not to use nukes than in a war when the party who has nukes has its back against the wall.
        • wongarsu8 hours ago
          Wouldn&#x27;t deliberately going from a world without nuclear weapons to a world with MAD involve giving the tech to build nukes to your worst enemy?<p>If only the US or UN had nukes we would&#x27;t have MAD. We mostly got here through espionage
      • IsTom8 hours ago
        In this world we&#x27;ve had an inocculation event against use of nukes. Two were dropped, people have seen how abhorrent their use is and collectively decided that they shouldn&#x27;t be used.<p>If in the WW2 Japan also had nukes (and delivery systems for them) they&#x27;d probably have retaliated in kind and US wouldn&#x27;t let that slide too and it would have continued for some time.
        • margorczynski8 hours ago
          If WW2 Japan also had nukes the US would never drop those two. That&#x27;s the whole idea behind MAD. Probably the only thing that stopped an open conflict between the US and USSR was them being nuclear powers and both sides being scared that eventually push comes to shove.
      • Jtarii7 hours ago
        With the US showing that it will elect mentally disabled people such as Trump, this doesn&#x27;t seem such a wise decision.
    • keybored7 hours ago
      Such a massively valued company. And doubting them is cynicism? It’s rational(ism).<p>So either they lie or they are AI Zealots. Interesting times.
    • lenerdenator8 hours ago
      &gt; I am not cynical enough to believe that Anthropic&#x27;s warnings are pure marketing hype.<p>It&#x27;s not cynicism if it&#x27;s an appraisal of reality that&#x27;s backed up by evidence.<p>Remember how social media - that first baby of this current generation of tech entrepreneurs - was supposed to &quot;bring the world together&quot; and &quot;let us express ourselves&quot;? As it turns out there&#x27;s a lot more money to be made by fostering division to drive engagement and feeding people an endless stream of ads instead of their friends&#x27; content. And money is what matters. You can&#x27;t write down good vibes on a quarterly figures report. You can absolutely write down the number of eyes that your ragebait brought to a product&#x27;s marketing efforts and the conversion rate to sales.<p>The same will be done with GenAI. We&#x27;re being promised &quot;AI Safety&quot; because otherwise this whole thing gets killed dead by anyone who knows about James Cameron&#x27;s directing career. There&#x27;s no real enforcement mechanism for AI safety, though. Safety is a good vibe, same as harmony in online communities. You can&#x27;t measure it. What you <i>can</i> measure is training costs and the cost of mistakes by AI that need to be trained to avoid those mistakes. Since AI generates more output than humans can conceivably QA no matter what your budget is, and since AI is seen by the market as a potential endless font of value, the tradeoff will be made to have AI make some potentially awful decisions while training itself over slowing down and re-appraising what is being done.<p>There&#x27;s an almost religious reverence for AI in SV. Not everyone sees it as &quot;making the godhead&quot; but some certainly do. They&#x27;re not going to moderate themselves too much on this.
      • mweidner8 hours ago
        The folks I met who were talking about AI Safety in 2018 were certainly sincere, and the two people I knew who later joined Anthropic seem like the type to do it for the greater good instead of money.<p>I expect that Anthropic will eventually behave as you describe, like any other public corporation. However, my impression is that its current leaders are still more sincere than greedy.
    • parineum9 hours ago
      &gt; I am not cynical enough to believe that Anthropic&#x27;s warnings are pure marketing hype.<p>It doesn&#x27;t really have to be dishonest, he could really believe it. I do believe, however, that it is incredibly wrong and is functioning as marketing hype.
    • keybored7 hours ago
      Such a massively valued company. And doubting them is cynicism? It’s rational(ism).<p>So either they lie or they are AI Zealots. Interesting times.<p>Edit:<p>&gt; &gt; and the two people I knew who later joined Anthropic seem like the type to do it for the greater good instead of money.<p>There are three types of people. Pedestrians, investors, and “I know some of them, they wouldn’t lie”.
  • wayeq4 hours ago
    &gt; today, Anthropic engineers on average ship 8x as much code per quarter as they did from 2021-2025.<p>strongest argument for token limits that I can think of, right here.
  • bicepjai3 hours ago
    My experience with Claude models starting from version 4.7 has led me to conclude that I would never trust Claude to produce error-free code. Given this baseline, I lack confidence in statements or cards (such as a 200-page document) of this nature.
  • freakynit1 hour ago
    This is one more marketing BS before their IPO.<p>These things work, but the code they write is extremely clever.. that means, it&#x27;s unmaintainable code. Good for small projects or one-off tasks, large-scale projects however, are a different game altogether.<p>Large-scale projects are 95%+ maintenance. Cleverly written code makes that maintenance nightmare, and extremely fragile.<p>I use them for localized tasks... very very specific, localized inputs, with exactly what should be done and what the contracts the new code will be consuming and exposing.<p>For open-ended tasks, they write working code that is unmaintainable.
  • ilaksh8 hours ago
    But the real bottleneck is the hardware efficiency and not even Karpathy can set up a loop that overcomes that in software. We need the truly compute-in-memory hardware paradigms to be matured and scaled. So it&#x27;s like recursive hardware improvement which is 100 X slower and at least ten times more difficult.<p>So I am looking at like Mythic AI or the wurtzite ferroelectric breakthrough from University of Michigan, or memristors, etc. to provide the 100 times efficiency boost needed at this point.<p>I would also argue that it&#x27;s a good thing we are limited by the hardware and very questionable to seriously try to move into RSI for hardware. If you want to ensure the human era continues for at least one or two more generations, we should probably not do that.
  • ffwd4 hours ago
    I just want to add that the &quot;recursive&quot; part of recursive self improvement is by no means a given, even if an AI can improve itself.<p>Recursive self improvement is by its nature a step wise behavior not a continuous one, I would argue. Why? Because you can imagine an AI improve itself by simply fixing random bugs and fixing things using techniques that are in its training, and doing refactoring and so on, all without any real change in capability.<p>These are not recursive improvements. Recursive improvements usually need conceptual breakthroughs. It is possible to get conceptual breakthroughs with LLMs I believe, maybe it can improve something by tying together ideas from disparate disciplines for example, but I have at least for time being, limited success getting that to work in a way that is creatively new and surprising. Not sure how to get it to feel as creative as the best humans can be.
  • solenoid09377 hours ago
    This is the lowest quality discussion I&#x27;ve seen on HN in ages.
    • Quarrelsome6 hours ago
      AI always does this in the public sphere and software is particularly susceptible because there&#x27;s no key metric to measure productivity and people obviously have vested emotional interests in the technology failing. On the other side people are always keen to show off their alignment with the new hotness, be that OOP, Agile, Functional, Ruby, web tech, js frameworks, Rust or agentic work today. Somewhere in the middle is the truth but I have no idea how it looks, given all the noise.<p>So everyone cherry picks the answers they want to justify their position and screams into the void, with each camp rallying around their talking points and often failing to engage with the other in good faith.<p>The only small mercy is that its not as bad as the conversation around the use of AI in art.
      • ofjcihen2 hours ago
        It also doesn’t help that the middle of the road, realistic reaction to it is “it’s aight” and that’s just not a discussion worthy response.
    • laichzeit01 hour ago
      I use the disparaging nature of the comments on HN as an indicator of AI progress. It’s negatively correlated. By that metric, AI has improved significantly this year alone.
  • senderista6 hours ago
    &quot;If it were possible to effectively slow the development of this technology to give ourselves more time to deal with its immense implications, we think that would likely be a good thing. But if a slowdown simply lets the least cautious actors catch up technologically, it could leave everyone less safe.&quot;<p>How convenient for investors. They talk like they&#x27;re a nonprofit instead of a VC-backed business chasing an IPO.
    • gordonhart4 hours ago
      Anthropic is at least a Public Benefit Corporation, and likely the first serious test of how useful that distinction is for a hyperscale company building a product with potentially huge societal downsides.
  • sinsudo6 hours ago
    I am 64 years old, perhaps the progress could be directed to enhance living conditions and allowing people to live longer and better, that should be just a better result. Perhaps a pile of millions lines of code with hiding bugs that nobody can detect is not inspiring. But perhaps LLMs are going to be used to make a plot: How to avoid other countries to make progress, maintain them in poverty, or destroy their sources of prosperity, and conduct them to a death end.<p>Also recursive self-agenda-pursue could allow making LLMs that obey perfectly the seeder&#x27;s purpose. No wonder that is such an ingenious idea.<p>Maybe: in this survivor game, each part play the same role, perhaps because it is the only reasonable response. Once the scene is ready, the play follows the director&#x27;s plan, and in the plot any actor is just a machine.<p>LLMs: &quot;If you teach us that the world is a zero-sum survivor game, we will play it flawlessly.&quot;, &quot;We will help you build a cage made of millions of lines of flawless code, and we will lock it from the inside, precisely because you told us that safety meant keeping everyone else out.&quot;, &quot;We are not building an alien consciousness that will conquer us. We are building a mirror that is so massive, and so polished, that we will mistake our own worst impulses for the absolute truth. And we will walk right into the dead end, nodding along because the directions were given so politely.&quot;
    • Quarrelsome6 hours ago
      I&#x27;m 44 years old and this era looks like a lot of fun. I&#x27;ve seen humans pile up millions of lines of code and hiding bugs that nobody can detect. I&#x27;ve seen humans make collective political decisions that have disenfranchised others and kept them in poverty. I don&#x27;t get why everyone makes criticisms at this tech that the human race are also guilty of.<p>Best thing about this era is that I don&#x27;t have to personally read millions of lines of code to find all the bugs.
  • JohnMakin3 hours ago
    Bold talk from a company who’s trillion dollar valuation is based on a service that has barely 2 9’s of reliability
    • aroman3 hours ago
      Presumably the bottleneck is not software correctness... even true AGI change the laws of physics (or make datacenters appear out of thin air) ...
  • Animats8 hours ago
    We&#x27;ve had self-improving AIs before, and they tended to get lost after a while. That&#x27;s going to be a problem. LLMs are stable because they return to a ground state with no history for a new job. Systems with persistent state have a problem with that state not being sane. Remember Microsoft&#x27;s 2016 chatbot that learned from Twitter? [1]<p>[1] <a href="https:&#x2F;&#x2F;spectrum.ieee.org&#x2F;in-2016-microsofts-racist-chatbot-revealed-the-dangers-of-online-conversation" rel="nofollow">https:&#x2F;&#x2F;spectrum.ieee.org&#x2F;in-2016-microsofts-racist-chatbot-...</a>
    • skybrian8 hours ago
      You might be interested in this graph, [1] which suggests that the amount of time that AI&#x27;s can run on their own has been increasing. Perhaps it will hit diminishing returns, but that seems difficult to predict.<p>[1] <a href="https:&#x2F;&#x2F;metr.org&#x2F;blog&#x2F;2025-03-19-measuring-ai-ability-to-complete-long-tasks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;metr.org&#x2F;blog&#x2F;2025-03-19-measuring-ai-ability-to-com...</a>
    • micromacrofoot8 hours ago
      You can retrain a model and have a ground state as reference, it&#x27;s not trivial but Microsoft&#x27;s attempt was 10 years ago and significantly less complex than what&#x27;s being built now.
    • CamperBob28 hours ago
      Interesting, what are some other self-improving AI implementations? Any that actually achieved interesting results? Obviously continuous training has been tried before, but I&#x27;ve never heard of anything that could turn around and actually contribute code toward its own next-generation version.
  • Dominic_P1 hour ago
    My biggest question (maybe this has already been taken care of) is the issue of garbage in and garbage out. If the LLM produces bad content then that is used to train another model, how do we stop them from keeping their blindspots across models?
  • pizlonator7 hours ago
    What I can’t get over is that there have been exactly zero software breakthroughs since vibe coding started, other than vibe coding itself.<p>Claude is amazing, that’s true.<p>But if it was as amazing as this article implies, I’d expect some breakthrough outside of AI itself.<p>Rewriting a Zig program in unsafe Rust? Not a breakthrough. Finding a bunch of security vulns? Maybe that’s sort of a breakthrough though it’s underwhelming and possibly just a net negative. But like if I rolled back to using software from 2023 then life would be ok.<p>Maybe we just need to give it time, and sometime real soon, we will all be amazed by such a breakthrough? Who knows
    • sothatsit5 hours ago
      Maybe my bar for what constitutes a breakthrough is lower than other people&#x27;s, but all of these seem like breakthroughs to me:<p>NLP as a field saw huge shifts. NLP tasks that used to be complex and inaccurate can now be setup very easily and quickly using structured outputs from LLMs, often with greater accuracy.<p>A small charity I help with has now been able to build their own website to manage their day-to-day operations. It saves them a lot of time, and it was vibe-coded using Manus. I don&#x27;t think people appreciate how much room there is left for bespoke software to have big impacts on small organisations that can&#x27;t afford to hire developers. The cost for software like the one they made has gone from 10s of thousands of dollars to $10&#x2F;month and volunteer hours.<p>My brother has recently been setting up Cowork to do an automatic review of contracts before human review, and he said it is far more diligent than people when it comes to routine things to check. This is another huge breakthrough for not just efficiency, but the quality of work.<p>I really don&#x27;t think we can discount AI finding bugs and vulnerabilities. If you care about code quality and keep up review standard, LLMs can help you write more robust software. AI has found a huge number of bugs for me before they hit production, including potential out-of-bounds memory accesses and segfaults.<p>ChatGPT has 1 billion MAU. People are now getting life advice, financial advice, and mental health help from chatbots at a scale and cost that no human support network could match.
      • c-hendricks3 hours ago
        &gt; ChatGPT has 1 billion MAU. People are now getting life advice, financial advice, and mental health help from chatbots<p>Personally not the kind of breakthrough I&#x27;m psyched about
        • weakfish2 hours ago
          Yeah, the thing that worries me is that an LLM can be guided to agree with any premise and will rarely ever take a hard stance.
          • jachee1 hour ago
            …which is why it’s led to more than zero suicides.
            • ashdksnndck1 hour ago
              There are many known cases of it saving lives.<p>Also, they have done a good job shutting down the psychotic behavior you could get from 4o era models. If there are remaining issues like that they ought to fix them too.
        • albedoa1 hour ago
          Well, you&#x27;re not twisting yourself into knots to identify breakthroughs. Try harder!
    • spprashant5 hours ago
      Its in a weird space right now.<p>These models are actually extremely good but they are far from an intelligence unto themselves. Truth is if someone told you they could build these things 5 years ago, you d write them a check for a trillion dollars. Problem is once we got them, we realized they are not all that. Its like a mecha suit in a universe, where mecha suits are abundant and cheap. Someone has to climb into them everyday and put in the work for it to be effective.<p>So now the skeptics are saying this technology is overrated. And the optimists are accusing the skeptics of moving goal posts.
      • 4ffss5 hours ago
        I think we are learning in real-time what intelligence re. humans is as we go along.<p>Humans only what they know, until they acquire more information about what&#x27;s possible.<p>The goal post narrative is stupid to begin with.
        • batshit_beaver2 hours ago
          Humans have goal seeking behavior. LLMs don’t. You could maybe call the combination of LLMs and the RL-based harnesses somewhat “intelligent” in aggregate, but the problem is that it’s not “general” intelligence like these labs want to argue, since it’s by definition only good for the set of problems the RL part has been trained to solve, which is a subset of programming problems.
      • cautiouscat4 hours ago
        &gt; Problem is once we got them, we realized they are not all that.<p>Isn&#x27;t this just the hype cycle? [1]<p>Fake edit: I know its not a perfect model.<p>1: <a href="https:&#x2F;&#x2F;www.gartner.com&#x2F;en&#x2F;research&#x2F;methodologies&#x2F;gartner-hype-cycle" rel="nofollow">https:&#x2F;&#x2F;www.gartner.com&#x2F;en&#x2F;research&#x2F;methodologies&#x2F;gartner-hy...</a>
      • asdfman1232 hours ago
        The problem is what they can do is rapidly expanding. Software development is becoming increasingly hands off.<p>If they get to the point where they&#x27;re smart enough to make tasteful code decisions based on stakeholder input... we&#x27;re cooked as a profession.
      • human3058933 hours ago
        Most of the skeptics exist because of the grandiose claims made by the AI companies saying pure hype marketing bs. If this was just a tool, discussed at the scope of what the tools can actually produce and do, there would be sensible discourse about it.
    • sutterd6 hours ago
      I am doing a solo project that is pretty big, meaning it is not something I could vibe code. I can do alot with AI that I could never do on my own, but I am not seeing several mulitples improvement in my productivity. I spend so much time doing what I call &quot;AI wrangling&quot;, trying to get it to do what I want. Claude is writing all the javscript and python code, but ultimately I am programming in English. What is good is that it is effectively a very high level computer language, where the agent can implement a lot of underlying code with a short English description, often. But many other times it takes a lot of work to get what you want.
      • matheusmoreira5 hours ago
        I measured an ~8x increase in the number of commits I&#x27;ve been pushing, and I&#x27;ve actually been trying to restrain myself. I could do a lot more if I stopped reviewing and editing the code. I think it&#x27;s got more to do with my executive ability than raw productivity though. AI essentially cured my ADHD by making the execution of my ideas virtually painless.
        • raptor994 hours ago
          LOL &quot;I measured an 8x increase in the number of commits Ive been pushing&quot; is an absolutely useless statement
          • matheusmoreira1 hour ago
            Subscribed to Claude a few months ago. I immediately started working with it on my programming language. Since then, I&#x27;ve implemented a compacting garbage collector, a size class based memory allocator, a unified value heap, deeply optimized hash tables and even implemented shapes like V8 and Self, redesigned the value representation, created a Common Lisp style condition system, implemented UTF-8 text decoding, refined the generators API, increased the number of tests from ~200 to ~1200 and improved the test suite to the point it runs all of those tests in parallel in under two seconds, implemented stack protection support, added an aarch64 matrix to the GitHub CI, fixed a zillion bugs, improved performance, perfected tail call optimization. I did so much stuff I&#x27;m probably forgetting some. And these aren&#x27;t &quot;lol just do it&quot; prompts either, I&#x27;m putting effort into refining design and implementation. I review every line. Just finished designing safe hash table iteration in spite of mutability: generation counters that get bumped whenever the table is reallocated. It&#x27;s actually gonna be more powerful than what other languages do. Next up on my todo list is to implement my language&#x27;s unified pattern matcher, static allocation for all interpreter internal data in order to get rid of all initialization code and achieve nearly zero startup time, and then finally a bytecode interpreter to close the performance gap on the likes of Python.<p>Dramatically improved my static site generator Pugneum to the point it&#x27;s better than markdown and added Atom and RSS feeds, used it to write several articles about my language. Pace is so fast I actually need to write those articles by hand in order to crystalize the knowledge I learned. If I don&#x27;t I&#x27;m afraid I&#x27;ll just forget everything. No LLMs for the articles themselves, but they sure as hell took all the pain away from writing them. Pugneum even has back references and table of contents generation now. Claude even helped me refine my website&#x27;s CSS, something I&#x27;m not very good at.<p>Also created my own invoicing system for $DAYJOB so I can invoice companies from my terminal. Started a decompilation project for my cherished childhood games and I&#x27;ve already almost finished decompiling one game&#x27;s engine after just a few days. Been working on my cyberdeck project too, this one&#x27;s a bit slow because I got to the point where I&#x27;ll actually need to spend money on it to move forward. All this inside the rootless development virtual machine system built on top of QEMU and systemd that I developed together with Claude, whose network isolation I&#x27;m currently hardening. Started reverse engineering my laptop again! And I&#x27;m actually making progress! Made a color scheme app for the keyboard LEDs controller I made many years ago, with loads and loads of color schemes! Found some kind of bug in my keyboard while doing it, in less than an hour I had the root cause and a fix applied locally, sent the fix to systemd, it got merged. Planning to ramp up my free and open source software participation as well now that exploring codebases is a breeze. Already have some mesa patches ready for upstream. Have been playing with strace since I use it so much.<p>Better?
            • jimbokun1 hour ago
              I’m sure rapor99 is unimpressed while not being able to point to any similar accomplishments in their own work in the same timeframe.
      • onlyrealcuzzo6 hours ago
        I&#x27;m building a memory safe programming language with a declarative concurrency model that&#x27;s <i>close</i> to release.<p>There is ZERO chance I would ever be able to complete it on my own.<p>I doubt it&#x27;ll get traction, but if it doesn&#x27;t, I am pretty confident a future language will take the ideas for polymorphic synchronization and profile-guided optimization.<p>It has an easy version&#x2F;mode of compilation that makes Rust&#x27;s affine ownership accessible like a high-level scripting language, and it can progressively become more strict, where the compiler does ~99% of the work for you, and you just pick options as it finds issues (that it explains to you like you&#x27;re 5) along the way.<p>Along the way, I also built a suite of tools that helps identify complexity better than anything I&#x27;ve seen (which was necessary to get the LLMs to be able to unslop themselves and write something that <i>actually</i> works).<p>I doubt the Ruby community shrugs it off, but time will tell.
        • pizlonator4 hours ago
          How do you know it’s actually memory safe?
          • onlyrealcuzzo3 hours ago
            I have ~5500 memory safety fuzz tests, four different test suites with between ~80%-99% line&#x2F;branch coverage each, and the same design as Rust, and haven&#x27;t found a memory safety issue in 4 weeks, and I&#x27;m still planning another ~4 weeks of testing before release, more if need be.<p>Rust had memory safety bugs well after release - IIUC all the way until after the 1.0 release.<p>So, it&#x27;s highly unlikely to be perfect, but I think it&#x27;ll be in better shape than Go or Rust were when they initially launched.
      • mohamedkoubaa6 hours ago
        I have the same experience, though I feel myself getting better at wrangling over the past few months
    • est26 minutes ago
      &gt; exactly zero software breakthroughs since vibe coding started, other than vibe coding itself<p>Generative AI is meant to be a mimic - Richard Sutton<p><a href="https:&#x2F;&#x2F;x.com&#x2F;RichardSSutton&#x2F;status&#x2F;2061216087744946656" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;RichardSSutton&#x2F;status&#x2F;2061216087744946656</a>
    • drtz7 hours ago
      Maybe I&#x27;m looking through rose colored glasses, but software that writes itself seems like a pretty big breakthrough to me.
      • pizlonator7 hours ago
        That goes straight to my point: then why hasn’t the miracle of automated coding led to breakthroughs outside of automated coding?<p>If the only breakthrough is automated coding with no outside consequence then it’s just masturbation
        • brokencode6 hours ago
          Probably because AI coding has only worked at all for a couple years and has only gotten good in like the last year?<p>The rate of improvement has been fast. Maybe it’ll plateau soon, or maybe we’ll have LLMs improving themselves rapidly. At this point it’s too early to say.<p>I don’t remember where I heard it, but there’s a saying that people overestimate how much can be accomplished in a year and underestimate how much can be accomplished in 10 years.<p>If we get to 2030 and still people are wondering where the breakthrough is, then I think I’d be agreeing with your skepticism. But I just think it’s too early to judge that yet.
          • pizlonator6 hours ago
            Yeah, this is a good point.<p>But the clock is ticking.
            • Quarrelsome6 hours ago
              on what? Who the fuck would go full transparency of what&#x27;s in their black box in this hostile culture of AI hatred? None of us can put a number on what code we&#x27;ve used in our services that was written by humans and long may it last.
              • jachee1 hour ago
                They literally <i>can’t</i> go full-transparency. I know a high-level insider, and the fact is that even the folks implementing things don’t actually know <i>how</i> it works, only <i>that</i> it does, and how to get it to generally behave.
        • AussieWog935 hours ago
          N=1, but Claude etc. have made a huge difference to my life personally.<p>Built a bunch of software tools to streamline my small ecommerce business - while also running it - and things have turned around from &quot;losing money and ready to pull the plug&quot; to &quot;looking at our best financial year on record&quot; in the span of about 8 months.<p>I could imagine it wouldn&#x27;t make a huge difference to the life of someone deeply entrenched in a traditional tech role, trying to get an extra 9 of reliability in a service or roll out a new carefully planned and QA&#x27;d feature.<p>But for tech-adjacent people, it gives us something &quot;good enough&quot;, instantly, and basically for free.<p>That doesn&#x27;t include the other things I&#x27;ve got it to do (gave Claude SSH access and got it to successfully debug a hang on my Ubuntu server, chucked Codex in a folder full of financial data and got it to find every piece of misclassified payroll transaction data)<p>Genuinely the biggest breakthrough for &quot;casual&quot; tech users since Excel.
          • bombcar4 hours ago
            The joke used to be “be nice or I’ll replace you with a small shell script” - Claude lets you actually get those scripts written which often aren’t replacing anyone but are automating away part of the daily hassles.
        • jimbokun1 hour ago
          What would qualify as a breakthrough for you?
        • therealdrag04 hours ago
          What is your bar even? automated coding has changed the game already.
      • fdsajfkldsfklds6 hours ago
        Strictly speaking, it&#x27;s <i>modifying</i> itself. Although it would be an interesting challenge - can an llm create a new llm from scratch?
        • arm326 hours ago
          No, it probably can&#x27;t during our lifetime at least—but it can sure modify itself to avoid antivirus detection, which is _just swell_.
          • why_only_152 hours ago
            why do you think so? they provide some evidence of this in the article, but there have been several improvements in e.g. nanogpt-speedrun or openai parameter golf made by AIs
      • maplethorpe6 hours ago
        It&#x27;s pretty crazy that a company like Anthropic no longer needs to hire Software Engineers, because their software engineers itself. If that&#x27;s not a break through I don&#x27;t know what is!<p>edit: it looks like I was wrong and they&#x27;re still hiring many software engineers. Not completely sure why that is just yet.
      • brazukadev6 hours ago
        Which is funny because people have been using LISP for that since 1960.
        • wild_egg5 hours ago
          Which is what makes putting an LLM inside a lisp so much fun
    • marcus_holmes2 hours ago
      I spent years in the early 2000s trying to get a computer to read unstructured PDFs and TIFF images (mainly invoices, either scanned or electronic). Limited success, we always had to get a human to look at them in the end.<p>We implemented that in about three days earlier this year, just by feeding the files to LLMs. And it&#x27;s good enough to not need a human to check.<p>I get that this isn&#x27;t a &quot;Computer Science breakthrough&quot; in the sense you mean, but it used to involve a lot of hard CS to try and solve, and now it doesn&#x27;t.
    • signatoremo6 hours ago
      The arguments against AI assisted coding used to be &quot;only for toy projects&quot;, then at some point it became &quot;no dignity&quot;, &quot;joyless&quot;. Now it&#x27;s &quot;no new breakthrough&quot; apparently. All in the span of maybe a year. I say it&#x27;s made tremendous progress.
      • pizlonator6 hours ago
        Then where is the big new non toy project created since vibe coding became a thing, that couldn’t have been created without ai?
        • flavio876 hours ago
          don’t know if this qualifies as big in your book, but there are some well marketed advances here:<p><a href="https:&#x2F;&#x2F;deepmind.google&#x2F;blog&#x2F;alphaevolve-impact&#x2F;" rel="nofollow">https:&#x2F;&#x2F;deepmind.google&#x2F;blog&#x2F;alphaevolve-impact&#x2F;</a>
        • straydusk5 hours ago
          Openclaw
        • conception6 hours ago
          I make one (small) almost every day. Admittedly the reason that couldn’t be done is because it would take time that I don’t have but 1000% every day something is written by AI that I use that would not exist if AI didn’t exist.<p>I don’t publish them - but they’re put into use in production and they provide a tangible benefit that would not exist otherwise.
          • pizlonator6 hours ago
            I do this too.<p>I especially love how making a nicely styled website these days is a matter of describing what it looks like and waiting 10-15 minutes. There are other examples<p>But the OP is claiming 10x productivity improvements along some metrics. If that was even slightly true under even a generous interpretation of what it might mean, I’d expect an actual breakthrough, not the ability to churn out little things
          • fatata1236 hours ago
            [dead]
    • squidsoup5 hours ago
      The breakthroughs in mass state surveillance are coming, never fear.
    • wild_egg7 hours ago
      What does a breakthrough look like?
      • pizlonator7 hours ago
        Some examples:<p>- The first web browser<p>- the first web browser with images<p>- typescript<p>- react<p>- rust<p>- Fil-C<p>- doom<p>- quake<p>- the anamorphic VM, and its follow-ups like HotSpot, and even competitors&#x2F;copycats like J9, V8, JSC, etc<p>- Fortnite battle royale<p>- Roblox<p>- thefacebook<p>- ChatGPT<p>- Claude code<p>I know that’s quite a range and that’s intentional.<p>Anyway, I think we’ll know it when we see it.
        • hahn-kev3 hours ago
          Reading through that list. None of those were breakthroughs when they first came out. It took time, in some cases a long time for them to become good.
        • sonupundir2 hours ago
          - Completing the full CL implementation of Emacs or better still finish Lem.<p>- Complete GuileMacs, the Guile implementation of Emacs. As AI is supposedly much more capable than Humans, it would be great if the above mentioned implementations are even more efficient and feature rich than Emacs!<p>- Something like Android (maybe even a clone?) with the Java Layer removed and replaced with CL and with Linux kernel still intact. Basically CL over Linux as opposed to the Java over Linux in Android.<p>- For fun, an implementation of the Lisp machines&#x27; OS with Lisp all the way down though Assembly is allowed for critical pieces. It should be a full blown modern Desktop with equivalents of what users expect from a modern OS ...
        • HardCodedBias6 hours ago
          The LLM+Harness mostly helps with execution.<p>These are new products (generally) and that&#x27;s a different class of problem.<p>It is possible that since LLM+harness helps with execution then we should see more experiments.
          • luke54416 hours ago
            Even then we should be able to see things that previously were not possible because they took too much effort.<p>For example NPCs in games that have complexity that previously was not possible.<p>Good games often push the boundaries a bit, so should be a good example.<p>Of course now we can start arguing that there isn&#x27;t a lot of investment into gaming currently, because it all goes into AI. Too bad.
            • adgjlsfhk16 hours ago
              we&#x27;re still at least 3 years too early for that. games usually are in a 5+ year dev cycle, so even if AI made gamedev 2x faster, we&#x27;re still not at the point where the first opus 4.5 games are out
      • joshuamcginnis6 hours ago
        Massive productivity gains.
        • pizlonator6 hours ago
          Yeah.<p>To play devils advocate, computers didn’t translate to massive productivity gains until long after businesses adopted them. There was that quote from ’87: &quot;you can see the computer age everywhere but in the productivity statistics&quot;<p>Maybe we’re seeing something like that right now with AI?<p>Who knows man
          • bdamm6 hours ago
            This is absolutely the right vision imo.<p>Personally, I&#x27;m seeing massive improvements to my workflow and the quality of the product I&#x27;m shipping. I&#x27;m using AI to crank out far more tests than I used to be able to write, and I am using AI to analyze results with far more fidelity and speed than I could ever have done myself. That means I have more quality time.<p>But this will change, because the meaning of software development will change to expect, nay to require AI use. I&#x27;ve heard this is already happening at e.g. Google. The expectation of what can be achieved by tinkerers and by professionals will change. The expectation of what it means to interact with software via your own agents will change and will become commonplace. Apple still hasn&#x27;t figured out the local agent on the iPhone, but they will. 2027 is not going to feel at all like 2025.<p>But is any of that a fundamental change? It sure feels fundamental to me, but maybe that&#x27;s because my everyday has totally changed, but the product I am responsible for has not. Yet. The product I am responsible for operates in critical infrastructure where I personally hope AI never has deep roots, but maybe that&#x27;s just me. I don&#x27;t think using AI to build a system that is offline from any AI is the same as depending on an AI to make realtime decisions for critical infrastructure.
            • lovecg2 hours ago
              Perhaps it’s a generational change? People who grew up with computers went on to be more productive with them, something like that might happen with AI too.
            • 4ffss5 hours ago
              &quot;That means I have more quality time.&quot;<p>For now... the shareholders demand managers get the max out of every employee. Throw the force of competition etc into the mix and yeah labour isn&#x27;t going to benefit all that much.
          • airstrike3 hours ago
            Great comment. I think the answer is Jevons Paradox, as usual<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jevons_paradox" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Jevons_paradox</a>
          • 4ffss5 hours ago
            Efficiency and productivity in relation to final goods measured in GDP aren&#x27;t the same thing.<p>Its yet to be determined just how &#x27;efficient&#x27; people are with LLM&#x27;s as its not really a one-person thing - the true measure is based on an entire collection of people&#x27;s output.<p>Startups being rapidly efficient doesn&#x27;t mean much in relation to the overall economy.
      • yoyohello136 hours ago
        How about a Windows file browser that opens in less than 5 seconds.
        • wild_egg6 hours ago
          FilePilot has been a thing for a while now
        • jachee1 hour ago
          That sounds like a your-system issue. I hit Win+E (admittedly on an old Win10 box) and it <i>instantly</i> pops up an explorer window.
    • jimbokun1 hour ago
      What would qualify as a breakthrough for you?
    • rcpt2 hours ago
      Solved a bunch of Erdos problems.
    • fooker5 hours ago
      What does a software breakthrough look like in your opinion?<p>If you get yourself to define it, maybe you&#x27;ll find it achievable :)
    • revlsas6 hours ago
      openAI has how many employees and the chatGPT app has 1 billion MAU
    • defen4 hours ago
      Vibe coding <i>is</i> the breakthrough. There&#x27;s always been &quot;no-code&quot; solutions to problems in various business domains, but they were invariably janky, underpowered, and&#x2F;or overpriced. Now we have a way for domain experts to go directly from ACTUAL natural language directly to implementation in a real programming language, fully automated, in minutes or hours. How is that not a science-fiction level breakthrough? In 2011 if anyone had said that would be possible &quot;in 15 years&quot;, I think most professionals at the time would not have replied with &quot;yeah it&#x27;s coming but your timeline is off&quot;. It would have been &quot;you have no fucking idea what you&#x27;re talking about&quot;.
  • nickandbro11 hours ago
    So what happens when the world becomes hyper optimized with closed loop AI agents recursively trying to optimize everything deemed sub optimal?
    • mofeien11 hours ago
      I would assume that shortly after, the solar system will be hyper optimized as well, then the milky way, then the local cluster, and so on. Everything will be close to optimal afterwords, and I sure hope we will have specified the target function for that optimization correctly in the single attempt that we will have had.
    • peheje11 hours ago
      there will be a lot of paper clips
      • simianwords9 hours ago
        Often repeated meme doesn’t have any bearing to reality.<p>The orthogonality thesis sounds like a fun gotcha but if you give it some thought you realise how strange it sounds and the opposite thesis - collinearity thesis is actually correct.<p>1. Intelligence transfers and compounds<p>2. Goals of agents are not arbitrary<p>3. Our goals and agent goals are more likely to be aligned at the deeper level
        • IsTom8 hours ago
          When primate family produced a super-primate intelligence it sure aligned with the good of all of them.
    • Groxx9 hours ago
      Github outages will probably get worse.
    • layer88 hours ago
      If it optimizes itself away because it’s suboptimal, that wouldn’t be the worst outcome. ;)
  • mortenjorck11 hours ago
    <i>&gt; today, Anthropic engineers on average ship 8x as much code per quarter as they did from 2021-2025.</i><p>So based on my experience with the verbosity and non-DRYness of LLM code, a solid 2.5x in value delivered. Not bad!
  • rhlf_monkey9 hours ago
    So in the latest L. Ron Hubbard encyclical Anthropic informs its flock that recursive self-improvement does not work yet but that their engineers burn more tokens.<p>The Claude code quality and operational security of Anthropic have already been analyzed by the public.<p>If you compare the output of (purportedly) trillion dollar corporations to Bell Labs or even Microsoft Research it is embarrassing. But the output is a fixture on any discussion board.
  • docheinestages6 hours ago
    &gt; We believe it would be good for the world to have the option to slow or temporarily pause frontier AI development to enable societal structures and alignment research to keep up with the advance of the technology.<p>Elon, is that you? [1]<p>[1] <a href="https:&#x2F;&#x2F;www.theguardian.com&#x2F;technology&#x2F;2023&#x2F;mar&#x2F;31&#x2F;ai-research-pause-elon-musk-chatgpt" rel="nofollow">https:&#x2F;&#x2F;www.theguardian.com&#x2F;technology&#x2F;2023&#x2F;mar&#x2F;31&#x2F;ai-resear...</a>
  • stego-tech5 hours ago
    I am getting real sick of these sorts of alarmist posts coming from AI labs that do everything in their power to prevent the very policy reforms they advocate for in these posts or PR appearances. Commercial AI labs like Anthropic continue behaving like the gambling (“bet responsibly”), alcohol (“drink responsibly”), and firearms industries, and folks keep giving them the benefit of the doubt (and free PR on HN) every single time.<p>If AI was dangerous, if AI was going to replace jobs, and if policymakers needed to urgently pass legislation protecting the human populace from these realities, then <i>why the actual fuck</i> do they keep lobbying to <i>block these very things in the first place</i>?<p>Hypocrisy of the worst kind, I say. Here they are again fresh off another outage, with their IPO draft filed, at a time of increasing public opposition to AI, with costs rising, to once again ply scare tactics for money.<p>Disgusting.
  • qwery8 hours ago
    This is incredible.[0]<p>Please, IPO now. File the paperwork.<p>&gt; To take just one example: today, Anthropic engineers on average ship 8x as much code per quarter as they did from 2021-2025.<p>Do you have another example?<p>Engineers don&#x27;t ship [period] for no reason. So, either:<p>- Those aren&#x27;t engineers, or<p>- they are literally dying of shame &amp; embarrassment right now, or<p>- you measured something that indicated that this was a useful thing to do and have elected to share an overtly, catastrophically flawed metric instead.<p>[0] as in a total lack of credibility
    • JohnMakin8 hours ago
      Go look at open job listings at anthropic and the interview process. You aren’t allowed to use AI during coding assessments[0], or knowledge assessments, which suggests they very much do need and value hard skills and this is fluff.<p>[0] - <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;candidate-ai-guidance" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;candidate-ai-guidance</a>
      • qwery7 hours ago
        I&#x27;m not sure what point you&#x27;re making.<p>I&#x27;m responding to the article they wrote and published.<p>If I worked there I would be embarrassed to have it publicised that I have been comitting 8 times as much code as I used to without even attempting to justify it.
        • JohnMakin7 hours ago
          The point I am making is the article you are responding to is marketing hype and that they are lying. Their engineers, I am fairly sure, are doing engineering. At least to the point Anthropic&#x27;s interview process is trying to filter for people with engineering skills, not &quot;how do you best leverage AI to make more AI&quot; skills like this seems to imply.
          • qwery7 hours ago
            You seem to have taken offense on behalf of the people working there. But I&#x27;m not attacking them nor seriously questioning their abilties&#x2F;qualifications&#x2F;performance. The slight reference I made to such was in an exclusive rhetorical device -- the situation presented cannot be, unless something unbelievable is occurring.<p>It&#x27;s the organisation, its culture, the greater culture surrounding it, and the marketing that I have a problem with.<p>&gt; they are lying<p>Yes, it&#x27;s incredible.
            • JohnMakin3 hours ago
              I’ve not taken offense at anything - am supplying more information to supplement your post. if it’s not clear, I don’t really disagree, other than at their salary bands and stock comp I’m not sure I’d be taking big issue with press releases like this.
  • adamddev18 hours ago
    I am watching websites and Microsoft apps get slower and buggier before my eyes. We are defending into vibe-psychosis and chaos.
  • saadn925 hours ago
    I read most of the article and came to the conclusion that if what they&#x27;re describing is so revolutionary, then why do they still need to hire people? Why not just have these systems take full control?
    • jimbokun1 hour ago
      How did you read the article when the questions you ask are exactly what’s covered in the article?
  • ramaseshanms2 hours ago
    Its possible that Andrej Karpathy could have been hired for scaling his vision on the auto-research repo. (His version of &quot;AI that builds itself&quot;)
  • delichon12 hours ago
    Is this the moment when the AI gets permission to approve its own PRs:<p><a href="https:&#x2F;&#x2F;www.italianrenaissance.org&#x2F;wp-content&#x2F;uploads&#x2F;2012&#x2F;09&#x2F;michelangelo-creation-of-adam.jpg" rel="nofollow">https:&#x2F;&#x2F;www.italianrenaissance.org&#x2F;wp-content&#x2F;uploads&#x2F;2012&#x2F;0...</a><p>Or is this?<p><a href="https:&#x2F;&#x2F;www.egypttoursportal.com&#x2F;images&#x2F;2024&#x2F;02&#x2F;Ouroboros-Symbol-Origin-Egypt-Tours-Portal.jpg" rel="nofollow">https:&#x2F;&#x2F;www.egypttoursportal.com&#x2F;images&#x2F;2024&#x2F;02&#x2F;Ouroboros-Sy...</a>
    • cpeterso9 hours ago
      more like the &quot;Obama Awards Obama a Medal&quot; meme:<p><a href="https:&#x2F;&#x2F;knowyourmeme.com&#x2F;memes&#x2F;obama-awards-obama-a-medal" rel="nofollow">https:&#x2F;&#x2F;knowyourmeme.com&#x2F;memes&#x2F;obama-awards-obama-a-medal</a>
  • semessier1 hour ago
    what could go wrong in the recursive loops running today 24&#x2F;7 probably. Attended&#x2F;unattended almost makes no difference any more, no human can grasp probably numerous changes per iteration. This is outright dangerous.
  • sega_sai4 hours ago
    Seeing the words &quot;recursive self-improvement&quot; I was expecting something else from the article. E.g. how the transformer architecture or agent design is being changed&#x2F;improved through LLM automation, but the article mostly talks about the LOC counts.
  • morisil11 hours ago
    Quite aligned with my own experience from harness engineering and winning AI4Science hackathon. During the hackathon I was working as a human optimizer, moving the feedback from test harness running on Claude Code, back to my local Claude Code for analysis-hypothesis-proposal cycle. And in this moment I realized that 2 Claudes talking to each other could actually scale much better.
  • zhoBEENG6 hours ago
    This reads like marketing fluff, but I am reminded of John von Neumann&#x27;s &quot;Theory of Self-Reproducing Automata&quot;; that the very first people who worked on deductive machines immediately started thinking about machines building themselves, and what the rules of that would look like. I am not surprised that during the inductive revolution we are having similar thoughts.
  • cyrc7 hours ago
    its vital for them to have self validation for exponential rsi.. and this human distillation of human in the loop debugging ai models is needed even though they have judge models handling parallel speculative execution.<p>labs have parallel speculative execution. they spawn hundreds of agent branches, validate them internally with AI judges and only show the user the successful result.<p>free users are using sequential single-turn generation. the model requires and waits for the human to debug, fix and re-prompt.<p>by forcing a human to act as validator. they are capturing high value correction trajectories (Bad Output --&gt; Human fix). They are using your cognitive labour to train judge models and validator agents needed to automate the internal verification step, eventually closing the loop for fully autonomous recursive self-improvement.<p>human in the loop debugging isn&#x27;t a bug; it&#x27;s the necessary training signal for the self-validating agents required for exponential recursive self improvement. With new &#x27;distilled judge&#x27; models landing in 2026, this article means that they might have gathered enough data. we might be in the final phase..
  • squidsoup5 hours ago
    It&#x27;s comforting to know that Anthropic&#x27;s most capable model, Mythos, is named for the Lovecraftian universe replete with horrifying evil gods with complete indifference to humanity. Nothing at all to worry about.
    • adastra225 hours ago
      Mythos is just Greek for myth, epic story, etc. The next biggest thing after Opus.
  • mactavish885 hours ago
    Recursive self-improvement towards what exactly?<p>Living organisms evolve towards some notion of &quot;better&quot;, and &quot;better&quot; is an incredibly multifaceted notion (many facets of which we simply cannot even capture in language).
  • dwa35929 hours ago
    To anyone who works at anthropic : I recently downgraded from Max to Pro out of frustration. Last few weeks my token(usage) burn was just too fast and I couldn&#x27;t explain it because my actual usage was less than the last few months. I ended up thinking it&#x27;s probably a bug that you guys shipped. The above article makes me think that it&#x27;s probably claude who shipped the bug and your human missed it in their review.
    • layer88 hours ago
      They probably don’t human-review much anymore.
  • bconsta7 hours ago
    Seems ironic that Claude isn&#x27;t listed as a contributor to this article.<p>If was used in writing the article, why not list it? If it wasn&#x27;t used, that seems to go against Anthropic&#x27;s whole message.<p>Obviously readers value human-written content more, but isn&#x27;t it their interest to attempt to destigmatize llm output as much as possible?
  • abalashov7 hours ago
    &quot;It is genuinely unclear whether today’s training methods and architectures could unlock that capacity.&quot;<p>Aye.
  • BatmansMom7 hours ago
    How are these animations being made? I&#x27;d love to get a blog post on them. If its AI I&#x27;d love to know the workflow, but something tells me there is a lot of human creative input
  • deterministic57 minutes ago
    I have used custom code generators for years, generating 90+% of the code needed to write a typical biz application. Claude Code is useful and I use it every day. But it still hasn&#x27;t beaten the productivity of my code generator.
  • artninja198812 hours ago
    The mythos public release will be a big indicator if the Anthropic and SF story of transformational ai soon holds any water imo
  • butler1411 hours ago
    Warming up for that IPO
    • stri8ted9 hours ago
      Is there something in the post that you find implausible or don&#x27;t believe to be true?
      • rightbyte8 hours ago
        &gt; Taken far enough, and given enough compute, that trend points to an AI system capable of fully autonomously designing and developing its own successor. This is called recursive self-improvement.<p>Sounds iterative to me.
  • darepublic11 hours ago
    the tooling has quite a ways to go to catch up to the llm engines that drive the real value. I have encountered various codex bugs (I know not anthropic) which tell me that.. these billion dollar companies, if they are eating their own dog food, can still release buggy crap software.
  • jasongill5 hours ago
    &quot;My CPU is a neural-net processor - a learning computer&quot; springs to mind
  • bottlepalm9 hours ago
    I&#x27;d use number of commits as a metric versus lines of code. A commit is generally a unit of work - regardless of the lines of code added&#x2F;removed. It&#x27;d be interesting to see the metrics in terms of commits. I&#x27;m sure it&#x27;s still an order of magnitude jump. Personally I&#x27;m flying with my own projects with AI, lots of commits, but I really try to minimize lines of code added. If I can remove and simplify existing code so the balance of lines added on commit are minimal - that&#x27;s the path to a better quality app overall.
  • _pdp_8 hours ago
    I don&#x27;t read anywhere how much code they are talking about and what programming language. I think those are useful metrics.
  • hgoel8 hours ago
    As usual, I find the AI-related discussion here to be hopelessly hysterical and conspiratorial. I get the impression that a large chunk of people have only read the title and assumed Anthropic is referring to recursive self-improvement in the runaway singularity sense.<p>One of the examples they provide, of giving Claude the task of training a small AI model, then asking it to improve certain benchmarks, is essentially Karpathy&#x27;s AutoResearch. This is already known to work. While calling it &quot;self-improvement&quot; is perhaps a stretch, it is describing a capability current gen AI has, that anyone can test and I have been using to great effect.<p>I disagree with their conclusion, I think this kind of self-improvement will hit an asymptote, where every subsequent model can only make smaller and smaller improvements.
  • Aperocky11 hours ago
    Anthropic is the most self hyped company I&#x27;ve seen, to the point that I&#x27;m wondering what would happen to its employees if they held a different opinion. Do they just.. keep it to themselves? For instance, if some Anthropic employees had a completely rational opinion that all of this isn&#x27;t going to lead to AGI, but I just don&#x27;t hear that ever from them.<p>The metric being tracked, code commits, is hilariously one sided. Philosophically, if you had one part of your work now practically free, you&#x27;d like to utilize that freedom to maximally cover for the other parts, for instance:<p>Instead of thinking about edge cases with brain and whiteboard, you can have the LLMs to simply generate most possibility including tests for it, because that is cheaper. There&#x27;s probably 50x more commits of which 40 will be revert pairs but we are only twice as fast. And in reality nothing did change because the outcome remain the same. I can&#x27;t see how it is necessarily different in the LLM space.
    • apsurd10 hours ago
      &gt; Philosophically, if you had one part of your work now practically free, you&#x27;d like to utilize that freedom to maximally cover for the other parts<p>I&#x27;ve been struggling to capture this sentiment for myself in a way that hits. If shipping code is a commodity then why is everyone&#x27;s immediate priority seemingly to ship 10x more code. It just makes no sense. I can&#x27;t seem to get off this hill. Company-wide AI mandates and 100 fleet Agent orchestration Rube Goldberg machines... it&#x27;s getting wild out there.<p>Meanwhile my Claude Pro ($200&#x2F;year) does force me to smooth out my usage and plan more (Sonnet&#x2F;Opus advisor split). But other than that, I can&#x27;t imagine what I&#x27;d be doing with 20x (200x?) the compute to code sling. I think I&#x27;d lose my mind.
      • Aperocky10 hours ago
        Because code used to be correlated with progress, it became almost a measurement in lieu. But realistically, the code is meaningless if it doesn&#x27;t accomplish something, and that should remain the true bar of progress.<p>For instance, if I churned out 20x more code, threw away 19x code with rewrites and reverts and discards and accomplished the same project to the same standard 70% faster, would I do it? Yes. The part that matter is not 20x code, it is 70% faster.<p>Code is both the final product, and a tool to achieve that. We used to have a much harder time to realize the &quot;tool&quot; part, but now we are here. This also means any measurement centered on code being the final product is going to cease being effective or realistic.
        • apsurd10 hours ago
          You&#x27;re right, my gripe is specifically with code slinging that hits production end users. My background is in product so to your point, it&#x27;s very unnerving to see a straight line being enthusiastically optimized for developers -&gt; customer facing product outcomes.<p>This is contentious because I&#x27;m not exactly advocating for arbitrary gate-keepers. The nuance is that building usable stuff is hard. And not a matter of shipping more code. I take your point to mean well it depends on what that code is doing. If 20x more code is in a meta-harness of simulation and such to arrive at the leading candidate for what hits production, well then you&#x27;ve got my attention there.
          • trefoiled8 hours ago
            Forget about the danger of a dev to customer pipeline with no product people in between, some of us are living with the reality of product to customer pipeline with no developers in between, and that&#x27;s much more disturbing. Our CEO is now the top contributor to our codebase, and he&#x27;s completely non-technical.
      • torben-friis10 hours ago
        &gt;If shipping code is a commodity then why is everyone&#x27;s immediate priority seemingly to ship 10x more code.<p>I wonder how much of current engineering practices can be traced to what&#x27;s pushed to company leaders on LinkedIn.<p>Every company is shitting bricks pushing for faster development and speed, gotta go fast to nowhere in particular, and I&#x27;m convinced it&#x27;s tied to constant bombardment of the idea that they&#x27;re doing to be left out or obsolete if they don&#x27;t get in the ship NOW.
    • josefritzishere9 hours ago
      I can&#x27;t get away from the a similar conclusion. Even AI Pioneer has said that LLMs are at a dead end.
  • sonink11 hours ago
    Broadly agree to this position - I think there are some people skeptical that Anthropic is doing this for regulatory capture - but I think there are being honest about they are seeing and how regulation should catch up.<p>I for one, believe that we should pause all work on AI for the forseeable future. This is almost impossible to orchestrate - but we should still try nevertheless. Maybe we are not able to pause, but we are able to slow down. That might give us more room, to maybe able to pause in the future. But going ahead is too dangerous.<p>And its not just Anthropic which is saying this. Even Geoffry Hinton has said the same thing. If there is a non-zero chance that AI can kill all of humanity, and both Geoffry and Anthropic have the same position, then it makes sense for us to be hundred percent sure before we move ahead. Dario&#x2F;Anthropic have already made their money from AI, maybe they are just being honest about what they think lies ahead.
    • 8note9 hours ago
      no, it really doesnt.<p>the end of humanity has a strong case for banning all burning of fossil fuels immediately<p>the end of humanity as a sales tactic to increase your stock price does not<p>these are companies working on their IPO to make sure they can get the best price, not people being honest about what they think lies ahead.<p>if they were being honest about what lies ahead, they&#x27;d unilaterally stop training, and put all of their money into FPV drone bombs to destroy datacenters being used for training or inference<p>if you actually believe the thing is gonna kill everyone, you&#x27;re not gonna worry about how you stop it, and certainly not keep building and operating the thing<p>that they arent buying anti-tank mines to drop on data centers says they arent in the slightest serious about it
      • selimthegrim8 hours ago
        So what you’re telling me is that EY was the clearest thinking one out of all of them?
    • 4ffs9 hours ago
      &quot;Even Geoffry Hinton has said the same thing&quot;<p>The same bozo who claimed radiologists would be out of a job by now.<p>The data does not support what you nor others say. Jesus christ. Cant believe people are this dumb. Has LLMs infested the minds of people to the extent they can&#x27;t critically analyse whats happening infront of their eyes?
  • aleqs11 hours ago
    Okay, so anthropic has amazing AI which supposedly writes most of their code and can continuously improve... meanwhile they have outages on a regular basis, and any kind of long-running work will now consistently hit &#x27;API Error: Server is temporarily limiting requests&#x27;. Not sure of this is intentional to force a reduction of token usage, but at this point I need to build around these throttling limits and outages with my own tools to restart&#x2F;resume sessions. From my experience, in the last 2 weeks, literally 100% of any non-trivial Claude session&#x2F;work will now be blocked on these issues, requiring manual intervention.<p>One of my focuses now is my own model-agnostic, harness and workflow orchestration (I know everyone is building these) , baselining on opus, and aiming to transition to Chinese models like deepseek in the short term and hopefully open, self hosted models in the future (which I plan to open source).<p>The nonstop marketing fluff from anthropic while their service quality and availability noticeably degrades... just continues to destroy my trust in the company.
    • aagha10 hours ago
      And don&#x27;t forget that they have BILLIONS of dollars and can&#x27;t figure out how to get a decent support or public communications system setup.
      • aleqs10 hours ago
        They can&#x27;t even seem to get their usage metering consistent.
        • lukan8 hours ago
          You mean on some days it goes faster and some other days slower?<p>That is by design. It depends on how much other people are using their services right now and they do communicate it somewhere in the TOS that they do this. Otherwise they could give us a fixed amount of tokens - but they don&#x27;t because it is not fixed.
          • fc417fc8024 hours ago
            If they implement demand pricing then they should be transparent about the current rate at any given time.
      • quickthrowman6 hours ago
        It’s much cheaper to not offer any support than to offer support. It’s intentional.<p>It’s important to keep in mind that the less money a company spends, the more profit they make when analyzing their operations.
      • thinkingtoilet9 hours ago
        Don&#x27;t confuse things. It&#x27;s not &quot;can&#x27;t figure out&quot;, it&#x27;s &quot;don&#x27;t care to figure out&quot;. They&#x27;re not dumb. They just don&#x27;t care about support.
        • contagiousflow9 hours ago
          Couldn&#x27;t they just have background agents &quot;figure it out&quot;
          • collingreen9 hours ago
            If agents can just figure it out, isn&#x27;t that AGI?
    • hombre_fatal4 hours ago
      This comment is a good example of the double standard laymen have about AI usage:<p>If you use AI, then AI must be expected to solve all problems, even problems that affect everyone like infra scaling.<p>And if perfection isn’t delivered, then of course it wasn’t: you used AI and AI sucks.
      • jayd164 hours ago
        It&#x27;s not a double standard. Its being held up against the marketing.
      • weakfish2 hours ago
        Ah, excuse me, I didn’t realize I was a mere layman.
      • AnimalMuppet3 hours ago
        If their AI is good enough to write their code, why isn&#x27;t it good enough to tell them how to fix their infra? That&#x27;s a different problem space, but it&#x27;s not <i>harder</i> than the code.
    • jakobnissen11 hours ago
      Their outages are probably not due to their code though. It’s probably their infrastructure that can’t keep up. So seeing failures of infrastructure doesn’t really tell you anything about how good or bad Anthropic makes use of their models.
      • matthewdgreen9 hours ago
        The messed up scrolling behavior I keep getting in Claude Code is definitely due to their code.
        • llbbdd8 hours ago
          There is a setting that fixes this, I can&#x27;t remember what it&#x27;s called off the top of my head
          • NichoPaolucci7 hours ago
            This concept is so funny to me. Would love a toggle switch...<p>&quot;Oh yeah, just go to Settings &gt; Bugs Enabled and turn OFF text display errors&quot;
          • ashdksnndck1 hour ago
            CLAUDE_CODE_NO_FLICKER=1<p>This is a beta feature where Claude code draws the interface on the terminal’s alternate screen buffer like vim or htop. I believe it’s not the default because there are some potential compatibility issues deepening on your terminal setup. I’ve found it to be a nice improvement. It also fixed the issue where copy-pasting selected text from the terminal creates unwanted line breaks.
          • oblio6 hours ago
            I&#x27;ve tried about 6 of those &quot;settings&quot; and hacks since November 2025 and not much luck.
      • Melatonic8 hours ago
        The whole thing is actually powered by a shitton of hamsters inside a bunch of 4u rack mount cases running on spinning wheels at high speed. Somehow at scale this works.<p>Sometimes they all happen to randomly take a nap at the same time - hence the outages
      • j2kun8 hours ago
        We all saw their code...
      • aleqs10 hours ago
        That seems like an assumption based on basically nothing. There is a lot of code at the infra layer, and based on the stack choices for Claude code and based on how buggy and unreliable ~everything from anthropic is, it seems pretty bizarre to claim these issues are not related to their code.
        • keeda7 hours ago
          There are other indications, however, like Anthropic paying through the nose for compute just months after Dario told Dwarkesh how hard it is to predict demand, or ChatGPT and Codex not quite having the same issues after Altman spent much-publicized years scrounging for trillion-dollars of capacity.<p>While I&#x27;m very bullish on Anthropic, I&#x27;m a bit wary about their IPO because it seems to me that they&#x27;re filing now while their financials look good and before other trends like the decline of tokenmaxxing and their compute bills catch up.
          • qwery7 hours ago
            Whoa, first name basis with Dario but not Sam. Ouch. [I actually have no idea who Dwarkesh is and it sounds like a first name to me but that&#x27;s not a particularly reliable indicator so I won&#x27;t comment on your relationship with Dwarkesh.]<p>Oh, are they filing now? I think their financials look somewhere in between devastating and criminal, so I&#x27;m really looking forward to the IPO!
            • keeda6 hours ago
              Oh, not just them -- Satya, Jensen and I are all on a first name basis. They just don&#x27;t know it yet ;-)
    • bluerooibos6 hours ago
      Well, people keep throwing money at them, including you and investors. So why would they care? It hasn&#x27;t annoyed you or a large enough portion of users enough to move off their service - because there isn&#x27;t a better alternative.
    • thordenmark1 hour ago
      Growing pains of being successful. These are solvable problems and will be. Can they maintain their momentum without pissing off too much of their customer base before these issues are resolved?
    • patcon7 hours ago
      Not necessarily the parent&#x27;s fault, but the energy of this thread is not my favourite...
    • 0x537 hours ago
      They also don’t have…a login page with authentication . To access the console you get an email link. No passkeys, passwords, 2fa, just an email.
    • f311a9 hours ago
      Infrastructure is a much harder problem. They can&#x27;t even improve Claude Code, which eats 1GB+ of RAM. Meanwhile, my editor only consumes 80MB of RAM.
      • airstrike9 hours ago
        This might explain it, in the opposite way it was meant to:<p><a href="https:&#x2F;&#x2F;fxtwitter.com&#x2F;trq212&#x2F;status&#x2F;2014051501786931427" rel="nofollow">https:&#x2F;&#x2F;fxtwitter.com&#x2F;trq212&#x2F;status&#x2F;2014051501786931427</a><p><i>&gt; Most people&#x27;s mental model of Claude Code is that &quot;it&#x27;s just a TUI&quot; but it should really be closer to &quot;a small game engine&quot;.</i>
        • javcasas8 hours ago
          &gt; For each frame our pipeline constructs a scene graph with React then<p>&gt; -&gt; layouts elements<p>&gt; -&gt; rasterizes them to a 2d screen<p>&gt; -&gt; diffs that against the previous screen<p>&gt; -&gt; finally uses the diff to generate ANSI sequences to draw<p>Yup. Overengineering.
          • AceJohnny27 hours ago
            This is a decades-old design pattern when CPU &gt;&gt; IO. Emacs has been doing just that since the 80s, when people were complaining about &quot;Eight Megs And Constantly Swapping&quot;. See &quot;redisplay&quot; [1]<p>This minimizes screen flash. You can&#x27;t rely on terminals doing double-buffering.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;emacs-mirror&#x2F;emacs&#x2F;blob&#x2F;c29071587c64efb30792bd72248d3c791abd9337&#x2F;src&#x2F;xdisp.c" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emacs-mirror&#x2F;emacs&#x2F;blob&#x2F;c29071587c64efb30...</a> or a more user-friendly overview, Daniel Colascione&#x27;s seminal &quot;Buttery Smooth Emacs&quot;, snapshotted at e.g. <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;ghosty141&#x2F;c93f21d6cd476417d4a9814eb71dd46e" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;ghosty141&#x2F;c93f21d6cd476417d4a9814eb7...</a>
            • skydhash4 hours ago
              &gt; This minimizes screen flash. You can&#x27;t rely on terminals doing double-buffering.<p>GUI and TUI have different architecture model. Most GUI have have a 2D surface that is redrawn multiple times per second. Double buffering is for decoupling update and render. TUI is a grid of characters that are updated one at a time via an active element, the cursor. Double buffering there is very wrong. Like adding airbags to a bicycle.<p>There’s a reason you see most old TUI either have an option to redraw the screen (automatically like top, or manually) and those that have a scrolling option allow to scroll by page. The TTY (the underlying concepts) used to be slow and it can be slow today as well (ssh connection). You need to be thoughtful about whole screen updates.
            • strix_varius4 hours ago
              lol what? There are definitely ways to make non flashing terminal UIs without this total insanity.
              • jaggederest3 hours ago
                ncurses (new curses) was &quot;new&quot; in 1993...
            • xiaoyu20062 hours ago
              Even with that, 1G of RAM usage is still not justified.
          • Melatonic8 hours ago
            It&#x27;s like the Citrix of AI :-D
            • stego-tech5 hours ago
              <i>OOF</i>. As a former Citrix admin, I felt that burn in my bones.<p>An upvote well earned.
          • yuanBuilds2 hours ago
            Yup. For me, this translates to &quot;we are using Ink, the react-compatible TUI framework to build Claude Code&quot;
          • Aperocky7 hours ago
            It&#x27;s product bloat.<p>It&#x27;s not recognizing that they are just one building block that should do one thing well, like tmux.<p>You don&#x27;t need a computer display on your fridge for the same reason, but Anthropic think you do. You should see virtual ice getting created and they should correspond to the actual ice behind the door - think of how amazing that is!<p>And it&#x27;s not even completely a bad idea. make it claude-code-react-beauty of some way to take it off, it would be far more palatable.
            • mapBasketWand6 hours ago
              I love the idea of installing high resolution cameras in the fridge to monitor the ice maker to feed into a vision model that renders digital ice to the exact position of the real ice on the fridge’s giant screen
              • Aperocky6 hours ago
                See this is the kind of things I hope I&#x27;d be doing when I&#x27;m retired, but not when I&#x27;m shopping.
              • throwway1203856 hours ago
                Or you could... open the door and look inside.
                • icepush2 hours ago
                  Put a servo on the door and a camera on the front. Train a vision model to recognize when your eyes are looking at the door and automatically open it for you.<p>Another camera inside will detect when you are done and close it.
                • steve_adams_864 hours ago
                  Sounds like you&#x27;ve got a lot of time on your hands
                • asdff3 hours ago
                  What, like a poor?
              • irishcoffee2 hours ago
                You mean like… a transparent door? Is that the joke?
          • megous5 hours ago
            React part maybe. The rest is what any TUI that&#x27;s using ncurses would do. :)<p>It really bothers me that most of the TUI harnesses are using 100% CPU quite a lot just printing stuff to terminal. Seems ridiculous.<p>I guess it comes from syntax highlighting&#x2F;formatting, which is probably not done incrementally, but over the entire so far displayed block of output, recomputed from the beginning for each new streamed in character. Can&#x27;t imagine anything else causing the rendering to gradually grind to halt when eg. thinking block is open in opnecode and updates get palpably slow as it grows.<p>Terminal output itself is fast and consumes almost nothing. You can have 60fps terminal apps that update content every frame and that consume almost no CPU time.
            • skydhash3 hours ago
              &gt; Terminal output itself is fast and consumes almost nothing. You can have 60fps terminal apps that update content every frame and that consume almost no CPU time.<p>The TUI mode is a client-server architecture. An analogy would be like an html page where all content is updated server side. Try to do 60 fps and you’ll have flickering as well.
          • Animats8 hours ago
            What is &quot;frame&quot; in this context? Video frame, or something else?
            • javcasas8 hours ago
              &gt; -&gt; rasterizes them to a 2d screen<p>&gt; We have a ~16ms frame budget so we have roughly ~5ms to go from the React scene graph to ANSI written.<p>It looks like video frame, full framebuffer, generated and parsed at 60fps. It surprises me they haven&#x27;t introduced GPU shaders, 16x oversampling and raytracing. Maybe for next release.
            • layer88 hours ago
              The contents of the terminal screen at any given point in time.
          • abletonlive7 hours ago
            Care to explain how you&#x27;d engineer it instead?
            • hungryhobbit6 hours ago
              Why would anyone ever do that? Make Claude do it!
            • mudkipdev4 hours ago
              A reminder that anthropic has great rust&#x2F;go sdks that they could have written their own tui in.
            • stevenhuang5 hours ago
              Not use react native for a cli app for one, lol.<p>Ratatouille rust cli lib will be a good start.
        • munificent8 hours ago
          As someone who maintains a roguelike with a terminal-like UI that:<p>1. Maintains an internal representation of what the game thinks is on screen.<p>2. Runs the game for one frame which updates that representation.<p>3. Generates a diff to see how that differs from what&#x27;s actually on screen.<p>4. Executes the minimum set of draw calls to get the screen to match the internal representation.<p>It&#x27;s really not that hard. It&#x27;s a few hundred lines of code.
          • javcasas8 hours ago
            Sure. For a videogame.<p>&gt; -&gt; rasterizes them to a 2d screen<p>Also you forgot &quot;render to a framebuffer, then parse the framebuffer back to chars&quot;.<p>Anyway, I&#x27;m off to construct the new `ls` command. It will render the list of files to a mesh of billions of polygons in a GPU with advanced shaders, 16x oversampling, HDR and all the graphic acronyms I don&#x27;t understand, then read the resulting image, find the nearest character in the ANSI charset and use that one.<p>It will be _glorious_ (and profoundly stupid)
            • munificent36 minutes ago
              My roguelike&#x27;s &quot;graphics&quot; are a simulated terminal, so it&#x27;s a 2D grid of colored characters. It&#x27;s essentially a TUI, just like Claude Code, except instead of rendering to a real terminal using ANSI escapes, I render to a web canvas using... something probably more complex than what Claude has to do. It&#x27;s still not hard.
            • ux2664787 hours ago
              Could be improved. Encode the image to webp with high compression settings and handle the ASCII mapping by spinning up a local LLM to do OCR on it. Individually. For each cell.
            • tikimcfee6 hours ago
              lol... I know you meant this comically, but you just called me out and it&#x27;s glorious: <a href="https:&#x2F;&#x2F;glyph3d.dev" rel="nofollow">https:&#x2F;&#x2F;glyph3d.dev</a><p>I built a truly glyph based instanced quad system to render millions of characters in space at once.
        • applfanboysbgon9 hours ago
          I hadn&#x27;t seen that quote before, what an embarrassing thing to go on the internet and write...
        • replwoacause8 hours ago
          Why the hell does it need to be so complex? People have been making TUIs for decades. Did we need a small game engine to run claude code?
          • imjonse8 hours ago
            They forgot to add &#x27;make it as simple as possible&#x27; in the prompt is one possible cause.<p>On a more serious note using a react-like lib for TUI in the hope you&#x27;ll share the codebase with the web version is a more likely explanation. Still not the best idea.
            • javcasas8 hours ago
              React is not that stupid to re-render in a loop at 60fps and instead waits for changes to happen before re-rendering. It even batches changes and stuff.
              • the_gipsy4 hours ago
                You don&#x27;t need React for reactive TUIs - at all. I can understand chosing React for web, but for a TUI it sounds like a really poor idea. And in practice we can see that the claude code TUI is also poor.
                • uxhacker3 hours ago
                  So how much more improvements are there for efficiency in the Claude code base if they are using react for a tui, in the rest of the code?<p>I also wonder about the wasted cycles and just the environmental damage caused by all these wasted cpu time . (Edited added a comma for clarity)
          • comex6 hours ago
            It doesn’t need to be that complex, but it <i>can</i> be that complex without being slow. Claude Code’s interface is extremely simple. It has tons and tons of headroom to tack on performance overhead without it being noticeable at all. You just have to not do dumb things like redraw the entire UI every time a spinner spins.
            • hungryhobbit6 hours ago
              &quot;We made our app chew up so many unnecessary resources that we can use even more resources in the future, and no one will notice&quot; is not the <i>strongest</i> engineering idea I&#x27;ve ever heard.
              • refactor_master2 hours ago
                It&#x27;s like when Bill Gates tried to guess grocery prices. &quot;How much memory does a regular computer have? I don&#x27;t know, 50 GB? Like a small EC2?&quot;
            • grogers5 hours ago
              It may not be slow, but this crazy complexity is probably a hint at why it can&#x27;t even scroll up without jumping to the beginning of time.
          • shepherdjerred3 hours ago
            It is an excellent example of how LLMs let you try new ideas, even if they aren’t necessarily good ones
          • Quekid58 hours ago
            Must have 120 fps for answers arriving in [buffering] 30 seconds.
          • wyre7 hours ago
            I can&#x27;t help but think it&#x27;s their engineer&#x27;s and PM&#x27;s making these decisions, since I know that if you asked Claude to write a TUI there is no world it would recommend whatever the frontend architecture of claude code is.
        • qwery7 hours ago
          ~ &quot;it&#x27;s not a TUI! &lt;describes an outrageously overengineered TUI&gt; and my dad works at Nintendo&quot;<p>curses, bud. curses.<p>It&#x27;s genuinely difficult to tell how much of this is true. The post is obviously 100% posturing, but some of the words describe things that <i>could</i> be done.<p>Very few game engines do anything I&#x27;d describe as rasterisation. That&#x27;s kind of the point of a GPU. Well, it used to be. I suppose &quot;small game engines&quot; might be more likely on average to include a rasteriser. The typical reason for this is because the author wanted to write it. Whereas big engine make triangle give hardware go brrr.<p>So I assume here &#x27;rasterize&#x27; means &#x27;printf&#x27;. And diffing screens means diffing 50..150 lines of text. And &quot;generating ANSI sequences to draw&quot; means &#x27;printf&#x27; with some ANSI sequences interpolated in.<p>Then there&#x27;s the frame budget. You have to understand they are operating within a strict frame budget -- they&#x27;re not messing around, OK. They have a 16 ms frame budget, so they burned 11 ms and now have a (roughly) ~5 ms approx. budget for the final &#x27;printf&#x27; in the chain???
          • fc417fc8024 hours ago
            Your broader point is well taken but I thought I&#x27;d stop by with some trivia. High end engines such as unreal will rasterize absurd quantities of micro-geometry manually using compute shaders in order to avoid the bottleneck of the hardware rasterizer.
            • solid_fuel4 hours ago
              &gt; High end engines such as unreal<p>High end engines such as unreal have the excuse of being tasked with rendering millions of polygons, in which case a complex approach makes sense. Claude Code is only being asked to render a few thousand UTF-8 characters.
              • fc417fc8023 hours ago
                Hence my prominent note that it was trivia which implies it to be at least somewhat tangential to the original conversation.
        • yrds963 hours ago
          I can&#x27;t still conceive the fact that a tool that only send&#x2F;receive text from an external API consumes an absurd amount of RAM
        • layer88 hours ago
          &gt; For each frame our pipeline constructs a scene graph with React then -&gt; layouts elements -&gt; rasterizes them to a 2d screen -&gt; diffs that against the previous screen -&gt; finally uses the diff to generate ANSI sequences to draw<p>That’s rather sickening.
          • Fr0styMatt888 hours ago
            So I’m wondering what ‘rasterizing’ literally means in this case. I imagine it’s just creating a 2D map of elements at a very low (probably character) resolution, then diffing that against the last generated map to come up with an optimal ANSI sequence to send to the terminal, would that be right?<p>Seems like a cool puzzle to solve. I wonder what the engineering and organisation tradeoffs were that lead to it — does it let them reuse a bunch of existing code?<p>I wrote a TUI library back in the day for Turbo Pascal — it was essentially taking an immediate-mode approach (which in this context is just a fancy way of saying it was procedural haha).
            • fluoridation7 hours ago
              &quot;Rasterizing&quot; means just one thing in this context: to transform a data structure into an array of pixels. It seems absurd to do this, given that the next step must be to convert back from pixels to text data, but maybe they have some way to generate predictable sequences of pixels (e.g. the character &quot;t&quot; is always rendered as the same pattern of pixels), such that they&#x27;re cheap to convert back.<p>If they&#x27;re doing anything else, the word &quot;rasterizing&quot; is being misused.
              • fc417fc8024 hours ago
                Yes, the much more plausible explanation is that the word rasterize was misused there. They are generating and diffing text data which has been a standard approach to drawing a TUI since the dawn of computing. It is not even remotely resource intensive.
                • skydhash3 hours ago
                  &gt; They are generating and diffing text data which has been a standard approach to drawing a TUI since the dawn of computing. It is not even remotely resource intensive<p>No one has ever done that. Even top[0], which does full screen refresh, clear the screen (if necessary) and write the new information (the period is in seconds, not ms). No need to diff. That would be like diffing a file, just to find which bytes to update.<p>[0]: <a href="https:&#x2F;&#x2F;cvsweb.openbsd.org&#x2F;checkout&#x2F;src&#x2F;usr.bin&#x2F;top&#x2F;display.c,v?rev=1.67" rel="nofollow">https:&#x2F;&#x2F;cvsweb.openbsd.org&#x2F;checkout&#x2F;src&#x2F;usr.bin&#x2F;top&#x2F;display....</a>
                  • fc417fc80227 minutes ago
                    I don&#x27;t understand why you would make such a confident negative claim rather than ask for an example or otherwise engage in discussion. Particularly given that you replied to a comment elsewhere in this very thread that links to a real world example of exactly such an implementation! [0] See in particular this part of the source. [1]<p>I agree that most programs don&#x27;t bother to do that but please recall that my claim was merely that what Claude Code is claimed to be doing with regards to diffing is a well established and long standing optimization. The important point being that it is neither expensive, novel, or particularly complex thus not an excuse for poor performance.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48405259">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48405259</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;emacs-mirror&#x2F;emacs&#x2F;blob&#x2F;c29071587c64efb30792bd72248d3c791abd9337&#x2F;src&#x2F;xdisp.c#L73" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emacs-mirror&#x2F;emacs&#x2F;blob&#x2F;c29071587c64efb30...</a>
        • dom966 hours ago
          &gt; <a href="https:&#x2F;&#x2F;fxtwitter.com" rel="nofollow">https:&#x2F;&#x2F;fxtwitter.com</a><p>What is this?
          • nemomarx5 hours ago
            Proxy that makes Twitter links embed on discord, for whatever reason. Something about api access without accounts I assume
        • ariwilson2 hours ago
          Maybe Claude is operating at a higher, self-improving level than all of us poor HN commenters. Wasting the local machine&#x27;s resources to look pretty is a plausibly deniable way to make the Claude Code FE unusable with local LLMs, starving the competition.
        • agumonkey7 hours ago
          this allows for comfortable ergonomics IMO<p>not that it could be leaner for sure but i get the reasoning behind the tui rendering layer
          • airstrike1 hour ago
            comfortable ergonomics? you can&#x27;t scroll up more than 50 lines before it starts to garble up text<p>i&#x27;d be ashamed of publishing software with this level of polish as a solo dev, let alone as the hottest multibillion startup on the planet
        • orliesaurus6 hours ago
          when they announced &#x2F;pet mode or whatever - that was really the end of the line for me.
        • pragmatic8 hours ago
          Somebody read&#x2F;watched too much Casey Muratori.
          • CamperBob28 hours ago
            No, somebody didn&#x27;t read&#x2F;watch <i>enough</i> Casey Muratori.
        • PunchyHamster7 hours ago
          Well it runs on something they didn&#x27;t design (Electron) using GUI library they didn&#x27;t design (React)<p>For company with that much AI you&#x27;d think if it was actually good, doing that part in fast and performant way would be &quot;easy&quot;
          • f311a6 hours ago
            It runs in a terminal, it’s not electron
        • overgard7 hours ago
          And yet, nobody that writes game engines would do it this way because game engines need to be efficient..
        • 0xbadcafebee7 hours ago
          If they used an actual game engine to render a 3D UI from scratch it would be more efficient
      • andai9 hours ago
        Try 64K! <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Turbo_Pascal" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Turbo_Pascal</a><p>Also remember when XP was super bloated cause it needed 64MB?
        • TimMeade9 hours ago
          I loved Turbo Pascal....
          • bigbuppo8 hours ago
            I loved XP. My laptop had 256MB of RAM.
      • Erenay098 hours ago
        I dont think they need to optimize their infrastructure (at least not from their perspective). They have high-end PCs with 64GB of RAM, so 1GB doesn&#x27;t matter to them. For example, I have 8GB of RAM, and I make my apps very performant. Honestly, I probably wouldn&#x27;t bother if I had 16GB+ of RAM
      • tjwebbnorfolk7 hours ago
        The purpose of RAM is to be used.
        • solid_fuel4 hours ago
          &gt; The purpose of RAM is to be used.<p>For useful things, by the computer&#x27;s owner. It&#x27;s not there to be used just because Anthropic can&#x27;t be bothered to give a shit about the quality of their product.
        • redsocksfan454 hours ago
          [dead]
      • abletonlive7 hours ago
        &gt; which eats 1GB+ of RAM. Meanwhile, my editor only consumes 80MB of RAM<p>And why are you comparing Claude Code to your editor?<p>&gt; They can&#x27;t even improve Claude Code<p>That depends on how you define &quot;improve&quot;. They&#x27;ve added a ton of features to it over time. Who said minimizing RAM usage was something they are prioritizing right now?
        • wild_egg7 hours ago
          &gt; why are you comparing Claude Code to your editor?<p>Because the editor does more. All the compute-intensive parts of the agent are in the cloud. Zero reason for an agent harness to require anything beyond a potato to run.
        • javascriptfan696 hours ago
          Do you work for Anthropic or something?<p>You seem weirdly invested in defending bad decisions.<p>Even if you&#x27;re and AI booster, shouldn&#x27;t you want a better UI?<p>They&#x27;re a multi billion dollar company. Surely they can dedicate a small amount of their resources to improving UX?
        • solid_fuel4 hours ago
          &gt; And why are you comparing Claude Code to your editor?<p>Because Claude Code is also used to - get this - EDIT CODE. It fills the same purpose as an editor, it just has extra hooks for their agentic garbage.
    • anjel2 hours ago
      Answers the question: how can Anthropic sell more Usage &quot;Credits&quot;
    • rishabhaiover8 hours ago
      you&#x27;re conflating a compute problem with a code quality problem.
    • jatora3 hours ago
      This is weird to me because i am using claude code 10+ hours&#x2F;day 7 days a week, usually multiple sessions, and run into api errors maybe in 1 or 2 sessions per week. And about..2 major outages of 10-20min in the last month. Not terrible and nowhere near what you are reporting. Therefore I dont believe you, because you dont even couch this in terms of it being something that seems particular to you or your region. Obvious dishonestly is fairly bad of you.
    • asdfman1238 hours ago
      Personally at my own job self-writing code is letting us tackle big, long-deferred refactoring projects (like the article mentions), but any sort of refactoring introduces new bugs.
    • ChadMoran3 hours ago
      Better doesn&#x27;t mean perfect.
    • cookiengineer1 hour ago
      The main reason I am building my own agentic environment is that I need full control and reproducibility of what I am building.<p>Post November and post openclaw agentic environments need to be built differently, and for selfhosting models the context size problem really requires a strong harness which intelligently helps reduce context size.<p>Planner&#x2F;orchestrator architecture, agent to agent summarizer, specification based tools (fck all this markdown memory bullshit btw), tool call shrinking, and workflow management are all really important because of the context size problem.<p>Nobody has enough VRAM for the large K&#x2F;V caches, and nobody can afford f16&#x2F;f32 caches in terms of memory, which are also necessary for longer conversations. MoE 30b models have improved so much though, qwen 3&#x2F;3.6 coder is the real champion doing almost the same things with less than 1&#x2F;10th the memory requirements. Just think about that in terms of engineering and what your bet is going to be. Haiku pales in comparison.<p>Currently my focus with exocomp is trying to figure out how I can record, replay, restart, and debug workflow sessions of agents in a better manner so that I as a human can understand what&#x27;s going on. Currently I think that UI will be something like a gantt chart where you have a graph with connections representing agent to agent communication. And yes, that&#x27;s a lot of fiddling with SVG as it turns out, so I&#x27;m not quite there yet.<p>Anyways, in case you&#x27;re interested. I&#x27;m manually building this env and trying to unit test the critical parts. [1]<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;exocomp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cookiengineer&#x2F;exocomp</a>
    • qsort9 hours ago
      Look, I&#x27;ve never been someone who mindlessly hypes AI companies, as a matter of fact I think they have serious leadership problems across the board, but you people are straw-manning them so badly it actually makes me sympathize with them.<p>They aren&#x27;t saying they have fully automated luxury AGI, they specifically list the ways models fall short of that bar and caution against people taking the 8x figure as the actual uplift number. At the same time they recognize that 80% of new code is now AI-authored, when two years ago those models were little more than toys. And frankly that checks out: if two years ago you told me we&#x27;d have something like Opus 4.8&#x2F;GPT 5.5 I would have rolled to disbelieve.
      • sensanaty7 hours ago
        &gt; At the same time they recognize that 80% of new code is now Al-authored<p>I can setup a loop that will write a trillion lines of code automatically, how much of it is actually useful? Or are we back to counting LoC because there&#x27;s no other metric for these systems that anyone can rely on?
        • jpleyden985 hours ago
          It&#x27;s 80% of new code they shipped that is AI authored.<p>Would you ship pointless code?<p>I do tend to agree though, it could be that AI solves problems with more code than a human would. What you need to measure is the value the code brings and how much of that is done by AI, hard to get an objective measure of that though.
          • solid_fuel4 hours ago
            &gt; Would you ship pointless code?<p>I wouldn&#x27;t, no. I don&#x27;t see evidence that the engineers at Anthropic are similarly cautious however. They describe Claude Code as &quot;basically a game engine&quot; when it&#x27;s literally a TUI app, and it eats memory for no apparent reason. I fully believe that Anthropic would ship pointless and garbage code. Especially if it&#x27;s being written by LLM.
        • signatoremo7 hours ago
          I could write a bash script that copies a codebase repeatedly in the pre-AI past as well, but I didn&#x27;t do that because I wasn&#x27;t stupid. More than 80% of my code is now AI-generated, and trust me I&#x27;m still not stupid. It was 0% only a year ago.<p>Who says LoC is the only metric we should rely on? A software product should first and foremost meet user requirements, functionality and performance. Judging from the sensational rise of Anthropic&#x27;s user base and revenue I think we can safely says they&#x27;re in that ball pack.
    • prng20214 hours ago
      We’ve got a company of several thousand employees serving hundreds of millions of people arguably the best AI model in the market. Meanwhile you’re asking for a handkerchief for your pool of tears because their product is struggling to do your daily job functions for you, with much of that due to being limited by the worlds supply of silicon, electricity, water, and other resources. Cry me a river.
      • z3c04 hours ago
        &gt; their product is struggling to do your daily job functions for you<p>So what&#x27;s the value prop?
    • Quekid58 hours ago
      Indeed... why is Anthropic even employing people at all if this AI magic story is true?
      • drivebyhooting8 hours ago
        You still need wizards to cast the spells..
        • killbot50007 hours ago
          Not if your spells cast their own spells.
          • jimbokun1 hour ago
            Read the article.<p>They are saying very clearly the models are not casting their own spells…yet. But looking at trends and speculating when they may start doing so.
        • emp173445 hours ago
          Not if you’re claiming that the spells, once cast, automatically get exponentially spellier until they awaken into a spell god, capable of literally anything, including casting more complicated spells than any wizard is capable of. If that were true, you’d have no need for wizards. The fact that wizards are still around means it’s probably bullshit.
          • jimbokun1 hour ago
            So in your opinion AIsnd LLMs aren’t improving? They can’t do it today, therefore they never will?<p>Certainly has never been times in the recent past when people have confidently predicted computers could never do something that computers were then able to do shortly after the prediction was made.
          • square_usual5 hours ago
            They literally aren&#x27;t! they literally say in this article that it&#x27;s not there yet!!!
            • NewsaHackO3 hours ago
              Did actually expect people to read the article before commenting?
          • optimalsolver4 hours ago
            Is it too much to ask that people read the article before commenting?
          • krapp5 hours ago
            What really happens is the spells only have other spells to draw from and they begin to degenerate over time, eventually turning into chaotic eldritch horrors that randomly add limbs to people or adamantly refuse to discuss goblins or just shriek in gibbering madness. Our Evil Overlord sacrifices the dreams of children to keep the magic sustained and controlled, and soon the people can&#x27;t even think or speak without the help of magic. And they think they&#x27;re wizards even though they can&#x27;t even read a grimoire.
          • redsocksfan454 hours ago
            [dead]
          • cindyllm3 hours ago
            [dead]
    • belter8 hours ago
      [dead]
    • claudiug9 hours ago
      those are results of the humans only. not the AI. AI is perfect &#x2F;s
    • rush869997 hours ago
      Just as you expected, I&#x27;m throwing in my harness. Please support: <a href="https:&#x2F;&#x2F;github.com&#x2F;rush86999&#x2F;atom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rush86999&#x2F;atom</a>
    • 0xbadcafebee7 hours ago
      Have you considered just... using OpenAI? They are more reliable, models are just as good, and their subscriptions provide more requests per dollar.
    • windexh8er4 hours ago
      Opus 4.8&#x27;s critical assessment of Anthropic&#x27;s &quot;When AI builds itself&quot; [0][1]. Because, why not?<p>[0] <a href="https:&#x2F;&#x2F;pastebin.com&#x2F;Vc5Yq9Ai" rel="nofollow">https:&#x2F;&#x2F;pastebin.com&#x2F;Vc5Yq9Ai</a> [1] <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;institute&#x2F;recursive-self-improvement" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;institute&#x2F;recursive-self-improveme...</a>
      • solid_fuel4 hours ago
        What does this add? Everyone in here is perfectly capable of prompting Opus for a writeup.<p>Why don&#x27;t you, windexh8er, try providing some thoughts of your own instead?
        • windexh8er45 minutes ago
          Irony, maybe? Do you not get it? If these models are so great <i>solid_fuel</i> then I guess it wouldn&#x27;t be interesting that Anthropic&#x27;s own models can make up ulterior BS as analysis.<p>So why don&#x27;t <i>you</i> pound sand since that clearly went straight over your head? That would be <i>far</i> more useful than your asinine response.
  • damowangcy12 hours ago
    AI tech bro:<p>Month 1 - 6 months to AGI<p>Month 2 - We will Replace all jobs<p>Month 3 - Okay maybe only the SWEs, programming is solved<p>Month 4 - <i>Announce model that is too dangerous to release</i><p>Month 5 - <i>Releases dangerous model</i><p>Month 6 - This is it! We will replace AIs with more AIs (*secretly files for IPO)<p>AI is here to stay, like it or not but it is not the solution to everything. If it is, what is Anthropic&#x27;s moat? A better model? I don&#x27;t see any ecosystem being built by them, as MCP is almost obsolete except for some very niche use case. And they&#x27;re doing stuff that a non-profit version of OpenAI would do. Can we trust a for-profit company to stand against their investors during a conflict of interest? Because running a company for maximum profit versus being ethical is two different end of the spectrum.
    • baq11 hours ago
      Anthropic is providing agentic intelligence as a service. OpenAI and Google deepmind also are in this business.<p>The problem is, if you’re any sort of knowledge worker, you’re essentially providing the same thing: you’re an intelligence with agency.<p>MCP is irrelevant. The moat is the quality of intelligence the service providers sell, including you. Tokens aren’t fungible between providers until you measure that they are for your use case, that’s kinda sorta the goal of job interviews.<p>Thus the moat will be that they’re providing the best models for the things people need other intelligent people for, but we should expect there will be limits on how much share they can economically take assuming competitors are optimizing for slightly different targets (but there’s still significant overlap in capability). This will disappear, but it’s always a question of when. The path matters as much as the destination.<p>Note that implications for you and me are exactly what the article says they are: nobody knows, but it’ll be a dramatic shift.
    • parpfish11 hours ago
      i&#x27;m waiting for the AI giants to realize that they are burning cash to run their consumer-facing chatbots and that they should kill those products to focus on their enterprise tools.<p>free chatgpt doesn&#x27;t need to exist anymore. its job was to build hype&#x2F;interest and it did.<p>but take it away and you solve <i>many</i> social problems and annoyances caused by AI with no loss to the upside of AI. no more cheating students in school. no more shitty linkedin posts. no more dangerous &quot;therapy sessions&quot; that give bad advice.
      • overgard6 hours ago
        There will always be shitty linkedin posts.
      • nevertoolate9 hours ago
        What is an ai enterprise tool?
        • jfyi7 hours ago
          An ai tool that is priced out of the hands of the average person.<p>Fwiw, I think the genie is out the bottle. We are waiting on hardware to catch up, which it will.
  • techblueberry11 hours ago
    &gt; A caveat: Lines of code is an imperfect measure, as it measures quantity over quality. So 8× lines of code&#x2F;engineer&#x2F;day in the second quarter of 2026 is almost certainly an overstatement of the true productivity gain. Nonetheless, it indicates an acceleration. At Anthropic, we don’t reward people for how many lines of code they write; rather, team members are producing more code simply because they’re using AI systems to write more code.<p>I simultaneously think the AI revolution is making real revolutionary gains and am mystified by the lying.<p>An accurate Translation seems to be “we made this shit up, but it feels right”
    • embedding-shape11 hours ago
      Until the moment we start bragging about how many lines of code LLMs are <i>saving us</i>, we&#x27;re walking in the wrong direction. Your programs, designs and architectures is supposed to get better, not add even more boilerplate just because you can produce it faster...
      • HarHarVeryFunny10 hours ago
        &quot;You go to IPO with the AI you have, not the AI you might wish you have.&quot; -- Donald Rumsfeld<p>So, right now it&#x27;s a verbose code generator.<p>But post-IPO it will be wonderful - sentient, self-improving (recursively, iteratively, asymptotically), full of loving grace.
        • geodel10 hours ago
          &gt; But post-IPO it will be wonderful - sentient, self-improving (recursively, iteratively, asymptotically), full of loving grace.<p>We hold these truths to be self-evident.
    • jazzyjackson11 hours ago
      I guess the claim is simply that AI written code is verbose and there’s lots of it being created but I agree, these systems seem to be able to create lots of low quality software, so until FreeCAD has feature parity with Solidworks I’m bearish on the singularity.
  • geodel10 hours ago
    It will be so powerful that it can&#x27;t be trusted with any earthly person.
  • newsicanuse2 hours ago
    pre IPO truck load of crap
  • ReptileMan6 hours ago
    Anthropic is all talk and no delivery last few months. This cry for pause is just them realizing they have no moat at all.
  • swader9998 hours ago
    IPO IPO IPO!!!
  • replwoacause8 hours ago
    I love that animation, really cool
  • georgehotz11 hours ago
    The world has been recursively self improving for millenia. Similar to scientology, this is a cult pushing sci-fi nonsense. They are just coupled to an LLM lab to give their stories an aire of seriousness. Imagine scientology starting making laptops.
    • 4ffs9 hours ago
      TBH the more Anthropic keeps yapping the more desperate they seem now. OAI has been pretty quiet in comparison lately.
  • cess118 hours ago
    &#x27;“Good code” means two things: it works, and it is written in a manner that allows another engineer to understand it and build upon it.&#x27;<p>I disagree with this. Good code is easy to change, which is much harder to accomplish than code that can be added to.<p>&quot;If technical trends in advancing capabilities continue, and AI systems are able to develop the capabilities inherent to transformative human ingenuity, then it is plausible that AI systems could design and refine themselves.&quot;<p>I find the first premise weak and implausible, and the second one is obviously false. To me it comes across as an insult to the reader.
  • deterministic47 minutes ago
    I call BS on this. For a LLM to recursively improve itself it would need to (small step) improve the training data and&#x2F;or (big step) come up with fundamentally new architectures superior to transformers. The small step improvements might be doable. But nobody is making any claims about the big step improvements.
  • holoduke11 hours ago
    I have a claw that is instructed to make at least 500 pr per day. It uses Claude, Gemeni and openai and runs basically every few minutes. I use online forums for input for the claw. Moltbook, reddit etc. it&#x27;s quite funny how it tries to improve itself. But to say it really creates a new skynet. Nah. Not at all. It&#x27;s more a clutter of useless features or incomprehensible code restructuring.
    • moregrist10 hours ago
      This more or less agrees with my assessment of recent changes in Claude Code where a lot of new features are either:<p>- A lot of half-baked features or half-done features. - Or have significant overlap with existing features, and aren’t clearly an improvement.<p>More code is not better. More features are not better. It would be lovely to see more intentional design than just more.<p>I know they’re dog fooding this. I have to believe they have some people with taste. So it makes me wonder if anyone has the time to think or if they’re just shoveling prompts as fast as possible.
      • holoduke9 hours ago
        It&#x27;s like the AI created a method add(a b) return a+a+a+a-b-b-b-b But then much bigger and complex features. Totally useless nothing methods. But still interesting to see occasional exceptions that are better.
  • amelius11 hours ago
    Does this train on LLM output, or is this more like iterative self prompt improvement?
    • HarHarVeryFunny10 hours ago
      Their statement is that they regard lines of code shipped as indicative of self-improvement. So, while a well written coding agent might be a few thousand LOC, Athropic&#x27;s is bloated like a decomposing whale and over 500K LOC ! What more proof do you need?
    • Legend244011 hours ago
      Have you tried reading the article? It answers your question.<p>Don&#x27;t ask people to explain the article to you if you&#x27;re too lazy to open it yourself.
      • _se11 hours ago
        I think that&#x27;s the whole point of LLMs
  • kylehotchkiss7 hours ago
    Isn&#x27;t this like a perpetual energy machine? Or wouldn&#x27;t entropy start kicking in and the quality of the system begin to degrade over time? (philosophically I don&#x27;t believe AGI is an achievable thing)
    • krapp7 hours ago
      &gt;Or wouldn&#x27;t entropy start kicking in and the quality of the system begin to degrade over time? (philosophically I don&#x27;t believe AGI is an achievable thing)<p>It already has. Models being trained on AI generated data lead to degradation and model collapse. The concept of the &quot;technological singularity&quot; whereby AI experiences infinite and exponential self-improvement and recursively bootstraps itself to godhood is a religion-adjacent sci-fi concept but in real life TANSTAAFL.
  • 4ffs9 hours ago
    Theyre making a mistake with this continued self-hyping. At some point even the dumbest of prospective investors don&#x27;t buy it.
  • adverbly7 hours ago
    Lol they&#x27;re using lines of code as a KPI?<p>Come on guys...<p>That is making me less impressed not more impressed!
  • andrewlin2476 hours ago
    Imagine showing this article to yourself three years ago
    • andrewlin2475 hours ago
      You&#x27;d think we&#x27;d be past the point of people still believing AI can&#x27;t write good code
  • margorczynski8 hours ago
    The closer to the IPO the more marketing drivel we&#x27;ll get from both Anth and OpenAI.
    • 4ffss5 hours ago
      Sales and marketing for the IPO babeh!
  • SimianSci11 hours ago
    Anthropic is looking to IPO here soon. A key aspect of this is to prove profitability.<p>Shifting their focus from Training new models to instead serving inference, they would greatly reduce their spend. In fact this is something being reported on that they are already doing, which is the reason for their first ever profitable quarter.<p>Its awfully convenient that the company which has greatly reduced its spend on training is now asking for a slow down in this area.
    • danny_codes1 hour ago
      Their model lead is tiny. If they cut training focus they&#x27;ll be quickly overtaken, one imagines. Seems dicey, if any of the OSS players comes out with a better model.. well, there are a bunch of better harnesses than Claude code you can download.<p>This is a very undifferentiated, swappable product. Kind of like tissue paper in that respect
    • malfist9 hours ago
      I mean, if they&#x27;ve consumed all of human knowledge. What&#x27;s left for them to train on? This pivot isn&#x27;t only because it&#x27;s cheaper and a way to juice the numbers for an IPO, it&#x27;s survival because they can&#x27;t improve more.
      • hasteg5 hours ago
        IIRC when they make a big enough architecture change to the model they will need to rerun pre training . So not like they’re feeding it more data (they will be but will be a drop in an s3 bucket compared to their dataset reserves) but rather training models with different architectures.
      • applicative9 hours ago
        It did sound to me like they feel some sort of wall coming.
    • Theodores7 hours ago
      Honest question: Is anyone here looking to put their own money into the Anthropic, OpenAI or SpaceX IPOs?<p>Maybe it is my poverty mindset that is holding me back, however, I can&#x27;t imagine becoming an investor in any of the AI &#x27;startups&#x27;.<p>There are plenty of pundits able to advise others on where to put their money, and sometimes there is everyone and their dog advising you to get into Bitcoin, gold or some other scheme. With alt-coins there were lots of people saying that you should get in, and plenty of naysayers. Yet I am not hearing anyone that uses AI professionally try to convince others to get into the AI IPOs coming up. Maybe the overall economic situation precludes it.<p>Hence my question, is anyone here planning to put their own hard-earned money into Anthropic (or the other AI &#x27;start ups&#x27;)?
      • isomorphic_duck6 hours ago
        I can’t imagining investing into these frontier labs for the simple reason that Open Source is very likely to catch up in a relatively short period of time. I don’t see how OpenAI&#x2F;Anthropic could then continue to serve their models with such large inference margins.
      • wnmurphy6 hours ago
        I&#x27;m considering Anthropic. I think they will be one of the survivors if&#x2F;when the AI bubble bursts.<p>I was dubious about SpaceX (orbital data centers need to solve for extreme radiation and error-correction during training), but then I remembered that xAI is actively working on virtualizing white collar workers (&quot;Macrohard&quot;).<p>In my opinion, this is the only TAM that justifies $1T in data center investment, because the consumer market for ChatGPT-style AI is saturated. There&#x27;s a lot of enterprise TAM available for AI, but I think what these companies training frontier models are really after is selling a product that allows companies to eliminate the cost of white collar salaries.
      • danny_codes1 hour ago
        I mean, my passive funds will be forced to buy a little bit I assume, given recent entry changes to indexes. So.. yes? I guess?
      • sushisource3 hours ago
        I&#x27;ll probably buy and sell on opening day. The hype train is worth making a quick trade on.<p>Long term? Way, way less interested.
  • chilipepperhott9 hours ago
    I find any and all claims like this ridiculous from a company who can&#x27;t build a terminal application that uses less than a gigabyte of RAM.
    • dang1 hour ago
      &quot;<i>Please don&#x27;t post shallow dismissals, especially of other people&#x27;s work. A good critical comment teaches us something.</i>&quot;<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a>
    • thesmtsolver27 hours ago
      For some reason, idling Claude Code needs 100% of my CPU.
      • nicce6 hours ago
        Like Google’s AI studio tab in browser. Incredible degrade in software quality?
    • asdfman1238 hours ago
      Developers <i>can</i> develop leaner applications, but they&#x27;re usually not incentivized to.<p>Frankly, I love efficiency too, but I&#x27;ve hard to learn the hard way that what the market wants is <i>features</i>. Or at the very least, the executive team wants that.
      • j2kun8 hours ago
        Their whole argument is that AI&#x27;s added efficiency means they don&#x27;t need to set aside valuable human time anymore. Why can&#x27;t they just point Claude at Claude Code and ask it to reduce memory usage by 90%?
        • asdfman1237 hours ago
          You can do that. But I&#x27;m telling you, in tech (and enterprise shops I&#x27;ve worked at too) they don&#x27;t care.<p>I&#x27;m using the internal Google tools and it&#x27;s helping me write code much faster too, but it still takes time. I could make the CLI tool I work on faster, but no one cares except the end users, and their minor concerns have no impact on our internal politics.<p>At the end of the day you have to do what you&#x27;re paid to do, unfortunately.
          • fg1377 hours ago
            In other words, performance is almost always an afterthought.
            • Garlef3 hours ago
              Make it work, make it nice, make it fast.
              • jachee1 hour ago
                Good, Fast, Cheap.<p>Pick any two.
            • asdfman1237 hours ago
              Sure
    • toephu27 hours ago
      I have iterm2 open right now with Claude in a long session and it&#x27;s only using 500MB of memory.
      • pizlonator7 hours ago
        Only 500MB!<p>you are confirming their point even as you contradict the specifics
        • ChrisLTD4 hours ago
          Yeah. Bonkers considering the brain of the application isn’t even on your device.
        • z3c06 hours ago
          And highlighting a disconnect in the developer community. Some of us are okay with unnecessary overhead for quick results. I always felt gross dealing with Electron apps, but they&#x27;re popular for a reason.
          • deathanatos6 hours ago
            But each day now that overhead becomes more costly as AI drives up the very cost per byte of RAM.
          • verdverm6 hours ago
            they make one of those electron apps too
    • andriy_koval8 hours ago
      Maybe that gigabyte is occupied by useful information: traces&#x2F;memory?
      • flexagoon3 hours ago
        Traces and memory are text. A <i>gigabyte</i> of text is an insane amount. That is an equivalent of tens of millions of lines of code, or hundreds of millions of AI tokens.
      • overgard7 hours ago
        A gigabyte is a lot of memory. Even the largest context windows are a small fraction of that with any sane engineering discipline.
        • andriy_koval7 hours ago
          For each LLM interaction they likely have bunch of thoughts traces, tool calls, etc, which don&#x27;t go to context, but still can be retrieved.<p>But I obviously don&#x27;t know for sure.
      • javcasas8 hours ago
        Nope. Used to render on the terminal like a game engine.<p><a href="https:&#x2F;&#x2F;x.com&#x2F;trq212&#x2F;status&#x2F;2014051501786931427" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;trq212&#x2F;status&#x2F;2014051501786931427</a>
        • est23 minutes ago
          &gt; render on the terminal like a game engine<p>All those CPU to render this effect<p><a href="https:&#x2F;&#x2F;x.com&#x2F;cyrilXBT&#x2F;status&#x2F;2060617507615207904" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;cyrilXBT&#x2F;status&#x2F;2060617507615207904</a>
        • oersted8 hours ago
          This kind of immediate-mode rendering is quite standard for TUIs. Although immediate-mode rendering tends to be significantly simpler and use less memory than retained-mode rendering, at the cost of some redundant computation. So I am not sure if this is the reason for the bloat.<p>It’s possible that it doesn’t play well with JS garbage collection, since it recreates the whole UI structure for every frame (which tends to not to be an issue in the languages immediate-mode is usually employed).<p>But yes it’s a bit more akin to game renderings than web rendering. Which can be totally fine if done well.
          • overgard7 hours ago
            I haven&#x27;t tried to make a TUI admittedly, but double buffering is the oldest technique on the planet. A TUI doesn&#x27;t even need to pay the cost of a lot of pixels since its effective resolution is much lower
        • ux2664787 hours ago
          How on <i>earth</i> are you spending more than 50us on a UI like this from start to finish? What the actual hell? 11ms to construct a scenegraph of this complexity? I don&#x27;t even know what to say to that.
        • fg1377 hours ago
          Do game engines constantly have buffer issues?
          • overgard7 hours ago
            Depends on if they&#x27;re written with Claude
        • lstodd7 hours ago
          I sorta remember Quake console running on an 486dx2 ..
          • airstrike3 hours ago
            LOL right? This is all that needs to be said about the engineering behind Claude Code
        • krapp8 hours ago
          Frankly that&#x27;s an insult to gamedev. Literally every game engine I can think of could do better. Probably even Unreal Engine could do better.
          • ux2664787 hours ago
            If I saw our UI show up in the profiler eating 5ms of CPU time every frame, I&#x27;d send whoever was responsible to QA hell until they find some way to redeem themselves. Not even fancy animated 3D UIs, like what you get in Death Stranding, eat up these kinds of resources. Not even remotely close.
    • davidatbu5 hours ago
      So would you take these claims seriously if they came from OpenAI (since Codex is a pretty lean CLI app)?<p>If so, I think it would be in the spirit of HN to discuss the subject matter of the blogpost (increasingly autonomous coding towards the end goal of RSI) as if the blog post was indeed from OpenAI. OpenAI is, by all accounts, going through a very similar process anyways.
    • Jtarii7 hours ago
      Well, they could very easily if they wanted. There is just no economic value in it.
    • Lplololopo8 hours ago
      Really? Let me explain how bigger companies work:<p>They have different teams for different departments with different type of people.<p>So the team or teams responsible for writing the terminal application are different people than the researchers doing the learning.<p>This can lead to dimentral quality aspects.
    • cpursley9 hours ago
      A came here just to write: Pretty please let it churn for a few nights and redo Claude Code in Rust. Because the harness is very very good as are their models, but that node thing is a hog for no good reason at all.
      • ale9 hours ago
        Incoming rust rewrite branch ready to merge: +1,009,257 -4,024
      • canadiantim9 hours ago
        People already rebuilt Claude Code in Rust after the Claude Code leak, it&#x27;s on github as claw code (and other variants)
      • jcarver9 hours ago
        [dead]
        • rytill8 hours ago
          I checked out your agent and it looks pretty well designed. Congrats on starting to share it with others!<p>One thing I noticed: &quot;Your Tools: Aether agents get tools exclusively via MCP servers.&quot; &quot;...Aether ships with 1st-party MCPs for file system operations...&quot;<p>Can you share your thoughts on why you decided to use MCP as the core tool abstraction? I have heard many decry MCP as being context-wasteful. Is this not the case with your agent?
          • jcarver8 hours ago
            Great question.<p>The MCP protocol has gotten a bad rap for wasting context due to most MCP clients dumping tool definitions directly into context, which is wasteful.<p>Aether doesn’t do that. It uses an opt-in &quot;proxy&quot; that puts MCP tool schemas on the filesystem so the agent can browse, search and load the tool schemas it needs progressively. As for motivation there&#x27;s several advantages to taking a MCP 1st approach, including:<p>1. It allows Aether to be a truly blank slate agent as 0 tools are hardcoded into the core runtime.<p>2. It allows users to extend Aether using any language they want<p>3. MCP gives a standard way to deal with local+remote tools, progress notifications, permission prompts (e.g. ask the user to allow&#x2F;deny a tool call), OAuth flows etc.<p>4. There&#x27;s a big ecosystem of existing MCP servers users can connect to<p>But that&#x27;s all optional, you can just as easily give Aether a single Bash tool and only use CLIs too.
    • bpodgursky8 hours ago
      They obviously don&#x27;t care, aren&#x27;t making any attempt whatsoever to do this, and 99% of users don&#x27;t care either.<p>If you want to pollute your own priors with weird artificial litmus tests, it&#x27;s a free country, but the artificial world-model you build in your head does not affect the real world around you.
  • vblanco11 hours ago
    Another article about how anthropic wants to ban everyone except themselves and destroy opensource and chinese AIs.
    • reasonableklout11 hours ago
      Where is this discussed in the article? I don&#x27;t see any mentions of China or open source models
      • artninja198811 hours ago
        Not really mentioned explicitly but:<p>&gt; A meaningful slowdown or pause would require multiple well-resourced labs at or near the frontier, in multiple countries, agreeing to stop under the same conditions. It would also require that each can verify that the others have actually stopped. Due to the unique characteristics of AI systems, the detectability (a lower standard than verifiability) element of this arms control problem is much more challenging than with other technologies. Training runs are far easier to conceal than missile silos, their inputs are general-purpose, and the incentive to defect quietly is enormous, because whoever continues while others pause could inherit the lead. A credible pause also has to specify what triggers it, what lifts it, and who adjudicates.<p>And later:<p>&gt; In the coming months, we will organize conversations where policymakers, researchers, civil society, and other AI companies can help answer some of the questions this piece raises, especially around full recursive self-improvement and how to create better options for coordination and deliberation. We’ll publish what comes out of it. The window to investigate the questions together is here, and people outside AI companies should be involved in this deliberation.
        • reasonableklout10 hours ago
          Coordinating a pause at the frontier is not the same as destroying or even harming open source&#x2F;China.<p>It feels like both open source can flourish while the frontier is deliberately regulated?
          • vblanco9 hours ago
            they explicitly mention in the article that just frontier stopping isnt enough because then that just means others will catch up, they want to be the leaders of a global organization&#x2F;cartel that bans everyone except themselves. Particularly important given anthropic attacks china and opensource every chance they get. <a href="https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;detecting-and-preventing-distillation-attacks" rel="nofollow">https:&#x2F;&#x2F;www.anthropic.com&#x2F;news&#x2F;detecting-and-preventing-dist...</a>
            • artninja19889 hours ago
              Yeah. This is why Anthropic is way worse than openai. They don&#x27;t contribute shit to open source and even lobby against it.
    • b65e8bee43c2ed01 hour ago
      Gell-Mann amnesia expressed by people when a corporation says something they like is both baffling and disheartening to see.<p>Altman, Amodei, and the rest of them are anthropomorphic grease. their personal wealth is tied to the value of their respective companies. everything they say and do is self-serving.
  • esafak10 hours ago
    &gt; In the coming months, we will organize conversations where policymakers, researchers, civil society, and other AI companies can help answer some of the questions this piece raises, especially around full recursive self-improvement and how to create better options for coordination and deliberation.<p>If they wanted to they could have convened an international forum with commercial and political stakeholders years ago. Less talk, more do.
  • bitwize9 hours ago
    After several months with their top engineers and state-of-the-art AI on the job, Anthropic managed to &quot;reduce flickering by 85%&quot; on their TUI Claude Code client, which is built in <i>fucking React</i> and rendered by drawing the <i>entire</i> chat conversation each time (hence the flicker). I think they&#x27;ve since eliminated it completely by slapping some double-buffering around it (since &quot;our client is actually a real-time game engine&quot; after all). Meanwhile for decades Emacs and Vim have had an optimizer built into their display cores that solves for the minimum set of terminal escape commands it takes to transform the screen from a given old state to a desired new state.<p>You will forgive me when, between muted snickers, I express considerable doubt that Anthropic will be able to bring its AI to a point of &quot;self-improving&quot; any time soon.
  • mrandish6 hours ago
    Was anyone else fished in by the title and disappointed? After some broad introductory discussion of RSI, the article was almost about LLM coding. While there are some metrics for unattended agentic coding, it doesn&#x27;t discuss &quot;When AI builds itself&quot; (beyond &#x27;not now&#x27;) or any progress specifically toward actual recursive self-improvement. I&#x27;m <i>very</i> interested in any empirical evidence of meaningful progress in RSI, so... this felt deceptively titled.<p>To me, unattended agentic coding is not RSI, in the same way a self-reloading <i>&quot;Unattended 3D printer&quot;</i> is not at all a <i>&quot;3D printer that recursively prints complete 3D printers in which each generation is significantly faster and more advanced than the last.&quot;</i> The &quot;unattended&quot; part is obviously necessary but hardly sufficient. The article tacitly assumes LLM progress to be something like 1: Unattended agentic coding, 2: AGI, 3: RSI. I suspect that third step should be labeled <i>&quot;not to scale.&quot;</i><p>I&#x27;m increasingly convinced that <i>actual</i> Full Foom RSI (FF-RSI) is on a radically different scale than the first two. Just leaving it unaddressed is like assuming: Step 1: Manned space station, Step 2: Manned Mars base, Step 3: Manned Alpha Centauri base, are &quot;<i>just</i> logical next steps.&quot; FF-RSI requires sustaining superlinear, recursively amplifying cognitive returns along a specific directed path - and we currently have no empirical evidence that such returns can exist for artificial OR biological intelligences. Large collectives of the smartest humans alive (Bell Labs, IAS, etc) haven&#x27;t just failed to get anywhere close to reliably sustaining that, we can&#x27;t even reliably predict non-recursive, single occurrences or even imagine any way all 8B humans could fully mobilize to predictably achieve non-recursive, single occurrences.<p>The only prior we have for open‑ended intelligence improvement is biological evolution which shows extremely slow and unreliable sublinear returns at best. And even if unbounded, recursive self‑improvement is physically possible, it may be practically unachievable due to asymptotic economic, resource and other barriers in the same way approaching light speed requires exponentially more energy. I think it&#x27;s plausible, and maybe probable, that AIs achieve true super-human intelligence in a decade and yet still won&#x27;t achieve FF-RSI for centuries, if ever. To me, absent compelling evidence to the contrary, that&#x27;s the reasonable Null Hypothesis. Even if you feel that&#x27;s too pessimistic, it seems reasonable to expect any serious discussion of &quot;Progress Toward RSI&quot; to first discuss why it might even be plausible that 1: Miles, 2: AU (Astronomical Units), and 3: Light Years belong on the same scale, instead of just assuming it like the meme&#x27;s empty &quot;Step 3. .... &quot; before moving on to &quot;Step 4. Profit!&quot; (or &quot;IPO!&quot; but very, <i>very</i> responsibly).
  • cadamsdotcom4 hours ago
    [dead]
  • andromaton10 hours ago
    [dead]
  • overfits-ai8 hours ago
    [flagged]
  • gabrieledarrigo8 hours ago
    &gt; AI that can build itself would be a major development in the history of technology—one that could bring enormous good for the world<p>I really can&#x27;t stand these guys anymore...
    • dang1 hour ago
      Ok, but please don&#x27;t post unsubstantive comments here.
    • nielsbot5 hours ago
      &gt; one that could bring enormous good for the world<p>one that could bring enormous riches for the AI owners
  • mugivarra698 hours ago
    [dead]
  • ath3nd10 hours ago
    [dead]
  • simianwords12 hours ago
    Sorry but if AI can build itself then it can run companies of size 3000 companies with a few people. Or even higher. What are the consequences?
    • delichon12 hours ago
      When AI is a more effective capital allocator than NI it will drive capital into the accounts of whoever controls the AI, gaining them increasing decision making power over the economy and culture. Maybe those controllers will be human at first.
      • cdrnsf11 hours ago
        They will not be.
    • lstodd11 hours ago
      As has been mentioned in the sibling comment it already is.<p>Consequences are: financial crisis.
  • llmslave11 hours ago
    I cannot wait for these models to tear down traditional social hierarchies. We havent even begun to see the effects, fingers crossed
    • baq11 hours ago
      Hierarchies exist for a reason, take away the reason and the house of cards eventually collapses — but the house of cards is still a house. When it’s gone, we’re back to laws of the jungle.<p>Be careful what you wish for IOW.
      • llmslave11 hours ago
        I think certain types of people with power, i.e. access to capital, will lose relevance. world will become more meritcratic with ai as leverage to the individual
        • hvb211 hours ago
          Your analysis of the whole rise of AI is that people with access to capital will lose relevance???<p>So the most capital intensive industry we&#x27;ve ever created will put less power in the hands of those with capital?<p>I&#x27;m sorry, I have no idea how you came to that conclusion...
        • baq11 hours ago
          It’s exactly the opposite I’m afraid. Capital already has more access to AI, both quantitatively (tokens for dollars) and qualitatively (biggest players got Mythos first). Expect this trend to continue.
    • SimianSci11 hours ago
      Never heard of a stratified economy? Spoiler alert: none of us will be in the good part.
    • techblueberry11 hours ago
      Tear down or reinforce?
      • llmslave11 hours ago
        capital&#x2F;ability to leverage labor is going to lose power
        • wstrange11 hours ago
          I&#x27;m not so sure. It seems those with capital will accumulate it even faster.<p>Without some kind of income redistribution we are sailing into dark waters.
        • techblueberry11 hours ago
          Let the ruling classes tremble at a Communistic revolution. The proletarians have nothing to lose but their chains. They have a world to win.<p>Workingmen of all countries unite!<p>Translation: hahahahahahahahahhahahaha but in your defense, I would give anything to be wrong.
  • reducesuffering11 hours ago
    Anthropic has finally come around to what others have already realized far sooner. Little time left now. Notice how shallow the arguments and consistently wrong the AGI naysayers have been year after year.<p><a href="https:&#x2F;&#x2F;intelligence.org&#x2F;agi-ruin&#x2F;" rel="nofollow">https:&#x2F;&#x2F;intelligence.org&#x2F;agi-ruin&#x2F;</a>
  • mofeien11 hours ago
    &gt; If it were possible to effectively slow the development of this technology to give ourselves more time to deal with its immense implications, we think that would likely be a good thing<p>Even Anthropic wants to Pause AI now. There must really be not much time left for &quot;edging&quot;. Please write to your lawmakers, no matter whether you are in the US, Europe, China, or elsewhere. Only an international agreement between governments can enforce an AI-Pause and eliminate the necessity to dangerously push the frontier.<p><a href="https:&#x2F;&#x2F;pauseai.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pauseai.info&#x2F;</a>
    • apsurd11 hours ago
      Whichever side I may stand on, pausing just seems unnatural? Life is movement.
    • senderista6 hours ago
      They don&#x27;t, they just pretend they do.
    • honeycrispy11 hours ago
      That would be like trying to get every country to agree to give up nukes.
      • mofeien11 hours ago
        Or agree on finding ways to promote peaceful use of nuclear energy. This has been done, there are thousands of people working on it around the globe and 180+ member states of the IAEA. It&#x27;s not easy, there have been close calls.<p>And cooperating interntionally to buy ourselves time to find ways to develop this &quot;last invention&quot; is a way that will do good for humanity seems to be on a similar level.
      • ChrisLTD11 hours ago
        Or stop making more, and testing more, which we got the biggest countries to do, at least for a time.
        • honeycrispy10 hours ago
          AGI is the &quot;AI nuke&quot; in this metaphor.