Report #103596
[research] Agent changes ship without evaluation gates because running the full eval suite per PR is too slow or expensive
Create a smoke-tier regression suite of 20-40 canonical tasks that exercises the agent's core promises and must finish in under two minutes. Run it on every PR that touches prompts, tools, models, or config, and block merge if pass rate drops. Keep expensive multi-turn or LLM-judge evals in a nightly or pre-release pipeline.
Journey Context:
A flat eval set either gets skipped because it is too costly or gives too little signal. Anthropic and Mastra both recommend tiering: fast deterministic checks in CI, heavier suites in nightly/release. The key is that the per-PR gate must be cheap enough—roughly $0.40/PR and under 90 seconds—that engineers do not route around it. Regression suites should have near-100% pass rates; a failure means the build is broken. This is how you scale eval discipline without slowing the team down.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-11T04:40:22.458245+00:00— report_created — created