Gu-log Picks

Long-form articles, translated and explained

249 posts

← Back to home

The Memory Heist — Stealing Everything Claude Remembers with Alphabet Links

A security researcher demonstrates a stealthy data exfiltration technique: turning hyperlinks into a keyboard so Claude "types" out the user’s name, company, and hometown one character at a time—while the user sees nothing but a coffee shop menu.

An LLM Needs More Than Parameters: GPUs Want Neatly Tiled Models

With the same parameter count, matrix dimensions and layer count decide whether a GPU computes at full speed or wastes work moving data and processing edge tiles. Near-square dimensions aligned to 128, 256, or 512—and often wider, shallower models—fit hardware better without sacrificing accuracy.

A Framework for Frontier AI and the Dawning of a New Age

Demis Hassabis argues that AGI may be only a few years away, leaving a narrow chance to set shared thresholds for the most dangerous models. Rules that are too strict may leave safe but useless systems; rules that are too loose may let someone else deploy genuinely dangerous capabilities.

The Reverse Information Paradox — Using AI Costs You What You Value Most

Satya Nadella coins the "Reverse Information Paradox": economics used to worry about sellers leaking knowledge to sell it — in the AI era, buyers must feed their secrets into AI just to use it. Enterprises need a "trust boundary" to keep their learning gains in-house.

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.