Abstract
Token counts are useful for billing, capacity planning, context management, and reproducible operation under a fixed tokenizer. They are not task outcomes or economic value. This paper develops a causal accounting chain for AI inference: Here is a token count under named tokenizer , is a verified outcome under a task and service protocol, is adoption, and is incremental net value relative to a counterfactual. We prove that tokens per joule is not invariant to tokenizer choice or verbosity. A ranking can reverse even when wall energy and task outcomes remain fixed. This does not make tokens useless. It limits the questions they can answer.
For field evaluation, we define a causal estimand as the ratio of the average treatment effect on net value to the average treatment effect on wall energy. That ratio is distinct from the expectation of unit-level value-to-energy ratios. We derive its difference-in-means estimator, variance and covariance terms, Fieller confidence set, and a stratified percentile bootstrap. Weak incremental-energy denominators can require unbounded confidence sets. The framework records quality, latency, retries, rework, terminal failures, adoption, shared idle energy, and interference between workers or tasks.
Existing workplace studies show that generative AI effects vary by task, worker, tool, and deployment. They provide important evidence about outcome stages, but they generally do not measure wall energy at the same experimental unit. Observational revenue per joule is therefore not causal productivity. A standard-library Python implementation supplies schemas, counterexamples, experimental estimators, and interval routines. The mathematical non-invariance results are PROVED; the software fixtures are COMPUTATIONAL; realized-value claims remain CONDITIONAL on a research design and declared boundary.
Introduction
Inference services expose token counts because tokens are close to the computational interface. Providers meter them. Engineers use them to estimate memory, latency, throughput, and cost. Users see them in context limits and bills. This operational success makes tokens tempting as an economic output unit.
The temptation should be resisted. A tokenizer is a versioned segmentation rule. The same sentence can have different token counts under two tokenizers. A longer answer can use more tokens without being more correct or useful. A short answer can avert a costly mistake. A long answer can create rework. The token count is real, but its economic interpretation is not built into the count.
The accounting problem has two parts. First, a study needs a chain from wall energy to a verified service outcome: Second, it needs a causal chain from the service to realized value: Each arrow can fail. More output can increase review time. A correct output can arrive after a deadline. A useful recommendation can be ignored. An adopted recommendation can displace another worker’s task or change team behavior.
This paper formalizes both parts. It follows the measurement tuple where is boundary, counterfactual, value functional, time horizon, energy convention, attribution, and uncertainty model. The tuple is not decoration. Changing one element can change the reported value-per-joule result.
The main claims are narrow.
Tokens per joule is not tokenizer invariant.
Tokens per joule is not verbosity invariant.
A causal incremental-value-per-joule estimand can be defined as a ratio of two average treatment effects.
A ratio of expectations is generally not an expectation of ratios.
Confidence sets for a ratio can be unbounded when incremental energy is weakly identified.
The paper also gives reporting rules for quality, latency, retries, rework, failures, spillovers, and uncertainty. A reference implementation turns those rules into testable schemas and estimators.
Why this is an economic accounting paper
Hardware efficiency and benchmark quality matter, but neither identifies economic value. Economic value requires a counterfactual. The relevant question is not how much revenue appeared next to an AI system. It is how outcomes changed relative to what would have happened without the intervention, net of declared costs and harms.
This distinction is familiar in program evaluation [20, 12]. It becomes easy to lose in AI measurement because providers observe enormous streams of tokens and relatively few well-identified outcomes. A large intermediate data set does not compensate for a missing counterfactual.
Contribution and novelty boundary
Subword tokenization, model evaluation, energy reporting, causal inference, cost-benefit analysis, and ratio inference have mature literatures. This paper does not replace them. Its contribution is a shared accounting contract that keeps their outputs typed and forces a study to state where evidence ends.
The inference accounting chain
Typed stages
For an experimental unit , define:
: operational wall energy under a named boundary;
: named computation events under a hardware and software stack;
: tokens under tokenizer ;
: verified task outcome under protocol ;
: adopted or realized use;
: counterfactual net value under functional .
The path is The token node is explicitly indexed by . The outcome node is indexed by task distribution, scoring rule, quality threshold, latency budget, and version. The value node is indexed by counterfactual and horizon.
Why stages do not collapse
An output token can be part of a correct answer, an unnecessary restatement, or a harmful fabrication. Verification changes the type from emitted symbol to scored outcome. Adoption changes the type again. A correct answer that nobody uses has no realized workflow effect, although it remains a correct answer.
The final stage is causal. If and are potential outcomes with and without AI access, then Only one potential outcome is observed. Randomization or another identification strategy is needed.
Net value
Let be gross realized benefit, rework cost, failure cost, and other nonenergy opportunity cost under assignment . One declared net-value functional is Energy purchase cost can be included or excluded, but the choice must be explicit. When the denominator is physical joules, excluding monetary energy cost from often avoids mixing an electricity price into both the numerator and interpretation. Environmental externalities can be reported as a separate vector component or monetized under published weights.
Boundary manifest
The denominator records model, precision, hardware, software, prompt distribution, output rule, batching, latency target, retries, idle allocation, host and memory, networking, facility overhead, and time interval. Embodied energy is separate unless a lifecycle study allocates it.
The numerator records task version, affected population, quality rule, adoption rule, rework, failure costs, counterfactual, price year, discounting, and spillover exposure. A study that measures one side at the request level and the other at the firm-quarter level needs a bridge.
Tokenizer non-invariance
Definition 1 (Tokenizer). A tokenizer is a deterministic map from strings to finite sequences of token identifiers. Its count is
For fixed wall energy , define the operational metric
Theorem 2 (Tokenizer non-invariance). There exist a string , positive energy , and tokenizers such that while the emitted string and declared task outcome are identical.
Proof. Let . Let map the complete string to one token, and let map each character to one token. Then and . Dividing by the same positive energy preserves the inequality. The string and any outcome determined solely by that string remain unchanged. ◻
Theorem 3 (Tokenizer rank reversal). There exist outputs , equal positive energies, and tokenizers for which the tokens-per-joule ordering reverses.
Proof. Let and . Under whitespace tokenization, the counts are one and five, so ranks higher. Under a space-preserving character tokenizer, the counts are ten and nine, so ranks higher. Equal energy leaves the rankings unchanged within each tokenizer and reversed across tokenizers. ◻
The theorem is PROVED. It does not claim that real tokenizers are arbitrary or that their compute costs are equal. It shows that the token numerator is representation-dependent.
Multilingual consequences
Different languages and scripts can have different token fertility under the same multilingual tokenizer. A token-priced service can therefore charge different token counts for semantically comparable content. This is an engineering and distributional issue, not proof that every language has a different economic value. Comparisons should report language mix and tokenizer version.
The legitimate fixed-tokenizer use
When tokenizer, model, precision, decoding rule, and workload are fixed, tokens per joule can diagnose serving efficiency. It can compare batching or kernel changes for the same service contract. The conclusion is not “stop measuring tokens.” It is “do not relabel the operational measure as value.”
Verbosity non-invariance
Definition 4 (Outcome equivalence). Two outputs are outcome-equivalent under protocol if the protocol assigns them the same task score, service status, adoption state, and downstream action.
Theorem 5 (Verbosity non-invariance). For a tokenizer that assigns a positive count to appended text, there can be outcome-equivalent outputs with different token counts.
Proof. Consider a task whose correct answer is . Let and . A protocol that checks the extracted answer can assign both the same correct outcome. A whitespace tokenizer assigns one token to the first and four to the second. Thus equal outcome does not imply equal token count. ◻
If energy also rises with verbosity, tokens per joule may rise, fall, or remain constant. None of those directions determines task value. Longer reasoning can improve a difficult answer; it can also add delay and review burden. The relationship is empirical and task-specific.
Billing is not welfare accounting
Token billing allocates provider costs and manages demand. A billing unit need not equal a welfare unit. Postal services charge by weight even though a letter’s value is not its mass. The analogy is limited but useful: an operational meter can work well without measuring benefit.
Goodhart pressure
If teams are rewarded for tokens per joule, they can raise the numerator by changing tokenizer or verbosity. A fixed protocol reduces this gaming but does not connect tokens to usefulness. Outcome metrics should sit beside operational metrics, and economic claims should use downstream evidence.
Quality, latency, reliability, and failure
Task schema
A task specification is where is task distribution, scoring rule, quality threshold, latency budget, difficulty weight, and version. For unit ,
Quality and latency are joint constraints. An accurate response delivered after a contractual deadline can fail the service. A fast incorrect response also fails.
Retries
Retries consume energy and time. Let attempts have energy . The task denominator includes when retries fall inside the boundary. Reporting only the successful attempt conditions on success and understates energy per delivered outcome.
Retries can be automatic, user-initiated, or caused by validation failure. Their causes belong in diagnostics. Their energy belongs in the total once.
Rework
Rework includes human review, correction, additional inference, testing, and downstream repair. Monetary rework cost enters net value. Measured compute used for rework enters energy if the boundary covers the full workflow. Human labor is not converted into metabolic joules. It remains labor time or cost.
Terminal failures and missing outcomes
Timeouts, refusals, malformed responses, abandoned sessions, and unmeasured downstream results need explicit branches. Dropping them can make quality and energy metrics look better. Missingness assumptions should be stated, and bounded analyses should replace point estimates when outcomes cannot be recovered.
Reliability
One successful run does not establish a reliable service. Repeated tasks, prompt variation, temporal drift, and rare high-cost errors matter. A study can report a service frontier over quality, latency, failure probability, and wall energy rather than collapsing every dimension.
Operational wall-energy accounting
Non-overlapping components
For unit , define The components must be non-overlapping. If a wall meter already captures host and network energy, those terms are not added again. The equation is a schema, not a command to sum duplicate telemetry.
Idle allocation
Serving systems reserve capacity. Idle energy can be allocated by request time, peak capacity, tokens, or another rule. Rankings can change with the rule. Publish both active-only and allocated operational results when possible.
Wall measurement
Wall measurement integrates power: Clock alignment matters when task logs and power logs use different systems. Sampling must capture bursts. Calibration, uncertainty, warm-up, cooldown, and background load need documentation.
MLCommons provides a strong benchmark precedent because its measured power is valid for the accompanying system and benchmark, not every deployment [16]. A field study needs the same humility.
Control energy
The control arm can use energy. A human workflow may use laptops, search, databases, and office infrastructure. The causal denominator is not treatment energy alone. A system that replaces more energy-intensive work can have . The sign changes interpretation.
Operational is not lifecycle
Operational wall energy excludes embodied equipment and construction unless allocated separately. A lifecycle study can add non-overlapping embodied components under a lifetime and utilization model. It should not call a wall meter lifecycle energy.
Causal estimands
Potential outcomes
Let assign AI access. Define potential net value and operational wall energy . The average effects are
Definition 6 (Incremental net value per incremental joule). When , define
For , is expected incremental net value per additional operational joule under the study population and assignment policy. For , the intervention saves energy; the sign and numerator should be reported separately rather than summarized with a slogan.
Identification
In a randomized experiment with no relevant interference, arm means identify and . In observational deployment, selection into AI use can depend on task difficulty, worker skill, expected benefit, and management. Regression adjustment needs assumptions. Revenue divided by observed AI electricity does not identify .
Treatment policy
“AI access” is incomplete. Treatment includes model and version, interface, training, price, usage limits, workflow, and enforcement. An intention-to-treat estimand measures assignment to access. A treatment-on-the-treated estimand needs uptake modeling. Selective usage can make naive user-versus-nonuser comparisons misleading.
Corollary 7 (Partial compliance under exclusion). Let assignment be an instrument for adoption . Under random assignment, monotonicity, a nonzero first stage , and exclusion of any route from assignment to net value or energy other than adoption, the ratio of complier effects equals the intention-to-treat ratio: provided .
Proof. The Wald estimands for complier net value and energy are respectively and . Their ratio cancels the common, nonzero adoption first stage. ◻
The result is conditional, not automatic. Exclusion fails if mere access changes training time, reserved capacity, idle energy, or behavior among nonadopters. In that case assignment and adoption define different policies, and the numerator and denominator need a design that represents those routes.
Net value and transfers
Revenue is not always social value. Payments can transfer surplus. A firm perspective can use profit or contribution margin. A social perspective can include consumer surplus, labor effects, externalities, and distributional weights. The paper permits several functions but requires one to be named.
Horizon
Short-run completion time can improve while long-run learning, skill, quality, or market equilibrium changes in another direction. The estimand includes a horizon . A one-day experiment should not be silently projected over years.
Ratio of effects versus effect of ratios
Two summaries are often confused:
Proposition 8 (Non-equivalence). In general, .
Proof. Let equal or with equal probability. Then while ◻
The ratio of means weights units in proportion to energy when rewritten as a weighted average of unit ratios. The mean of ratios gives every defined unit equal weight. Both can answer legitimate questions, but they answer different ones.
Causal version
Our target is It is not The unit-level expression may be undefined when an individual energy effect is zero, and individual potential-outcome differences are not jointly observed.
Aggregation level
Pure regrouping does not change a ratio of totals. If net value and energy are summed over the same units with the same weights and boundary, then The ratio of expectations inherits this volume-aggregation invariance under consistent weighting. The expectation of unit ratios does not: changing from requests to workers changes which ratios receive equal weight and can also change which zero denominators are discarded.
Aggregation can still change the causal ratio when it changes weights, captures shared idle energy, or incorporates team spillovers and interference missing at request level. Equal weighting of unequal-sized clusters is not pure regrouping. A study should define its unit, boundary, and weighting rule before estimation.
Estimation and interval uncertainty
Difference-in-means estimator
For treated and control sample means, Under random assignment, the first two estimators have standard randomization-based interpretations. Ratio bias can remain in finite samples.
Let These are estimated sampling variances and covariance of the two effect estimators, not raw sample variances of and . The covariance matters because high-value tasks may also consume more energy.
Delta interval
When is far from zero, the delta-method variance is This approximation can fail near a zero denominator and can hide the correct unbounded geometry.
Fieller confidence set
For normal critical value , candidate ratio belongs to the Fieller set when Rearranging gives with Depending on and the discriminant, the confidence set can be bounded, disjoint and unbounded, all real numbers, or empty under the approximation.
An unbounded result is not a software defect. It says the data do not exclude a denominator near zero strongly enough to support a bounded ratio.
Bootstrap
A stratified bootstrap resamples treated and control units separately and recomputes both effects and their ratio. It preserves arm sizes and the within-unit value-energy relation. Cluster assignment requires cluster resampling.
Percentile intervals can behave poorly near zero denominators. The software counts resamples whose incremental energy is too close to zero and refuses to report an interval when too many are invalid. Fieller output remains the primary weak-denominator diagnostic.
Multiple outcomes
Quality, latency, failures, rework, and value create multiple testing and selection risks. The analysis plan should identify primary outcomes and report the rest as a vector. Tuning the value functional after seeing results defeats its role as a declared estimand.
Spillovers and interference
Why SUTVA can fail
One worker’s AI use can affect colleagues through shared queues, copied outputs, training, review load, and changed norms. One task can populate a cache or knowledge base used by later tasks. Then because outcomes depend on the assignment vector.
Exposure mappings
An exposure mapping can classify a unit by own treatment and neighbors’ treatment [2]. Direct, indirect, total, and overall effects are different estimands. Energy must be allocated at the same exposure level.
Cluster randomization
Randomizing teams or time blocks can reduce contamination. It lowers the effective sample size and requires cluster-aware inference. Shared facility energy may naturally live at the cluster level.
General equilibrium
A firm deployment can change prices, hiring, task volume, and demand. A local randomized effect does not equal an economy-wide equilibrium effect. Humlum and Vestergaard [11] illustrate the value of studying broader labor outcomes separately from controlled task productivity.
Rebound
Cheaper inference can increase demand. Even if value per inference joule rises, total energy may rise. The causal ratio in this paper is policy and horizon specific. It is not a forecast of aggregate energy demand.
Reading the field evidence
Writing tasks
Noy and Zhang’s experiment [19] offers credible evidence that generative AI access changed completion time and evaluated quality for a specified set of professional writing tasks. In our chain, it informs the verified-outcome stage. To estimate incremental value per joule, the same units would need metered treatment and control energy, adoption and rework records, and a value functional.
Customer support
Brynjolfsson, Li, and Raymond [4] analyze deployment at scale and find heterogeneous productivity changes. Issues resolved per hour is closer to a workflow outcome than token volume. It still requires quality checks, customer effects, costs, and wall-energy measurement for our target ratio.
Consulting
The jagged-frontier study [5] is especially relevant because effects changed with task location relative to model capability. More output was not uniformly better. A task distribution that omits outside-frontier work can overstate deployment value.
Software development
Becker et al. [3] study experienced developers working in familiar repositories and estimate slower completion with the tested early 2025 tools. The sample and tool era limit generalization. The study still demonstrates that review, prompting, and context costs can outweigh generation speed in a real workflow.
What the studies do not say
The studies do not show that tokens are useless. They do not establish a universal effect of AI. They also do not measure causal value per wall joule. Their strength is design-specific evidence about intermediate and outcome stages. Combining their productivity estimates with unrelated provider energy numbers would create a synthetic ratio with mismatched units and populations.
Experimental protocol
Unit and assignment
Choose the unit at which treatment and spillovers are credible: request, task, worker, team, or time block. Record assignment before uptake. Preserve failed and abandoned units.
Treatment definition
Pin model, endpoint, date, system prompt, tools, tokenizer, decoding parameters, context policy, user interface, training, and quotas. Provider model aliases can drift and should not stand alone as version identifiers.
Control definition
The control can be usual workflow, alternative software, another model, or no AI. Record its compute and labor inputs under a compatible boundary. A zero-energy control is rarely appropriate for workplace tasks.
Energy collection
Use synchronized wall meters where feasible. Record idle, warm-up, networking, retries, and rework. If facility overhead is allocated, publish the rule and a sensitivity analysis. Report device telemetry separately.
Outcome collection
Blind evaluators to assignment when possible. Record quality, latency, reliability, adoption, rework, and harms. Predefine the task distribution and failure policy. Link downstream outcomes without dropping unmatched cases.
Value collection
Choose firm, worker, customer, or social perspective. State price year, discount rate, transfers, externalities, and horizon. Estimate numerator components before aggregation so readers can reweight them.
Analysis
Report and separately with intervals. Then report the ratio, Fieller set, bootstrap diagnostic, covariance, and weak-denominator warning. Show task-stratum and allocation sensitivity without turning exploratory subgroups into confirmatory findings.
Constructed examples
Tokenizer rank reversal
The Python fixture compares abcdefghij with a b c d e at one joule each. Whitespace tokenization assigns counts one and five. Space-preserving character tokenization assigns counts ten and nine. The ordering reverses. No claim about semantic quality is needed.
Verbosity
At two joules, 42 has one whitespace token and The answer is 42 has four. If the task protocol extracts the same correct answer, tokens per joule changes from to while the declared outcome is unchanged.
Energy ledger
A constructed task uses joules for initial inference, for retries, for host and memory, for network, for facility overhead, allocated idle, and for downstream compute rework. The non-overlapping total is joules. If the wall meter already includes several components, the ledger must not add them again.
Randomized ratio fixture
Four treated units have net values and wall energies . Four controls have values and energies . Therefore The software retains variance , denominator variance , and covariance for the effect estimators.
Under its normal approximation, the 95 percent Fieller set is approximately . A 20,000-draw stratified percentile bootstrap with seed 9 returns approximately . These are COMPUTATIONAL fixture results, not an empirical AI estimate.
Reference implementation
The module src/joule_standard/inference_accounting.py uses only the Python standard library.
Schemas
TaskSpec records task identifier, version, quality threshold, latency budget, and difficulty weight. TaskOutcome records score, latency, adoption, failure, retries, gross realized value, rework, and other nonenergy cost. EnergyAccount records non-overlapping operational components.
Counterexamples
Whitespace, character, and UTF-8 byte tokenizers make the representation choice inspectable. has_rank_reversal checks whether two named tokenizers reverse an ordering.
Estimators
estimate_incremental_ratio computes arm differences, sampling variances, covariance, and their ratio. fieller_confidence_set returns bounded, unbounded, all-real, or empty approximate sets. bootstrap_ratio_interval resamples within assignment arm and counts invalid weak-denominator draws.
Tests
Tests cover tokenizer counts, rank reversal, verbosity, task success, latency, adoption, retries, energy aggregation, ratio non-equivalence, difference in means, covariance, bounded and unbounded Fieller behavior, deterministic bootstrap, weak-denominator rejection, and schema validation.
Passing tests support COMPUTATIONAL claims about the code. They do not validate an external study’s randomization, meter, value functional, or spillover model.
Claim status and falsifiers
| Status | Claim | Falsifier or limit |
|---|---|---|
| PROVED | Tokens per joule is not invariant to tokenizer choice. | Comparison fixes tokenizer and claims only an operational metric. |
| PROVED | Outcome-equivalent answers can have different token counts. | Protocol defines verbosity itself as part of the outcome. |
| PROVED | A ratio of expectations can differ from an expectation of ratios. | Special distributions make them equal. |
| COMPUTATIONAL | Reference estimators reproduce declared fixtures. | A test fails or code accepts an invalid record. |
| CONDITIONAL | Randomized arm differences identify incremental net value and wall energy. | Randomization, measurement, no-interference, or attrition assumptions fail. |
| OBSTRUCTED | Observational revenue per joule identifies causal productivity without additional assumptions. | A credible design identifies the counterfactual numerator and denominator. |
| OPEN | A field study can estimate the full causal ratio at useful scale. | Requires synchronized value and energy evidence. |
Limitations
No new field estimate
The paper proposes an estimand and implementation but supplies only constructed data. It does not estimate the return to a deployed AI service.
Value remains normative
Net value depends on perspective, horizon, prices, externalities, and distributional weights. A declared functional makes the choice visible but does not make it neutral.
Energy measurement can be expensive
Request-level wall metering is difficult in shared cloud infrastructure. Provider telemetry may omit host, network, and facility components. Allocation uncertainty can dominate statistical precision.
Rapid tool drift
Models, interfaces, user skill, and prices change quickly. A field estimate is tied to its deployment period. Replication over versions is necessary.
Fieller approximation
The implementation uses a normal approximation. Small samples, clustering, heavy tails, and complex assignment can require randomization inference or a more specialized model.
Bootstrap limits
The percentile bootstrap is simple and reproducible, but it is not reliable for every ratio problem. Near zero denominators demand unbounded-set diagnostics, not forced bounded intervals.
Interference
Exposure mappings can miss unknown spillovers. Team and market effects may remain after cluster randomization. The local estimand should not be advertised as an economy-wide effect.
Human outcomes
Productivity is not the only outcome. Skill, autonomy, satisfaction, error severity, privacy, and distribution matter. They should appear as separate outcomes before monetization.
Conclusion
Tokens are useful measurements. They are not natural units of task success or economic value. Their counts depend on tokenizer and verbosity, and their per-joule rankings can reverse without a change in declared outcome.
A defensible economic account follows the full chain from wall energy through computation, named-tokenizer output, verified service, adoption, and counterfactual net value. Quality, latency, retries, rework, failures, idle allocation, and spillovers are part of that chain.
The causal target proposed here is a ratio of average effects, not an average of unit ratios. Its numerator and denominator should be reported separately. Fieller confidence sets make weak incremental-energy evidence visible, even when that produces an unbounded result.
The field literature already shows large heterogeneity across work settings. Those studies are evidence against universal slogans, not against careful use of AI. The next empirical step is to pair credible productivity designs with synchronized wall-energy measurement and a predeclared value functional.
Proof details
General rank reversal construction
Let two strings have tokenizer counts and For equal energy, a reversal occurs when For unequal energies , replace each count with count divided by its energy. The reference function implements this sign test.
Ratio weighting identity
For positive , Thus the aggregate ratio is an energy-weighted mean of unit ratios. The unweighted mean answers another question.
Fieller geometry
The Fieller inequality is obtained by testing with estimated variance Inverting the tests over gives a confidence set. When the data do not exclude , arbitrarily large ratios can remain plausible. A bounded interval would conceal that feature.
Adversarial audit checklist
Swap tokenizer version without changing the label.
Add redundant text and see whether the metric improves.
Drop failed and abandoned requests.
Count only final successful attempts.
Substitute device telemetry for wall energy.
Add facility overhead already captured by the meter.
Compare AI users with self-selected nonusers.
Treat gross revenue as incremental welfare.
Ignore review and correction time.
Ignore spillovers to untreated workers.
Average unit ratios with zero denominators removed.
Force a bounded interval when incremental energy is near zero.
An accounting system that accepts these substitutions without a warning has failed the intended contract.
Minimal reporting manifest
Study, protocol, and preregistration identifiers.
Experimental unit, assignment, and exposure mapping.
Model, endpoint, version date, tools, and interface.
Tokenizer and decoding configuration.
Task distribution, quality scorer, threshold, and latency budget.
Failure, retry, refusal, and missingness policy.
Adoption and rework definitions.
Wall meter, sampling, calibration, and time synchronization.
Idle, host, network, facility, and lifecycle allocation.
Counterfactual and value functional.
Currency year, horizon, discounting, and perspective.
Variance, covariance, clustering, and spillover assumptions.
Separate numerator and denominator effects.
Ratio interval and weak-denominator diagnostic.
Exclusions and evidence status.
References
M. Ali, M. Fromm, K. Thellmann, A. Ebert, A. Weber, M. L. Arnett, M. T. N. Vu, F. Busch, P. L. T. Schulz, J. Berrospi Ramis, and others, “Tokenizer choice for LLM training: negligible or crucial?” Findings of NAACL 2024, pp. 3907 to 3924, 2024. https://doi.org/10.18653/v1/2024.findings-naacl.247
P. M. Aronow and C. Samii, “Estimating average causal effects under general interference, with application to a social network experiment,” Annals of Applied Statistics, vol. 11, no. 4, pp. 1912 to 1947, 2017. https://doi.org/10.1214/16-AOAS1005
J. Becker, N. Rush, E. Barnes, and D. Rein, “Measuring the impact of early-2025 AI on experienced open-source developer productivity,” arXiv:2507.09089, 2025. https://doi.org/10.48550/arXiv.2507.09089
E. Brynjolfsson, D. Li, and L. R. Raymond, “Generative AI at work,” Quarterly Journal of Economics, vol. 140, no. 2, pp. 889 to 942, 2025. https://doi.org/10.1093/qje/qjae044
F. Dell’Acqua, E. McFowland III, E. Mollick, H. Lifshitz-Assaf, K. C. Kellogg, S. Rajendran, L. Krayer, F. Candelon, and K. R. Lakhani, “Navigating the jagged technological frontier: field experimental evidence of the effects of AI on knowledge worker productivity and quality,” Organization Science, vol. 37, no. 2, pp. 403 to 423, 2026. https://doi.org/10.1287/orsc.2025.21838
B. Efron and R. J. Tibshirani, An Introduction to the Bootstrap. New York: Chapman and Hall, 1993. https://doi.org/10.1201/9780429246593
E. C. Fieller, “Some problems in interval estimation,” Journal of the Royal Statistical Society, Series B, vol. 16, no. 2, pp. 175 to 185, 1954. https://doi.org/10.1111/j.2517-6161.1954.tb00159.x
L. J. Gleser and J. T. Hwang, “The nonexistence of 100(1-alpha) percent confidence sets of finite expected diameter in errors-in-variables and related models,” Annals of Statistics, vol. 15, no. 4, pp. 1351 to 1362, 1987. https://doi.org/10.1214/aos/1176350597
P. Henderson, J. Hu, J. Romoff, E. Brunskill, D. Jurafsky, and J. Pineau, “Towards the systematic reporting of the energy and carbon footprints of machine learning,” Journal of Machine Learning Research, vol. 21, no. 248, pp. 1 to 43, 2020. https://jmlr.org/papers/v21/20-312.html
M. G. Hudgens and M. E. Halloran, “Toward causal inference with interference,” Journal of the American Statistical Association, vol. 103, no. 482, pp. 832 to 842, 2008. https://doi.org/10.1198/016214508000000292
A. Humlum and E. Vestergaard, “Still waters, rapid currents: early labor market transformation under generative AI,” NBER Working Paper 33777, 2025, revised 2025. https://doi.org/10.3386/w33777
G. W. Imbens and D. B. Rubin, Causal Inference for Statistics, Social, and Biomedical Sciences. Cambridge: Cambridge University Press, 2015.
T. Kudo and J. Richardson, “SentencePiece: a simple and language independent subword tokenizer and detokenizer for neural text processing,” Proceedings of EMNLP: System Demonstrations, pp. 66 to 71, 2018. https://doi.org/10.18653/v1/D18-2012
P. Liang, R. Bommasani, T. Lee, D. Tsipras, D. Soylu, M. Yasunaga, Y. Zhang, D. Narayanan, Y. Wu, A. Kumar, and others, “Holistic evaluation of language models,” Transactions on Machine Learning Research, 2023. https://openreview.net/forum?id=iO4LZibEqW
A. S. Luccioni, Y. Jernite, and E. Strubell, “Power hungry processing: watts driving the cost of AI deployment?” Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency, pp. 85 to 99, 2024. https://doi.org/10.1145/3630106.3658542
MLCommons, “MLPerf inference power measurement,” 2026. https://docs.mlcommons.org/inference/power/
National Institute of Standards and Technology, Artificial Intelligence Risk Management Framework (AI RMF 1.0), NIST AI 100-1, 2023. https://doi.org/10.6028/NIST.AI.100-1
National Institute of Standards and Technology, “AI test, evaluation, validation and verification,” 2026. Available at the NIST TEVV program page.
S. Noy and W. Zhang, “Experimental evidence on the productivity effects of generative artificial intelligence,” Science, vol. 381, no. 6654, pp. 187 to 192, 2023. https://doi.org/10.1126/science.adh2586
D. B. Rubin, “Estimating causal effects of treatments in randomized and nonrandomized studies,” Journal of Educational Psychology, vol. 66, no. 5, pp. 688 to 701, 1974. https://doi.org/10.1037/h0037350
P. Rust, J. Pfeiffer, I. Vulić, S. Ruder, and I. Gurevych, “How good is your tokenizer? On the monolingual performance of multilingual language models,” Proceedings of ACL-IJCNLP 2021, pp. 3118 to 3135, 2021. https://doi.org/10.18653/v1/2021.acl-long.243
R. Sennrich, B. Haddow, and A. Birch, “Neural machine translation of rare words with subword units,” Proceedings of ACL 2016, pp. 1715 to 1725, 2016. https://doi.org/10.18653/v1/P16-1162