Reading / 2026-04/2026-04-30t195531-what-ci-actually-looks-like-at-a-100-person-team
What CI Actually Looks Like at a 100-Person Team
Mendral's AI agent, running on PostHog's monorepo, processed 1.18 billion log lines and 33 million weekly test executions to auto-diagnose flaky tests, open fix PRs, and route failure alerts — revealing that log ingestion speed and smart routing matter more than the AI diagnosis itself.
Apr 30, 2026 · tech · Sam Alba, Mendral
Topics
- continuous-integration
- flaky-tests
- developer-tooling
- monorepo
- ai-agents
Cited by
- AI agents
AI agents are LLM-powered systems that plan, act, and iterate autonomously; active research and engineering practice reveal deep tensions between coordination complexity, reliability, tool design, and the human oversight they still require.
- Continuous integration
CI at scale is less about the pipeline itself and more about what surrounds it: flaky-test management, merge-queue correctness, selector stability, and supply-chain integrity in the dependencies that pipelines install.
- Developer tooling
Developer tooling spans shell ergonomics, CI infrastructure, type-safe validation, test analytics, and AI-assisted automation, with sources collectively showing that the best tools reduce friction and surface failures earlier without adding their own failure modes.
- Flaky tests
Tests that pass and fail non-deterministically, caused by timing issues, environmental coupling, or brittle selectors; tooling and architecture choices at every layer of the CI stack affect how teams detect, categorize, and fix them.
Related
- Your agent loves MCP as much as you love GUIs topic
- Unsloth category-month
- He Came, He Saw, He Cooked category-month
- The Orchestrator Isn't Your Moat topic
- databricks-solutions/ai-dev-kit topic
- Scaling Managed Agents: Decoupling the brain from the hands topic
- Don't Prompt Your Agent for Reliability — Engineer It topic
- Agentic Coding is a Trap topic