# Ornith-1.5 开源模型发布，多项基准超越 Claude Opus 4.8

- 来源：Rohan Paul (@rohanpaul_ai)
- 发布时间：2026-08-19 22:36
- AIHOT 分数：51
- AIHOT 链接：https://aihot.virxact.com/items/cmt07i4id14kbrodp2pxhmoh9
- 原文链接：https://x.com/rohanpaul_ai/status/2090085614989533532

## AI 摘要

Ornith-1.5 开源 LLM 家族发布，含 9B Dense、35B MoE 和 397B MoE 三档，其中 397B 在 Terminal-Bench 2.1（86.1）、SWE-bench Verified（86）、WideSearch（80.8）和 BrowseComp（86.6）上均超越 Claude Opus 4.8。

## 正文

Another brilliant open-source model release.

Ornith-1.5, a family of open-source LLMs spanning 9B Dense, 35B MoE, and 397B MoE,

Only 397B weights, but 4 wins over Claude Opus 4.8:

Terminal-Bench 2.1 (86.1 v 85), SWE-bench Verified (86 v 85.8), WideSearch (80.8 v 72.9), BrowseComp (86.6 v 84.3).

The architectural jump for Ornith-1.5 is that it effectively puts task generation, agent design, and solution generation inside the same reinforcement-learning loop. Improvement in one part can feed the other 2.

i.e. the model proposes its own tasks, writes the scaffold that will grade them, produces solution rollouts, and propagates reward back through all 3 stages with GRPO.

So the self-generated curriculum removes many human task design.
Ornith begins with an environment or codebase plus high-level task instructions, then searches near the model’s current capability frontier.

That makes repositories and other verifiable environments more valuable training inputs than static examples alone. Labs with richer places to generate and verify new tasks could improve faster even without starting from the largest human-built dataset.

### 引用推文

> Ornith：Aloha! 🌺Introducing Ornith-1.5, a family of open-source LLMs spanning 9B Dense, 35B MoE, and 397B MoE, trained with self-improving strategies. It achieves stat...
