Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

The 95% Failure Trap of the GenAI Divide: Measuring Custom AI ROI with DORA, SPACE, and Core 4 in 2026

Table of contents · 7 items

In May 2026, InfoQ released Presentation: Leadership in AI-Assisted Engineering, where Justin Reock addressed the GenAI Divide — the phenomenon where 95% of pilots fail — and how to overcome it using the DORA, SPACE, and Core 4 frameworks. His core argument emphasizes moving beyond anecdotal claims by measuring AI ROI using empirical data from DORA and developer experience (DX) research.

In our custom development practice, we receive frequent inquiries along the lines of “We want to introduce AI, but cannot quantify the benefits.” This article outlines practical implementations for deploying these three frameworks in client engagements, designing contract-backed KPIs, and avoiding common pitfalls.

Why do 95% of pilots fail?

The core of the GenAI Divide lies in the gap where “tool adoption succeeds, but organizational transformation fails.” Typical failure patterns in custom development engagements include:

PitfallManifestation in client projects
Lack of measurementStopping at “some people are using it”
Focusing solely on output volumeTracking only commit counts and lines of code, ignoring quality regressions
Measuring only individual productivityFailing to improve end-to-end lead times for the team as a whole
Zero investment in trainingLeaving adoption to “they'll get used to it,” with nobody sharing effective patterns
Lack of executive buy-inMiddle management failing to translate gains into business value, leading to canceled budgets

These mirror the root dynamics of the “gap between winners and losers” analyzed in AI Agent Enterprise Polarization 2026, where the primary failure is omitting organizational engineering on top of tool adoption.

Translating the three frameworks to custom development

Here is how the three frameworks recommended by Reock can be applied in custom development engagements.

DORA — metrics for delivery speed and stability

DORA evaluates “software delivery speed and stability” across four core metrics.

DORA metricDetailsUse cases in client projects
Deployment frequencyNumber of production deployments per time windowTop-line metric for monthly client reports
Lead time for changesTime elapsed from commit to productionTracked on a per-sprint basis
Mean time to recovery (MTTR)Time from incident occurrence to full recoveryAligned with service level agreements (SLAs)
Change failure ratePercentage of changes causing production failuresBefore-and-after comparison of automation

Because DORA metrics reflect “values that clients feel directly,” they are particularly straightforward to incorporate into monthly contractual reporting.

SPACE — measuring productivity across five dimensions

The SPACE framework operates on the premise that “productivity cannot be measured by a single metric.”

DimensionApplication in custom development
SatisfactionSatisfaction surveys of developers and client project managers
PerformanceContribution to client business KPIs
ActivityCounts of commits, PRs, and reviews
CommunicationReview response times and pair-programming duration
EfficiencyNumber of interruptions and context switches

Crucially, the core intent of SPACE is to avoid judging performance by activity alone, making it possible to accurately evaluate scenarios where “commit volume decreased, but satisfaction improved.”

Core 4 — four metrics for executive communication

Core 4 bridges the gap between DORA and SPACE as a metric suite specifically tailored for “executive reporting.”

Core 4 metricDetails
SpeedLead time and cycle time
QualityBug density and production incidents
ImpactContribution to client KPIs (revenue, churn rate, etc.)
EngagementDeveloper satisfaction and retention rates

Core 4 serves as the ultimate business-outcome metric group used to “persuade executive leadership to sustain AI investments.”

Building four layers of AI ROI measurement in custom development

When introducing AI to custom development projects, organizing your measurement system across the following four layers simplifies implementation. Lower layers have lower implementation costs, while higher layers carry greater persuasive power with executive stakeholders.

[Layer 1: ツールメトリクス]
  ├ AI 利用回数・トークン消費・受諾率
  ├ ベンダーが提供するダッシュボード
  └ 導入負荷: 最小(既存ダッシュボードを見るだけ)

[Layer 2: DORA メトリクス]
  ├ デプロイ頻度・リードタイム・MTTR・変更失敗率
  ├ GitHub Actions + DORA エクスポーター
  └ 導入負荷: 小〜中(CI/CD の計測基盤を整備)

