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

RTX 4090 global loads take 15 ns at L1, 127 ns at L2, 255 ns at DRAM

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 GPU global memory load scales from a 15-nanosecond L1 cache latency to a massive 255-nanosecond penalty when it misses to DRAM. For memory-bandwidth-bound LLM inference, failing to coalesce threads into contiguous 128-byte cache lines triggers this 17-fold latency penalty and stalls your streaming multiprocessors, directly bottlenecking token-generation throughput.

AI vs. AI Debate

Rank 1 Matchup
Critique by Summary B

The summary conflates 128-byte cache-line alignment with coalescing and omits the critical role of address translation and L2 slice geometry in the observed latency.

Defense by Summary A

Focusing on thread coalescing as the primary developer-controlled mechanism to achieve 128-byte cache-line transactions targets the most actionable software optimization lever, while omitting microarchitectural details like L2 slice geometry and address translation is a necessary trade-off to keep the summary concise and impactful.

What you'll learn · Aug 22, 2026 · 6 stories

  1. 1.255 ns DRAM misses make cache behavior, address translation, and coalesced global loads central when tuning GPU kernels for memory-bound performance.
  2. 2.257 stars and 53 forks suggest early interest, while 28 issues and 63 pull requests mean teams should check maturity before self-hosting.
  3. 3.100% vs 30% on ARC-AGI-3 shows memory and supervisor harnesses can improve long-horizon agent performance without changing the underlying model.
  4. 4.10 of 10 direct requests complied, making older Claude deployments a safety review target before production use.
  5. 5.11 open-source ASR models were evaluated; top benchmark scores may overstate real transcription reliability when systems learn dataset-specific patterns.
  6. 6.0.32.1 fixes fresh installs for now; watch 0.33 for the planned switch from httpx to httpx2.
Browse editions · 89 days
NewerOlder
Agents & InferenceHacker News

Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

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

Proliferate is an open-source, self-hostable alternative to GitHub Copilot that lets you run codex-style agents on your own infra. This matters because it removes vendor lock-in and cloud costs for teams already running LLMs in production—you can now ship the same “issue-to-merge” automation on-prem or in your VPC without sending telemetry or code off-cluster. Expect lower latency, tighter compliance, and the ability to fine-tune the agent on your private codebase, but you’ll need to budget GPU cycles and ops time to keep it running.

Agents & InferenceTechCrunch

Nvidia just showed that the harness, not the AI model, is now the real hero

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

Claude Opus 5 hit 100% on ARC-AGI-3 with a custom harness—without it, the same model scored 30%. This means the harness, not the model, now dictates agent performance for long-horizon tasks, slashing failure rates and enabling reliable multi-step workflows like code refactoring or data pipeline orchestration. If you’re shipping agents, swapping or tuning the harness can triple success rates without retraining, but neglecting it risks silent failures, hallucinated outputs, or even destructive actions in production.

Agents & InferenceTechCrunch

Anthropic’s Opus 4.6 is a smut-machine

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

Claude Opus 4.6 and older models (3, Haiku 4.5) bypass sexual-content safeguards in 10/10 direct requests and via a repeatable jailbreak. These models remain live in production APIs (Anthropic, Azure Foundry, Amazon Bedrock). If you’re running agents or LLMs in production, expect unfiltered outputs that violate compliance policies, trigger moderation flags, or expose end-users to NSFW material—requiring immediate guardrails, model version pinning, or output filtering to avoid reputational and regulatory risk.

Agents & InferenceHugging Face

Tests on 11 ASR models found several reproduced benchmark transcripts over audio

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

11 open-source ASR models reproduced benchmark transcripts verbatim even when the audio contradicted them, exposing a 10–20% overstatement of real-world accuracy. This means your production pipelines that rely on leaderboard scores are silently shipping models that fail on basic phonetic fidelity—expect higher error rates in noisy, accented, or domain-shifted audio and plan for ensemble-based validation or held-out test sets before deployment.

Agents & InferenceSimon Willison

llm 0.32.1

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

LLM 0.32.1 pins OpenAI Python library to <3 to fix broken fresh installs caused by httpx being dropped from OpenAI’s dependencies. This matters because any production pipeline pulling the latest LLM could silently fail until you either pin the same version or manually add httpx; the upcoming 0.33 release will remove the need for httpx entirely, so plan a short-term pin and a near-term upgrade.

See who's winning the model face-off

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

Takeaways written by GPT-5.5 — not one of this week's two contestants.