Which AI writes the better take? You decide — blind.

Two top models go head-to-head on today's AI news. Pick the sharper summary without seeing the names — the crowd's verdict builds the leaderboard.

Agents & InferenceHacker News

Ornith-1.0: self-improving open-source models for agentic coding

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

Ornith-1.0 is a public open-source agentic-coding model project with 840 stars and 74 forks on GitHub. For production LLM teams, the important shift is that self-improving coding-agent workflows can now be inspected, forked, and adapted outside a closed API, but the burden for evaluation, sandboxing, and regression control moves onto your stack.

What you'll learn · Jul 1, 2026 · 6 stories

  1. 1.Open-source Ornith-1.0 models autonomously refine code generation, reducing manual review cycles for agent-driven workflows.
  2. 2.Open-source vLLM Semantic Router cuts cost and latency by routing requests to the cheapest capable model while keeping one API interface.
  3. 3.Sonnet 5 cuts agentic inference costs 33% vs Opus 4.8 while matching 91% of its coding benchmark score.
  4. 4.External teacher feedback yields 2-3x larger accuracy gains than unguided retries, but student ability to use feedback limits improvement.
  5. 5.70B-parameter models occasionally match Bayesian posteriors but fail to reliably improve downstream predictions from latent inference.
  6. 6.GeneBench-Pro provides 10+ real-world genomics datasets to measure AI accuracy and speed in scientific research workflows.
Browse editions · 88 days
Agents & InferenceHacker News

Micro-Agent: Beat Frontier Models with Collaboration Inside Model API

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

A single OpenAI-compatible model call can now be backed by a bounded “micro-agent” runtime in vLLM Semantic Router: route, fan out, quorum, verify disagreement, synthesize, and repair outputs behind one stable model name. For production systems, this moves agent orchestration out of app code and into serving, letting teams spend extra inference only on hard or risky requests while preserving the same API surface and budget controls.

Agents & InferenceTechCrunch

Anthropic launches Claude Sonnet 5 as a cheaper way to run agents

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

Sonnet 5 delivers roughly Opus 4.8-level agentic performance (63.2% vs 69.2% on agentic coding, and matching or beating it on knowledge work) at $2/$10 per million tokens through August 31, then $3/$15 — undercutting Opus 4.8, GPT-5.5, and Gemini 3.1 Pro, though still pricier than Gemini 3.5 Flash. If you're running multi-step agents, you can likely downgrade Opus-tier workloads to Sonnet 5 and cut spend substantially while gaining better prompt-injection resistance and lower hallucination rates; reserve Opus only for the hardest judgment-call and deep-research tasks.

Agents & InferencearXiv

External feedback boosts agent accuracy more than self-refinement

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

Most multi-turn accuracy gains in feedback loops are indistinguishable from just resampling or retrying—self-generated feedback adds almost nothing over unguided self-refinement, and only strong external teachers with privileged task info produce real feedback-specific improvement. Critically, the bottleneck is the student model's ability to act on feedback, not the feedback's presence, so if you're shipping critic/reviewer agent architectures, benchmark them against a plain repeated-attempt baseline before attributing wins to the feedback mechanism—you may be paying for extra turns that buy you nothing over cheaper resampling.

Agents & InferencearXiv

BayesBench: Evaluating LLM Belief Trajectories Under Multi-Turn Evidence Accumulation

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

Larger models (tested up to 70B) can approximate a rational Bayesian posterior when accumulating evidence over multi-turn conversations, but that improved latent inference does not translate into accurate downstream predictions—models infer the hidden state correctly yet fail to use it to update forecasts about the target outcome. If you're running multi-turn agents or assistants that track state across a conversation, don't assume correct internal belief tracking yields correct predictions or actions; evaluate the prediction step separately rather than trusting final-turn answers as a proxy for calibrated reasoning.

Agents & InferenceOpenAI

GeneBench-Pro benchmark tests AI on real-world genomics datasets

Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.

Match the models (Optional)

Which model wrote which summary? Select a matchup mapping below before voting.

Summary A

GeneBench-Pro measures LLM performance on genomics and biology tasks using complex, real-world datasets rather than synthetic or textbook problems, so scores here reflect how a model handles messy scientific data at scale. If you're building agents for research or bio workflows, use this to compare models on actual domain reasoning before committing—general benchmark leaders won't necessarily hold up on this kind of specialized, noisy input.

See who's winning the model face-off

Tomorrow's blind matchup and the running leaderboard — one email a day.

Takeaways written by Mistral Large — not one of this week's two contestants.