{
  "id": 9227633,
  "title": "When agents sped up, two teams hit the same wall: validation couldn't keep up",
  "url": "https://urgent.news/2026/09/23/when-agents-sped-up-two-teams-hit-the-same-wall-validation-couldnt",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-23T00:15:02.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/tessainsley/when-agents-sped-up-two-teams-hit-the-same-wall-validation-couldnt-keep-up-2mlc"
  },
  "original_language": "en",
  "account": "Two engineering teams published their experiences when implementing AI-generated code, revealing that validation couldn't keep up with the increased speed. Linear found their CI gate became the bottleneck, while Salesforce encountered issues with human review engagement. Neither team identified generation as the problem; instead, they discovered the verification system couldn't scale with the faster code generation. Linear reworked their validation machinery by using faster third-party runners, optimizing specific compiler processes, and replacing custom lint rules with AST-based linting. Salesforce, on the other hand, rebuilt their review system around reconstructing intent, treating context as a first-class dependency, and progressively disclosing risk to reviewers. Both teams addressed the same underlying issue: the verification system couldn't keep pace with the faster code generation, highlighting the need for teams to identify which end of the validation funnel is breaking for them.",
  "summary": "Agents made it faster to write code. Two engineering teams published what happened on the validation side when they did, and the two write-ups land on the same structural claim from opposite ends. Linear found its CI gate became the bottleneck. Salesforce found its human review stopped engaging. Neither team concluded that generation was the problem. Both concluded that the part of the system…",
  "key_points": [
    "Two engineering teams faced validation bottlenecks when speeding up AI-generated code.",
    "Linear optimized validation by using faster third-party runners and AST-based linting.",
    "Salesforce rebuilt review system to reconstruct intent and progressively disclose risk."
  ],
  "editors_take": "The experience of Linear and Salesforce highlights that faster AI-generated code requires reworking verification systems to avoid bottlenecks, as existing validation processes struggle to scale with increased speed.",
  "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."
}