Fetching from the wire…
Public story · 2026-03-17 · source-backed
Stavros Korokithakis published the most practically useful LLM workflow post to date, and Hacker News responded with the highest engagement of the day: 522 points and 505 comments. The methodology: Claude Opus 4.6 as architect for deep feature planning, Claude Sonnet 4.6 as developer with narrow execution latitude, and independent models as cross-model reviewers to prevent groupthink.
The critical insight: "I no longer need to know how to write code correctly at all, but it's now massively more important to understand how to architect a system correctly." This reframes the skill shift — it's not "coding is dead," it's that the bottleneck moved from implementation to decomposition and specification.
The cross-model review step is the key differentiator from naive vibe coding. A 517-upvote r/ClaudeAI thread independently documented practitioners routing Claude's plans through ChatGPT Pro for adversarial review before executing — discovering meaningful revisions in a significant fraction of cases. The emerging pattern: Claude for generation, GPT for critique, then back to Claude for implementation.
This methodology sits at the exact midpoint between two failing approaches. Pure vibe coding — accept everything, understand nothing — produces the Vinext disaster. Pure skepticism — reject AI tooling entirely — leaves 6 months of backlog on the table while competitors clear it. The disciplined middle path — architect manually, delegate implementation, verify with adversarial cross-model review — is what actually works. Source
Each link below shares sources, entities, or timing with this story.
Microsoft announced Critique on March 30. Here's how it works: when you use M365 Copilot Researcher, GPT drafts the initial research response. Then Claude reviews it for accuracy, completeness, and citation quality. You only see the final result after both models have had thei...
1. Flip your multi-model pipeline to review-then-generate. Instead of using a reasoning model to plan before code generation, let the specialist generate freely and use reasoning tokens for review. Paper shows 90.2% pass@1 vs 87.2% for the planning pattern. Source 2. Audit you...
Martin Alderson's essay "The upcoming AI margin collapse, part 1: GLM 5.2" hit 675 points and 462 comments on Hacker News, and it's the rare HN chart-topper that's actually about spreadsheet math instead of vibes. The argument is simple. Z.ai's GLM 5.2 delivers frontier-adjace...
JetBrains released Junie Local on August 24 (JetBrains blog). You type /local inside Junie, it pulls about 20GB of 4-bit weights, starts a local server, and from that point there are no tokens, no quota, and no code leaving the machine. Free. The hardware bar is real and steep...
A LeadDev piece covering arXiv:2607.21656 hit 409 upvotes with the framing that Claude review lifts Codex GPT-5.5 drafts from 71.6% to 89.7% on 116 medium/hard LiveCodeBench tasks. The top comment (93 upvotes) pulled the rest of the abstract: Claude Opus 4.7 alone scores 91.4%...
Simon Willison has been writing software for over 25 years. He's one of the most disciplined, transparent engineers in the Python ecosystem. And yesterday he published an essay admitting he no longer reviews every line of code that Claude Code generates for his production proj...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.