Table of Contents
Fetching ...

AI Progress Should Be Measured by Capability-Per-Resource, Not Scale Alone: A Framework for Gradient-Guided Resource Allocation in LLMs

David McCoy, Yulun Wu, Zachary Butzin-Dozier

TL;DR

This paper argues that AI progress should be evaluated by capability-per-resource rather than scale alone, addressing environmental and equity concerns inherent to large-scale models. It proposes a theoretical framework where gradient influence guides resource allocation across both parameters and data, showing that partial updates and data selection can outperform full-tuning under heavy-tailed gradient distributions. The key contributions include a formal stopping rule based on the metric $\Delta\Psi/\Delta\Gamma$, the concept of gradient blueprints that disclose high-influence submodules, and the integration of cross-influence for multiplicative efficiency gains. Practically, the authors outline a two-stage workflow—marginal-return pretraining for foundation labs and influence-guided adapters for downstream users—along with blueprint schemas and methods to track resource usage via $\Delta\Gamma$. The framework aims to democratize access to advanced AI while substantially reducing energy consumption, providing a concrete pathway to sustainable and equitable AI development.

Abstract

This position paper challenges the "scaling fundamentalism" dominating AI research, where unbounded growth in model size and computation has led to unsustainable environmental impacts and widening resource inequality. We argue that LLM development should be fundamentally reoriented toward capability-per-resource rather than capability alone. We present a theoretical framework demonstrating that resource-allocation decisions guided by gradient influence patterns can dramatically improve efficiency throughout the AI lifecycle. Our analysis shows that in transformer-based models, where a small fraction of parameters exert outsized influence (following heavy-tailed distributions), three critical insights emerge: (1) updating only high-influence parameters strictly outperforms full-parameter tuning on a performance-per-resource basis; (2) simple gradient norms provide computationally efficient proxies for identifying these high-influence components; and (3) coordinated parameter and data selection yields multiplicative efficiency gains, potentially reducing resource requirements by orders of magnitude. Building on these theoretical foundations, we propose a two stage paradigm marginal-return pretraining for foundation developers and influence guided adaptation for downstream users bridged by gradient blueprints, metadata describing which parameters matter most for various tasks. This capability-per-resource perspective transforms what were once considered pragmatic hardware workarounds into theoretically optimal strategies, democratizing access to cutting-edge AI capabilities while significantly reducing environmental impact. By embedding resource consciousness into how we develop, adapt, and evaluate models, we can reshape AI progress toward a more sustainable and equitable future.

AI Progress Should Be Measured by Capability-Per-Resource, Not Scale Alone: A Framework for Gradient-Guided Resource Allocation in LLMs

TL;DR

This paper argues that AI progress should be evaluated by capability-per-resource rather than scale alone, addressing environmental and equity concerns inherent to large-scale models. It proposes a theoretical framework where gradient influence guides resource allocation across both parameters and data, showing that partial updates and data selection can outperform full-tuning under heavy-tailed gradient distributions. The key contributions include a formal stopping rule based on the metric , the concept of gradient blueprints that disclose high-influence submodules, and the integration of cross-influence for multiplicative efficiency gains. Practically, the authors outline a two-stage workflow—marginal-return pretraining for foundation labs and influence-guided adapters for downstream users—along with blueprint schemas and methods to track resource usage via . The framework aims to democratize access to advanced AI while substantially reducing energy consumption, providing a concrete pathway to sustainable and equitable AI development.

Abstract

This position paper challenges the "scaling fundamentalism" dominating AI research, where unbounded growth in model size and computation has led to unsustainable environmental impacts and widening resource inequality. We argue that LLM development should be fundamentally reoriented toward capability-per-resource rather than capability alone. We present a theoretical framework demonstrating that resource-allocation decisions guided by gradient influence patterns can dramatically improve efficiency throughout the AI lifecycle. Our analysis shows that in transformer-based models, where a small fraction of parameters exert outsized influence (following heavy-tailed distributions), three critical insights emerge: (1) updating only high-influence parameters strictly outperforms full-parameter tuning on a performance-per-resource basis; (2) simple gradient norms provide computationally efficient proxies for identifying these high-influence components; and (3) coordinated parameter and data selection yields multiplicative efficiency gains, potentially reducing resource requirements by orders of magnitude. Building on these theoretical foundations, we propose a two stage paradigm marginal-return pretraining for foundation developers and influence guided adaptation for downstream users bridged by gradient blueprints, metadata describing which parameters matter most for various tasks. This capability-per-resource perspective transforms what were once considered pragmatic hardware workarounds into theoretically optimal strategies, democratizing access to cutting-edge AI capabilities while significantly reducing environmental impact. By embedding resource consciousness into how we develop, adapt, and evaluate models, we can reshape AI progress toward a more sustainable and equitable future.

Paper Structure

This paper contains 46 sections, 2 theorems, 43 equations, 2 figures, 2 algorithms.

Key Result

Proposition 4.1

If the partial performance gain $\Delta_k(\Psi)$ satisfies a heavy-tailed form $\Delta_k(\Psi)\approx k^\gamma\,\Delta_{\mathrm{full}}(\Psi)$ with $0<\gamma<1$, and resource cost includes a per-parameter overhead $\beta>0$ as above, then there exists a fraction $k^*\in(0,1)$ such that Hence, updating only $k^*$ of parameters yields a strictly higher performance-per-resource ratio than fine-tuning

Figures (2)

  • Figure 1: Resource-Conscious LLM Lifecycle. (Left) Stage 1 halts pretraining once $\Delta \Psi / \Delta \Gamma$ dips below $\eta$. (Right) Stage 2 fine-tunes only high-influence submodules (selected via blueprint data), improving performance-per-resource.
  • Figure : Blueprint-Guided Submodule Updates

Theorems & Definitions (3)

  • Proposition 4.1: Partial Updates Outperform Full Updates (Sketch)
  • Proposition B.1: Partial Updates Outperform Full Updates
  • proof