AgentsApplications 🇺🇸 24.07.2026 03:04

AI Teammates: How monday.com Runs Production AI Agents on Amazon Bedrock

monday.commonday.com AnthropicAnthropic
monday.com shares the architecture behind its production AI agents, built on Amazon Bedrock and AWS services. The system, called Sphera, treats agents as teammates with profiles and performance scores, handling tasks from Slack, monday boards, and GitHub. Key retrofits include evals, file-based memory, remote sandboxes, automated PR guardrails, and a shared workspace, leading to a fully autonomous agent (Morphex) that merges 95% of its PRs without human review.
monday.com runs AI agents in production at scale on Amazon Bedrock. The system, Sphera, treats agents as teammates with profiles, managers, and performance scores. Architecturally, it uses Amazon SNS, SQS, EKS, RDS, ElastiCache, EFS, and S3, with Amazon Bedrock for model calls. Agents have three inboxes (Slack, monday, GitHub) and use a thin wrapper (monday-agent-sdk) around Claude Agent SDK. State is split: live state in ElastiCache, session memory on EFS, durable records in S3. Key retrofits include: evals before model upgrades, file-based memory (MEMORY.md and diary), remote sandboxes per session, automated PR guardrails (Guardrails), and a shared monday board (CoWORK) for accountability. By late Q1 2026, the bottleneck shifted from code generation to human review, leading to Morphex, the first fully autonomous agent. Morphex merges 19 out of 20 PRs automatically, passing all gates without human intervention. The team is now working on confidence scoring to predict which PRs are safe for autonomous merge.
Сокращения
AWS = Amazon Web Services — Amazon Web Services
SNS = Simple Notification Service — Simple Notification Service (Amazon)
SQS = Simple Queue Service — Simple Queue Service (Amazon)
EKS = Elastic Kubernetes Service — Elastic Kubernetes Service (Amazon)
RDS = Relational Database Service — Relational Database Service (Amazon)
EFS = Elastic File System — Elastic File System (Amazon)
S3 = Simple Storage Service — Simple Storage Service (Amazon)
SDK = Software Development Kit — Software Development Kit
PR = Pull Request — Pull Request
CI = Continuous Integration — Continuous Integration
VPC = Virtual Private Cloud — Virtual Private Cloud
MCP = Model Context Protocol — Model Context Protocol
LLM = Large Language Model — Large Language Model
Source: AWS ML blog — original
Our earlier posts on this topic ↓
Fresh news