Recommendation — Codex inference: keep QC embedded in the three teams during the transition. Move their primary contribution toward defining acceptable behavior, finding risks the checks miss, and improving the system that produces release evidence. Fund that transition with developer time and reduced feature commitments. Do not derive a headcount reduction from AI code-generation speed.
The desired change is sound, with one qualification: an engineering system can continuously produce evidence that a change satisfies specified conditions. It cannot generally prove that the product is correct in every situation. Someone must still challenge the conditions, the checks, and the remaining risk.
1. Background and scope
User-provided context: three Scrum teams working as a Nexus, with a ratio of five developers to three Manual Quality Control Engineers, moving toward continuous delivery in an agentic software engineering environment.
Planning assumption: the ratio describes each team. That gives 15 software developers and nine QC engineers, or 24 people across these two specialties. QC is 37.5% of that group; this is arithmetic, not an industry benchmark. Product Owner and Scrum Master capacity are outside this calculation. If 5:3 describes the entire Nexus instead, use the same work design but share specialty coverage across teams; the nine-person allocation below would not apply.
Background: Quality work spans product intent, domain rules, implementation, and operational behavior. This study connects independent verification to an organizational question: where people create value, how capacity moves, and what makes a transition credible.
Evidence boundary: researched on 14 September 2026, using sources published by that date. Recent evidence includes a 31 August 2026 engineering account. organization case studies below are first-party reports, not independent audits. No verified case in this research establishes an optimal 5:3 ratio or documents this exact nine-person QC transition.
Continuous delivery means being able to release on demand safely and sustainably. Continuous deployment adds automatic production deployment of changes that pass the relevant controls. A team can achieve delivery while keeping an explicit release decision. DORA: continuous delivery
“Agentic” here means agents help plan, edit, execute tools, test, and repair software. It does not mean the product itself contains AI. Testing an ordinary application built by agents and evaluating an AI feature are related but different jobs.
2. What the evidence supports
| Claim to check | Finding as of the cutoff | Practical meaning |
|---|---|---|
| Continuous delivery removes the need for testers. | Unsupported. Continuous Delivery guidance retains exploratory and usability testing and recommends developer–tester pairing. | Change the work mix; protect human investigation. |
| Faster AI implementation guarantees faster, safer delivery. | Unsupported. DORA's March 2026 synthesis reports higher AI adoption associated with both throughput and instability. | Measure the whole delivery path and customer harm. |
| AI-generated tests can contribute useful production work. | Supported in bounded industrial studies, including Meta's TestGen-LLM. | Generate candidates, then filter and review them. |
| A passing suite proves the change is acceptable. | Too strong. It only supports the conditions actually checked, within its environments and data. | Make missing evidence and assumptions visible. |
| The 2025 finding that AI slowed developers still describes September 2026. | Not established. METR's February 2026 update says its newer estimate is unreliable because of selection and measurement effects. | Neither old slowdown nor new speedup claims justify a staffing formula. |
| Three teams passing their own tests is sufficient for Nexus. | Incomplete. Nexus requires an Integrated Increment and a shared Definition of Done. | Validate interactions across team boundaries. |
Sources: Continuous Testing, DORA, March 2026, Meta paper, 2024, METR update, February 2026, Nexus Guide, January 2021. The limits of testing and the staffing implications are analysis, not measured results from these sources.
3. Where QC creates value
Proposed work design — Codex inference. QC's enduring skill is investigating the gap between intended behavior and observed behavior. Put that skill at several points in delivery, with concrete outputs.
| Value area | Work QC performs | Reusable output | Evidence of value |
|---|---|---|---|
| Acceptance and domain risk | Clarifies rules with the PO and domain experts before implementation; identifies negative cases. | Decision tables, examples, risk notes, explicit unknowns. | Fewer late changes caused by misunderstood rules. |
| Test design and data | Selects cases, boundaries, states, and realistic data; pairs with developers on implementation. | Fixtures, API checks, permission matrices, contract examples. | Important regressions caught before release. |
| Trust in verification | Challenges assertions, weak mocks, flaky tests, and skipped checks. | Deliberate-fault exercises, test repairs, clear failure diagnostics. | The suite catches plausible faults and needs less babysitting. |
| Exploration and user experience | Investigates workflows, surprising combinations, accessibility, and confusing behavior. | Exploration charters, findings, revised acceptance examples. | Serious unknowns become actionable changes. |
| Integration and operations | Investigates cross-team flows, telemetry gaps, rollout behavior, and incidents. | Integrated checks, customer-focused signals, reproduction datasets. | Faster detection and fewer repeated failures. |
| Agent evaluation, where needed | Curates representative tasks, assesses outcomes, and calibrates subjective graders. | Versioned evaluation sets and failure categories. | Model or harness changes can be compared against a stable baseline. |
Do not make all six areas separate jobs. Each team needs coverage of the first five; agent evaluation needs dedicated capacity only when its use and risks warrant it. A QC engineer can be strong in domain analysis and exploration while gradually learning technical investigation. An automation specialist needs deeper programming skills. These are valid complementary paths.
The minimum technical progression should include reading a change, calling an API, understanding data state, reading test results and logs, and explaining why a check should fail. An agent can help draft a script; it cannot substitute for the person's ability to explain its assertion.
The value statement becomes: “I improve the evidence and decisions that let this team release safely.” Counting executed test cases will reward the old work even after job titles change.
4. A realistic arrangement for nine QC engineers
Proposed starting arrangement, not a staffing benchmark: retain three QC engineers in each team. Let them develop complementary focus areas while remaining responsible for their team's product work.
| Within each team | Initial emphasis | Partnership |
|---|---|---|
| QC focus A | Domain examples, risk analysis, exploratory testing. | PO, UX, domain expert, developer. |
| QC focus B | Test design, API automation, data setup, trustworthy assertions. | Developer with strong testing skills. |
| QC focus C | Integration scenarios, environments, operational evidence. | Technical lead and peers in the other teams. |
These are learning emphases, not three isolated queues or mandatory job titles. Rotate pairing and share knowledge. Assign focus based on demonstrated skills and interest; there is no evidence here about any individual's suitability. Initially A may help B specify cases while B helps A inspect API responses.
Across the Nexus, the three people emphasizing integration maintain a shared map of critical journeys and dependencies with developers. Their work remains visible in the product backlog and team capacity. They do not become a final testing department that receives completed work from all three teams.
The Nexus Integration Team remains the accountability that ensures a Done Integrated Increment. Its members help resolve integration constraints; it is not prescribed as a separate group that performs every integration task. Nexus Guide
Within Scrum terminology, QC specialists who help create the Increment fall under the Developers accountability. “Software developer” in the 5:3 ratio is an occupational distinction. Quality belongs to the team. Sprint boundaries also do not require releases to wait for the Sprint Review. Scrum Guide, November 2020
Suggested division of work: the PO clarifies product intent and priorities; domain experts validate domain rules; QC leads risk discovery and challenges evidence; software developers build testable code and maintain its checks; technical leadership supports architecture and delivery infrastructure. Operations or the team operating the service supplies production expertise. Map release and risk decisions to the existing organization’s authority. This study does not appoint new owners or change its RACI.
Three teams. Shared product evidence.
Team A
Domain & exploration
Tests & evidence
Integration & operations
Team B
Domain & exploration
Tests & evidence
Integration & operations
Team C
Domain & exploration
Tests & evidence
Integration & operations
Proposed specialty coverage, not fixed job titles. Developers and QC pair within teams; shared integration work stays visible in capacity.
5. Replace the handoff with an evidence loop
Proposed delivery pattern — Codex inference. Start with one customer journey and make the evidence visible beside the change.
- Frame: identify the user outcome, unacceptable failures, examples, affected teams, and unknowns. QC helps make the acceptance criteria testable.
- Build: a developer or agent implements a small change with suitable checks. Developers make seams for testing and deterministic data setup.
- Challenge: run checks that could reject the implementation. QC investigates important gaps, and another qualified person reviews changed expectations.
- Integrate: check the actual combination of changed components, including contracts, permissions, and schema compatibility.
- Release: apply the risk policy to the built artifact. Use staged exposure where appropriate, explicit stop conditions, and a tested recovery method.
- Learn: connect incidents, exploration findings, and customer signals to missing examples, checks, or monitoring. Feed improvements into the backlog.
An evidence record can be a compact, automatically assembled section in the pull request or delivery system. It contains the intent and acceptance version, change and artifact identifiers, affected components, test results and environments, unresolved risks, required review, and rollout/recovery evidence. Do not ask QC to manually copy pipeline output into a second document.
Evidence belongs to the specific candidate. A material change after checks ran needs relevant checks again. Missing, stale, skipped, or inconclusive required checks are not passing evidence. An exception records its reason, scope, authorized decision-maker, and expiry; routine overrides are a signal that the control needs repair.
This makes QC's review more focused: “Which conclusion is unsupported?” becomes more useful than repeating every familiar screen flow.
QC moves through the whole evidence loop
Rules, examples
and unacceptable outcomes
Small changes
and testable code
Assertions, faults
and unexplored behavior
Cross-team flows
and compatible versions
Current evidence
and recoverable exposure
Customer signals
become better checks
People define and challenge acceptable behavior. The engineering system repeatedly gathers evidence against it.
6. What changes because agents write software
Proposed controls — Codex inference. Cheap test generation can increase the volume of weak checks. Separate the authority to define expected behavior from the convenience of generating implementation details.
| Failure mode | Control to try | QC contribution |
|---|---|---|
| Agent copies the same misunderstanding into code and tests. | Derive examples from domain decisions; require independent review of expected values. | Challenge the rule and its counterexamples. |
| Agent weakens assertions or skips failures to obtain green checks. | Make test and gate changes visible; protect required controls and review weakening changes. | Inspect what stopped being checked. |
| Tests validate mocks but miss an actual integration failure. | Add focused contract checks and a small number of integrated journeys. | Identify where assumptions cross team boundaries. |
| A long generated change exceeds human review capacity. | Limit change scope and agent work in progress; split changes by independently verifiable intent. | Flag evidence that no longer matches the scope. |
| An automated judge gives persuasive but wrong approval. | Prefer executable outcome checks for objective facts; calibrate subjective grading with people. | Maintain examples of false acceptance and rejection. |
| Agent or harness changes alter behavior. | Record versions and compare representative tasks before widening use. | Curate failure cases and investigate regressions. |
Using a different model to review is an additional perspective, not demonstrated statistical independence. Stronger independence comes from externally grounded rules, controlled data, different check mechanisms, and people who can reject the premise. A deliberate fault can test whether a critical assertion catches the intended error; it still cannot establish complete correctness.
For a product that contains an agent, evaluate final state as well as responses: did the action occur correctly, did it obey the allowed boundaries, and did it leave unwanted side effects? For subjective quality, use a rubric with human calibration. Repeat representative scenarios when variability matters. Anthropic describes this combination of outcome checks and calibrated evaluation practices in its January 2026 engineering guidance. Demystifying evals for AI agents
For an ordinary product built with coding agents, keep normal application checks central. A separate agent evaluation program should earn its cost by answering a concrete question, such as whether a harness update increases incomplete fixes or weakens tests.
7. Risk determines the release path
Illustrative policy, not an approved standard. Classification considers customer impact, reversibility, uncertainty, and ability to detect failure. Change size alone is insufficient.
| Change class | Example | Evidence before exposure | Human contribution |
|---|---|---|---|
| Lower risk | Small display change with no permission, persistence, or domain-rule effect. | Relevant checks, accessibility checks where applicable, normal review, simple recovery. | Sample outcomes and investigate uncertainty. |
| Medium risk | Workflow change spanning an API and UI. | Domain examples, API/contract checks, integrated journey, telemetry and recovery. | Targeted exploration and review of unresolved risks. |
| Higher risk | Permission boundary, irreversible migration, or safety-related business rule. | Explicit rule review, negative cases, integrity checks, recovery rehearsal or forward-repair plan. | Qualified review and authorized residual-risk decision. |
A feature flag can reduce exposure; it cannot undo corrupted data or already disclosed information. A canary helps only if the relevant failure is observable and the sample is meaningful. Rare critical failures need strong pre-release controls even when the traffic dashboard looks healthy. These are reasons to strengthen particular evidence, not reasons to require a full manual regression for every change.
More risk requires stronger evidence
Lower risk
Relevant checks
Normal review
Simple recovery
Medium risk
Integrated journey
Targeted exploration
Observable rollout
Higher risk
Explicit rule review
Integrity & negative checks
Authorized risk decision
Classify by impact, reversibility, uncertainty, and detectability. A one-line permission change can be high risk.
8. One worked example across three teams
Hypothetical equipment-management example; not a claim about an existing product, incident, or decision. Team A owns inspection capture, Team B owns status calculation, and Team C owns exports and reporting. A change allows an inspection correction after submission.
The obvious test edits a result and sees the new status. QC adds the harder questions: who may correct it; which version a report shows; what happens to the audit history; whether another tenant can see the correction; and what an old client does while the new API rolls out.
| Acceptance question | Proposed evidence | Who works together |
|---|---|---|
| Does correction preserve the original record and actor history? | Deterministic before/after dataset and audit-event assertions. | QC + domain expert + Team A developer. |
| Does the status follow the agreed rule at time boundaries? | Reviewed decision table, boundary tests, deliberate wrong-rule exercise. | QC + PO + Team B developer. |
| Do exports and the UI refer to the same inspection version? | Contract checks and one integrated journey against controlled data. | QC and developers across B and C. |
| Can an unauthorized user or tenant access the corrected record? | Negative API authorization checks with separate identities. | QC + developer with security expertise. |
| Can a partial rollout or failed migration leave inconsistent data? | Compatibility checks, rehearsal, reconciliation signal, repair procedure. | Developers + QC + service operator. |
Before implementation, QC helps settle the rules. During implementation, an agent can draft fixtures and tests; people inspect expected results. Before exposure, QC explores unusual sequences while the system reruns known checks. After exposure, QC helps investigate mismatches and improve the dataset.
The reusable asset is the agreed behavior and its evidence. The manual session still creates value because it searches for missing behavior, not because it repeats everything already checked reliably.
A pilot first. Wider capability over time.
Baseline
One journey.
Known effort and risk.
Build
Trusted data.
Checks that catch faults.
Validate
Compare evidence.
Retire selected repetition.
Spread
Cross-team coverage.
Shared maintenance.
Rebalance
Observed demand.
Sustainable roles.
These dates are planning assumptions, not demonstrated transformation times. Legacy constraints can extend them.
9. Transition over six to twelve months, with readiness gates
Planning hypothesis — not an observed duration or a promise. A narrow pilot may show useful changes in 90 days. Broad capability across all three teams could need six to twelve months or longer. Legacy coupling, unstable environments, sparse telemetry, and limited mentoring can dominate the schedule. Advance on evidence, not elapsed time.
| Phase | Work and capacity | Exit evidence |
|---|---|---|
| Weeks 1–2: establish the baseline | Choose one journey and map manual regression, waiting, rework, incidents, existing checks, and skills. Use historical data where available. | Known scope, risks, current effort, owners under existing authority, and a small improvement backlog. |
| Weeks 3–6: build a thin pilot | Pair QC with developers. Establish reliable data, a few critical checks, CI execution, and a reproducible test environment. | Agreed examples pass; deliberate representative faults fail; failures can be diagnosed. |
| Weeks 7–12: reduce selected repetition | Run old and new checks together briefly. Investigate disagreements. Retire duplicate manual checks only for the validated pilot scope. | Less human regression effort without an adverse safety signal; observable rollout and rehearsed recovery. |
| Months 4–6: spread across teams | Apply the pattern to a second journey; address cross-team contracts, test maintenance, and learning paths. | More than one person can maintain each critical check; integrated evidence is part of normal delivery. |
| Months 6–12+: rebalance | Review remaining work, skill fit, delivery results, and neglected quality risks. Adjust roles using observed demand. | Stable operation and sustainable maintenance over a meaningful volume and mix of changes. |
During the pilot, try protecting 20% of QC capacity and 10% of software developer capacity for learning and improving verification. These are illustrative budget choices. Across nine QC and 15 developers that is 1.8 QC and 1.5 developer full-time equivalents, spread across people—not additional staff or immediate savings. In a five-day week, it is roughly one day per QC and half a day per developer. Pairing time counts inside both allocations.
Management must reduce feature commitments accordingly. “Learn automation while keeping every old test and every old deadline” is not a funded transition. Avoid promising equal output during the investment period. Choose one pilot team; the other two contribute only where the selected journey crosses their boundaries.
A possible later QC work mix: 15% repetitive verification, 25% acceptance and risk work, 25% automation and evidence maintenance, 20% exploration, and 15% integration and operational learning. This totals 100% and is a discussion model, not a measured baseline, productivity forecast, or quota. Actual allocation should follow risk and capability.
Make the learning budget visible
Fixed scenario: nine QC engineers and 15 software developers. Change the protected capacity below. Feature commitments must reflect this investment.
FTE = people × allocated percentage. Distributed time, not additional people. Pairing counts within both allocations. Default: about one day per QC and half a day per developer in a five-day week.
An illustrative later QC work mix
In order: repetitive verification · acceptance & risk · automation & evidence · exploration · integration & operations. A discussion model totaling 100%; not a quota or forecast.
10. Career paths and learning without pretending everyone is already an engineer
Proposed development paths. Keep domain expertise valuable while increasing technical self-sufficiency. Do not require everyone to become an automation framework maintainer.
| Path | Suitable emphasis | Work sample that demonstrates growth |
|---|---|---|
| Product quality specialist | Domain analysis, exploratory testing, accessibility, user workflows. | Finds an ambiguous rule, resolves it with the right expert, and produces useful examples and investigation evidence. |
| Quality automation engineer | Programming, APIs, fixtures, CI, testability. | Adds a maintainable check, demonstrates its failure mode, and diagnoses a broken run. |
| Integration and reliability specialist | Cross-team flows, data integrity, environments, observability. | Reproduces a distributed failure and adds a useful check or operational signal. |
| Evaluation specialist, if justified | Agent tasks, rubrics, variability, grading quality. | Builds a representative task set and identifies a false approval or regression. |
Use real product work as the curriculum. Begin with API requests, data inspection, logs, and basic Git; add small test changes and CI diagnosis; then progress toward independent maintenance. Pairing, examples, and review are part of delivery capacity. Judge skill by an explanation and a working artifact, not by certificates or generated test volume.
The uncomfortable part: a role consisting only of repetitive scripted manual execution becomes narrower as those checks become reliable automation. Retraining does not guarantee that every person will prefer or master the same new work. Offer several paths and assess progress fairly. These sources support investing in capability; they do not guarantee unchanged staffing indefinitely or justify an immediate reduction.
Three useful examples, three different claims
web surfaces
A scoped behavioral auditor turns interpreted domain rules into repeated checks.
Read engineering accountrecommendations accepted
Engineer acceptance in test-a-thons. Not the share of all generated tests that were useful.
Read research paperweeks between major releases
Historical desktop release improvement. Not automatic production deployment.
Read engineering accountNone of these results establishes a developer-to-QC ratio or measures the proposed nine-person transition.
11. Success stories, with their limits
Dropbox: turn domain interpretation into continuous checks — August 2026
Dropbox reports an auditor for cookie behavior across more than 200 web surfaces. Privacy and Engineering first agreed what correct behavior meant. Playwright then exercised consent choices in isolated sessions and checked behavior after reload. Classifications stayed outside the auditor's code so policy knowledge could be maintained separately. Dropbox, 31 August 2026
Transferable lesson — inference: QC can help make domain rules executable and identify what the inventory misses. Limit: this is a scoped first-party practice account, with no quantified QC redeployment or defect-reduction outcome. It does not establish an agentic staffing model.
Meta: generated tests earn admission — February 2024
In a Reels and Stories evaluation, Meta reports that 75% of TestGen-LLM cases built, 57% passed reliably, and 25% increased coverage. In separate Instagram and Facebook test-a-thons, 73% of recommendations were accepted by engineers and 11.5% of targeted classes improved. These are different populations and denominators. Meta research paper, 14 February 2024
Transferable lesson — inference: the filtering and review process creates value alongside generation. Limit: coverage and accepted recommendations are not demonstrated reductions in customer incidents or staffing needs. Do not read “73% accepted” as “73% of all generated tests were useful.”
Dropbox: faster releases required infrastructure and ownership — 2016, reported 2017
Dropbox reports moving major desktop releases from every eight weeks to every two, with daily internal alpha builds. Investments included automated builds, integration testing, quality metrics, and explicit failure routing. Engineers worked to stabilize tests before expanding them. Dropbox, 21 April 2017
Transferable lesson — inference: automate repeated work while investing in diagnostics and ownership. Limit: this predates coding agents, retained stabilization controls, and describes a desktop release context. It supports a gradual investment pattern, not a claim of continuous production deployment or a target team ratio.
Counterweight: productivity evidence is still context dependent
DORA's 2026 discussion connects AI adoption with both throughput and instability and describes effort moving into verification. These are associations and qualitative findings, not a causal staffing forecast. METR's February 2026 update explicitly warns that selection and timing problems make its newer productivity estimate unreliable. Neither source supports assuming that faster code creation releases an equivalent amount of QC capacity. DORA, METR
12. Measure the transition as a system change
Proposed pilot scorecard. Combine delivery outcomes with evidence quality and actual time use. Keep raw counts and context beside percentages. DORA's current measurement guidance covers throughput and instability; the QC-specific measures here are local proposals. DORA metrics
| Measure | Definition for this pilot | Decision it informs |
|---|---|---|
| Human regression effort | Person-hours spent repeating established checks in the pilot scope. | Is repetitive work actually shrinking? |
| Change lead time | Commit to production for a defined service/change population; show median and a tail percentile. | Is the whole path improving? |
| Change failures and customer harm | Deployments requiring intervention divided by deployments; also record severity and affected journeys. | Did speed make the outcome worse? |
| Recovery | Time from a failed deployment to restored service for deployment-related failures. | Can the team recover safely? |
| Evidence completeness | Eligible pilot changes with current required evidence divided by eligible pilot changes. | Is the new process genuinely used? |
| False blocking and maintenance | Non-product failures, rerun time, and test repair effort. | Are checks creating a new queue? |
| Learning and ownership | Critical checks with at least two capable maintainers; repeated incidents closed with a verified preventive change. | Is capability sustainable? |
Collect a two-week time-use baseline, but use a longer historical incident window if available. Evaluate over enough changes and representative releases; two quiet weeks cannot establish safety for rare failures. Compare the same journey and record changes in scope, staffing, and release volume. A before/after pilot is useful operational evidence but cannot isolate AI's causal effect by itself.
An illustrative exit discussion after 90 days is: did manual regression effort fall for the pilot, did total lead time improve, did customer harm stay within the agreed tolerance, and can the team maintain and recover the system? Choose numeric thresholds from the baseline before the pilot. Pause expansion if severe escapes occur, required evidence is bypassed, or maintenance consumes the apparent savings. Investigate the cause; retain manual checks where evidence remains weak.
The economics are simple: net capacity released = retired repetitive effort − added maintenance − ongoing review and investigation overhead. Track the one-time build and training investment separately. Time moved into previously neglected risk work is valuable even when it is not a staffing saving.
13. A practical first month
Suggested experiment — not an organizational decision. Select one frequent, reversible journey with meaningful manual regression and a developer willing to pair. Avoid beginning with the most dangerous migration or an entire regression suite.
In week one, observe the current flow and collect failure examples. In week two, agree a handful of acceptance and negative cases with the relevant domain authority. In week three, build reliable data and checks that fail on representative defects. In week four, run them alongside the existing process, compare results, and inspect maintenance effort.
The review should show a real change, its evidence, a deliberately detected fault, a remaining uncertainty, and the human time spent. Decide from that evidence whether to extend the pilot. The first success is a credible reduction in repeated inspection for one bounded scope, with stronger understanding of its risks.
14. Open questions before adopting the proposal
The study can recommend a direction without inventing the team's starting state. A concrete rollout needs answers to these questions: does 5:3 apply per team; how much QC time is repetitive execution today; which people want each learning path; how reliable are current CI and environments; which journeys cross teams; who operates the product; which changes require domain or external acceptance; and what can be rolled back or repaired safely?
The main decision is whether to fund QC and developers to improve the acceptance and verification system together. Without that capacity, the likely outcome is a faster implementation queue waiting for the same manual inspection stage.
Sources and further reading
All sources below were accessed on 14 September 2026. Publication dates are stated where verified; undated capability pages are living guidance. No quoted industry ratio, vendor productivity estimate, or staffing forecast has been used as a target.
| Source | Date / kind | Use in this study |
|---|---|---|
| Nexus Guide | January 2021; normative framework | Integrated Increment, shared product and integration accountability. |
| Scrum Guide | November 2020; normative framework | Developers accountability and release relationship to Sprints. |
| Continuous Testing | Undated; practitioner guidance | Whole-team testing and continued human exploration. |
| DORA: continuous delivery | Living capability guidance | Delivery definition. |
| DORA: balancing AI tensions | 10 March 2026; research synthesis | Verification effort and throughput/instability association. |
| METR: experiment design update | 24 February 2026; research update | Limits of current productivity estimates. |
| Meta: TestGen-LLM | 14 February 2024; industrial research paper | Bounded, measured AI test-generation results. |
| Dropbox: cookie auditor | 31 August 2026; first-party engineering account | Domain rules translated into recurring behavioral checks. |
| Dropbox: desktop release improvements | 21 April 2017; first-party engineering account | Historical release cadence improvement and enabling work. |
| Anthropic: agent evaluations | 9 January 2026; vendor engineering guidance | Outcome evaluation and grading practices. |
| DORA metrics | Living measurement guidance | Delivery outcome measurement. |