Does model efficiency matter more than peak capability for real work?
When AI agents handle multi-step tasks that invoke the model dozens of times, do small per-call cost and latency differences compound enough to reshape which models deliver practical value?
Occamy-1.0 argues that for agents doing "user-directed, multi-step work in a persistent digital environment," practical value depends "not only on peak capability but also on how efficiently that capability is delivered." The reason is economic: "A long task can invoke the model dozens or hundreds of times, so small differences in per-call cost and latency accumulate across the episode." Co-work is defined by "sustained coordination across the complete task rather than by any fixed collection of skills," so the unit that gets billed is the whole episode, not the single answer. The paper reports that Occamy-1.0, obtained by further training the post-trained Qwen3.6-35B-A3B checkpoint, is "consistently among the strongest comparably sized models," stays competitive with "substantially larger frontier systems on several tasks," and, "under our stated evaluation and pricing protocol," sits at the low-cost knee of the observed cost-performance Pareto frontier across four representative benchmarks.
The mechanism the paper offers is a claim about where the work is. Many steps in everyday work "emphasize state tracking, coordination, recovery, and follow-through rather than frontier-scale reasoning." If that holds, a smaller model does not have to rebuild general capability; it can "concentrate learning on the coordination, recovery, and follow-through that real work demands." The training system is built to make that concentration possible: execution-grounded data and environments that connect "task construction to runnable state transitions and task-level outcomes," replayable long-horizon trajectories captured across multiple harnesses, and staged post-training meant to "develop and consolidate complementary execution capabilities." The infrastructure preserves "token-exact trajectories, environment-state replay, and segment boundaries created by history rewrites," which is what lets a long episode be replayed and trained on.
This sits close to What makes an AI system feel like a colleague rather than a chatbot?, which locates the colleague-like quality in state and closure; Occamy adds a cost argument for the same shift and a training route that targets those behaviors directly. It also echoes Can delegation teach models to manage context more actively?, where a trained 30B model rivals models ten times larger: in both, a targeted skill substitutes for raw scale. It complicates Does a single benchmark score actually predict agent readiness? by naming cost per episode as one more axis that peak-capability rankings hide, and it offers a possible reading of the low completion rates in Why do AI agents fail at workplace social interaction?, though the excerpt never engages that benchmark.
The excerpt does not establish how much of the result comes from the execution-centered post-training rather than from the Qwen3.6-35B-A3B starting point; it gives no base-model comparison, benchmark names, scores, prices, data scale, or ablations. The premise that many steps need coordination more than frontier reasoning is stated as motivation, not tested in the excerpt. The Pareto claim is explicitly conditional on the authors' own evaluation and pricing protocol and on four benchmarks. What follows at that strength is narrow: cost accumulated over an episode is a legitimate axis for judging co-work agents, and a compact model post-trained on runnable, replayable environments is one reported way to move along it.
Inquiring lines that read this note 2
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How does harness optimization generalize across different model architectures and domains? When do multi-agent systems provide sufficient quality returns on token investment?Related concepts in this collection 4
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
What makes an AI system feel like a colleague rather than a chatbot?
This research explores whether colleague-like AI requires bigger models or better architecture. It investigates which design features—persistence, memory, reusable skills, task closure—actually drive the shift from episodic tool use to sustained work partnership.
same persistent-work framing; Occamy adds per-episode cost economics and a targeted training route
-
Can delegation teach models to manage context more actively?
Does training models to decompose tasks and delegate to subagents—rather than passively compressing when context fills up—improve their ability to reason over long horizons? And does this skill transfer to single-agent work?
another case of a trained smaller model competing with much larger ones through a targeted skill
-
Does a single benchmark score actually predict agent readiness?
Single-axis benchmarks rank models by one capability—like task success—but ignore privacy, duration, operating mode, and ecosystem fit. Can one number really capture what matters for deployment?
cost and latency over a full episode are a further axis that peak-capability rankings omit
-
Why do AI agents fail at workplace social interaction?
Explores why current AI agents struggle most with communicating and coordinating with colleagues in realistic workplace settings, despite strong reasoning capabilities in other domains.
workplace-agent benchmark context; Occamy targets execution steps but the excerpt does not evaluate on it
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Occamy-1.0: Open Pareto-frontier 35B Intelligence for Co-work
- Agents' Last Exam
- The Illusion of Diminishing Returns: Measuring Long Horizon Execution in LLMs
- LLMs Corrupt Your Documents When You Delegate
- LiveMCP-101: Stress Testing and Diagnosing MCP-enabled Agents on Challenging Queries
- AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?
- MiniMax-M1: Scaling Test-Time Compute Efficiently with Lightning Attention
- xDailyBench: Benchmarking LLMs on Professional Consultation for Real-Life Problems
Original note title
co-work efficiency matters because cost and latency accumulate over the full episode — a compact model reaches the low-cost knee of the Pareto frontier