{
  "id": 9227630,
  "title": "Linear cut CI runner-time in half while tests quadrupled. The review gate can't do that trick.",
  "url": "https://urgent.news/2026/09/23/linear-cut-ci-runner-time-in-half-while-tests-quadrupled-the-review",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-23T00:15:06.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/cole_halton_42f71d71b809b/linear-cut-ci-runner-time-in-half-while-tests-quadrupled-the-review-gate-cant-do-that-trick-p6l"
  },
  "original_language": "en",
  "account": "Linear's recent post reveals a strategy for reducing their CI runner-time by half while increasing test suite size fourfold, thanks to implementing AI coding agents. The changes they made include switching to faster third-party runners, removing type information in lint rules, capping fetch depth on critical jobs, and offloading cache writes off the critical path. These are all machine-parallel fixes that can make each unit cheaper or run more units at once. However, unlike CI, review is not embarrassingly parallel. Review involves serial reasoning across the whole change, with two reviewers not halving the time but adding surface for disagreement. The post argues that while you can speed up the machine side of your pipeline, it only moves the serialization point, and if agents quadruple your diff volume, you just push the wait to review. The ideal solution is to treat the review gate as the critical path, spending deterministic checks first and concentrating model reasoning pass on the diff-level judgment the rules can't reach. Tools built around the deterministic layer cheaply and the reasoning layer deliberately are the ones that scale with agent output.",
  "summary": "Linear put up a really good post about reworking their CI because AI coding agents had turned it into the bottleneck. The numbers are worth reading on their own terms: their test suite roughly quadrupled since the start of the year, yet they brought PR wait time down from over 6 minutes to just over 5, while cutting runner time per test roughly in half. They did it the way good engineers do.…",
  "key_points": [
    "Linear reduced CI runner-time by half using AI coding agents",
    "Test suite size quadrupled despite speed increase",
    "Review gate remains critical path, not parallelizable"
  ],
  "editors_take": "Linear's strategy to cut CI runner-time in half while quadrupling tests highlights that speeding up machine-based pipeline stages just shifts bottlenecks to human review, which can't be similarly accelerated.",
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}