PulseAugur
EN
LIVE 13:12:16

Qwen 3.5 and Ornith 1.0 models fail as coding agents

A comparison of the Qwen 3.5 9B and Ornith 1.0 9B models revealed that neither is ready for use as coding agents, even on standard hardware. Both models failed to clear the easiest tier of agent tasks, with the native tool-calling API performing worse than simple prompting. While both models exhibited dangerous failure modes like hallucinating task completion or entering infinite loops on harder tasks, Qwen 3.5 9B was more prone to outputting prose instead of tool calls, and Ornith 1.0 9B hallucinated completions more frequently. AI

IMPACT Highlights limitations in current 9B models for agentic tasks and questions the efficacy of native tool-calling APIs.

RANK_REASON Comparison of two specific LLM models on agent capabilities. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Qwen 3.5 and Ornith 1.0 models fail as coding agents

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Comparison of two specific LLM models on agent capabilities. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
model release, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
86 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Dhanush G ·

    Qwen 3.5 vs Ornith 1.0 9B Models, Same Hardware, Same Quant as Coding Agents

    <p>I ran Qwen 3.5 9B and Ornith 1.0 9B, both at Q8, on the same 16GB Mac, through the same multi-step agent tests. Neither is agent-ready. But they're not ready in interesting, different ways — and the most surprising result is that the native tool-calling API made both of them w…