Sources#
- 5 takeaways from the State of Software Delivery Q2 Pulse report
- AI Engineering Report 2026: The Acceleration Whiplash
- Characterizing the Quality Profile of AI-Generated C++ in Production
- The State of AI Impact in Engineering: Q2 2026
Summary#
The central finding of Faros AI's AI Engineering Report 2026 (telemetry from 22,000 developers across 4,000 teams, analysis as of March 2026): AI has flooded a system built around human-paced development and human-quality code with output it was never designed to absorb. Throughput rises sharply while quality degrades downstream, and — the report's load-bearing claim — the gap between the two widens as adoption deepens, rather than stabilizing. Faros names this the Acceleration Whiplash: "the acceleration is real, but it is deceptive — it masks the strain building at every stage downstream."
Evidence note. This is a
vendor-claimsource — Faros sells an engineering-intelligence platform and the report's prescription (a "context engine," recommendation #10) maps to its product category. The underlying data is genuine telemetry (Spearman ρ, p<0.05, within-company over time), so the measurements are empirical, but selection and framing serve a commercial narrative. Claims below are attributed to Faros, not stated as settled fact. It also directly contradicts DORA's 2025 survey findings — see that page.
The two halves, quantified#
Throughput is up (low→high AI adoption, within-company):
- +33.7% task throughput per developer; +66.2% epics completed per developer
- +210% code-specific tasks completed per team (≈6× the general-task rate)
- +16.2% PR merge rate (but down from +98% in Faros's 2025 report — Faros reads the gap as a review bottleneck throttling merges)
- −11.7% deployments per week (10% of dataset); +861% code churn (lines-deleted-to-added ratio)
Quality is down, across every downstream stage:
- Cognitive load (see AI Brain Fry): daily PR contexts/dev +67.4%, work restarts +13.8%, stalled in-progress tasks (no activity 7+ days) +26%
- Complexity / wider change blast radius: avg PR size +51.3%, files edited per PR +59.7%, files touched per dev/month +149.9%
- Pre-merge quality: review comments +25%, PRs merged with no review +31.3% ("the most urgent finding")
- Flow: time-in-progress +225.2%, median time-in-PR-review +441.5%, lead time commit→prod +480.4% (10% of dataset)
- Production: incidents per PR +242.7% (probability of an incident per merge more than tripled), monthly incidents +57.9%, bugs per developer +54% (up from +9% in 2025), reopened tickets +12.6%
The maturity-independence finding#
Faros's most striking claim: the whiplash appears regardless of baseline engineering maturity. Organizations with strong pre-AI performance — mature DevOps, high DORA scores, disciplined delivery — see the same downstream deterioration as everyone else. "Even the strongest foundations are buckling under the landslide of AI-generated output." This is the explicit empirical wedge against DORA 2025, which concluded strong foundations protect against AI's downsides.
The thesis: it's an authoring problem, not a review problem#
The report's punchline reframes the fix. The natural instinct — more reviewers, stricter gates, longer QA — "treats the symptom." Faros argues the problem must be addressed at the source, during code generation: "the goal should be fewer mistakes arriving at review, not more humans deployed to catch them." AI-generated code is superficially convincing (idiomatic, well-named, stylistically consistent) while its structural failures sit beneath the surface, so it imposes a disproportionate tax on senior engineers — the only people equipped to catch intent-level errors, now consumed unraveling plausible-looking code that "was never ready."
This is a productive refinement of Verification as the New Bottleneck: Faros agrees verification is the binding constraint, but argues you relieve it by raising authoring quality (richer context at generation time), not by scaling the verification layer. The mechanism it prescribes — give agents codebase standards, architectural intent, security constraints, and a "context engine" built from how the codebase evolved, not its current state — is the industrial-scale version of the persistent-context discipline.
Why "whiplash" and not "paradox"#
Faros's July 2025 report named the AI Productivity Paradox (investment up, delivery gains not materializing). The 2026 report claims the paradox "sharpened into a crisis": adoption accelerated, the absorb-gap widened, and the throughput gains are real but front-loaded — they "mask the strain" that surfaces downstream weeks-to-months later. The whiplash is the temporal structure: fast visible acceleration, delayed invisible cost. Note the comparison is directional only — the 2025 and 2026 datasets are independent cross-sections, not a longitudinal panel.
A near-term boundary condition#
Faros stresses these numbers reflect AI as a primary authoring tool with humans still in the loop — agentic authoring is <1% of PRs in this dataset (see AI as Primary Author). "Remove that human from the loop entirely, and every metric here faces pressure an order of magnitude greater. The industry is not ready for that transition." The whiplash, on Faros's telling, is the mild version.
The split result: a human-controlled production measurement disagrees, but not everywhere (2026-08)#
Tran et al. (Google, arXiv 2608.06640) is the first source in the corpus that can be held against this page on its own terms: empirical rather than vendor-claim, production scale (3.52M submitted changes, April 2025-April 2026), and — the thing Faros lacks — a human-written control cohort, with outcomes stratified on change size, month, and organizational slice.
What it corroborates. Review friction is real and points the way this page says. AI-generated changes draw 1.92x the blocking review threads, 1.39x the comments, 1.24x the reviewer iterations, 1.19x the time to merge. Build failures run ~1.3x and sanitizer findings ~1.3x above the human cohort, which is Fung's CI/build jam with a ratio attached. And AI changes are structurally what this page describes: median 89 lines changed against 33, 3 files touched against 2.
Where it conflicts. This page's most alarming numbers are post-deployment — bugs per developer +54%, incidents per PR +242.7%. Google's post-deployment signal runs the other way: revert rate ~0.9x, below parity. Once AI code clears review and presubmit checks it is less likely to be rolled back than human code. Its Correctness-and-Safety static findings are also below parity (0.94x), as are lifetime/ownership hazards. The excess is concentrated in efficiency and coupling, not in breakage.
(Nothing above supersedes Faros's figures — they are different measurements, and both stand as reported. What follows is the weighting.)
How the two are reconciled, and what is left genuinely contested. Four axes of non-comparability absorb most of the gap:
- Different dependent variable. A revert is a specific remediation action; an incident is a production event. A codebase can generate more incidents and fewer reverts if the incidents are handled by forward fixes — which is the normal monorepo practice Google describes.
- No control cohort on this side. Faros compares low-adoption to high-adoption quarters within a company; Google compares AI-authored to human-authored code within the same window. Faros's design cannot separate "AI code is worse" from "orgs that adopt AI hardest are also changing in other ways"; Google's can, and does.
- Population maturity is exactly the disputed variable. Google's monorepo has centralized review, mature static analysis, and presubmit gates, and the paper's own reading of its split result is that the gates catch the fatal errors. That is a direct data point for DORA's "strong foundations protect you" and against this page's maturity-independence claim — from telemetry rather than survey, which was the axis Faros's critique of DORA rested on.
- Magnitude, where the sign agrees. Faros's median time-in-PR-review is +441.5%; Google's time to merge is +19%. Both above parity, an order of magnitude apart. Population and unit differ enough that neither refutes the other, but a reader carrying the +441.5% figure into an enterprise-monorepo context should carry the 1.19x alongside it.
Weighting. Google is the higher tier (empirical, controlled, production) and it is the more direct test of "does AI-authored code break more." But its COI runs opposite to Faros's and is just as directional: Google engineers measuring the output of Google's own AI coding tools, publishing a discussion that attributes the observed weaknesses to "historical default system configurations" rather than to the models. Two vendor incentives pointing in opposite directions, one of them attached to a control cohort. The honest verdict: the quality-down claim survives on review burden and pre-merge instability, and does not survive as stated on post-deployment stability in a mature review-gated org.
A second vendor panel, one quarter later — same shape, and the saved hours go missing (2026-08)#
DX's State of AI Impact in Engineering: Q2 2026 (Justin Reock, vendor-claim, 500+ customer organizations) is the closest structural match to this report the vault holds: an engineering-metrics vendor reading its own customer base, published as a newsletter readout of a gated PDF, with the prescription pointing at the vendor's product category. It is a second commercially interested instrument in the same market, not an independent replication, and every figure below is a summary number whose methodology the vault does not have.
Corroboration on the size driver, from a third kind of contrast. DX reports median PR size nearly doubled between Q1 and Q2 2026, and reads rising PR size as an early technical-debt indicator for exactly the reasons this page does — more complexity per change, more to review. Three sources now agree on direction while measuring three different things:
| Source | Contrast | Result |
|---|---|---|
| Faros (this page) | low- vs high-AI-adoption, within company | avg PR size +51.3%, files/PR +59.7% |
| Tran et al. | AI- vs human-authored changes, same monorepo | median 89 lines vs 33, 3 files vs 2 |
DX (vendor-claim) | Q1 2026 vs Q2 2026, calendar time in-panel | median PR size ~2x |
DX's is the only one measured on the calendar rather than across a cross-section, and it is the fastest-moving: a doubling of the median in two quarters. That makes this page's first open question (do the quality effects survive normalization for PR size?) more urgent rather than answering any part of it — DX publishes no size-normalized outcome at all.
The new finding, and it is a budget claim rather than a quality claim. DX estimates AI users save 4-6 hours per week, and reports that the innovation ratio — the share of time spent building new features versus maintenance and overhead — is flat over the same period. So the hours are real and the portfolio did not move.
This page and that finding compose into a hypothesis neither source establishes: the saved hours are being consumed by the downstream work the same throughput creates. Larger PRs to review, longer queues, more incidents, more rework — every quantity on this page is denominated in engineer-hours, and a flat innovation ratio is what it looks like when a velocity gain is spent paying for itself. DX supplies no decomposition of where the hours go, so this is a reading of two vendor datasets and not a measurement. It is also the org-layer answer to Ng's promotion story — the QA burden falling is supposed to free attention upward, and at panel scale the freed attention has not landed on new features.
And a perception measure moving the way this page predicts. DX's Developer Experience Index fell 67 to 65 over four quarters, with the striking cut being a divergence between two of its component measures since Q1 2026: Code Maintainability +3.8% while Change Confidence -6.1%. DX's framing is that two historically correlated metrics have come apart — AI makes the code in front of you easier to understand while making what you push harder to trust.
Read the instrument before the finding. By the article's own definitions these are perceptions — maintainability is "how easily developers can understand the codebase," change confidence is "their trust that modifications won't cause production failures" — so this is the survey half of DX's instrument, not telemetry. That matters in this page's favour rather than against it: the perception-lags-reality argument predicts exactly this ordering, with felt confidence eroding a few quarters after the system outcomes Faros measured. A falling confidence index during a period of rising throughput is what perception catching up looks like. What it is not is independent confirmation of the incident and bug numbers, which remain Faros's alone.
DX's sixth finding is the budget frame around all of it: median quarterly organizational AI spend rose ~$1.5K to ~$44K over four quarters with tech-sector spend up nearly 28x, and its warning is that leaders who cannot connect that to feature velocity, innovation ratio or quality "may face increasingly difficult budget conversations." See Firm AI-Spend Intensity and Headcount Growth for where that sits among the vault's other spend instruments.
Connections#
- Community Smells Under AI Adoption — the same org-scale question from survey rather than telemetry, and with the opposite sign: self-reported team social health improves under AI adoption where Faros measures quality degrading. Different constructs and different instruments rather than a direct contradiction — but the study's own free-text minority sounds much more like the telemetry than like its coefficients
- AI as Primary Author — the precondition: the assistant→author threshold (60% code acceptance) is what floods the system; "AI is the primary author now" is the report's framing of who generates the absorbed output
- Systems Thinking Over Specialization — a named counter-strategy: Netflix's paved paths and design systems try to raise absorption capacity through infrastructure-encoded guardrails rather than process gates
- Excellence as an Operating System — the cultural bet this page's data challenges: Stone's "adding process never got better outcomes" vs. Faros's evidence that even high-maturity orgs fail to absorb agent-scale throughput; whether talent density + encoded guardrails substitutes for process is the open question recorded on both pages
- Verification as the New Bottleneck — Faros corroborates the bottleneck with telemetry but refines the fix: improve authoring, don't just scale review. That page now also carries CircleCI's Q2 2026 Pulse (
vendor-claim, 20M+ CI workflows), a second independent vendor telemetry set pointing the same way: feature-branch throughput +7.7% YoY against flat main-branch throughput, and an elite/median velocity gap that widened 8× → 9× in one quarter — the widening-gap shape this page argues for, measured on a different instrument by a vendor with a different product to sell. One reading cuts against this page though: CircleCI's main-branch success rate improved 70.8% → 76.7% over the same window, a quality metric moving the right way. Different layer (CI pass rate vs production incidents) and a CircleCI-customers-only population, so it is a boundary marker rather than a refutation — the pipeline can get greener while what it ships gets worse - AI Brain Fry — the cognitive-load channel: context-switching and under-review are the human-side strain the whiplash induces at org scale
- Agentic Technical Debt — the quality degradation is debt compounding industrially; Faros's "context engine" (rec #10) is the CLAUDE.md mechanism scaled to the org
- Telemetry vs. Survey Measurement — the methodological basis for the maturity-independence claim and the explicit DORA counterpoint
- Vibe Coding vs. Agentic Engineering — the dark mirror: this is what the data looks like when orgs fail to preserve Karpathy's quality bar
- Blast Radius (Agentic) — Faros's "wider blast radius per change" is the code-change sense (larger PRs reaching further into the codebase), distinct from the security-compromise sense
- Harness Shrinkage as Models Improve — a counter-pressure data point: even as models improve, org-level quality degrades, because the harness (context provisioning, quality gates) didn't keep pace with capability
- Outsource Your Thinking, Not Your Understanding — the senior-engineer tax is comprehension debt cashed in at review time: someone must reconstruct the intent the author never held
- Agentic Coding Work-Composition Shift — the juxtaposed telemetry: Anthropic's same-period study finds session value up ~27% and debugging down at the interactive-session layer, while this finds quality down at the org-SDLC layer — different units (session success vs downstream incidents), and
empiricalresearch telemetry vs thisvendor-claimreport - Organizational Complements to AI — the diagnosis under the whiplash: throughput up but quality down is the productivity-paradox failure mode when orgs adopt AI faster than they redesign the review/QA complements; the missing complement is what the telemetry catches
- AI Investment Story, Not Efficiency Story — the financial-metrics sibling: throughput up but realized per-head efficiency lags because the org complements lag adoption — the same lag as the whiplash, measured on revenue-per-employee instead of SDLC quality
- The Three Loops of AI-Native Building — the telemetry that outranks Andrew Ng's self-report: he claims self-testing agents cut the developer's QA burden "significantly," where median time-in-PR-review rose 441.5%; scope (0-to-1 personal builds vs production orgs) is the likely reconciler
- Security Debt of Agent-Generated Code — non-vendor
empiricalcorroboration of the quality half on a security axis (38.9% of agentic PRs carry a security smell, concentrated in CI/container files), and the source of the PR-size-stratified data this page's first open question asks for - Agent-Generated Test Quality — the authoring-quality thesis measured inside the test suite (
empirical, non-vendor): agent-authored tests carry unmocked file I/O and non-determinism at ~1.4× the human rate, one concrete channel from throughput rise to the CI/build jam. It also complicates this page's dismissal of Ng — self-testing agents do broaden coverage (edge-case variety 0.62 vs 0.32), they just destabilize the runner, so both sides of that dispute get a piece - Risk-Tiered Auto-Approval — the risk-tiered gating this report recommends, running in production: PostHog's StampHog auto-approved ~1 in 3 PRs merged into their main repo behind a deny-list + a <500-line/<20-file ceiling. It is a review-layer lever, which is what this page argues is the wrong end — but its size ceiling attacks the "wider blast radius per change" driver directly, and the paired practice (decompose into stacked sub-400-line PRs) is an authoring-side change
- Efficiency Debt of AI-Generated Code — the human-controlled foil, and the only source that measures both halves of this page in one dataset (see the section above). It corroborates the review-burden half at a smaller magnitude, contradicts the post-deployment half (revert rate ~0.9x), and adds a downstream cost this page never counted: ~5% relative compute and ~8% relative memory overhead for AI-heavy functions, driven by explicit loops replacing standard-library calls. Its
#oqabout weaker presubmit gates is the mirror of this page's maturity question - Agent Review Comment Resolution — whether the fastest-automating layer in this report's data actually lands. Faros records agentic review going 0% to 25% of PRs while agentic authoring stays under 1%; that study measures the output of that layer across 54,713 comments and finds roughly seven in ten resolved (Copilot 72.9%, Cursor 67.2%, Codex 54.8%). A mild counterweight to the whiplash framing — the automated oversight layer is being used, not ignored — with two limits: the pooled figure is 83.5% Copilot, and nothing there connects comment adoption to any downstream quality outcome, so it does not touch this page's incident and bug numbers
- Review as the Control Point — the non-vendor foil. Faros (
vendor-claim) argues the gap widens with adoption and maturity doesn't protect; this CMU theory (empirical, non-vendor) argues AI does not fix the sign of the effect — the team's expertise + process do — and its own GitHub telemetry finds the agent no-review rate converging down toward the human baseline over mid-2025→early-2026, not widening. Caveat both ways (open-source vs enterprise populations; neither out-measures the other on quality outcomes)
Open Questions#
- Faros's own deferred question: do the bug/incident increases persist when normalized for PR size, or do larger PRs account for most of the quality deterioration? (If the latter, hard PR-size limits are the highest-leverage fix.) Partially answered by Security Debt of Agent-Generated Code (
empirical, non-vendor): on the security axis, PR-level flagging rises monotonically with change size — 16.2% for 1–9-line PRs to 53.6% for 1000+-line PRs, a 37.4-point spread — which is the size-stratified evidence this question asks for and supports hard PR-size limits as a real lever. Two gaps keep it open: it measures smells introduced, not the bugs and incidents Faros counts, and being a cross-sectional association it can't say whether capping size lowers density or merely re-partitions the same changes across more PRs. Further partially answered 2026-08-12 by Tran et al. (empirical, with a human control cohort): AI changes there are indeed larger (median 89 lines vs 33, 3 files vs 2), and the downstream comparisons are stratified on change size among other covariates — so the ratios that survive stratification are not the size effect. What survives is split by outcome: blocking threads 1.92x and build failures ~1.3x stay above parity, revert rate ~0.9x stays below. So size does not account for the deterioration, and the deterioration does not have one sign. A hard PR-size limit therefore addresses review burden rather than production stability, which is a narrower case for the lever than this bullet originally assumed. - Code churn +861% is genuinely ambiguous (Faros lists three explanations: rework of AI code, productive legacy refactoring, or accelerated polish). The cross-customer metric can't resolve it — a real gap, not a finding. A partial proxy added 2026-07-29 by 5 takeaways from the State of Software Delivery Q2 Pulse report (
vendor-claim): CircleCI's Merge Efficiency Ratio — validation cycles a feature branch needs before it lands on main (median 3.9, top-5% 2.6, elite cohort 1.3) — counts a pre-merge form of the same rework, and it is countable per team rather than pooled cross-customer. It narrows the ambiguity from one side only: cycles spent failing validation before merge are hard to read as "productive legacy refactoring," so a high MER is closer to unambiguous rework than churn is. It does not decompose Faros's metric, because the two measure different things — MER counts attempts, churn counts lines-deleted-to-added, and a clean refactor that passes CI first try is invisible to MER while dominating churn. - How much of the "maturity doesn't protect" claim survives the vendor incentive to argue exactly that (i.e., "your existing practices won't save you — you need our platform")? Partially answered by Review as the Control Point (non-vendor,
empirical): its whole thesis is the opposite — AI doesn't fix the sign; team expertise and process do — which leans toward DORA's "foundations protect you" and against Faros's determinism. But it argues the moderators exist rather than measuring a maturity effect, so the vendor-incentive question isn't closed, only counterweighted by a non-vendor source that disagrees with the framing.
Resolved Questions#
- Faros reads under-review as a widening crisis; CMU's non-vendor GitHub telemetry finds the agent no-review rate converging toward the human baseline (>50%→~14%) as orgs learn to review agent code. Is the divergence real (enterprise vs open-source populations, adoption-depth cross-section vs calendar-time trend) or does the whiplash's under-review pressure only surface where PR volume is highest? Answered: The Under-Review Divergence: Faros's Widening Crisis vs. CMU's Convergence — mostly not real: Faros's +31.3% is a delta in unreviewed-PR count across adoption depth (enterprise, all PRs) while CMU's is a falling share of unreviewed agent PRs over calendar time (open source) — a falling rate and a rising count coexist under Faros's own volume growth. The volume clause is supported (median per-project no-review ≈0% vs pooled >50%; triage by PR type), and Faros's own risk-tiered-gating remediation is the triage behavior CMU observes emerging. The residual disagreement is a forecast: does triage discipline survive agentic authoring crossing from <1% to double digits — untested in both datasets.
Sources#
- AI Engineering Report 2026: The Acceleration Whiplash — Executive Summary, Findings #1–7, "What Engineering Organizations Should Do"
- 5 takeaways from the State of Software Delivery Q2 Pulse report — Jacob Schmitt, CircleCI blog (2026-07-08),
vendor-claim: findings 1, 2, 4 — the 8×→9× widening velocity gap, feature-vs-main throughput split, main-branch success rate 70.8%→76.7%, and the Merge Efficiency Ratio - Characterizing the Quality Profile of AI-Generated C++ in Production — Tran et al. (Google, arXiv 2608.06640, 2026-08-06),
empirical: §4.2 Table 2 (change structure), §4.3 and Figure 4 (revert / sanitizer / build-failure ratios and the five review-friction ratios), §6 (threats to validity). Full treatment, evidence note and COI at Efficiency Debt of AI-Generated Code - The State of AI Impact in Engineering: Q2 2026 — Justin Reock, The State of AI Impact in Engineering: Q2 2026 (DX, Engineering Enablement newsletter, 2026-07-22). Evidence tier corrected
empiricaltovendor-claimat compile — a developer-productivity vendor's readout over a self-selected panel of its own 500+ customer organizations, published as lead-gen for a gated report and a webinar; full reasoning in the Sources entry. Findings 1-6: the 34%-to-52% self-reported code share, the near-doubled median PR size, DXI 67-to-65, the Code Maintainability / Change Confidence divergence, the 4-6 saved hours against a flat innovation ratio, and the$1.5K-to-$44K median quarterly spend. The methodology tables are in the gated PDF and are not in the vault, so no figure here has an n, a confidence interval, a stated measurement window per metric, or a statement of which quantities are survey and which are telemetry. Web article, no docling parse; charts on the page are images and every number quoted appears in the newsletter's own prose. The control-group claim is handled at Telemetry vs. Survey Measurement
Cited by 28
- Open Questions Backlog×5
Acceleration Whiplash: Faros's own deferred question: do the bug/incident increases persist when…
- Telemetry vs. Survey Measurement×5
This is a flagged inter-source contradiction. DORA's 2025 State of AI-Assisted Software Development…
- The Under-Review Divergence: Faros's Widening Crisis vs. CMU's Convergence×5
The arithmetic reconciliation is direct: a falling rate and a rising count coexist whenever volume…
- AI as Primary Author×4
Acceleration Whiplash — the downstream consequence: an AI author at 60% acceptance is what floods…
- Review as the Control Point×4
Acceleration Whiplash — the direct foil: Faros's vendor telemetry says the gap widens and maturity…
- The Three Loops of AI-Native Building×4
The human didn't get removed from the loop; they got promoted out of QA. Notice this cuts against…
- Verification as the New Bottleneck×4
Discount appropriately. Both quantities are perception measures by DX's own definitions, from a…
- Efficiency Debt of AI-Generated Code×3
Two things follow. First, this is a production-scale null against the simplest reading of Review As…
- Excellence as an Operating System×3
Stone's anti-process stance sits directly against Acceleration Whiplash — Faros's telemetry showing…
- Is Human Review of AI-Authored Code Still a Real Control, or Already Rubber-Stamping?×3
Telemetry: 31.3% of PRs merged with no review, review time up ~5×, daily PR contexts per developer…
- Risk-Tiered Auto-Approval×3
It supports the size gate, strongly. Security-smell prevalence in agentic PRs climbs monotonically…
- Agent-Generated Test Quality×2
The reported gap is small — 88.08% vs 85.70% strong assertions — and the more interesting number is…
- Agentic Coding Work-Composition Shift×2
Acceleration Whiplash — the juxtaposed telemetry: value/success up at the session layer here vs.…
- AI Investment Story, Not Efficiency Story×2
Acceleration Whiplash — the SDLC-telemetry sibling: throughput up but realized quality lags because…
- Faros AI×2
AI Engineering Report 2026: The Acceleration Whiplash — the paradox "sharpened into a crisis." See…
- Security Debt of Agent-Generated Code×2
Acceleration Whiplash — non-vendor empirical corroboration of the quality half of the whiplash on a…
- Systems Thinking Over Specialization×2
She names the agent-scale endgame explicitly: Netflix's vision is "so many agents contributing to…
- Agent Review Comment Resolution
Acceleration Whiplash — Faros Ai records agentic review going 0% to 25% of PRs, faster than agentic…
- Agentic Technical Debt
Acceleration Whiplash — the same compounding mechanism measured at industry scale; Faros Ai's…
- AI Brain Fry
Acceleration Whiplash — Faros Ai's org-scale telemetry of the same fatigue: daily PR contexts per…
- Andrew Ng
QA was the job that went away. "Last year, a lot of developers (including me) were acting as the QA…
- Blast Radius (Agentic)
Acceleration Whiplash — different sense of "blast radius": Faros Ai's "wider blast radius per…
- Community Smells Under AI Adoption
Acceleration Whiplash — the same org-scale question answered from telemetry rather than survey, and…
- Firm AI-Spend Intensity and Headcount Growth
Acceleration Whiplash — a third spend instrument, and the first that reports spend next to…
- AI Coding Practice
Acceleration Whiplash — Faros 2026: AI floods a human-paced SDLC with output it can't absorb —…
- Organizational Complements to AI
Acceleration Whiplash — the downstream-cost evidence of missing complements: when orgs adopt AI…
- Outsource Your Thinking, Not Your Understanding
Acceleration Whiplash — Faros Ai's senior-engineer "tax" is comprehension debt cashed in at review:…
- Vibe Coding vs. Agentic Engineering
Acceleration Whiplash — the dark mirror: Faros Ai's industry telemetry of what the quality bar does…
Related articles
- Verification as the New Bottleneck
Fiona Fung: coding is no longer the bottleneck — verification, review, maintenance are; shift-left; TDD loses its tax;…
- Telemetry vs. Survey Measurement
Perception lags reality: survey-based research (DORA) misses damage system telemetry catches — plus the family effect (…
- Review as the Control Point
Agarwal et al. (CMU, arXiv 2607.07980): a 26-construct/67-relationship causal theory synthesized from 3,100 coded pract…
- AI as Primary Author
Faros 2026: the assistant→author threshold crossed without a deliberate decision, marked by AI-code acceptance rising 2…
- Open Questions Backlog
_456 actionable open questions across 205 pages · 107 predictions · 9 notes · 147 in progress · 69 watching (entities),…
