The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Pervasive AI let a six-student team deliver a 21k-line RAG-based onboarding tool with just 35 human hours and US$69 of tooling, which the authors estimate would have taken ~329 professional hours — a corrected ~9.9× cost ratio that underlines how easy it is to mismeasure AI development costs.

Building AI-Intensive Software with AI: Early Results and a Cautionary Tale on Measuring Development Cost
Victor Barros de Miranda Neves, Kiev Santos da Gama, Vinicius Cardoso Garcia · August 13, 2026
arxiv descriptive low evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Victor Barros de Miranda Neves unresolved corpus identity
  2. Kiev Santos da Gama unresolved corpus identity
  3. Vinicius Cardoso Garcia unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Victor Barros de Miranda Neves provider ID
  2. K. Gama provider ID
  3. Vinicius Cardoso Garcia provider ID
A six-person student team built an AI-intensive onboarding assistant with pervasive AI help, logging 35.2 human hours and US$69 in tooling versus a retrospective counterfactual of 329 professional hours, yielding a corrected estimated cost ratio of ~9.9× and highlighting common measurement pitfalls in AI-assisted development cost estimates.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Empirical reports on the true cost of AI-intensive software development remain scarce, and the few that exist are easy to get wrong in ways that never surface in the final number. We report early results from an ongoing case study: a six-person student team built a full conversational onboarding assistant -- RAG-based code chat, guided tours, dependency graphs, technical-debt analysis -- over one academic term using pervasive AI assistance. We instrumented development with a three-layer cost model (real AI spend, self-reported human effort, human counterfactual) and initially reported a 19.4x cost ratio. A follow-up pass revealed two independent errors -- inferring per-token cost under a flat-rate subscription, and pricing the counterfactual with the wrong regional labor rates -- that together had inflated the ratio by roughly 2x; the corrected figure is ~9.9x. We present this correction as an early, generalizable finding in its own right: both errors are easy to make, invisible in the final number, and plausibly common in similar reports. We outline next steps toward a more robust, replicable costing methodology for AI-intensive development.

Summary

Main Finding

A six-person student team built a RAG-based conversational onboarding assistant in one academic term with pervasive AI help. Using a three-layer cost model (actual AI billing, logged human hours, and a retrospective human counterfactual), the authors estimate the project cost with AI at US$304 versus a counterfactual of US$3,005 — a corrected cost ratio of ≈9.9× (counterfactual / actual). The primary contribution is methodological: two easy-to-make, often-invisible measurement errors (assuming per-token billing when the tool was on a flat subscription; and using inappropriate regional wage rates) initially inflated the ratio to 19.4×. Correcting these demonstrates how fragile cost claims can be and argues for more rigorous costing practices in AI-assisted development.

Key Points

  • Artifact and scope: ~21k production LOC, ~25 features, 201 automated tests, multi-language RAG pipeline, frontend (React/TS) + backend (Python/FastAPI), vector store (ChromaDB), configurable LLM providers.
  • Team/process: six students, four phases (problem framing, solution design, build-and-test, measurement), two AI tools (frontier LLM for early design, a mid-tier coding agent for implementation).
  • Three-layer cost model:
  • Real AI spend from billing (flat-rate subscription + metered repo-analysis + embeddings).
  • Self-reported human effort (35.2 hours logged).
  • Human counterfactual (retrospective estimate of hours a professional would need; 329 hours priced at regional hourly rates).
  • Core numbers (corrected):
    • Tooling (billing): US$69 total.
    • Logged human effort valued at mid-level rate (US$6.67/h): US$235.
    • Total actual project cost: US$304.
    • Counterfactual cost: US$3,005 → ratio ≈9.9×.
  • Initial errors that produced 19.4×:
  • Inferring per-token cost from token counts for an agent that ran on a flat monthly subscription (token volume did not affect spend).
  • Applying national/metropolitan wage rates rather than regional rates (inflated counterfactual by ~85%).
  • How AI was used (self-assessed % assistance):
    • Code writing & test generation ≈95% AI-assisted.
    • Debugging ≈80%.
    • Documentation ≈85%, requirements ≈70%.
    • Prompt design ≈40%, architectural decisions ≈20%.
  • Practical lessons: verify provider pricing before optimization, manage long-agent session context explicitly, prefer specification-first workflows, treat prompts as versioned artifacts, and enforce upfront security rules.

Data & Methods

  • Case study design: an instrumented student project with time logs, billing receipts, prompts, and a development log. Replication package includes redacted billing, prompts, logs.
  • Three-layer cost model applied per project phase:
    • Tools: taken from provider billing records (Copilot Business subscription apportioned; metered repo analysis; embeddings).
    • Human: hours self-reported by team members and valued at mid-level regional hourly rate (US$6.67/h).
    • Counterfactual: bottom-up retrospective estimate of professional hours needed per task without AI, priced using regional hourly wages (junior/mid/senior US$3.86/6.67/10.88 from local gross salaries).
  • Sensitivity and correction process: initial token-count pricing replaced with actual billing dashboard figures; counterfactual re-priced using local rather than national salary data. Authors emphasize remaining uncertainty in the counterfactual (retrospective, not experimentally measured).
  • Limitations: single-case, student team, self-reported effort and counterfactual hours, not a controlled productivity experiment — the ratio is an order-of-magnitude signal, not a general benchmark.

