The Commonplace
Home Three-study pilot 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 →

Carefully chosen portfolios of AI workflows beat single-workflow deployments: by running multiple complementary workflows and selecting after observing outputs, firms can raise decision accuracy while balancing compute cost, with provable approximation guarantees and dataset gains (e.g., up to +24 percentage points from dual-guided generation on a benchmark).

Designing Agentic AI Workflow Portfolios under Imperfect Selection and Compute Cost
Abdolmaleki, Mojtaba, Jasin, Stefanus, Wang, Boyu · September 16, 2026 · arXiv (Cornell University)
openalex theoretical medium evidence 8/10 relevance Full text usable extracted full text DOI Source PDF

Structured author observations

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

OpenAlex

Latest observation:

  1. Abdolmaleki, Mojtaba provider ID
  2. Jasin, Stefanus provider ID
  3. Wang, Boyu provider ID

Semantic Scholar

Latest observation:

  1. Mojtaba Abdolmaleki provider ID
  2. S. Jasin provider ID
  3. Bo-Yu Wang provider ID
Optimizing portfolios of agentic AI workflows—jointly choosing run size and allocation while accounting for selector quality and compute cost—provably outperforms single-workflow deployment and yields measurable accuracy gains on benchmark tasks.

Citation observations

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

Agentic AI systems often approach the same task through multiple workflows that differ in reasoning strategy, verification structure, and compute cost. A natural deployment policy is to use the workflow with the highest average performance, but this can be suboptimal because different workflows may succeed on different instances. We study a portfolio-and-selector paradigm in which a firm runs multiple workflow executions and selects the final answer after observing their outputs. Additional executions may uncover correct answers that the best standalone workflow misses, but they consume compute and introduce plausible distractors that complicate final selection. We formulate this as a workflow portfolio problem in which the firm jointly chooses run size and allocation across workflow types. We summarize selector quality through an odds-lift index and derive sharp bounds on the value of workflow variety. For finite workflow pools, we develop exact formulations, linear programming relaxations, randomized rounding procedures, and computable performance certificates. For large implicit workflow classes, we derive a finite-dimensional dual and an ellipsoid method using a pricing oracle to identify workflows with high weighted accuracy net of recurring compute cost. Under a weak condition, the method obtains a near-optimal solution to the relaxation with polynomially many oracle calls. We evaluate the framework on three datasets: ABCD, Schema-Guided Dialogue, and HotpotQA. Relative to the best standalone workflow, portfolio optimization improves held-out selector accuracy by 3.1, 7.5, and 0.9 percentage points, respectively. Dual-guided workflow generation adds 3.5 points on ABCD and 24.1 on HotpotQA, with no additional gain on Schema-Guided Dialogue.

Summary

Main Finding

Deploying multiple agentic-AI workflows as a portfolio (running several workflows in parallel and selecting a final answer after observing their outputs) can improve deployed accuracy versus using the single best workflow — but only when the selector is strong enough to leverage additional correct candidates and when the recurring compute cost of extra executions is justified. The paper introduces an odds-lift index that limits how much selector-aware portfolio design can improve over the best standalone workflow, provides exact and approximate optimization tools for finite and implicit workflow classes, and demonstrates empirical gains on three datasets (ABCD, Schema-Guided Dialogue, HotpotQA).

Key Points

  • Problem setting

    • A firm chooses the number of workflow executions (run size) and allocates those executions across workflow types. Each execution produces a candidate answer; a selector then chooses the final output after observing all candidates.
    • Trade-offs: extra executions can (a) uncover correct answers missed by the best workflow, and (b) increase compute cost and add wrong but plausible distractors that worsen selection.
  • Selector strength and odds-lift index

    • Introduces an odds-lift index measuring how much the selector increases the odds of returning a correct answer versus random choice among candidates.
    • A finite bound on odds-lift implies a common concave envelope that upper-bounds any portfolio’s selector-aware gains; yields sharp limits on the value of workflow variety and screening rules for when single-workflow deployment is optimal.
  • Finite workflow pools

    • For fixed run size the allocation problem is a concave coverage problem.
    • Provides: exact integer programming formulations, linear programming (LP) relaxations, randomized rounding schemes, and computable optimality certificates.
    • Introduces a sparse/grid method to search run size values efficiently while retaining approximation guarantees.
  • Implicit (large) workflow classes

    • When feasible workflows cannot be enumerated, the LP relaxation’s dual has only finitely many task-price variables plus one constraint per workflow.
    • Uses a pricing (separation) oracle plus the ellipsoid method to find near-optimal solutions to the relaxation with polynomially many oracle calls (under a weak regularity condition).
    • This yields practical dual-guided workflow generation: the oracle proposes new workflows that violate dual constraints (i.e., high weighted net accuracy considering recurring cost).
  • Empirical results

    • Datasets: ABCD (service), Schema-Guided Dialogue (service), HotpotQA (QA).
    • Relative improvements over the best standalone workflow (held-out selector accuracy):
    • ABCD: +3.1 percentage points (best singleton → portfolio), further +3.5 points with dual-guided workflow generation.
    • Schema-Guided Dialogue: +7.5 points (no additional gain from dual-guided generation).
    • HotpotQA: +0.9 points from portfolio; dual-guided generation adds +24.1 points.
    • Selector strength calibrated empirically: substantially above random for the two service domains, positive but weaker on HotpotQA.
    • The number of generated workflows kept varied by domain, consistent with the principle that a workflow is valuable only if its incremental selection benefit outweighs recurring cost.

