monday.com says AI agents lifted PR throughput by more than 50%
AWS ML Blog · rss · 2026-07-22
AWS ML Blog explains how monday.com runs production AI agents at scale on Amazon Bedrock, backed by its own internal usage data.
What changed in practice
- Nearly 9 in 10 builders now use AI coding tools monthly, up from roughly half a year earlier.
- Per-engineer PR throughput has increased by more than 50%.
- monday treats agents as teammates with identities, managers, scopes, and performance scores rather than as a sidecar tool.
Architecture highlights
- One agent session can be triggered from three inboxes: Slack mentions, monday item assignments, and GitHub PR review requests.
- The system uses SNS → SQS → EKS, with Bedrock for model calls and a thin monday-agent-sdk wrapper around the Claude Agent SDK.
- State is split by purpose: ElastiCache for live state, EFS for sessions and memory, and S3 for durable transcripts, artifacts, and evals.
- Bedrock helps with inference profiles, auditability, cross-region failover, and PrivateLink/VPC isolation.
Why it matters
The post emphasizes that greenfield demos are easy; the hard part is retrofitting agents into a decade-old SaaS codebase with real customers, compliance, retries, back-pressure, and resume-after-crash behavior.
More from coding & agent
- Technical Debate: Should Base Transformers Come Equipped with Code Tools — a1zhang · 2026-07-23
- T3 Chat's Inbox-Style Sidebar Aims to End Fragmented AI Coding Workflows — threepointone · 2026-07-23
- Sales-deck agent adoption jumped only after it showed its reasoning — Professional_Cow2868 · 2026-07-23
- Claude Tag adds admin rules for auto-mode actions in Slack workspaces — EricBuess · 2026-07-23
- A deep dive into how MCP tool calling works under the hood — jeffiql · 2026-07-23
- Steel’s browser plugin runs Hermes tools in the cloud for hard web navigation — Teknium · 2026-07-23