Skip to content

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

Read at the source →

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

back to /reading