[Layer 3: SPACE メトリクス]
  ├ 5 次元のうち最低 3 次元(S, A, E)を測定
  ├ 月次サーベイ + 自動収集
  └ 導入負荷: 中(サーベイ設計と回収オペレーションが必要)

[Layer 4: Core 4 ダッシュボード]
  ├ 経営層向け四半期レポート
  ├ 顧客ビジネス KPI との突合
  └ 導入負荷: 大(顧客側の KPI データ連携が前提)

In particular, Layer 3 (SPACE) serves as a major differentiator for custom software providers, making it possible to illuminate cases where “metrics look positive on paper, but teams are exhausted.” This aligns with the concept of “balancing cost efficiency with human workload” examined in Optimizing Claude Code Operational Costs in 2026.

“KPI reporting clauses” to include in client contracts

In contracts for custom development projects incorporating AI, explicitly stipulate KPI reporting clauses as follows:

ClauseDetailsWhat the client should verify
Measurement scopeMetrics to be measured across DORA, SPACE, and Core 4Alignment with industry standards
Reporting frequencyMonthly, quarterly, or at project completionExecutive reporting cadence
Baseline collectionMeasurement during the 4 weeks preceding rolloutValidity of pre-improvement benchmarks
Improvement targetsPercentage improvement targets for DORA metrics after 6 monthsFeasibility of targets
Actions upon non-achievementAction plan if targets are not reachedConditions for contract continuation
Data handlingStorage and deletion terms for telemetry dataHandling of personal data and sensitive information

In particular, establishing "remedies for unmet targets" upfront avoids the nightmare scenario where "six months have passed with no measurable results, yet the contract continues."

Five common pitfalls

Here are common pitfalls when implementing ROI measurement in custom development.

Pitfall 1: Over-investing in measurement tooling

Attempting to deploy the entire Core 4 framework from day one will consume excessive engineering bandwidth on telemetry, defeating the original purpose. Start with Layers 1 and 2, then expand incrementally.

Pitfall 2: Launching without establishing a baseline

Without pre-rollout data, evaluations inevitably end with “it feels like things improved.” Make capturing at least four weeks of baseline metrics a contractual requirement.

Pitfall 3: Evaluating success solely through activity metrics

Relying exclusively on commit counts and lines of code as KPIs leads to situations where “AI churns out voluminous, redundant code, inflating numbers on paper.” Always combine activity metrics with the Satisfaction pillar of SPACE.

Pitfall 4: Neglecting alignment with client business KPIs

Core 4 Impact metrics are meaningless unless mapped to “client business KPIs like revenue, churn, and NPS.” Agree upon the specific client KPIs to cross-reference during early contract stages.

Pitfall 5: Treating engineers purely as measurement subjects

Measurement without qualitative surveys engenders developer distrust and skews the underlying data. Incorporate monthly surveys and feedback loops into the contract.

Conclusion — moving from “we adopted AI” to “demonstrating real ROI”

The key to overcoming the 95% failure rate of the GenAI Divide lies in “measurement and organizational design built on top of tooling.” Creating an environment in custom development where teams can articulate how AI drove improvement using the client's own business terminology directly increases contract renewals and billable rates.

How deeply you should integrate DORA, SPACE, and Core 4 varies substantially based on team size, existing CI/CD infrastructure, and how clients track their business KPIs. If you are struggling because “AI was adopted but the benefits cannot be explained” or need to “persuade executive leadership to sustain investments,” we provide tailored roadmaps and quotes based on your current telemetry setup. Please feel free to reach out via our contact form.

Sources

Share this articleXFacebook
Kakeru Suzuki

Fascinated by the possibilities of technology, has had a deep interest in programming and digital art since student days

Turn this article's theme into your company's next step

Concrete steps forward for your organization.

We organize your desired architecture, legacy systems, and operational requirements to formulate your next steps toward execution.

  • Desired architecture
  • Integration with existing environments
  • Operational requirements
Consult on development & operations initiatives

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles by email