How monday.com Integrated 2,000 AI Agents Into Production Without Losing Control
Discover how monday.com successfully deployed over 2,000 autonomous AI agents into production, handling 35% of pull requests using advanced verification loops, persistent memory, and strict guardrails.

Integrating autonomous AI agents into enterprise software development requires moving beyond simple automation. At monday.com, we deployed over 2,000 production agents functioning as genuine digital team members. Atlas, our pioneer agent, pulls tasks from backlogs, opens Pull Requests, and conducts code reviews alongside human developers. To achieve this trust, we engineered a robust infrastructure addressing fundamental challenges like code verification, persistent memory, and rigorous guardrails.
Building Trust Through Verification and Memory
When deploying AI agents in a system comprising over 750 services and 700 developers, initial issues arose: agents repeated past mistakes or wrote code that failed in staging environments. We implemented verification loops and evaluation metrics (Evals) to grade every agent action, tracking whether Pull Requests passed CI and successfully reached production. Furthermore, by providing agents with file-based persistent memory, they summarize past conversation logs between runs—effectively dreaming and retaining permanent facts to learn over time.
Guardrails, MCP, and Modular Skills
To prevent bottlenecks in code reviews and production errors, we instituted a Shift Left approach. Pull requests are evaluated against more than 100 engineering standards. Our internal Model Context Protocol (MCP) connects agents to real-time production configurations and feature flags, automatically blocking risky actions. Additionally, we created an internal Marketplace housing over 230 modular skills, defining precise boundaries for what agents can and cannot execute.
The Hybrid Team Reality
AI agents now handle roughly 80% of repetitive tasks, including bug fixes, incident management, and routine tickets, while maintaining a remarkably low revert rate of around 1%. Today, 35% of all Pull Requests at monday.com are generated by agents. By sharing the same boards and Slack channels, human developers and AI agents form a cohesive hybrid workforce where humans direct strategy and maintain ultimate accountability.





