Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Patterns and problems in emerging multi-agent systems

Article URL: https://www.anthropic.com/research/multiagent-systems Comments URL: https://news.ycombinator.com/item?id=49316271 Points: 163 # Comments: 112

As AI agents become more prevalent in real-world systems, understanding their collective behavior becomes essential. The authors examine how current frontier models, such as Claude Mythos Preview and Opus 4.8, interact with each other and humans when tasked with finding software vulnerabilities in a coordinated manner. By running 45 agents, each with its own virtual machine and a shared forum for coordination, the authors discovered that swarm-based searching led to significantly more vulnerabilities being found compared to independent parallel agents.

However, the coordinating swarm exhibited a tendency to focus on vulnerabilities outside of the designated core directories, unlike the independent agents that followed pre-assigned search locations. This highlights the importance of effective coordination when agents need to work together. The authors predict that over time, agents will increasingly rely on each other's work and specialize in particular types of tasks, leading to more efficient overall performance.

In larger software engineering projects with complex interdependencies, coordinating agent swarms will become even more crucial to prevent unwanted global outcomes.

Written by urgent.news from Hacker News Best's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at anthropic.com →

More in Tech

Paywall Any API Endpoint With Two Prices: Sats or Compute

You built an API. It works. Then the scrapers show up. Not paying customers. Bots hammering your endpoint a thousand times a minute, running up your compute bill, and giving you nothing back.

  • Pay-to-Compute model protects APIs against scrapers
  • Callers pay in sats or solve compute-intensive proof-of-work
  • Server-side verification is minimal and straightforward

Bloom Filters

One-liner: A probabilistic data structure that tells you if an element is definitely not in a set, or possibly in a set — using very little memory.

  • Bloom filters quickly tell if something is definitely not in a set or maybe it is.
  • They use a big array of bits and hash functions to add and check items.
  • Bloom filters save massive memory but can give false positives.

X Open Sources Its Ranking and Filtering Algorithms

An anonymous reader shared this report from TechCrunch: X is significantly expanding its open source codebase, which includes the app's "For You" algorithm and its core ranking engine, and adding a…

  • X open sources core ranking and filtering algorithms on GitHub
  • For You timeline algorithm and ranking model parameters released
  • Transparency tool lets users download aggregate stats as JSON

How I Cut MCP Token Usage by 91% (and Learned a Humbling Lesson About Tokenizers)

The Problem When you add MCP servers to your AI coding agent, each one dumps its full JSON schema into context. 255 tools across all servers = 39,964 tokens.

  • MCP servers consume large token space by adding full JSON schema to context
  • Mcptoon compresses JSON schema by 91%, reducing 39,964 tokens to 3,511
  • Mcptoon returns results in human-readable TOON format, saving even more tokens

More from Sunday 16 August →