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 →

BELLA helps teams avoid overspending on LLMs by mapping models to the specific skills a task needs and optimising model choice against budget limits; its capability matrices and plain-language explanations make routing decisions transparent in a financial-reasoning demonstration.

Trust by Design: Skill Profiles for Transparent, Cost-Aware LLM Routing
Mika Okamoto, Ansel Kaplan Erol, Glenn Matlin · February 02, 2026
arxiv descriptive n/a 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. Mika Okamoto unresolved corpus identity
  2. Ansel Kaplan Erol unresolved corpus identity
  3. Glenn Matlin unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Mika Okamoto provider ID
  2. Ansel Kaplan Erol provider ID
  3. Glenn Scott Matlin provider ID
BELLA is a framework that profiles LLMs on granular skills via critic-based decomposition, clusters those skills into capability matrices, and uses multi-objective optimization to recommend cost-efficient model selections with natural-language rationales, illustrated on financial reasoning tasks.

Citation observations

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

How should Large Language Model (LLM) practitioners select the right model for a task without wasting money? We introduce BELLA (Budget-Efficient LLM Selection via Automated skill-profiling), a framework that recommends optimal LLM selection for tasks through interpretable skill-based model selection. Standard benchmarks report aggregate metrics that obscure which specific capabilities a task requires and whether a cheaper model could suffice. BELLA addresses this gap through three stages: (1) decomposing LLM outputs and extract the granular skills required by using critic-based profiling, (2) clustering skills into structured capability matrices, and (3) multi-objective optimization to select the right models to maximize performance while respecting budget constraints. BELLA provides natural-language rationale for recommendations, providing transparency that current black-box routing systems lack. We describe the framework architecture, situate it within the landscape of LLM routing and evaluation, and discuss its application to financial reasoning as a representative domain exhibiting diverse skill requirements and cost-variation across models. Our framework enables practitioners to make principled and cost-performance trade-offs for deploying LLMs.

Summary

Main Finding

BELLA (Budget-Efficient LLM Selection via Automated skill-profiling) is a modular, interpretable framework that maps task skill requirements to model skill profiles (extracted via a critic LLM), clusters those skills into a canonical taxonomy, and performs cost-aware model selection. By reasoning about per-skill capabilities rather than aggregate scores or opaque routing policies, BELLA aims to pick models that meet task needs while minimizing monetary/latency costs and providing human-readable rationales for recommendations.

Key Points

  • Motivation

    • Aggregate benchmark metrics (accuracy/F1) hide which specific capabilities a task requires; expensive models often give diminishing marginal returns per dollar.
    • Practitioners need transparent, budget-aware model selection to avoid over- or under-provisioning.
  • Core components

  • Benchmarking: collect model outputs, reasoning traces, performance metrics, and operational costs across models and multi-skill tasks.
  • Critic-based skill profiling: a critic LLM ingests task input, reference solution, and model output and produces instance-level annotations: demonstrated skills, missing skills, and skill criticality.
  • Skill clustering & canonicalization: embed critic phrases (e.g., OpenAI embeddings), cluster similar phrases, and assign canonical skill labels to produce a consistent skill vocabulary.
  • Capability matrices & selection: build Model capability matrix C (models × skills), Task requirement matrix R (tasks × skills), and cost vector c; select models satisfying skill proficiency thresholds and budget constraints via constrained optimization, outputting interpretable rationale.

  • Selection mechanics

    • Define proficiency threshold τ and capable model set Mcapable = {m : Cm,s ≥ τ for every required skill s}.
    • Choose model maximizing estimated performance p̂(m,t) subject to cost constraint c_m ≤ B.
    • Performance estimators may use inner products ⟨r_t, c_m⟩, concatenation, elementwise products, supervised regressors, or collaborative filtering / matrix factorization.
  • Claimed advantages

    • Interpretability: explains which skills caused the recommendation and trade-offs made.
    • Cost-awareness: explicitly optimizes under monetary/latency budgets.
    • Generalization: skill-level representations allow transfer to novel tasks without retraining routers.
    • Flexibility: framework supports similarity retrieval, latent-factor inference, ensemble/portfolio selection, and multi-objective extensions.
  • Limitations acknowledged by authors

    • BELLA is a framework needing empirical validation (critic reliability, clustering stability).
    • Upfront profiling cost (critic calls) could offset gains; caching/incremental approaches needed.
    • Potential variance from domain-adaptive or structured taxonomies; more work needed on multi-constraint optimization and dynamic (subtask-level) routing.

