AIToday
Large Language ModelsAI Business & IndustryAmazon AI BlogPublished: Jul 23, 2026, 01:00 JST

monday.com runs 100s of AI agents in production on AWS Bedrock

monday.com runs 100s of AI agents in production on AWS Bedrock

3 Key Points

  1. What happened

    monday.com, a decade-old SaaS platform with millions of users, has deployed AI agents (called Sphera internally) at scale on Amazon Bedrock, with nine in ten engineers now using AI coding tools monthly—up from roughly half a year ago—and per-engineer PR throughput up by more than half, all measured from monday's internal production data.

  2. Why it matters

    Running agents inside an enterprise SaaS system with real customers, on-call obligations, and compliance requirements is far harder than greenfield demos; monday's architecture shows how to retrofit agents into a legacy codebase by treating them as stable teammates with identities in Slack, GitHub, and monday boards rather than background jobs, and by automating the enforcement of engineering standards so human review is no longer the bottleneck.

  3. What to watch

    Morphex, monday's first fully autonomous agent, now merges 19 of every 20 PRs automatically by passing every gate (Guardrails checks, CI, revert protocols) with no human approval required, opening more PRs per month than most human engineers.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

monday.com's deployment of AI agents reveals the gap between proof-of-concept and production scale. While early agent work was limited to L1 (AI as a pair programmer, with tools like Cursor) and L2 (reusable sub-agents in teams), the company has moved toward L3—fully agentic delivery—by solving operational problems that greenfield demos sidestep. The key insight is that agents work best when embedded in existing team structure and accountability systems rather than run as isolated background processes. By storing agent identity and state across Slack, GitHub, and monday boards, and by routing events through SNS and SQS to EKS-hosted agent pods, monday ensures that every agent has stable accountability and visibility to the humans they work alongside.

The five retrofits—evals before model upgrades, plain-markdown memory files instead of vector stores, remote sandboxes before human review, automated Guardrails checking, and CoWORK boards as shared state—each address a failure mode that emerged at scale. The adoption curve (nine in ten engineers using AI coding tools, up from roughly half a year ago) and throughput gain (per-engineer PR output up more than half) demonstrate that the system is not just theoretically sound but operationally delivering value. Morphex's 95% autonomous merge rate (19 of 20 PRs) suggests the next bottleneck may shift from human review to task selection and longer-horizon planning.

FAQ
How does monday.com route events to its agents?
Every external trigger lands in Amazon SNS, which fans out to per-team SQS queues by topic and routing key. The monday Builders CoWORK, a set of SQS consumers on Amazon EKS, pulls each message, resolves which agent owns it, and hands it to the right agent runner pod.
How does the agent maintain continuity across sessions?
Sessions and agent memory are stored in Amazon Elastic File System, where each active session is a directory on a shared filesystem containing a checked-out workspace, encrypted per-session secrets, and a chronological message log; agents also maintain a per-agent MEMORY.md file and daily diary (e.g., diary/2026-04-21.md) that the agent reads at session start to resume prior work.
What makes Morphex different from earlier agents?
Morphex is monday's first fully autonomous engineering agent; 19 of every 20 Morphex PRs merge automatically by passing every gate (Guardrails checks, CI pipeline, revert protocols) with no human review or approval required.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Abeam and Notion target enterprise knowledge for AI agentsITmedia AI+ · 8h ago
  • Zscaler unveils Agentic SOC with AI agentsITmedia AI+ · 8h ago
  • Generative Partners launches "AX BPO" for work AI alone can't finishITmedia AI+ · 8h ago

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

Free · 30 seconds with Google · 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 articleNvidia Supplier Wistron Opens First U.S. AI Server Factory in Texas