Summary of "Apodex 1.1: Scaling Agentic Intelligence for Complex Work"
Summary (Overview)
-
Core Contribution: Apodex 1.1 introduces a general-purpose model and execution system that scales "working capability"—the ability to make sustained, verifiable progress on complex, long-horizon tasks—through two complementary scaling dimensions: Environment Scaling (expanding executable file, search, and code worlds) and Agentic Coordination Scaling (training decomposition, delegation, and replanning behaviors).
-
Key Architecture: A unified policy and execution stack called AgentOS provides persistent workspace state, a task board for multi-agent coordination, controlled artifact delivery, and mechanisms for failure recovery, context management, and user intervention.
-
Performance Results: Apodex 1.1 with Agent Team achieves leading performance on FrontierFinance (54.3) and FrontierScience-Research (63.3), and competitive results on GDPVal (78.8), APEX-Agents (38.5), Humanity's Last Exam (56.1), and DeepSearchQA (92.4 F1).
-
Model-Scale Efficiency: The 35B-parameter Apodex 1.1 Mini reaches the performance band of selected frontier systems, with ReAct scores of 40.0 (FrontierFinance), 45.0 (FrontierScience-Research), and 24.2 (APEX-Agents), improving to 50.2, 51.7, and 27.7 with Agent Team.
-
Training Approach: Uses a unified SFT mixture followed by PIVOT-RL (localized trajectory optimization at consequential decision points) and asynchronous RL, converting environment trajectories and coordination traces into reliable model behavior.
Introduction and Theoretical Foundation
The paper argues that general-purpose language models have advanced in knowledge, reasoning, mathematics, and coding, yet many valuable tasks remain difficult because the work unfolds over a long horizon. The limiting capability is not reasoning in isolation, but the ability to turn reasoning into sustained work inside a changing environment.
The authors define working capability as: sustained, verifiable progress toward a real-world objective, requiring the model to:
- Find and interpret evidence
- Operate on heterogeneous files
- Execute and debug code
- Maintain and revise a coherent plan over many steps
- Recover from failed actions without discarding valid progress
- Deliver artifacts that another person can inspect or continue using
The research is organized around six core principles:
- Completed Work Is the Unit of Agentic Intelligence – Formalized via a task contract
- Executable Environments Are a Scaling Surface – Expanding file, search, and code worlds
- Agentic Coordination Is a Scaling Surface – Training delegation, integration, and replanning
- A Common Harness Connects Both Dimensions – AgentOS provides persistent runtime
- Training Exploits Both Scaling Dimensions – SFT and RL over environment and coordination trajectories
- Evaluation Mirrors the Scaling Design – ReAct (lower scaffold) and Agent Team (system-level lift)
The task contract is formally defined as:
Where is the workspace-state space, is the initial workspace, is the objective, is the action set, is the transition operator, is the observation interface, is the resource-budget vector, is the delivery contract, and is the task-level verifier.
Methodology
Environment Scaling
Apodex 1.1 constructs three complementary environment families, each with distinct assurance boundaries:
| Family | Construction | Verification Boundary | Role |
|---|---|---|---|
| File worlds | Profession-conditioned multi-format workspaces | Code-derived values or recorded provenance | Authority and transformation |
| Search worlds | Indexed or open evidence sources | Provenance + claim review | Discovery and evidence alignment |
| Code worlds | Repositories and stateful sandboxes | Tests + artifact checks | Executable transformation |
The file-world registry spans 33 domains, 318 occupations, and 1,208 deliverable clusters. Difficulty is calibrated using acquisition-pressure coordinates, such as:
Where is the number of plausible candidates requiring inspection, is the number of load-bearing evidence transitions, and is the tool-call budget.
Agentic Coordination Scaling: Agent Team
The Agent Team architecture features:
- Explicit Task Board: Decomposition is written to a persistent board with bounded objectives, dependencies, resolution states, and assigned agents
- Asynchronous Human Intervention: User messages during execution are accepted and integrated into the live task board
- Asymmetric Verification: Verification tasks are deliberately narrower than generation—checking specific claims, evidence, and constraints rather than re-solving the entire problem
- Adaptive Max Team Effort: Additional investigation is allocated only to weak, contested, or load-bearing claims
- Evidence-Grounded Synthesis: A dedicated synthesis stage constructs a claim–evidence graph before drafting the final deliverable
AgentOS: Execution Substrate
The workspace state is formalized as:
Where is file state, is retrieved evidence, is executable state, is the artifact index, is the dependency graph, and is runtime control state.
Key mechanisms include:
- Stable three-region namespace:
/inputs(read-only),/workspace(agents' private work),/outputs(final deliverables) - Tiered compaction for context pressure management
- Soft/hard budget enforcement with deadline-clamped waits and bounded report recovery
- Controlled artifact delivery via a single-publisher lease and exact manifest with baseline reconciliation
Training
- SFT Stage: Unified mixture spanning general reasoning, tool use, search, file interaction, coding, math, science, financial reasoning, and multi-agent coordination, normalized into a common stateful interaction schema
- Reinforcement Learning with PIVOT-RL: Uses hindsight-guided trajectory localization to identify consequential decision points ("pivots"), preserve useful prefixes, and construct localized continuation tasks with corrective hints
- Asynchronous optimization over heterogeneous agentic workloads
Empirical Validation / Results
Main Results on Professional Work and Finance (Table 3)
| Benchmark | Apodex 1.1 w/ ReAct | Apodex 1.1 w/ Agent Team | Best External |
|---|---|---|---|
| APEX-Agents | 34.4 | 38.5 | 42.3 (Claude-Opus-5) |
| GDPVal | 69.5 | 78.8 | 89.4 (Claude-Opus-5) |
| FrontierFinance | 48.7 | 54.3 | 49.2 (Claude-Fable-5) |
Scientific Research and General Reasoning (Table 4)
| Benchmark | Apodex 1.1 ReAct | Apodex 1.1 Agent Team | Best External |
|---|---|---|---|
| FrontierScience-Research | 55.0 | 63.3 | 55.0 (DeepSeek-V4-Flash) |
| BioMysteryBench (Human-difficult) | 23.5 | 35.3 | 49.4 (Claude-Opus-5) |
| Humanity's Last Exam | 53.2 | 56.1 | 64.7 (Claude-Opus-5) |
| DeepSearchQA (F1) | 88.2 | 92.4 | 95.0 (Kimi-K3, Claude-Opus-5) |
Mathematical Reasoning (Table 6)
| Benchmark | Apodex 1.0 Agent Team | Apodex 1.1 ReAct | Apodex 1.1 Agent Team | Reference Threshold |
|---|---|---|---|---|
| IMO 2025 | 12.5 | 24.3 | 36.5 | 35 |
| IMO 2026 | 13.0 | 18.5 | 30.5 | 29 |
| USAMO 2026 | 5.8 | 16.0 | 26.5 | 25 |
| ProofBench Basic | 63.3 | 80.0 | 96.7 | - |
| ProofBench Advanced | 20.0 | 46.4 | 63.3 | - |
Coding and Software Engineering (Table 7)
| Benchmark | Apodex 1.1 | Best External |
|---|---|---|
| Terminal-Bench 2.1 | 70.8 | 91.9 (Gemini 3.6 Flash) |
| SWE-bench Verified | 77.7 | 92.2 (Claude Opus 5) |
Internal Evaluations
FrontierSearchBench (41 verifiable deep-search tasks) — Apodex 1.1 with Agent Team achieves the best average score of 69.1, with 87.8% positive tasks and only 2.4% negative.
FrontierResearchBench (97 executable scientific workflows) — Apodex 1.1 w/ Agent Team achieves a 12.4% Pass Rate, behind GPT-5.6-Sol with Codex (20.6%) and Grok-4.6 with Claude Code (20.6%).
HDS6 Process Analysis
The HDS6 framework evaluates six process capabilities (long-horizon state coherence, evidence fidelity, hypothesis management, boundary/failure reasoning, tool/execution-state management, self-correction under verification) across 24 rubric items, with an integrity gate. Results show the largest single-item deltas in Initial Decomposition (+1.3) and Final Verification (+0.8).
Theoretical and Practical Implications
Theoretical Contributions
-
Working capability as a model-level objective: The paper argues that agentic intelligence should be measured by completed work, not isolated responses, and formalizes this via a task contract () that separates initial user input, normalized objective, delivery contract, and verifier.
-
Two scaling dimensions beyond parameters: The paper demonstrates that expanding executable environments and coordination behaviors are consequential scaling surfaces, independent of model parameter count.
-
Training as integration: The paper shows that SFT and RL can convert environment and coordination trajectories into a unified policy, rather than treating tool use and reasoning as disconnected specialist modes.
Practical Implications
-
Model-scale efficiency: The 35B Mini model reaching frontier-band capability suggests that environment design and coordination training may be more effective levers than model size alone for complex work.
-
Execution substrate: AgentOS provides a concrete blueprint for runtime systems that support long-horizon work, including controlled delivery, intervention handling, and context management.
-
Benchmark design: The paper introduces FrontierSearchBench and FrontierResearchBench, which use executable verifiers and cross-artifact consistency checks rather than single-answer grading.
Conclusion
Apodex 1.1 advances a model-level view of agentic intelligence for complex work: capability should be measured by whether a model can sustain progress through a changing task, use tools and evidence effectively, recover from failure, and deliver a verifiable result. The system develops this capability along two complementary scaling dimensions—Environment Scaling and Agentic Coordination Scaling—bound together by a common execution harness (AgentOS) and unified training.
The evaluation positions Apodex 1.1 as a common model and execution stack whose capabilities compose across scientific research, professional work, finance, mathematics, search, and coding. The 35B Mini model demonstrates that these gains are not confined to the largest model.
The longer-term goal is a Heavy-Duty Solver: a system capable of taking responsibility for increasingly ambitious, long-running, and verifiable work. Future directions include scaling environment coverage and fidelity, strengthening learned coordination over longer horizons, improving training and credit assignment over hierarchical traces, and closing the loop between real failures, task construction, training, and evaluation.
Related papers
- HarnessOpt-Bench: Evaluating LLMs at Harness Optimization
HARNESSOPT-BENCH shows optimizer model choice matters 1.8x more than coding harness choice for agent improvement, with broader search driving gains and trace reading providing no benefit.
- Rollout Cards: A Reproducibility Standard for Agent Research
Rollout cards—preserving full interaction records with explicit reporting rules—make agent evaluation scores reproducible, revealing that reporting choices alone can flip model rankings by up to 20.9 points.
- Harness Continual Learning: Continual Adaptation Beyond Model Parameters
Harness Continual Learning enables frozen foundation models to accumulate capabilities by evolving prompts, memories, and tools around them, with guarded updates preventing harness-level forgetting.