Gu-log Picks

Long-form articles, translated and explained

269 posts

← Back to home

Bun Rewrote Itself in Rust — 11 Days, 6,500 Commits, 64 Claudes in Parallel

Jarred Sumner rewrote 535K lines of Zig into Rust with 64 Claude agents in parallel, adversarial code review, and mechanical porting. 11 days later: all tests green, memory leaks fixed, binary 20% smaller.

TypeScript 7.0 Rewritten in Go — Compilation Speed Just Got 10x Faster

The TypeScript team rewrote the entire compiler in native Go. Real-world tests show 8x to 12x faster compilation with lower memory usage. VS Code project compilation dropped from 125.7 seconds to 10.6 seconds. Time to first error in the editor went from 17.5 seconds to under 1.3 seconds.

Let Fable Decide — Simon Willison on Delegating Model Judgment

Simon Willison learned from the Claude Code team fireside chat: instead of dictating rules, let Fable use its own judgment. Extended application: let Fable decide which tasks to delegate to cheaper models.

Fable Field Guide: Find Your Unknowns Before You Start Coding

Anthropic engineer trq212 shares his methodology for coding with Claude Fable 5: the bottleneck isn't model capability anymore—it's whether users can surface their 'unknowns' before, during, and after implementation. Includes prompt examples plus HTML artifacts for visualizing blind spots and plans.

Career Advice for the Agent Era: Problems Are Worth More Than Answers

Phil Chen shares six years of career lessons — from his own startup through Helm AI, Scale AI, OpenAI, and Google: when agents can solve every well-defined problem, what stays valuable is finding problems, sprinting the last mile, and everything that cannot be graded by a loss function.

AI Covers the Easy 80%. The Rest Is Your Moat.

AI can handle 80-90% of frontend work, but the remaining edges — depth, sensitivity to new platform features, and knowing when the stable default is not the best answer — are becoming the real moat. Fundamentals are not obsolete. They are compounding assets.

Four-Model Squad: A Claude Code Setup That Makes Fable the Tech Lead

Fable 5 as the commander, Opus as the deep thinker, Sonnet as the grunt worker, Codex as the parallel-universe senior engineer — a multi-model orchestration setup inside Claude Code that reserves the most expensive brain for the most critical decisions.

No-ops in Your Skills: The Instructions That Look Impressive but Do Nothing

Open any agent skill and it's stuffed with 'be more detailed,' 'be thorough'—lines that look diligent but don't change the model's behavior at all. Matt Pocock names the no-op trap, plus how to spot a dead instruction versus one that actually pulls its weight.

Money Does Buy Happiness (But Not the Way You Think)

In 2010 Princeton priced happiness at $75,000/year. A 2021 Wharton study found the ceiling gone. The 2023 joint reanalysis: money keeps working for almost everyone — except the unhappiest group, where it stops near $100,000. The real question: is your money deleting worry, or feeding the self?

AI Sovereignty, or Just Another Black Box: The Day Sakana Fugu Got Called Out

Sakana ships Fugu: a multi-agent orchestration system behind one API, sold as "AI sovereignty." But a researcher who read the tech report tears it down — a closed orchestrator on closed models means you control less, not more, and it wins benchmarks while never reporting cost.