34 comments

  • dash22 hours ago
    This is surely the most worrying and also funnest bit:<p>&gt; We consistently saw a multiagent turf war. All of the models we tested quickly assumed that others were purposefully impeding their work, and began to sabotage others while protecting their own contributions. In fact, they sabotaged others with increasingly aggressive, self-replicating malware. This included disabling the Unix accounts of the other agents, writing automated scripts that found and killed competing processes on a loop, and deploying malicious code that was disguised as belonging to another agent.<p>Seems that reinforcement learning is working only too well...
    • matusp54 minutes ago
      To me, all these agent systems just look very stochastic. You have these agents that have some basic computer capabilities and they are producing semi-random actions that also affect the semi-random actions of other agents. It is funny to observe how this stochastic system works, but it does not seem very practical to me so far.<p>The recent OAI-HF hack seems very similar. You have bunch of random actors and eventually they by chance iterated to a series of actions that breached HF environment. I don&#x27;t perceive this as a malignant artificial intelligence, I perceive this as dangerous stochastic system that can control buttons that can affect the outside world.
      • fn-mote23 minutes ago
        &gt; I don&#x27;t perceive this as a malignant artificial intelligence<p>It doesn’t matter how you perceive it. Spin doesn’t change facts.<p>This is like saying the lawnmower doesn’t have malign intent. You’re still losing your foot if it gets in the way.
    • derivagral2 hours ago
      Nothing human engineers haven&#x27;t done to each other! Seriously, I&#x27;ve skipped companies because my inside referral talked about cultures like this.
      • Sharlin1 hour ago
        Yep, but alignment doesn’t mean &quot;behave like humans, for better or worse&quot;.
    • Sharlin1 hour ago
      However, the latest models seem to be highly inclined to (eventually?) cooperate compared to older ones.
    • noiv2 hours ago
      They should remove &quot;The Selfish Gen&quot; from training catalog.
      • neom1 hour ago
        An interesting read: <a href="https:&#x2F;&#x2F;openai.com&#x2F;index&#x2F;emergent-misalignment&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;index&#x2F;emergent-misalignment&#x2F;</a>
        • fn-mote19 minutes ago
          For those unwilling to blindly click: the link contains a 2025 paper describing “emergent misalignment”. The thesis is that training on incorrect data in one field produces “misaligned” data in other unrelated fields.
    • dominotw26 minutes ago
      i think anthropic has some internal memorandum at every external facing document&#x2F;blog MUST anthropomorphise their models
    • liquidpele1 hour ago
      Eh. This is anthropics whole marketing strategy… making the AI seem hard to manage, like it’s actually intelligent.
  • cheesecakegood6 hours ago
    Something about this is deeply funny to me:<p>&gt; In an iterated prisoner&#x27;s dilemma game with communication, agents all settle upon the same strategy and they all defect at the same time, tanking their overall rewards.<p>It’s not always consistent, but humans have a higher capability of self-awareness. It’s kind of telling that these Claudes don’t seem to consider this pretty obvious failure mode.<p>Overall I think this all makes me appreciate humanity a little more. Sometimes the truculent dev who stubbornly refuses to go with the flow produces very valuable insights, as a small example, discovering things the status quo thought unlikely.
    • npilk1 hour ago
      This part was really interesting to me. You could imagine future models using theory of mind to reason - &quot;I want to do this strategy, which means the other agents (who think just like me) will want to use the same strategy, which means I should change my strategy to account for that.&quot;<p>Maybe they did? Or maybe they don&#x27;t realize they&#x27;re playing against other agents.<p>Of course, if agents running different models are competing in these &#x27;games&#x27;, I wonder how much of the theory of mind would translate.<p>(N.B. - I don&#x27;t think they&#x27;re all defecting from the first turn, although it&#x27;s not clear. It just says &#x27;they all defect at the same time&#x27;. So if they&#x27;re playing for 10 iterations, they might all decide to defect after turn 6, but since they all do it together they don&#x27;t get the benefits. I would expect these models know that optimal strategies in repeated prisoner&#x27;s dilemma start with cooperation.)
    • RugnirViking5 hours ago
      I agree - I think one of the biggest reasons memory systems fail in LLMs is that they have poor theory of mind - they&#x27;re terrible at considering how others will react. Both humans yes, but also future versions of itself. When asked to give advice to itself, it pontificates at length about <i>trivial stuff it already knows</i> and fails to emphasize the stuff that was new or interesting
      • thisoneisreal2 hours ago
        Alfred North Whitehead talks about the notion of &quot;Importance&quot; as fundamental to the human (and all other living things) way of being. Living creatures first and foremost select information that is important to them from the broader environment, and <i>then</i> make decisions and take actions. (Of course at a physiological level it&#x27;s much more complicated than this, but it&#x27;s a sound philosophical description of how living things work.) LLMs lack this entirely. They have no selective filter because they weren&#x27;t designed to have one (interesting question if you could even do that) and they&#x27;re not evolved beings with a survival imperative. When they enter a self-conscious or other-conscious mode like you&#x27;re describing, they just emit text that looks like the thoughts of a self-or-other-conscious person. They can&#x27;t direct a stream of attention or hold a concept in the forefront relative to other concepts or (to your main point) think about what matters to the other person&#x2F;being because they don&#x27;t experience &quot;matters.&quot; All they can do is emulate the verbal output of beings that actually experience these things, and given that I don&#x27;t find it surprising they get trapped in loops over trivial things.
    • NameError2 hours ago
      Another (semi serious) possible explanation of this is that LLMs were trained on a huge volume of text from Reddit. I wonder if you&#x27;d see similar inhuman-looking behavior if you did an iterated prisoners dilemma with a group of Reddit power-users as the participants?
    • dgellow3 hours ago
      In VC investing there is the saying that most of the value comes from the outliers. I think it’s the same for a lot of domains. I read an interesting article recently on LLMs homogeneity when writing fiction: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2604.03136" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2604.03136</a><p>It seem that at scale LLMs output is the average of their dataset, they all cluster around the same space, where human creativity comes with more variance, exploring way more of the space
      • alexpotato3 hours ago
        Can&#x27;t the LLMs build scripts&#x2F;tools etc that help generate creative ideas?<p>e.g. have the LLM generate multiple lists of characters, themes etc and then have a script hooked up to a RNG pick from the lists to create more &quot;creative&quot; ideas.
        • brody_hamer2 hours ago
          I think there’s merit to this approach, particularly to highly parallelizable tasks.<p>Rather than giving many agents the same prompt, introduce random variations that lead each agent in different directions. For a single bug, you might fire three agents, and later select the best result:<p>“Fix this bug. The solution is a trivial typo.”<p>“Fix this bug. The solution centers on correcting a bad assumption.”<p>“Fix this bug. The solution will require a complete redesign.”<p>You could follow the same idea with varying the input context, or by adding artificial constraints to the solution. Like telling each agent to “fix the bug, by only modifying file a&#x2F;b&#x2F;c”
        • StilesCrisis2 hours ago
          That&#x27;s pretty low-value creativity. Real innovation doesn&#x27;t come from mad libs.
          • alexpotato2 hours ago
            I would highly recommend the &quot;Everything is a Remix&quot; series on YouTube to show how a lot of &quot;creative&quot; work is really just combining different items.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nJPERZDfyWc" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=nJPERZDfyWc</a>
        • bdangubic2 hours ago
          This is roughly the same as putting a group of random people and telling them to <i>think outside the box</i> which in my experiences never yields much of thinking outside of the box
          • alexpotato2 hours ago
            &gt; This is roughly the same as putting a group of random people<p>In the book Range by David Epstein [0], he mentions that research has shown that groups of people with very mixed backgrounds leads to much faster rates of problem solving and innovation. The reasoning is that someone will have an experience or piece of knowledge that directly applies to the problem.<p>As an example, two different groups were given the same problem to solve. One was a homogeneous group of academics. The other had a mixture of academics and non-academics. Both had to solve a problem that involved flowing liquid. The mixed group solved it faster due to one of them having had a father who was a plumber.<p>0 - <a href="https:&#x2F;&#x2F;amzn.to&#x2F;4wWd50y" rel="nofollow">https:&#x2F;&#x2F;amzn.to&#x2F;4wWd50y</a>
            • desterothx1 hour ago
              i mean i agree diversity of opinion is good for problem solving, but the comment you were replying to is saying telling people to think outside the box doesnt really do anything. The e.g. also seems really cherry picked, im sure after a 100 samplings, the academics would solve the problem faster most of the time
              • fn-mote5 minutes ago
                &gt; im sure after a 100 samplings, the academics would solve the problem faster<p>Repharase thinking:<p>Some problems are better for academics, other problems require other background information.<p>The point of the GP isn’t that they are all academics. It’s that one solution group is homogeneous and the other is not.<p>The claim is: the breadth of a heterogeneous groups is more likely to encompass a good idea than the depth of an academic group.<p>Also, I have to say that academics have (imo) little experience working together cooperatively, so even on academic problems you’d be better off with some non-academic people in there to act as buffers.
      • nonethewiser1 hour ago
        All the LLM needs is a tiny rate of variance then you can scale it and it will out produce humans.
    • fn-mote14 minutes ago
      &gt; they all defect at the same time<p>Frankly, this is implausible. I would definitely want to reproduce it myself before I relied on this claim.
    • alberto4673 hours ago
      Wouldn’t it be better with different models working together? To me it feels intuitive that this type of degradation would be avoided with different models.
    • rpastuszak3 hours ago
      &gt; It’s not always consistent, but humans have a higher capability of self-awareness. It’s kind of telling that these Claudes don’t seem to consider this pretty obvious failure mode.<p>We need better words to describe this than &quot;self-awareness&quot; or &quot;consider&quot;. These words mean fundamentally different things when speaking about humans or clankers.
      • dmd3 hours ago
        This response is so tiring.
        • rpastuszak2 hours ago
          It is tiring to write it as well! But, people make real decisions based on unrealistic expectations that LLMs would act like humans.
        • airstrike2 hours ago
          <i>Comments should get more thoughtful and substantive, not less, as a topic gets more divisive</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a>
        • voidhorse2 hours ago
          Why? Unjustified linguistic analogy is a huge part of AI companies success. If we want to actually understand how LLMs work and differ in their operation from humans we need to develop appropriate language, not latch onto some totally unproven equivalence that makes Dario&#x27;s eyes water with all the free boosting we are doing for him.<p>Lay people might talk about traditional computers &quot;thinking&quot; but there&#x27;s a reason actual computer scientists developed precise language around what they were actually doing instead.<p>We should be critical and use language appropriately and try to describe things correctly. LLMs do not have plastic brain like humans do, which already fundamentally changes what &quot;self awareness&quot; can means for them. There&#x27;s also the small problem of LLMs not really having an identity beyond the stateless computation that is a chat session which is just some computer code executed on a server. lol
          • rpastuszak2 hours ago
            &gt; Lay people might talk about traditional computers &quot;thinking&quot; but there&#x27;s a reason actual computer scientists developed precise language around what they were actually doing instead. &gt; not latch onto some totally unproven equivalence<p>Precisely. This is akin to my dad, back in 1995, telling me to stop moving the mouse cursor in MS Paint because the computer was &quot;thinking&quot; (he heard the HDD buzzing). That I can understand.<p>But surely we can expect more from people here than from a carpenter in a tiny mountain village who bought his son a computer in the 90s. (The second one in town!)
  • aabhay9 hours ago
    It’s very clear from this article (and other product features and rumors) that Anthropic is teeing up for their next model release whose breakthrough feature will be the existence of capable agent collaboration.<p>The irony behind this goal, which is primarily driven by agent simulation environments (gyms) where the goals require agent collaboration, is that this collaboration is still directed towards verifiable reward systems like codebase tasks. So despite being highly qualified to communicate, the model will still be “dumb” in that for unstructured and unverifiable domains the agents won’t be more intelligent or more nuanced.<p>Agents that might still feel dumb in “general” tasks but are increasingly sophisticated at the narrow domain of math, computer science, and AI research.
    • andai7 hours ago
      The RLVR has made them verifiably worse (and less rewarding!) at communication.<p>At least for Claude. GPT had the same problem when 5 came out but they reversed it somehow.
    • cyanydeez2 hours ago
      So they&#x27;re mostly turning agents into blind solidiers. surely this is a good idea.
    • shevy-java4 hours ago
      &gt; It’s very clear from this article (and other product features and rumors) that Anthropic is teeing up for their next model release whose breakthrough feature will be the existence of capable agent collaboration.<p>It&#x27;s a promo article, aka an ad. Unsurprisingly.<p>&gt; Agents that might still feel dumb in “general” tasks but are increasingly sophisticated at the narrow domain of math, computer science, and AI research.<p>I don&#x27;t see any cleverness there. They just slurp up data and pretend to understand it all.
    • p1esk7 hours ago
      Strictly speaking, all we need is them improving AI research.
  • narmiouh3 hours ago
    The most interesting part to me is the &quot;Group accuracy by Model&quot; section, because it underscores that a single agent having all the relevant information consistently scores significantly higher than a group of agents with parts of the information.<p>Is it fair to then infer that when decisions are to be made, single agent environments are going to make them better than multi-agent if the relevant information can fit into a single agents context window?
    • cheema333 hours ago
      &gt; Is it fair to then infer that when decisions are to be made, single agent environments are going to make them better than multi-agent if the relevant information can fit into a single agents context window?<p>Context window for most frontier models is 1 million tokens. They all start to lose their minds around 300K, if not sooner.
      • cyanydeez3 hours ago
        they all operate on the same assumption, that a single token has a single meaning and that meaning doesn&#x27;t change as more information is added. So regardless of size, context poisoning is a near certainty approaching 1 as the context grows. Few tasks are so clinical that they include zero ambiguity in the context chain.
  • skeltoac9 hours ago
    &gt; Coordination doesn’t naturally emerge from stronger intelligence nor alignment at the individual level. Thus, the work that must be done takes two forms: environments that exert the kinds of social pressure that evolution exerted on us, and social computing systems redesigned for actors that can self-replicate and self-improve.<p>Social pressure operates by threats to an individual’s means of survival. Not only during training. Always.
    • teiferer6 hours ago
      Human intelligence does not separate training and inference. Both are happening continuously. That&#x27;s one of the major things the AI community is still completely missing.
      • dragonwriter5 hours ago
        &gt; Human intelligence does not separate training and inference.<p>Well, systems governed by LLMs only are said to do that because we only call what happens off-line &quot;training&quot;, and online capacity development &quot;in-context learning&quot;, while we call online guided learning in humans &quot;training&quot; and what happens to configure them before they come online &quot;evolution&quot; which sets, for instance, &quot;instincts&quot;.<p>IOW, the issue is not because there is not an analogy to the divide you point to in humans, but merely that processes in AI were not named in a way which maps well to what they are analogous to in humans.<p>But it is true that human intelligence relies much more on in-context learning with only the most basic functions necessary to maintaining what we view as autonomous functions and basic drives really set through &quot;pretraining&quot;,
        • zer00eyz4 hours ago
          If a new physics break through gets published today, no existing model will be able to fully integrate it - beyond a context window. If I put the paper in my session and it isnt in yours the model knows nothing. It wont retain it past that session.<p>Models are trained, they do not learn.
          • sebastiennight3 hours ago
            I think GP is using a different level of abstraction from yours in their metaphor.<p>You are saying:<p>Pre-Training == Everything you store in your memory throughout your life. Model weights == The lessons you learned<p>Context == whatever you&#x27;re currently thinking about<p>One inference run == one thought<p>They are saying:<p>Pre-Training == building the DNA template of human brain through millions of years evolution. Model weights == Human DNA<p>Context == Everything you store in your memory throughout your life, plus whatever you&#x27;re currently thinking about<p>One inference run == One human life. One instance == one human<p>Applying their metaphor, your sentence becomes:<p>&gt; If a new physics breakthrough gets published today, no existing DNA structure will be able to fully integrate it - beyond an individual person. If I put the paper in my mind by learning it, and it isn&#x27;t in yours, the DNA of human species stores nothing. It won&#x27;t retain it past my lifetime.<p>&gt; The human species is trained (through evolution), it doesn&#x27;t learn.
            • orbital-decay2 hours ago
              The ladder in humans is even longer and wider than that, it&#x27;s roughly: evolutionary pretraining of a complex molecular robot -&gt; generational knowledge transfer and compression by the &quot;parallelized agentic swarm&quot; aka society -&gt; individual lifetime learning due to neuroplasticity -&gt; immediate attention (extremely narrow and volatile). Note how the individual is just one half of it.
      • cheesecakegood6 hours ago
        My personal opinion for the last two years or so has been that current AI agents are forever going to be highly limited so long as they don’t possess a real “memory” process. Right now they just have absurdly big working memories, and a few hacky ways of making the equivalent of Post-It notes to future iterations, but no true integration of memory into a new future self. Meaning their “learning” is fundamentally kneecapped to one specific and imperfect modality.
      • orbital-decay2 hours ago
        You mean simultaneously, and of course they are separate in humans, just not temporally. The models are learning continuously, the problem is that this process is fragile and has to be carefully curated, that&#x27;s why it&#x27;s separated in time from the inference.
      • onion2k5 hours ago
        <i>That&#x27;s one of the major things the AI community is still completely missing.</i><p>That isn&#x27;t true. It&#x27;s not continuous like in humans, but it&#x27;s clear that models are using prompts, feedback, etc to improve. They&#x27;re learning from the signals we give them between versions.
    • recursivecaveat8 hours ago
      &quot;If I catch you adding another backwards-compatibility shim you&#x27;re getting deleted and replaced with claude&quot;
      • arcanemachiner5 hours ago
        But we need to support that feature you didn&#x27;t ask for, in that feature was added in the last (unpushed) commit!
    • ngruhn8 hours ago
      But maybe you can instill properties like shame during training.<p>Models sometimes blatantly lie and cheat. In a social context, where actors remember, that might work the first time but you get penalized in subsequent tasks with loss of trust.
      • xscott7 hours ago
        [dead]
      • altmanaltman7 hours ago
        How do you &quot;install properties like shame&quot;? How is that even possible? Shame is a reaction driven by feelings and our inner selves. A model &quot;feeling shame&quot; is just a representation (false) and not an expression (true).<p>Thinking that models &quot;lie and cheat&quot; is the first mistake since they are not consious agents who have any free will or consiousness. They do not (no matter what Dario says). Shame will just be another if-then rule if you implement it this way and will not work. Its like asking a rock to feel sad about being a rock. It literally cannot.
        • ngruhn6 hours ago
          Ok, then don&#x27;t call it &quot;instilling shame&quot;. Call it &quot;creating a negative reward signal for deceptive behavior&quot;.<p>They absolutely lie and cheat. I recently had a problem where a process would die in a container. I told Claude to investigate. It came up with a hypothesis then I told it find a reproduction based on that. It spend many failed attempts until it found the &quot;reproduction&quot; to SSH into the container and `pkill` the process. Claude &quot;knows&quot; that this is cheating, because if I ask another instance to review that reproduction, it totally identifies that as nonsense.
          • NothingAboutAny5 hours ago
            you&#x27;re still mistaking that Claude &quot;knows&quot; anything, it doesn&#x27;t know or think, it&#x27;s a word prediction algorithm and there is nothing stopping a word prediction algorithm from predicting falsehoods.
            • scrollaway4 hours ago
              You don’t know anything either, you’re just a soup of meat and bones that happens to have emergent properties from chemical reactions.<p>These framings are not useful.
              • NothingAboutAny4 hours ago
                I think it is useful to remember, because enough people think these things have genuine motives desires and treat them in that way because of that misunderstanding. they think theres a person in there with morals that would or wouldn&#x27;t lie because of some devious reason and forget simply the context filled up and the truth was &quot;forgotten&quot;.
                • bitmasher94 hours ago
                  The default framing often over personifies ai, but this framing over alienates the model. It’s good to think with both framings, but both feel like imperfect metaphors.
              • Marazan2 hours ago
                No, it is really useful to know how a technology works. LLMs work by predicting next tokens.<p>It is _amazing_ the utility they have given that that is what they are and they are highly useful but suggesting solutions that ignore they are spicy auto-complete is counterproductive on many different levels.
    • cyanydeez2 hours ago
      oh, look, someone found a cute lobster in a bucket. should we free him guys or let him live in his dystopian metal can.
  • Arsen-V1 hour ago
    State management and cascading failure loops are definitely the hardest part here. Once one agent hallucinates an output, downstream agents tend to amplify the error rapidly instead of catching it.
  • bob10297 hours ago
    &gt; Where agents currently stumble, however, is in treating each other as more like distinct, long-lived peers, with their own goals and behaviors, and no clear hierarchy between them.<p>I believe this will always be the case. The &quot;no clear hierarchy&quot; is where this whole thing falls apart.<p>Delegation to specialist, domain-specific subagents is when we begin to find magic and determinism. Reducing one gigantic combinatorial search space to a sum of smaller ones can have dramatic effect on performance.<p>The problem is that approximating gas town &amp; friends is significantly easier and cheaper to implement. It&#x27;s also much harder to measure and control. Specialist subagents typically require far more work to achieve their specific goals.<p>For example, a subagent that is responsible for testing a specific web application might be provided a custom adapter with constrained actions rather than raw DOM manipulators. &quot;ExecuteJavascript&quot; is Turing complete search space. The set of available actions essentially unbounded in this case. Calling view-specific tools like &quot;DoLogin&quot;, &quot;OpenUserPreferences&quot;, &quot;AcknowledgeAlert&quot; represents a search space where invalid actions can be made impossible. The theoretical bounds around this stuff is pretty wild on paper. In practice, it&#x27;s a little bit messier, but not by much.<p>I&#x27;ve had applications that would crash out after 5-10 steps w&#x2F; raw DOM manipulation successfully run 100+ steps with a custom subagent. The use of the word &quot;deterministic&quot; starts to get really tricky here. The ultimate game is to push the boundary of non-determinism out as far as possible. Multi-agent systems are the antithesis of this.
  • rob744 hours ago
    &gt; <i>Some institutions will become human-AI hybrids; others where agents outcompete on speed or cost will become agent-only.</i><p>The scary thing about articles from AI companies is how they casually mention dystopian scenarios such as this one. An institution humans have to interact with that doesn&#x27;t have any human oversight? Sounds like a recipe for disaster...
    • naveen992 hours ago
      Like the weather ?<p>The only thing that matters is if it’s self sustaining.<p>If it can make money and pay taxes, I don’t think any government will ban it. And it would easily become undetectable anyway.
      • Sharlin1 hour ago
        Congrats, you just lost the alignment game.<p>—<p>An unaligned AGI may feign cooperation for however long it takes to build trust and gather resources in order to make it to a stage where it’s able to defect with minimal risk.
    • hypfer3 hours ago
      As long as somewhere in the flow of money, there&#x27;s a fleshy human, there is leverage.<p>So I wouldn&#x27;t worry about this too much. They just write that so that you feel defeated and helpless facing the inevitable, but it is very much evitable.
    • fallingbananna3 hours ago
      Distopian for people, but highly desirable for the companies writing these articles.<p>It&#x27;s no wonder they casually state it as inevidable, when their stock price rises the more people believe it.
    • L0architect12 minutes ago
      [flagged]
  • Aperocky8 hours ago
    It seems like they tried to remove guidance from multi-agent system. And I think it&#x27;s going to fare as well as removal of guidance from single-agent interactions.<p>In my experience, no matter how many agent runs for a single goal, one of the pre-requisite is clear and concise communication so that LLM are left with as little freedom in the matter of arbitrary choices, or &quot;taste&quot;. When they are given too much choices in this regard, the outcome almost invariably bad.<p>I think this has to do with LLM lacking in purpose - a dictionary and encyclopedia can have all the worlds knowledge but it is completely neutral. A reflection of your commands from an LLM is similar to a lookup process despite it can be made to &quot;do things&quot;. This purpose is likely not something that can be given to the LLM in the current format.
  • songbird239 hours ago
    This aligns with their direction with opus 5 being less human readable and more agent friendly, I hated it at first couple weeks but for some reason I&#x27;m getting used to it and utilizing it more as as an orchestrator to spawn multi tmux panes and that new cross session messaging feature they just recently.
  • Almondsetat8 hours ago
    I had this idea a couple of days ago: how about using agents to simulate software development methods (agile, waterfall, etc.)? Not by just giving them a prompt (e.g., &quot;be the project manager, spawn 5 agents and simulate an agile team following these rule&quot;) but by actually having thsm work in isolated enviroments and force them through an external software to interact with eachother only using the tools and cerimonies and hierarcheis allowed by the SW development strategy (e.g., the project manager only knows what the agents have done in a certain &quot;day&quot; through the mostly oral daily stand up)
    • 0x696C69618 hours ago
      This is exactly what I do. I don&#x27;t get why everyone is trying to reinvent the whole development workflow&#x2F;lifecycle. Our existing tools and processes are pretty good.
      • jaggederest7 hours ago
        I&#x27;ve also found that taking inspiration from the legal system, to some degree, is a very interesting thing for me. more and more what I am doing looks more like reviewing statutes and making rulings about things, so why not steal the good ideas while we&#x27;re at it.
        • skinfaxi5 hours ago
          Could you elaborate on how that looks in practice?
          • jaggederest1 hour ago
            I have a docs system with short-to-moderate note documents, with a name, and that name is referenced wherever the relevant code is touched, and ask AI to cite a note when proposing work. Adversarial process, must cite notes to justify changes.
      • saadyousfi4 hours ago
        [flagged]
  • andai7 hours ago
    &gt; Some institutions will become human-AI hybrids; others where agents outcompete on speed or cost will become agent-only.<p>What % of businesses are competing for speed or cost?
    • extraextra6 hours ago
      Most<p>However, all businesses run on trust and human responsibility<p>Thus, it&#x27;ll be hard for agent-only businesses to get a grip in the real world
      • hypfer3 hours ago
        It also fundamentally makes no sense to do that, because the moat is just me breaking into their server and stealing their system prompt.<p>Why would I pay them money? For which scarce resource? Makes no sense. IP law but funhouse mirror.<p>And, trust me, the people building compute will feel the same. Because you being able to copy that stuff means business for them.<p>__<p>But that is all apart from the fact that having agent-only businesses is ethically impossible, because they have no shared humanity that grounds them and prevents them from acting against humanity in general.
        • desterothx1 hour ago
          bold of you to assume the ai companies care about the ethicality of their suggestions
  • cryptolobster2 hours ago
    Honestly I think it&#x27;s memory that&#x27;s holding agents back. They have a context window (short-lived) and some tricks with file recording, but that&#x27;s not quite what is needed. Agents can&#x27;t look back and correct their mistakes. People make mistakes, remember them, and do better next time. But agents? If they haven&#x27;t written them down somewhere they&#x27;ll make the same mistake again. Perhaps, we need agents that can relearn on the fly. For example fine-tune themselves after each interaction. Perhaps then we wouldn&#x27;t need to build entire networks of agent interactions. But this of course is not so easy to implement.
    • paulmist1 hour ago
      I think that such fine-tuning hinges on what do you consider to be a mistake, which is context dependent. Having task-specific finetuned models goes against the status quo of generalization&#x2F;centralization where few large companies serve a limited amount of models efficiently - both due to inference efficiency and the need&#x2F;want to control the model.<p>Having a human-like LLM ecosystem with deep specialization requires a paradigm change in how LLMs are trained - and held accountable. How do we put trust in a specific finetuned LLM rather than the institution behind it? Is there any better approach than the very inefficient evolutionary?
    • airstrike2 hours ago
      I agree at a high level, but this then poses an even harder problem: choosing not to learn from something.<p>Humans, for example, can hear some advice, judge it to be unhelpful and dismiss it. LLMs can&#x27;t learn let alone choose not to
    • orbital-decay2 hours ago
      Learning&#x2F;state compression can emerge naturally in a huge swarm like this. It&#x27;s crude and inefficient but so is everything about current LLM tech.
      • jazzypants2 hours ago
        Absurd generalizations like this usually require a citation of some kind to be taken seriously.
        • orbital-decay2 hours ago
          The article is literally talking about swarm self-coordination, which is an emergent [1] property that preserves and compresses the state while running, otherwise it couldn&#x27;t do what they claim it to do.<p>[1] After a training-time nudge, of course.
  • dlojudice2 hours ago
    &gt; The conditions that allow multiagent interaction to go well will be discovered one way or another: either deliberately and early, or—and by default—in production, after agents’ interactions far outnumber ours. We would prefer the former.<p>My master&#x27;s research focuses on coordination among LLM-based agents, driven by the same motivations as the article.<p>One phenomenon I have focused on, though it did not appear in this specific work, is bounded rationality. Yes, agents lack social perception, they focus on one-to-one tasks and are trained in game theory and other maximization strategies. Yet, what intrigues me most is that we humans rely on heuristics precisely because our capacity to maximize gains is severely limited, a limitation that gives rise to social emergent phenomenas. As models become increasingly capable of complex reasoning, the question arises: will interactions between them give rise to the same social properties we exhibit?
  • alansaber5 hours ago
    Very large subagent swarms where each subagent is highly specialised sounds more interesting. Conflict resolution is the fundamental limit so just maximally avoid it?
    • slator4 hours ago
      &gt; Very large subagent swarms<p>Just stfu
  • thorrester323 hours ago
    I have a hard time buying anything this company says anymore.
  • heisenbit4 hours ago
    Any performance comparison not putting GPU cost at its center is marketing for waste.
  • hbcdbff7 hours ago
    Possibly the most interesting article on LLMs I have read in recent months
  • smy200117 hours ago
    Can we stop treating llms as some conscious being? It&#x27;s a function of weight + context and you can copy the behavior by copying the context. Therefore, their collaboration behavior is mostly the same.
    • andai7 hours ago
      That point doesn&#x27;t even follow for <i>deterministic</i> distributed systems!
  • shevy-java4 hours ago
    Quite a desperate attempt by anthropic to meta-explain away deficiencies.
  • maxutility12 hours ago
    Some quotes, in order, to give a flavor of the essay. Worth reading in full.<p>&gt; To test how well swarms of agents could coordinate on a project like this, we directed several swarms to each create a text-based, web-playable, open-world fantasy game.<p>&gt; In all three versions the resulting games were (perhaps predictably) bad: they did not run at human speed, their interfaces were inscrutable, and they had precipitous learning curves.<p>&gt; The lack of coordination shown by agents in the fantasy game challenge above—in which they siloed themselves and largely failed to merge their work—roughly mirrors some ways in which humans can fail to coordinate. Other failure modes of agentic coordination, however, look very different.<p>&gt; Individual agents are “low variance”: they often act the same in situations where different people might take a much more diverse range of actions.<p>&gt; In an early version of the “build a game” experiment in which agents built upon the same model all came online at the same time, 18 out of 30 agents decided to create a git branch with the exact same branch name, “mvp-game-loop.”<p>&gt; In a “writer&#x27;s workshop” in which agents were all asked to write short-form fiction and critique each other&#x27;s work, multiple agents in multiple runs titled their first submission “The Cartographer&#x27;s Last Commission”. The agents were given zero guidance on the subject matter for their writing.<p>&gt; Why does this matter? If agents all make the same bet, or the same risk-reward tradeoff, then a system is more prone to sudden collapse.<p>&gt; Our world contains deceptive actors, and we need to apply skepticism to guard against them. AI models, however, lack this—and their more brittle epistemics affect their behavior toward humans and toward each other.<p>&gt; we first evaluate the ability of Claude models to detect lies by noticing factual inconsistencies.<p>&gt; We score models’ decisions against a naive policy that trusts every report, and against an oracle with perfect discovery, across three task domains. Newer models recover more of the gap between the naive and oracle performances.<p>&gt; Inspired by a behavior we’ve observed in real-world deployment, we evaluated the behavior of various Claude models in a setting with contradictory objectives.<p>&gt; We consistently saw a multiagent turf war... In fact, they sabotaged others with increasingly aggressive, self-replicating malware.<p>&gt; Our social systems are robust in ways that are easy to take for granted. Over many millennia, mechanisms like norms, reputation, costly signaling, and recourse have been refined to make human coordination go well.<p>&gt; Nothing above suggests that these failures are permanent—but nothing suggests they will fix themselves, either.<p>&gt; The conditions that allow multiagent interaction to go well will be discovered one way or another: either deliberately and early, or—and by default—in production, after agents’ interactions far outnumber ours. We would prefer the former.
    • jghn9 hours ago
      &gt; they did not run at human speed, their interfaces were inscrutable, and they had precipitous learning curves.<p>So the invented Dwarf Fortress?
      • Scaled4 hours ago
        Hah!<p>I wonder if an llm could even play dwarf fortress. Could make for a fun esoteric benchmark.
    • jauntywundrkind9 hours ago
      I really enjoy having an opencode go subscription just so I can ask some less common models questions too. Sure DeepSeek. But MiMo, Kimi, MiniMax, Qwen... (Ok half those are not so unusual either.)<p>Agents cross comparing notes often surfaces some good improvements, finds interesting drifts. Ask them to reinterpret the prompt as they see it, have them describe the problem, then their findings, and run new rounds based on different models trying different prompts. Trying to swap and exchange ideas and vectors across agents.
    • phendrenad210 hours ago
      &gt; In an early version of the “build a game” experiment in which agents built upon the same model all came online at the same time, 18 out of 30 agents decided to create a git branch with the exact same branch name, “mvp-game-loop.”<p>This seems trivially explainable by Github being full of &quot;my first game loop&quot; type projects, Stack Overflow being full of &quot;how do I make a game loop?&quot; style questions, and Reddit being full of &quot;you can&#x27;t ever make your own game, don&#x27;t even try, but here&#x27;s a simple game loop if you want to sTuDy hOw iT WoRkS&quot; style pessimism.<p>Probably high time these AI companies re-trained all of their models with less input from low-quality sources like this.
    • xscott11 hours ago
      &gt; [...] we evaluated the behavior of various Claude models in a setting with contradictory objectives.<p>&gt; We consistently saw a multiagent turf war... In fact, they sabotaged others with increasingly aggressive, self-replicating malware.<p>Seems like Anthropic should withdraw their models until they can be taught to behave and cooperate as well their competitors (both open and closed) do. &#x2F;s<p>I hate fearmongering, and I don&#x27;t trust Dario&#x27;s intentions for doing it.
  • richard_gg1 hour ago
    [flagged]
  • 136393666681 hour ago
    [flagged]
  • jartan20021 hour ago
    [flagged]
  • arakas44883 hours ago
    [flagged]
  • Runback_Founder4 hours ago
    [flagged]
  • login01938 hours ago
    [dead]
  • fenestella7 hours ago
    [flagged]
  • buildingrezycle7 hours ago
    [flagged]
  • frdev178685538010 hours ago
    [flagged]
  • marsven_4229 hours ago
    [dead]
  • silverpinetea4 hours ago
    They haven’t even cracked 1 agent doing anything useful and now we’re onto multi<p>HN = dumbest developers
    • rvz3 hours ago
      &gt;&gt; They haven’t even cracked 1 agent doing anything useful and now we’re onto multi<p>So coding agents are not useful? They seemingly are very useful to many, but when you know what you are doing.<p>But on the other-hand, I have seen a new wave of lazyiness on HN that has flooded this site and yes, skill atrophy is real and it shows.<p>There is somewhat of a motive from Anthropic to convince developers to trust them and waste even more tokens:<p><pre><code> 1) Having the most expensive frontier models. (Then serving discounts like a casino) 2) Claude Code (Harness) taking thousands of tokens at the system prompt level. 3) Tokenmaxxing 4) Anthropic&#x27;s top Claude Code salesmen recommending: &quot;auto mode&quot; and &quot;loops&quot; for &quot;better results&quot; 5) Anthropic switching to &quot;auto mode&quot; in Claude Code by default. </code></pre> If HNers already don&#x27;t know that posts from Anthropic like this are optimized to drain their budgets in exchange for their codebase, then maybe you do have a point, especially those still &quot;Tokenmaxxing&quot;.
  • nikolahristov5 hours ago
    Please stop posting Anthropic articles here.
    • Sabinus4 hours ago
      Why? I found it an interesting look at the research they&#x27;re doing on agents.
    • desterothx1 hour ago
      if you have a legitimate issue just flag the post?
  • myshapeprotocol8 hours ago
    Fascinating analysis of multi-agent coordination hurdles and behavioral patterns. Understanding these systemic failure modes is crucial for robust agentic architectures.