How monday.com Built Agent Evals Against Live Staging Instead of Mocks
monday.com AI Engineering Director Dor Cohen shared insights in a September 15 webinar on why his team chose to run agent evaluations against a live staging cluster rather than mocked dependencies. Cohen demonstrated that mocks fall short because they drift from production, use unrealistically clean synthetic data, and cannot accurately represent stateful changes made by an agent. A key example showed an agent that appeared to complete a task correctly but had silently processed only 500 of 600 requested items — a flaw only caught by evaluating the full action trajectory, not just the final output. To connect eval runners directly to a real Kubernetes environment, monday.com adopted mirrord, a tool that mirrors live traffic, secrets, and file systems to a local or CI process. The approach gives their evals production-level fidelity, enabling them to catch edge cases and verify actual end states that mock-based testing would miss.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in