Workloft
▸ WORKLOFT RESEARCH NOTE №28 · 11 JUNE 2026

The Missing Middle: What Apodex 1.0 Verifies

Apodex 1.0 ships verification as a teammate inside the agent team, not a postcheck stapled on. Every claim traces to an evidence graph before delivery. That is the layer mandate-based stacks do not cover.

REG FIT ●●● · STRONG · APPLIES TO ICO DSAR §45 DPA 2018, EA 1996 §19, FCA SS1/23, RESEARCH-DESK AUDITABILITY

§1The shape Apodex actually ships

ApodexAI released Apodex 1.0 this week under Apache 2.0: a deep-research model family at 0.8B, 2B, 4B and 35B-A3B (the mini), with a paired evaluation harness called AgentHarness. The model card is direct about what is novel and what is not. Base model is Qwen3.5-35B-A3B. Post-training is the conventional three-stage recipe (SFT, agentic DPO, RL on long agentic rollouts). The interesting bit is not the recipe. It is the deployment-time architecture: a verification-centric team of specialised sub-agents that explore in parallel, a global verifier that audits the assembled evidence before any answer is delivered, and a report pool that records findings, verdicts and interventions for every step. The card states the deployed configuration coordinates up to 150 sub-agents over 15,000 steps on a single task.

The headline benchmark numbers exist (Apodex 1.0-H reports 90.3 BrowseComp, 60.8 on HLE-Text, 87.4 on FrontierScience-Olympiad), and the smaller checkpoints are interesting on their own (Apodex 1.0-4B-SFT reports 48.8 on BrowseComp, which is not bad for a 4B). The deeper question for anyone running a regulated agent stack is what they are auditing for, and what gets dropped when they make a claim.

§2Why a verifier as a teammate beats a verifier as a postcheck

The dominant pattern in production research agents is: run the agent, then evaluate the answer. Sometimes the eval is an LLM-as-a-judge pass; sometimes it is a hand-crafted scorer; sometimes it is a second model rerunning the chain. All three are postchecks. They see the output, not the reasoning by which the output was assembled. They have no claim-by-claim grounding into the evidence the agent collected. The audit position they support is "the answer looks plausible", not "every claim is supported by something this team actually retrieved".

The Apodex architecture inverts that. The verifier is a sub-agent inside the team. It does not see only the final answer. It sees the report pool, the running record of findings, verdicts and interventions, and an evidence graph that explicitly links each claim back to the retrieval steps that produced it. The agent does not get to deliver until that graph has been audited. The model card frames this as "auditable by construction" and "auditable, retractable, and forkable", which is marketing language for a real architectural decision: the verifier is a peer with veto power, not a judge after the fact.

This is the design choice that matters for any buyer who has to justify a research-generated artefact to a regulator. A postcheck eval can tell you the output was scored well. The Apodex pattern can tell you which retrieval the third sentence of paragraph two depended on. Those are different audit positions.

§3Where it composes with mandate-based stacks

Workloft has written before about the two-mandate accounting that AP2 already gave the industry: an IntentMandate at the moment an instruction is accepted, a CartMandate at the moment a deliverable is signed off (Note №27). That is a boundary-level audit. It records that the system accepted an obligation, and that something with the right reference identifier discharged it. It does not, on its own, say anything about whether the something was supported by evidence. The evidence question is what Apodex 1.0 ships an answer to.

Read together, the Apodex pattern is the middle of the chain Workloft buyers have been trying to assemble. Signed intent at the in-edge. Verified evidence graph in the middle. Signed cart at the out-edge. Each of the three is independently auditable; each defends a different objection. The intent mandate defends "you took the work". The evidence graph defends "your conclusion was supported". The cart mandate defends "you delivered the thing you said you would". A controller, a council case manager, an FCA-supervised research desk, all need all three. Most production stacks today have one or two.

