Agent swarms and the new model economics

Agent swarms that generate thousands of code commits per second are being touted as a glimpse of “software factories,” but commenters question whether this just produces vast amounts of low-quality code and tech debt faster. Many argue that these systems lean heavily on existing code and detailed specs (such as SQLite’s documentation), so they don’t yet prove that agents can design or implement truly novel software. The core challenges identified are verification, harness/tooling design, and scarce human judgment about intent and product value, rather than raw coding capacity.

High-throughput agent swarms and custom VCS

  • New VCS and 1,000 commits/second trigger debate on whether the bottleneck is version control or evaluation and oversight.
  • Some see a custom VCS as appropriate for autonomous workflows; others view it as over-engineering (“inventing the universe to make a button”).
  • Parallelism is attractive, but many argue that keeping track of what’s good, bad, or redundant is the real constraint.

Random search vs guided intelligence (“infinite monkeys”)

  • Multiple comments compare agent swarms to the Infinite Monkey Theorem or Borges’ library: generating oceans of “slop” to find rare gems.
  • Critics say random search is intractable at real-world scales; models only work because they encode strong “fitness functions” learned from training data.
  • There’s concern that increasing throughput without commensurate selection and verification just amplifies junk.

SQLite-in-Rust experiment and training data concerns

  • Many question the claim of “from documentation only,” noting SQLite and even Rust rewrites likely exist in training data.
  • Some argue the system is essentially decompressing memorized knowledge and refining it with tests, not truly building from scratch.
  • Others counter that architecture differences and multi-step refactoring still make the orchestration result interesting.
  • Several note this is a benchmark-like demo; it says little about building novel systems or integrating with messy real-world environments.

Specs, intent, and product definition as bottlenecks

  • The 835-page spec is seen as extremely detailed; some doubt it’s easier than writing the software directly.
  • Comments stress that specs often emerge from building software, not the other way around, and are harder to validate than code.
  • Many see “right description of intent” and good product direction as the true scarce resources, not lines of code.

Economics, harnesses, and agent orchestration

  • Frontier models reliable enough for autonomy are viewed as more expensive than humans; costs are amplified by swarm designs and poor caching.
  • Some advocate hierarchical, role-based agents and small local models for implementation, with larger models for planning.
  • Others report better results with a single long-running agent and careful context management rather than large swarms.

Enthusiasm vs skepticism

  • Enthusiasts see this as an exciting “concept car” phase and a glimpse of large-scale automated engineering.
  • Skeptics describe “software factory” visions and meta-agent tooling as hype, procrastination, and token-burning, with little proven real-world pay-off yet.