Data & Methods

  • Domain & evaluation plan

    • Demonstrated in financial reasoning (FLaME benchmark suite) as a representative, multi-skill, cost-sensitive domain.
    • Proposed evaluation: leave-one-out cross-validation across financial benchmarks. Build capability matrices from N−1 tasks and test zero-shot on held-out task. Compare to baselines (FrugalGPT, RouteLLM) and an oracle.
    • Metrics: total inference cost, accuracy gap relative to high-end models, selection precision, and qualitative audit of skill profiles.
  • Data collection & profiling

    • For each model-task-instance:
      • Collect model output including reasoning traces (when available).
      • Use a critic LLM to produce natural-language skill descriptions: which skills were demonstrated, which were missing, and criticality scores.
    • Example critic output categories: data extraction, numerical reasoning, temporal understanding, output formatting, factual verification.
  • Canonicalization & matrices

    • Embed raw skill phrases (sentence transformer / embeddings).
    • Cluster (hierarchical or k-means) to group semantically similar skill descriptions.
    • Assign canonical labels via majority voting or LLM summarization.
    • Construct:
      • C ∈ [0,1]^{M×S}: Cm,s = fraction of instances where model m demonstrated skill s.
      • R ∈ {0,1}^{T×S}: Rt,s indicates whether task t requires skill s (aggregated across instances).
      • c ∈ R^M: operational cost per model (e.g., $/million tokens, latency).
  • Selection & prediction methods

    • Similarity-based retrieval: cosine similarity between r_t and c_m.
    • Collaborative filtering / matrix factorization: non-negative matrix factorization C ≈ U V^T to infer latent capabilities.
    • Supervised performance prediction f(r_t, c_m) → p̂(m,t) using features like ⟨r_t,c_m⟩, [r_t; c_m], r_t ⊙ c_m.

Implications for AI Economics

  • Better marginal cost management

    • Explicitly matches task skill demands to cheaper models that already possess those skills, reducing unnecessary use of top-tier, high-cost models. This can materially lower inference expenditures in production systems where many tasks are skill-specific (e.g., numerical-only, templated outputs).
    • The paper documents diminishing marginal accuracy per dollar: BELLA formalizes exploiting that heterogeneity.
  • Procurement and pricing effects

    • If practitioners widely adopt skill-aware selection, demand may shift toward models optimized for particular skill profiles rather than raw scale. This can incentivize specialization (narrow, cheaper models tuned for high-value skills) and influence vendor pricing strategies (tiered pricing by skill SLAs).
    • Transparency of capability profiles could be incorporated into SLAs: buyers could procure models with verified skill matrices, enabling outcome-based contracts or price differentiation.
  • Market and competition

    • Skill-profiling enables more direct comparability across heterogeneous models (closed vs open, different sizes). That transparency may intensify price competition at specific skill segments rather than across monolithic model classes.
    • Smaller models with favorable cost/skill trade-offs could capture workloads previously reserved for large models, altering cloud-provider revenue mixes.
  • Operational efficiency and labor economics

    • Reduced compute costs translate to lower operating expenses for companies relying on LLMs; savings can be reallocated to product development or cheaper end-user pricing.
    • Explainable routing improves auditability and regulatory compliance (important for fintech, healthcare), potentially lowering compliance costs and risk premiums.
  • Cautions & second-order effects

    • Profiling and critic overhead (monetary and latency) can erode savings; net economic benefit depends on scale, reuse, and architecture for amortizing profiling cost.
    • Incentives for vendors: models may be tuned to “game” critic-based skill tests (overfitting to profiled benchmarks) — leading to potential arms races between profilers and model vendors.
    • Stability and generalization risk: unstable skill taxonomies or poor critic performance could lead to suboptimal procurement choices, with economic losses from misallocated capacity.
    • Redistribution of value: as selection becomes more fine-grained, platform providers and model marketplace intermediaries (who provide profiling/selection tools) may capture a larger share of value.
  • Research and policy implications

    • Quantitative evaluation of expected cost savings at scale (taking profiling overhead into account) is needed to estimate macroeconomic impact on cloud spend.
    • Regulators and procurement officers can use skill-based transparency to demand verifiable capability claims for high-stakes domains, changing procurement standards.
    • Future work on multi-constraint objectives (latency, energy, privacy) will affect pricing models that bundle non-monetary guarantees.