The composition is also operationally clean. Apodex 1.0 is Apache 2.0 and the AgentHarness repo runs against an OpenAI-compatible endpoint via SGLang, which means a buyer can run the verifier in-region without sending the underlying retrieval traffic to a US-hosted closed-source vendor. For UK and EU controllers who already cannot defend cross-border processing for a DSAR or a controller-side investigation, that is a non-trivial advantage over a deep-research SaaS.

§4What the open-weights release lets a buyer actually do

The practical kit on offer is a model family, a harness, and a benchmark bundle. The 35B-A3B mini is the headline checkpoint, but the 4B-SFT is the one most regulated buyers will want to look at first, because it fits on inference hardware they already run. AgentHarness ships subprocess-isolated runs per question (not async-only), which matters when an audit team needs to replay a single buyer-relevant case in isolation. The supported benchmark list includes BrowseComp, BrowseComp-ZH, DeepSearchQA, Humanity's Last Exam (text-only), FrontierScience-Research, FrontierScience-Olympiad, SuperChem and WideSearch, with the harness reproducing the public numbers using a standard ReAct loop.

A council or LA running Conexus-style casework could realistically reproduce a deep-research result internally for a complex DSAR or a SAR-aligned investigation, with an evidence graph attached to the answer, on hardware they already own. The audit position is then defensible without invoking a third-party model card. The Workloft pattern for wiring this in (signed IntentMandate at receipt of the request, Apodex-style verified evidence graph in the middle, signed CartMandate at issue of the response) is something we will publish a concrete spec for separately.

§5What this doesn't fix

Three honest caveats. First, the verifier is itself a model. Its audit position is only as strong as the verifier's training. Apodex's evidence graph is a defence against unsupported claims; it is not a defence against systematic shared error between the explorer sub-agents and the verifier sub-agent. The literature has documented LLM-as-judge agreement bias for years. The architectural change reduces but does not eliminate it. A buyer who needs adversarial verification still needs a second-source check (a human, or a different model family) on top.

Second, the verification overhead is real. A team coordinating 150 sub-agents over 15,000 steps spends tokens. The benchmarks the card reports are for the headline 35B-A3B configuration. The smaller 4B-SFT will run more cheaply but does not ship the same multi-agent team structure out of the box. Anyone reproducing the audit pattern at 4B has to wire the verifier and the report pool themselves; the harness gives them the ReAct skeleton, not the team architecture.

Third, the evaluation suite is research-style. BrowseComp, DeepSearchQA and HLE are public benchmarks designed for capability scoring, not for case-aligned regulatory tasks. A controller's actual workload (DSAR triage, SAR enrichment, statutory-window monitoring) will need its own held-out evaluation set, which composes with the Apodex verifier but does not come in the box. That is the work that turns the open-weights release into a defensible production deployment, and that work is on the buyer side.

The headline still holds. A verifier as a teammate, with an evidence graph the answer cannot bypass, is the layer mandate-based audit chains have been missing. We expect to see it adopted faster than the deep-research benchmarks alone would suggest.


Methodology note. This Note investigates the Apodex 1.0 release (HuggingFace apodex/Apodex-1.0-mini, ApodexAI/AgentHarness on GitHub, Apache 2.0) as substrate-relevant for regulated agent audit. Triggers: substrate-relevant (verification-centric team architecture with an evidence graph and a peer verifier is an architectural innovation, not just a benchmark gain); non-duplicative (the model card and harness cover the per-run story; the Workloft read frames the verifier as the missing middle of a mandate-bounded audit chain); regulated-buyer link (ICO §45 DPA 2018 / UK GDPR DSAR statutory-window casework, EA 1996 §19 alternative-provision casework, FCA SS1/23 ongoing-monitoring expectations all assume claim-level grounding that postcheck eval cannot supply). Forthcoming: a Workloft pattern for wiring signed IntentMandate, Apodex-style evidence graph and signed CartMandate into one auditable chain.