AgentOS and Apodex 1.0 introduce a runtime and open-weight model family for long-horizon agent tasks, using independent verification to prevent agent drift. The platform includes skeptical sub-agents and achieves high scores on complex benchmarks.
Hey r/AI_Agents, Anyone who has built production-grade, long-horizon agents knows the absolute pain of **agent drift**. You set up a solid workflow, but around step 30, a sub-agent confidently hallucinates a minor premise or fails a JSON schema, and the entire multi-hour run cascades into a failure mode. When building **Apodex 1.0**, we realized that standard "one-size-fits-all" LLM generation isn't cut out for autonomous, long-horizon research. To solve this, we designed a framework built entirely around **independent verification**. Today, we are opening up free early access to our platform, along with our dedicated agent runtime and open-weight sub-agent models. # ⚙️ The Architecture: AgentOS + Skeptical Sub-Agents Instead of routing every single reasoning and validation task to a massive commercial API, we broke the research loop down into a specialized multi-agent graph managed by **AgentOS** (our runtime for executing and evaluating agent workflows). To optimize latency and cost, we trained a family of **open-weight Smol models (0.8B, 2B, and 4B)** to act specifically as *skeptical verification nodes* within the runtime. Their entire jobs are to: 1. **Cross-Examine Inputs:** Treat external tool outputs or web search results as unverified "claims" rather than ground truth. 2. **Structural Enforcement:** Catch syntax anomalies, broken tool calls, or formatting drift *before* passing the token state back to the primary controller. # 📊 Long-Horizon Benchmarks By separating generation from rigorous verification, our flagship model architecture (**Apodex-1.0-H**) has managed to achieve some highly resilient results across complex research and science benchmarks: * **DeepSearchQA:** 94.4 | **BrowseComp:** 90.3 (Massive boost from agents actively cross-verifying search vectors) * **HLE-Text:** 60.8 * **SuperChem:** 74.2 * **FrontierScience Research:** 46.7 (Autonomous frontier hypothesis generation remains an incredibly tough bottleneck for the community) # 🛠️ Open-Source Components & Feedback We want to get feedback from fellow agent builders on how this verification loop holds up under your custom use cases. We've open-sourced **AgentHarness**, the testing framework we use to benchmark these multi-step runs without state collapse. *(Note: To keep this post clean and compliant with community self-promotion rules, we’ve placed all the links to the Hugging Face collection, GitHub repo, and free web platform in the comment section below).* **For the builders here:** * How are you currently implementing verification loops in your workflows? Do you use a separate critic agent, or do you bake self-correction into a single prompt chain? * What strategies have you found most effective for mitigating state drift in tasks requiring more than 40+ steps? Let’s discuss agent routing and verification strategies below!
Apodex releases open-weight small models (0.8B, 2B, 4B) specialized for agentic verification tasks, along with the AgentHarness evaluation framework for local agent workflows.
ApodexAI releases Apodex-1.0, a deep-research model that operates as a tool-using ReAct agent. Its heavy-duty mode, Apodex-1.0-H, uses an asynchronous agent team with up to 150 sub-agents and achieves new state-of-the-art results on deep-research benchmarks including BrowseComp, DeepSearchQA, HLE, and FrontierScience, surpassing models like GPT-5.5-pro and Claude-Opus-4.8.
Apodex 1.0 is a self-evolving AI system post-trained on Qwen3.5, achieving SOTA on BrowseComp, DeepSearchQA, and HLE-text. Its 4B mini model outperforms 30B-class models, with an AgentOS runtime for task orchestration. Open weights available.
Apodex 1.1 improves sustained, verifiable progress on complex real-world tasks by scaling executable environments and training agents for long-horizon coordination, achieving leading performance with a smaller 35B-parameter model.
Apodex-1.0-H is a new deep research model that introduces a multi-agent architecture where the model decomposes tasks, spawns specialist sub-agents, and uses self-verification and iterative improvement to produce answers. Open-weight variants are available on HuggingFace.