Data & Methods

  • Model setup

    • Workflows: unit types that can be executed multiple times; each execution yields a candidate answer (correct or incorrect).
    • Selector summarized by a recovery curve mapping the number of correct candidates in the pool to probability the selector picks a correct final answer; odds-lift index summarizes selector quality.
    • Objective: maximize expected deployed accuracy minus recurring compute cost (per execution).
  • Optimization methods (finite pool)

    • Integer program for joint choice of run size and per-workflow execution counts.
    • LP relaxation to get bounds; randomized rounding converts fractional LP solutions to integer allocations with performance guarantees.
    • Sparse-grid search over run sizes reduces computation for jointly choosing run size with provable approximations.
  • Optimization methods (implicit class)

    • Formulate LP with one variable per workflow (infeasible to enumerate).
    • Derive finite-dimensional dual (task-price variables); constraints correspond to workflows.
    • Use a pricing (separation) oracle to find violated constraints (i.e., candidate workflows with positive reduced cost).
    • Apply ellipsoid method with oracle calls to compute ε-approximate solutions in polynomially many steps (polynomial in problem encoding and log(1/ε)).
  • Empirical evaluation

    • Calibrate selector recovery curves and odds-lift on ABCD, Schema-Guided Dialogue, HotpotQA.
    • Run portfolio optimization with initial pools; iteratively apply the dual-guided workflow generator (oracle) to propose candidate workflows for inclusion.
    • Measure held-out selector accuracy and report gains versus best single workflow; assess how many workflows are adopted and their marginal contributions.

Implications for AI Economics

  • Marginal compute allocation should be decisioned jointly with selection capability

    • The value of an extra workflow execution is not just its marginal probability of being correct, but its marginal impact on the selector’s ability to pick a correct candidate net of recurring compute costs. Firms should weigh compute price-per-execution against the selector’s odds-lift.
  • Investment tradeoffs: generating workflows vs improving selector

    • Improving selector quality (increasing odds-lift) can expand the marginal value of portfolio diversity; conversely, stronger selectors reduce the compute budget wasted on distractors. Firms can optimize returns by choosing whether to invest in better selectors, more diverse workflows, or cheaper compute resources.
  • Governance and certification

    • Dual certificates and LP bounds provide computable guarantees on portfolio quality relative to the implicit workflow space. These deliverable certificates can be used for procurement decisions, auditing, and governance of deployed agentic systems.
  • Product and operational design

    • For many enterprise tasks, maintaining multiple diverse workflows is valuable, but only up to the point where selector confusion or recurring cost outweighs coverage gains. Service providers and SaaS vendors should:
    • Measure selector recovery behavior on representative tasks,
    • Use portfolio optimization to set run size and workflow mix,
    • Use dual-guided generation to direct engineering effort toward workflows that add weighted coverage net of recurring cost.
  • Market and competition effects

    • The framework implies diminishing returns to adding many workflows under limited selector lift — suggesting market demand for stronger selectors (meta-models, rankers, verifiers) and for workflow generators that produce highly complementary, low-cost candidates.
    • Pricing of API calls and compute will directly affect optimal portfolio sizes; cheaper compute favors larger portfolios, but only if selectors can exploit extra candidates.

