2026-02-24

This benchmark measures how well frontier AI models make correct next-step orchestration decisions in realistic, non-coding workflows under extreme long-context pressure (100k+ tokens). Each model is evaluated on three dimensions: accuracy (% scenarios correct), average latency, and average inference cost (input + output tokens).
Headline results: Claude 4.5 Opus (76%) and Gemini 3.1 Pro Preview (74%) lead the benchmark. More broadly, Claude and Gemini model families dominate the top of the leaderboard — consistent with the general LLM community's assessment of their strong instruction-following and agentic capabilities. The gap between the top and bottom performers is nearly 2x, revealing differentiation that traditional benchmarks do not capture.
The AI industry has invested heavily in benchmarking. SWE-bench Verified evaluates bug-fixing in real GitHub repositories. GAIA tests multi-tool question answering. AgentBench stress-tests agents across eight interactive environments. WebArena measures web navigation. τ-bench evaluates tool-calling in customer service scenarios. These benchmarks have been instrumental in advancing agent capabilities.
But there's a pattern: the majority of these evaluations focus on either coding-centric tasks or short-to-moderate context interactions. SWE-bench measures code repair in Python repositories. WebArena tests navigation across simulated sites. τ-bench evaluates tool-calling in narrow service dialogues. Even GAIA, the broadest of the group, primarily tests whether an agent can arrive at a correct final answer — not whether it can make the right orchestration decision under extreme context pressure.
In production agentic systems, the hardest problem isn't answering a question or fixing a bug. It's deciding what to do next — at step 7 of a 12-step workflow, with 150,000 tokens of accumulated state, when the correct action requires synthesizing instructions from the system prompt, results from prior steps, the user's original intent, and the current state of progress.
Existing benchmarks don't isolate this capability. The Jenova.ai Long-Context Agentic Orchestration Benchmark does.
Each scenario answers a single question:
When placed in the role of a workflow orchestrator with over 100,000 tokens of context, can a model consistently make the correct next-step decision?
Each scenario presents a model with a realistic, frozen snapshot of an in-progress workflow. The input can include conversation history, accumulated results from prior workflow steps, the user's current request, and domain-specific instructions. The model must analyze this dense state and determine the single correct next action to progress the workflow toward completion.
These are not synthetic reasoning puzzles. The scenarios are drawn from real-world, non-coding workflows spanning research, productivity, communication, document generation, scheduling, data analysis, and multi-application coordination — the kinds of tasks that define everyday agent utility but have been largely absent from the benchmarking landscape.
The benchmark consists of 31 scenarios (and growing), each representing a single critical decision point within a potential single-step or multi-step workflow. Each scenario requires the model to:
The diversity of scenarios is intentional. They span a wide range of domains and complexity levels to test whether a model can generalize its orchestration capabilities rather than overfitting to a narrow task type.
All models are run at temperature 0 with the lowest available reasoning/thinking settings for that model. This mirrors real-world agentic orchestration environments where determinism, speed, and cost efficiency matter more than creative exploration. The goal is to evaluate the model's base instruction-following and decision-making capability, not its ability to "think harder" when given unlimited compute.
Existing agentic benchmarks skew heavily toward software engineering. SWE-bench Verified evaluates bug-fixing in real repositories. Terminal-Bench tests DevOps and system administration. Even broader benchmarks like τ-bench focus on narrow tool-calling patterns within customer service scenarios.
This benchmark targets general-purpose, everyday workflows — multi-step tasks that professionals, researchers, and consumers actually need AI agents to handle. Research synthesis, email coordination, calendar management, document creation, multi-platform information gathering. These workflows define real-world agent utility and have been systematically under-measured.
This isn't a benchmark that happens to use long contexts. Long context is the point. Every scenario is designed to exceed 100,000 tokens of input, forcing the model to maintain coherence, track state, and extract relevant signals from a dense information environment.
Many models that perform well on short-context benchmarks degrade significantly under long-context pressure. As noted in recent surveys on LLM agent evaluation, the gap between short-context and long-context performance remains one of the least-measured dimensions of model capability. This benchmark directly exposes that gap.
The orchestration logic, action taxonomy, and workflow structure used in this benchmark are entirely proprietary to Jenova.ai. There is no public dataset, open-source framework, or published paper that describes the specific decision-making patterns being tested.
Data contamination is a well-documented concern across popular benchmarks — models may have seen test questions or close variants during training, inflating their scores. The Stanford AI Index Report 2025 specifically highlights contamination as an ongoing challenge for benchmark validity.
Because our orchestration logic and prompt structure are proprietary and have no presence on the public web, the likelihood of contamination is extremely low compared to benchmarks built on publicly available datasets. As with any evaluation involving closed-weight models, we cannot make absolute guarantees about pretraining data — but the design minimizes this risk by construction.
Academic benchmarks typically optimize for accuracy alone. In production agentic systems, accuracy is necessary but insufficient — you also need to know how fast and how cheaply a model can make correct decisions. As Pluralsight's 2026 model comparison demonstrated with SWE-bench, a model scoring higher at 14x the cost may be a worse production choice depending on error tolerance and volume. This benchmark reports all three dimensions because the optimal orchestration model depends on the accuracy-to-cost-to-speed ratio for your specific use case.
Based on the results, we observe three distinct performance tiers:
Tier 1: Strong Orchestrators (65%+)
| Model | Accuracy | Avg. Speed | Avg. Cost |
|---|---|---|---|
| Claude 4.5 Opus | 76% | 4.1s | $0.35 |
| Gemini 3.1 Pro Preview | 74% | 32.9s | $0.13 |
| Gemini 3 Pro Preview | 66% | 8.8s | $0.12 |
| Gemini 3 Flash Preview | 66% | 5.3s | $0.03 |
| Claude Opus 4.6 | 65% | 4.8s | $0.35 |
| Claude Sonnet 4.5 | 65% | 4.2s | $0.21 |
Claude and Gemini model families clearly lead the pack — a result that aligns with the broader LLM community's consensus on their instruction-following and agentic capabilities. Notably, Gemini 3 Flash Preview matches Claude Opus 4.6 at 66% accuracy while costing $0.03 vs. $0.35 — a 12x cost difference for equivalent performance, making it arguably the most efficient orchestrator in the benchmark.
Tier 2: Capable but Inconsistent (55–64%)
| Model | Accuracy | Avg. Speed | Avg. Cost |
|---|---|---|---|
| DeepSeek V3.2 | 61% | 9.4s | $0.02 |
| Claude Sonnet 4.6 | 58% | 4.8s | $0.21 |
Models in this tier perform credibly but show more inconsistency under long-context pressure. Claude Sonnet 4.6 at 58% is a notable step down from its 4.5 counterpart (65%), suggesting that model generation upgrades don't always translate to orchestration improvements.
Tier 3: Below 55%
| Model | Accuracy | Avg. Speed | Avg. Cost |
|---|---|---|---|
| MiniMax M2.5 | 50% | 20.5s | $0.02 |
| GPT-5.2 | 48% | 2.5s | $0.10 |
| Grok 4.1 Fast | 47% | 6.7s | $0.01 |
| Kimi K2.5 | 47% | 12.1s | $0.01 |
| GLM 5 | 44% | 28.2s | $0.02 |
Several observations here:
GPT-5.2 at 48% is a notable result. It's the fastest model in the benchmark (2.5s) but among the least accurate. This is directly related to the "minimal reasoning settings" constraint — GPT-family models are heavily optimized for reasoning-intensive configurations, and when that extended reasoning is removed, the base instruction-following capability under long-context pressure drops substantially. This doesn't indicate a fundamental weakness so much as an architectural dependency on reasoning compute that other model families don't share to the same degree.
Leading open-source Chinese models — Kimi K2.5 (47%), GLM 5 (44%), and MiniMax M2.5 (50%) — perform relatively weaker on this benchmark. One possible contributing factor is training allocation. These models, often developed under tighter compute budgets than their Western counterparts, may reasonably prioritize training capacity toward established, high-visibility benchmark categories (reasoning, coding, knowledge) where competitive performance is essential for market positioning. Long-context orchestration generalization — a capability with no existing public benchmark to optimize against — may receive less targeted focus as a result. This is a rational prioritization, not a fundamental limitation, and we expect this gap to narrow as orchestration-specific evaluations become more established.
1. Significant variance in orchestration capability across leading models.
The gap between the top-performing and bottom-performing models is nearly 2x (76% vs. 44%). This is notable given that many of these models score within a few percentage points of each other on established benchmarks like MMLU, GPQA, or LMArena. Long-context agentic orchestration reveals differentiation that traditional benchmarks do not capture.
2. Accuracy, speed, and cost are not correlated the way you'd expect.
The most expensive model is not the most accurate (Claude Opus 4.6 at $0.35 scores 65%, while Claude 4.5 Opus at the same price scores 76%). The fastest model (GPT-5.2 at 2.5s) is among the least accurate (48%). The cheapest models span the full accuracy range — from Grok 4.1 Fast at 47% ($0.01) to Gemini 3 Flash Preview at 66% ($0.03). This reinforces the importance of evaluating all three dimensions together — a finding consistent with the cost-performance Pareto analysis emerging as a best practice in agent evaluation.
3. Instruction following under long-context pressure is the differentiator.
The scenarios that most models get wrong tend to share a common pattern: the correct action requires the model to prioritize a specific instruction buried deep in the context over a more "obvious" or "default" action. Models that excel on this benchmark demonstrate superior ability to maintain instruction fidelity even when the relevant instruction is surrounded by tens of thousands of tokens of competing information. This aligns with findings from GAIA's evaluation framework, where the most demanding tasks — requiring extensive planning and multi-tool integration — remain the true proving ground for agent capability.
4. Minimal reasoning settings expose base capability gaps.
All models were evaluated at their lowest reasoning settings. Some models known for strong performance in high-reasoning modes showed surprisingly weak results here. We observe that certain model families are substantially more dependent on extended reasoning modes to achieve reliability. When that reasoning compute is removed — as it must be in production orchestration environments where latency and cost constraints dominate — the underlying instruction-following capability is laid bare. This is the primary factor behind GPT-5.2's underperformance: its architecture is heavily optimized for reasoning-intensive workflows, and the minimal-reasoning constraint disproportionately affects it.
| Benchmark | Primary Focus | Context Length | Domain |
|---|---|---|---|
| SWE-bench Verified | Bug-fixing in real GitHub repos | Moderate | Coding |
| GAIA | Multi-tool question answering | Moderate | General |
| AgentBench | Multi-environment agent behavior | Varies | 8 domains |
| WebArena | Web navigation tasks | Short–moderate | Web |
| τ-bench | Tool-use in service scenarios | Short | Customer service |
| Jenova Orchestration Benchmark | Next-step decision under long context | 100k+ tokens | Non-coding workflows |
This benchmark does not compete with or replace existing evaluations. SWE-bench remains the standard for coding agents. GAIA remains the broadest test of general agent capability. This benchmark isolates a different layer: next-step decision quality under extreme context pressure in non-coding domains.
Our results suggest that orchestration capability is distinct from reasoning capability. High performance on reasoning benchmarks does not guarantee high performance on long-context orchestration.
For developers building agentic systems, this decoupling has practical consequences:
We are releasing these results to provide a data point for that architectural decision. As we expand the scenario set to cover more domains and workflow patterns, we will continue to update these metrics.
The Jenova.ai Long-Context Agentic Orchestration Benchmark is developed by the Jenova engineering team to evaluate model performance in production orchestration environments. For technical inquiries or methodology details, contact [email protected].