agentic-coding

A collection of 61 posts
Why Your Multi-Agent Review Pipeline's Gains Aren't What You Think — Decomposing What Actually Happens in the Second Pass
vibe-coding

Why Your Multi-Agent Review Pipeline's Gains Aren't What You Think — Decomposing What Actually Happens in the Second Pass

Multi-LLM revision pipelines — where a second model reviews and improves output from a first — are a standard pattern in agentic coding systems. The assumption baked into almost every implementation is that the second pass corrects errors: the reviewer catches what the generator missed. New research runs a controlled decomposition experiment
1 min read
Meta's Prompt Template That Lets Agents Review Code at 93% Accuracy — Without Running It
vibe-coding

Meta's Prompt Template That Lets Agents Review Code at 93% Accuracy — Without Running It

Meta researchers have developed a structured prompting technique — called semi-formal reasoning — that enables LLMs to verify code patches without executing them, reaching up to 93% accuracy on real-world agent-generated patches. The technique fills a practical gap between free-form chain-of-thought reasoning (flexible but prone to hallucinations) and rigid formal verification (precise
1 min read