monday.com: Internal Agent System Sphera Runs Production AI Agents on Amazon Bedrock with 7 AWS Services
monday.com built the internal agent system Sphera on top of a decade-old codebase, using seven AWS services and Amazon Bedrock for inference. Nine out of ten engineers use AI coding tools monthly, pull request throughput has grown by more than 50%, and the autonomous agent Morphex achieves a 95% automatic merge rate.
This article was generated using artificial intelligence from primary sources.
What is Sphera, and why did monday.com build it?
monday.com, a company known for its work management platform, built an internal agent system — a system of autonomous AI agents that carry out tasks without constant human oversight — called Sphera on top of the decade-old codebase of its platform. The system uses seven AWS services — SNS, SQS, EKS, RDS, ElastiCache, EFS, and S3 — as infrastructure, along with Amazon Bedrock, a managed AWS service for accessing large language models, as the inference engine for the agents.
How much have AI tools changed the development cycle?
Before Sphera was introduced, about half of monday.com’s engineers used AI coding tools monthly; today, 9 out of 10 engineers do. This shift in adoption is tracked through a measurable outcome: pull request (PR) throughput, meaning the number of approved and merged code changes per engineer, has grown by more than 50%. Merge rate, the rate of code successfully merging into the main branch without a later revert, remains under control thanks to automated checks before merging.
Morphex and five operational retrofits
An autonomous agent named Morphex, part of the Sphera system, independently proposes and merges code changes with a 95% automatic merge rate and a low percentage of reverts, undoing changes. This reliability rests on five operational “retrofits” the team introduced afterward, while working on the existing system: automated evals, automated evaluations of agent response quality; file-based memory, memory based on files instead of solely on conversation context; remote sandboxes for isolated code execution; automatic PR guardrails, protective checks on pull requests; and monday boards as a shared-state layer, a common source of truth about task status for all agents.
Frequently Asked Questions
- What is Sphera, and what does it run on?
- Sphera is an internal agent system that monday.com built on top of a decade-old codebase, using seven AWS services (SNS, SQS, EKS, RDS, ElastiCache, EFS, S3) alongside Amazon Bedrock, a managed service for large language model inference, as the reasoning engine for agents.
- How much has pull request throughput grown?
- Nine out of ten engineers now use AI coding tools monthly, compared to about half before, and pull request (PR) throughput per engineer has grown by more than 50%.
- What does the autonomous agent Morphex do?
- Morphex is an autonomous agent that merges code on its own with a 95% automatic merge rate and a low revert percentage, relying on five operational retrofits: automated evals, file-based memory, remote sandboxes, PR guardrails, and monday boards as a shared-state layer.
📬 AI news in your inbox
A daily digest built your way — pick topics, sources and cadence. One-click unsubscribe.
Related news
arXiv:2607.18754: AgentDebugX Open-Source Diagnostic Tool for LLM Agents Raises GAIA Benchmark Accuracy to 63.6%
Anthropic Release Notes: Five Updates for Claude Managed Agents — Effort Levels, Webhooks, and Session Seeding
Cursor: Router Smartly Directs Requests to the Best-Fit Model and Becomes Default for the Teams Plan