@svpino: New paradigm for deep research models! Apodex-1.0-H is a new model that introduces a completely new way of working. Apo…
Summary
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.
View Cached Full Text
Cached at: 06/26/26, 06:14 PM
New paradigm for deep research models!
Apodex-1.0-H is a new model that introduces a completely new way of working. Apodex comes in several flavors, including an open-weight Apodex-1.0-mini and 0.8B, 2B, and 4B Smol series of models.
This is what’s new with Apodex:
- The model works like a team
- It dynamically improves its own work
- It verifies every answer
First, the model works natively like a team of subagents to solve a task:
You have the main agent decomposing the query and spawning specialist sub-agents on demand. All of these subagents work asynchronously. You have agents for research, verification, fact-checking, and auditing, all working together.
I call this “natively” because the ability to decompose a task into multiple subagents was trained into the model.
Second, the model can dynamically improve its own answers.
As it works to produce an answer, the model grades it, notes where it’s weak, and rewrites it based on that feedback.
loop: generate → verify → revise
Each pass of this loop learns from the last and improves on the answer.
The grader never sees a correct answer. It’s judging whether its own work holds up, with nothing to compare it to.
Third, the model uses different agents to reason and verify.
The obvious hallucinations are easy to catch, but those where the answers look and feel right are much harder and more dangerous.
Models that check their own work have huge blind spots.
The verification process in Apodex uses a separate team of subagents to score answers on several categories to determine which answer actually solves the problem.
You can find the open-weight variants of Apodex on HuggingFace: https://huggingface.co/apodex
To see Apodex-1.0-H in action, go here: https://apodex.ai
Thanks to the Apodex team for partnering with me on this post.
apodex (Apodex)
Source: https://huggingface.co/apodex
Collections1
Apodex-1-
#### apodex/Apodex-1.0-mini Text Generation• 36B• Updated18 days ago • 1.05k • 50
#### apodex/Apodex-1.0-4B-SFT Text Generation• 5B• Updated18 days ago • 844 • 26
#### apodex/Apodex-1.0-2B-SFT Text Generation• 2B• Updated18 days ago • 492 • 12
#### apodex/Apodex-1.0-0.8B-SFT Text Generation• 0.9B• Updated18 days ago • 490 • 14
Apodex-1-
#### apodex/Apodex-1.0-mini Text Generation• 36B• Updated18 days ago • 1.05k • 50
Similar Articles
@Apodex_AI: Dive in Blog: https://apodex.com/blog/apodex-1.0 Tech report: http://apodex.com/pdf/20260608 Github: https://github.com…
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.
@heyshrutimishra: Apodex 1.0 dropped and the architecture is genuinely different. It's post-trained on Qwen3.5 as a self-evolving system:…
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_AI: Meet 𝗔𝗽𝗼𝗱𝗲𝘅 𝟭.𝟬 — a heavy-duty agent team for deep research, which sets the SOTA! The team searches the web, re…
Apodex 1.0 is a heavy-duty AI agent team for deep research that achieves state-of-the-art performance by searching the web, reasoning over evidence, and producing reports with verifiable evidence chains.
Releasing Apodex-1.0 Smol Models (0.8B, 2B, 4B Open-Weights) optimized for Agentic Verification + AgentHarness Evals
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.
@sheriyuo: Best-of-N, rejection sampling, and rubric-based ranking all assume you already have a reliable way to evaluate candidat…
Apodex releases Apodex-1.0, a deep-research model that uses a heavy-duty agent team with global verification, achieving state-of-the-art results on multiple benchmarks including BrowseComp, DeepSearchQA, and HLE.