---
title: 'Economics, capacity & factory FinOps'
description: 'Optimize the whole queue for accepted, durable outcomes and scarce human attention, not tokens or lines of code.'
canonical_url: 'https://darkfactory.dev/factory/economics-finops'
markdown_url: 'https://darkfactory.dev/factory/economics-finops.md'
collection: factory
date_published: '2026-07-16T00:00:00-04:00'
date_modified: '2026-08-09T00:00:00-04:00'
---

# Economics, capacity & factory FinOps


**Confidence: medium.** *Evidence: strong gains in selected regimes; production self-report; weak standardized accounting.* *Last substantive change: 2026-08.*

Model bills are only part of a factory's cost. Retries, verification, infrastructure, incidents, and scarce human attention all belong in the calculation.

## The conclusion

**Optimize the whole queue for accepted, durable outcomes and for scarce human attention.** Parallelism is valuable only until validation, integration, infrastructure, or operational capacity becomes the bottleneck, at which point adding agents makes things worse. Measure model, harness, context overhead, retries, validation, and human attention together. The right denominator is cost per accepted, durable outcome, not tokens, lines, or raw task success.

## How the thinking got here

Early framing counted tokens and lines of code. That gave way to per-task cost, then to cost per accepted change, then to attention economics, review backpressure, and downstream maintenance burden. The recurring surprise is that [apparent technical deflation](https://www.danshapiro.com/blog/2025/12/this-is-a-time-of-technical-deflation/) can coexist with rising verification and coordination cost, so a cheaper token does not always mean a cheaper outcome. A Databricks [production account](https://www.databricks.com/blog/managing-ai-coding-costs-scale) adds concrete cost infrastructure: a shared AI Gateway for model access, routing, budgets, client configuration, and session traces, with progressive spend gates and context-overhead reduction instead of relying only on hard per-user quotas.

## Credible alternatives, and when each is right

| Approach | Right when |
|---|---|
| Frontier-model abundance | quality dominates and budget is ample |
| Cheap-model cascades | most work is easy, escalate the rest |
| Progressive spend gates and model downshifting | preserving access while adding friction as spend rises |
| Hard quotas | stopping runaway or unauthorized spend as a last resort |
| Value-based budgets | tying spend to expected outcome value |
| Capacity-aware schedulers | the bottleneck shifts across the queue |

## Where it fails and what we still don't know

Potential failures include [Rémi Louf's Jevons-style hypothesis](https://www.thetypicalset.com/blog/thoughts-on-coding-agents), where cheaper generation could increase total spend, and review queues that collapse under throughput. Databricks reports more than 30% lower average task cost from routing and almost 50% lower generated-token cost after harness and cache tuning, with no observed quality loss; these are useful first-party measurements, not independently replicated causal estimates. The corpus still does not show that falling token prices cause higher total spend, and standardized accounting across retries, review, maintenance, and incidents remains weak. Open questions include demand elasticity, full-cost accounting, marginal value curves, cost attribution, energy and carbon, and build-versus-buy.

## What would change our mind

A standard full-cost accounting that includes validation, review, maintenance, and incidents would let factories compare themselves honestly rather than on token price.

## Evidence and further reading

- [Token Budgets](https://arxiv.org/abs/2606.04056)
- [Building Pi with Pi](https://lucumr.pocoo.org/2026/5/24/pi-oss/)
- [Agentic Coding and Persistent Returns to Expertise](https://www.anthropic.com/research/claude-code-expertise)
- [GenAI Productivity and Learning: A Meta-Analysis](https://arxiv.org/abs/2605.04779)
- [Dan Shapiro: This is a Time of Technical Deflation](https://www.danshapiro.com/blog/2025/12/this-is-a-time-of-technical-deflation/)
- [Rémi Louf: The bottleneck was never the code](https://www.thetypicalset.com/blog/thoughts-on-coding-agents)
- [Managing AI Coding Costs at Scale](https://www.databricks.com/blog/managing-ai-coding-costs-scale)