Overall, the paper formalizes the economic trade-offs firms face when deploying agentic AI as portfolios, provides optimization and certification tools for both finite and very large workflow spaces, and quantifies when and how workflow diversity yields measurable deployed-value gains.

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper provides formal theoretical guarantees (bounds, LP relaxations, approximation results) and reports empirical improvements on three benchmark datasets, but it does not present field experiments or causal identification of economic outcomes; empirical tests are on benchmarks with limited scope and rely on modeling assumptions about selectors and oracles. Methods Rigorhigh — The authors develop a formal model, prove sharp bounds on selector value, derive exact and relaxed optimization formulations, provide randomized rounding and ellipsoid-based algorithms with oracle guarantees, and evaluate on multiple datasets; limitations arise from assumptions about selector stochasticity, oracle practicality, and benchmark-only experiments. SampleEmpirical evaluation on three benchmark datasets: ABCD (service-operations domain), Schema-Guided Dialogue (dialogue/service domain), and HotpotQA (multi-hop question answering); reported held-out selector accuracy improvements (relative to best singleton) of +3.1, +7.5, and +0.9 percentage points respectively, with additional gains from dual-guided workflow generation (e.g., +3.5 on ABCD, +24.1 on HotpotQA); paper does not report field deployment or detailed dataset sample sizes in the provided text. Themesorg_design productivity GeneralizabilityEvaluation limited to three benchmark datasets (service ops and QA) and may not reflect real-world enterprise workloads or distributional shifts, Assumes an available 'workflow oracle' and particular selector models whose practicality and cost in production may vary, Compute-cost model and recurring cost abstractions may simplify real deployment trade-offs (latency, tool costs, human-in-the-loop), Results depend on selector quality (odds-lift index); if selectors perform worse in practice, portfolio gains may vanish, Stationary task distribution assumed; performance under dynamic or adversarial tasks is not evaluated

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Relative to the best standalone workflow, portfolio optimization improves held-out selector accuracy by 3.1 percentage points on ABCD, 7.5 percentage points on Schema-Guided Dialogue, and 0.9 percentage points on HotpotQA. Decision Quality positive Held-out selector accuracy
Reading fidelity high
Study strength medium
3.1, 7.5, and 0.9 percentage points
0.12
Dual-guided workflow generation adds 3.5 percentage points on ABCD and 24.1 percentage points on HotpotQA, with no additional gain on Schema-Guided Dialogue. Decision Quality mixed Selector accuracy after dual-guided workflow generation
Reading fidelity high
Study strength medium
3.5 points on ABCD, 24.1 points on HotpotQA, and no additional gain on Schema-Guided Dialogue
0.12
On fresh held-out tasks, actual selector accuracy increased from 43.625% for the best initial singleton to 50.250% for the final ABCD portfolio. Decision Quality positive Selector accuracy on ABCD
Reading fidelity high
Study strength medium
43.625% to 50.250%
0.12
On fresh held-out tasks, actual selector accuracy increased from 85.250% to 92.750% on Schema-Guided Dialogue. Decision Quality positive Selector accuracy on Schema-Guided Dialogue
Reading fidelity high
Study strength medium
85.250% to 92.750%
0.12
On fresh held-out tasks, actual selector accuracy increased from 30.250% to 55.250% on HotpotQA. Decision Quality positive Selector accuracy on HotpotQA
Reading fidelity high
Study strength medium
30.250% to 55.250%
0.12
Selector strength was substantially above random selection in the ABCD and Schema-Guided Dialogue service domains and remained positive, although weaker, on HotpotQA. Decision Quality positive Selector strength relative to random selection
Reading fidelity high
Study strength medium
not reported
0.12
The value of workflow variety is bounded by selector quality: a finite odds-lift bound places the selector's recovery curve below a common concave envelope and limits how much a workflow portfolio can improve over the best single workflow. Decision Quality mixed Improvement in final decision accuracy from workflow variety
Reading fidelity high
Study strength high
not reported
0.2
Additional workflow executions are not necessarily beneficial because they can increase the candidate set's quality while also increasing selector confusion and recurring compute cost. Task Allocation mixed Final answer quality net of selector confusion and compute cost
Reading fidelity high
Study strength medium
not reported
0.12
A generated workflow creates value only when its incremental coverage and selection benefit justify its recurring compute cost. Task Allocation mixed Net value of adding generated workflows to a portfolio
Reading fidelity high
Study strength medium
not reported
0.12
For implicit workflow classes, an ellipsoid method using a pricing oracle can obtain a near-optimal solution to the linear-programming relaxation with polynomially many oracle calls under a weak condition. Organizational Efficiency positive Optimization quality and computational efficiency of workflow-portfolio design
Reading fidelity high
Study strength high
not reported
0.2

Notes