Implications for AI Economics

  • Measurement rigor is critical: common, subtle errors (misreading pricing models; misapplying wage data) can substantially bias estimates of AI’s cost-saving or productivity effects. Researchers and practitioners must verify billing and local labor assumptions before reporting dollar benefits.
  • Recommend standardized reporting for AI-assisted development studies:
    • Provide billing records or clear provider-pricing reconciliation.
    • Distinguish flat subscriptions vs metered pricing and apportion subscriptions explicitly.
    • Report logged effort separately from counterfactual estimates and disclose how counterfactual rates were chosen (region, seniority).
    • Include sensitivity analyses showing how results change with wage and pricing assumptions.
  • Economic interpretation: AI in this case reallocated tasks rather than replaced headcount — implementation tasks were highly delegable, but judgment and architectural roles remained human. Policy and firm-level analyses should therefore treat AI as shifting task composition (and required skills) more than simply reducing labor demand one-for-one.
  • Implications for productivity measurement: headline multipliers (e.g., “10× faster/cheaper”) are fragile; economists should treat single-case multipliers as preliminary signals and prefer aggregated, audited studies across projects and contexts.
  • Research agenda: replicate the three-layer costing approach across more projects (different sizes, industries, professional teams) to estimate heterogeneity in multipliers; develop standardized protocols for counterfactual elicitation or experimental designs (randomized trials, matched controls) to reduce retrospective bias; and study substitution vs complementarity at the task level to forecast labor market impacts more accurately.

Concise recommendations for researchers/practitioners: - Always check provider billing dashboards; do not infer costs from token counts when subscription plans may apply. - Record metered charges in real time and apportion subscriptions transparently. - Use region-appropriate wage rates and report sensitivity ranges. - Separate and publish logged effort and counterfactual assumptions; make replication artifacts available when possible.

Assessment

Paper Typedescriptive Evidence Strengthlow — Single-case, non-experimental case study relying on billing records and self-reported hours plus a retrospective counterfactual; useful for illustration but insufficient to support strong causal claims about AI's effect on productivity or costs more broadly. Methods Rigormedium — The study uses concrete instrumentation (billing records, time logs, repository artifact counts) and a transparent three-layer cost model, but key components (the counterfactual hours, self-reported effort) are retrospective estimates vulnerable to bias and the sample is a single student team; initial measurement errors also indicate fragility in implementation. SampleA six-person student team built a RAG-based conversational onboarding assistant over one academic term (25+ features, ~21,000 production LOC, ~2,000 test LOC, 201 automated tests). Measured inputs include provider billing records (tooling costs ~US$69), self-reported team hours (35.2 hours), and a retrospective human counterfactual estimate (329 professional hours priced at regional rates). Themesproductivity human_ai_collab GeneralizabilitySingle-case study of an academic/student team — may not generalize to experienced professional teams or enterprises, Specific to a RAG-based onboarding assistant and the particular tech stack and tooling used, Local/regional labor rates and subscription pricing models limit applicability across regions and organizations, Counterfactual is a retrospective estimate (hindsight and reporting biases) rather than observed alternative performance, Scale effects absent — results from a small team and academic term may not scale to large, long-lived projects or product teams

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The six-person student team built a conversational onboarding assistant over one academic term with 35.2 hours of logged human effort and US$69 of AI tooling costs; the authors estimated that completing the work without AI would have required 329 professional hours. Developer Productivity positive Human development effort and estimated counterfactual development effort
Reading fidelity high
Study strength medium
n=6
35.2 human hours versus 329 estimated professional hours
0.18
Using corrected billing and regional labor-rate assumptions, the estimated cost ratio of development with AI assistance versus the estimated cost without AI was approximately 9.9×. Organizational Efficiency positive Estimated development cost advantage associated with AI-assisted development
Reading fidelity high
Study strength medium
n=6
∼9.9× cost ratio
0.18
The initially reported 19.4× cost ratio was inflated by two measurement errors: inferring token-based AI costs for a flat-rate subscription and using labor rates approximately 85% above the rates in the region where the work occurred. Organizational Efficiency negative Accuracy and robustness of AI-assisted development cost estimates
Reading fidelity high
Study strength medium
n=6
19.4× initially reported versus 9.9× corrected; labor rates roughly 85% higher than regional rates
0.18
The corrected total project cost with AI was US$304, consisting of US$69 in tooling and US$235 for the team’s logged human effort, compared with an estimated US$3,005 without AI. Organizational Efficiency positive Total development cost
Reading fidelity high
Study strength medium
n=6
US$304 with AI versus US$3,005 estimated without AI
0.18
AI assistance was concentrated on implementation-level work: code writing and test generation were approximately 95% AI-assisted and debugging approximately 80%, while architectural decisions were approximately 20% AI-assisted and prompt design approximately 40% AI-assisted. Task Allocation mixed Distribution of work and AI delegation across development activities
Reading fidelity high
Study strength low
n=6
95% AI-assisted code writing/test generation; 80% debugging; 40% prompt design; 20% architectural decisions
0.09
The authors observed that features implemented directly from conversational requests required significantly more rework than features built from explicit specifications. Output Quality negative Rework required during feature implementation
Reading fidelity high
Study strength low
n=6
0.09
Long AI-agent sessions frequently lost context silently, causing the team to re-explore files or encounter contradictions with earlier decisions. Organizational Efficiency negative Wasted development effort and context-related workflow friction
Reading fidelity high
Study strength low
n=6
0.09
The reported 9.9× ratio should not be interpreted as a controlled measurement of productivity because its denominator is a retrospective estimate of work that was never performed. Developer Productivity negative Validity and generalizability of the estimated productivity/cost ratio
Reading fidelity high
Study strength high
n=6
0.3

Notes