Summary conclusion: BELLA offers a principled, interpretable pathway to reduce LLM deployment costs by matching task-specific skill needs to the lowest-cost capable model. Economically, widespread adoption could shift demand toward skill-specialized, cheaper models, alter vendor pricing/SLAs, and reduce operational costs—provided profiling overheads are managed and the critic/clustering methods are robust and resistant to gaming.

Assessment

Paper Typedescriptive Evidence Strengthn/a — This is a methodological/framework paper proposing an LLM selection system rather than making causal claims tested with experimental or quasi-experimental identification; it does not present causal inference or strong empirical effect estimates. Methods Rigormedium — The framework combines sensible components (critic-based decomposition, clustering into capability matrices, and multi-objective optimization) that are plausible and methodically described, but the paper (as summarized) lacks thorough empirical validation, large-scale comparative benchmarks, sensitivity analyses on key design choices (critic quality, clustering parameters, cost models), and field deployment results to demonstrate robustness and practical gains. SampleFramework applied illustratively to a financial-reasoning domain using LLM outputs and critic-generated skill-level evaluations; the summary does not report detailed dataset size, exact models tested, or large-scale field deployment—rather a representative application to show how capability profiling and cost-optimization would work in practice. Themesadoption productivity GeneralizabilityDemonstrated only in a single domain (financial reasoning) so applicability to other domains (creative writing, coding, medical reasoning) is unproven, Depends on the quality and calibration of the critic used to extract skills—biased or noisy critics will reduce usefulness, Cost and latency trade-offs are provider- and market-specific; results may not transfer as pricing changes, Capability clustering and skill definitions are design choices and may be subjective or unstable across datasets, Model performance evolves rapidly—profiling snapshots may become outdated as models update, Computational and annotation overhead for profiling may limit adoption for smaller teams or private data, Does not measure downstream economic outcomes (productivity gains, labor effects), limiting macro-level generalizability

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We introduce BELLA (Budget-Efficient LLM Selection via Automated skill-profiling), a framework that recommends optimal LLM selection for tasks through interpretable skill-based model selection. Task Allocation positive optimal_model_selection
Reading fidelity high
Study strength speculative
not reported
0.03
Standard benchmarks report aggregate metrics that obscure which specific capabilities a task requires and whether a cheaper model could suffice. Organizational Efficiency negative benchmark_granularity_vs_model_cost_sufficiency
Reading fidelity high
Study strength low
not reported
0.09
BELLA decomposes LLM outputs and extracts the granular skills required by using critic-based profiling (stage 1). Skill Acquisition positive skill_profiling_accuracy_or_granularity
Reading fidelity high
Study strength medium
not reported
0.18
BELLA clusters skills into structured capability matrices (stage 2). Skill Acquisition positive skill_clustering_structure
Reading fidelity high
Study strength medium
not reported
0.18
BELLA uses multi-objective optimization to select the right models to maximize performance while respecting budget constraints (stage 3). Organizational Efficiency positive performance_vs_budget_tradeoff
Reading fidelity high
Study strength speculative
not reported
0.03
BELLA provides natural-language rationale for recommendations, providing transparency that current black-box routing systems lack. Ai Safety And Ethics positive recommendation_transparency
Reading fidelity high
Study strength low
not reported
0.09
We discuss BELLA's application to financial reasoning as a representative domain exhibiting diverse skill requirements and cost-variation across models. Other positive applicability_to_financial_reasoning
Reading fidelity high
Study strength low
not reported
0.09
Our framework enables practitioners to make principled and cost-performance trade-offs for deploying LLMs. Organizational Efficiency positive cost_performance_tradeoff_quality
Reading fidelity high
Study strength speculative
not reported
0.03

Notes