Meta’s chief AI officer says AI agent swarm outperformed 100 engineers

1 hour ago 1



A swarm of AI agents built by Meta outperformed a team of 100 human engineers on specific tasks, according to the company’s Chief AI Officer Alexandr Wang. The revelation came during a conversation with Y Combinator president Garry Tan at YC’s Startup School 2026, where Wang laid out Meta’s philosophy on autonomous AI systems and the unglamorous plumbing that makes them work. Markdown files and cron jobs: the anti-hype stack Wang’s description of Meta’s agentic infrastructure reads less like a science fiction screenplay and more like a competent DevOps setup from 2018. The agents use persistent memory stored in markdown files. They’re scheduled through cron jobs, the same basic task-scheduling utility that’s been running on Unix systems since the 1970s. The philosophy is deliberately simple and modular. Rather than building some monolithic AI brain that tries to do everything, Meta’s approach breaks tasks into discrete loops where agents can evaluate their own output, correct course, and iterate. What made the system outperform 100 engineers wasn’t raw intelligence. It was the combination of robust evaluation methods, the ability to run continuously, and a feedback architecture tha...

Read Entire Article