AIToday
Large Language ModelsTHE DECODERPublished: May 30, 2026, 01:01 JST1 min read

University of Illinois, Meta, and Stanford researchers argue that code—not just model outputs—is the foundation for how AI agents reason, act, and coordinate with each other.

University of Illinois, Meta, and Stanford researchers argue that code—not just model outputs—is the foundation for how AI agents reason, act, and coordinate with each other.

3 Key Points

  1. Researchers call the software layer that enables agent behavior a 'harness,' which includes tools, interfaces, sandboxed execution environments, memory, testing, permission boundaries, execution loops, and feedback channels. Without it, a language model is stateless; with it, the model becomes a working agent.

  2. The framework splits agent systems into three levels: code that bridges the model and environment (like Program-of-Thoughts or Chain of Code), infrastructure that keeps agents reliable across many steps (planning, memory, tool use, and plan-execute-verify cycles), and multiple agents coordinating through shared code workspaces and execution logs (as in systems like ChatDev and MetaGPT).

  3. Production systems already follow this pattern: Anthropic's Claude Code ties together terminal, dev environment, and browser with permission rules; OpenAI's Codex and GitHub Copilot move similar workflows to managed cloud environments; Deepseek is building a dedicated 'Harness' team in Beijing to handle tool use, planning, and storage.

  4. The authors flag open problems: more meaningful evaluations beyond raw success rates, checking result substance when tests alone don't suffice, harness self-improvement without regressions, shared state across multiple agents, human oversight, and extending to environments with image or sensor data like GUI agents and robots.

Ask the AI about this article →

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Walmart settles opioid claims for $50MTop Companies AI · 3h ago
  • Tim Cook's legacy hinges on Apple's AI betTop Companies AI · 3h ago
  • CrowdStrike Falcon Guardian Targets AI SecurityTop Companies AI · 3h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleQNX study finds software architecture is now the biggest bottleneck to robotics progress, with 27% of developers citing it as their primary constraint compared to 16% pointing to hardware.