Gu-log Picks

Long-form articles, translated and explained

269 posts

← Back to home

The Principles of Better Decisions

Better decisions come not from more information, but from better ways to think. This introduction covers first principles, opportunity cost, second-order thinking, compounding, incentives, probabilistic thinking, and inversion—and shows how everyday choices shape a life's long-term trajectory.

Humans are the loop; agents only get tagged in now and then

Brent Fitzgerald came back from a few weeks off AI and found a pile of half-finished agent tabs that felt more like guilt than output. What you actually have to protect is not "use more models," but being the loop yourself, and only tagging an agent in now and then.

Saying Code Was Never the Hard Part Is an Insult to All Programmers

"Code was never the hard part" has become a mantra of the AI age. But if writing code is easy, why is software still full of bugs? Senko Rašić fires back: both sides matter, and never outsource understanding, judgment, or taste to AI.

Turn GPT‑Live into a ridiculously patient speaking partner

Turn OpenAI’s GPT‑Live real-time voice from a “chat box that talks” into an English speaking partner you can freeze on, re-say, and drill by scenario. Includes a beginner lock-in prompt, five travel scenarios, IELTS speaking practice, a five-minute recap, and what free vs paid plans can actually do.

Matt Pocock's 25 Agent Skills: Align First, Then Write Code

Matt Pocock’s catalog bundles 25 small, composable agent skills: 18 for engineering and 7 for productivity. Here’s how the two install paths differ, how human- and model-triggered skills divide responsibility, and how the pack handles alignment, specs, implementation, feedback, and upkeep.

Same model, different harness: some tasks cost more than twice as much—Databricks opened the bill

Databricks tested coding agents on day-to-day tasks from its multi-million-line codebase: same model, same reasoning strength, only the harness changed—and on some cases the per-task cost differed by more than 2× with quality held constant. Pi sent about one-third as much context per turn as the comparison baseline. Model and harness both have to count toward total engineering cost.

26 Craters AI Blew Open — Greg Isenberg's Startup Opportunity Map

Greg Isenberg dropped 26 startup directions for the AI era in one shot. From agents needing credit cards, to AI output overwhelming human judgment, to an entire burnout economy — every single one points at a market crack that's splitting open right now.

MCP 2026-07-28: Kill the Session, Embrace Statelessness

The MCP 2026-07-28 spec ships with a core shift from stateful bidirectional protocol to stateless request/response. Also brings MRTR, HTTP header routing, cacheable list responses, auth hardening, a formal extensions framework, and a twelve-month deprecation policy.

The Hedgehog With Only One Spike: A 40% Conviction Flip From Bull to Bear

Adam Hunt flipped from bull to bear: recent model generations seem to be growing only one spike — coding and math — while language and reasoning stagnate or regress. He gives himself 40% conviction and hopes the next year or two proves him wrong.

Anthropic Isn't Trying to Ban Open Weights — Dario Amodei Lays Out the Two Nightmares He Actually Fears

Word from Washington that officials are weighing a ban on US companies using Chinese open weights models. A batch of tech companies signed an open letter backing open weights, and some accused Anthropic of pushing a ban to protect its own business. Dario Amodei denies it, and lays out the three things he actually supports: control the chips, stop industrial-scale distillation, and mandate testing for every model powerful enough to matter. The deepest passage is buried in footnote five — what has kept humanity safe so far may not be the defenders.

Forgetting What You Read Isn't a Bad Memory — It's a Ship With No Heading: Helmsman Learning and Notes That Don't Become a Graveyard

There are hundreds of videos out there on how to remember everything you read, with millions of views between them. Dan Koe says the whole premise is pointed the wrong way: memory is not an input problem, it is a feedback-system problem. This one covers the four parts of helmsman-style learning, why the second brain turns into a graveyard for ideas, and a note-taking and writing workflow you can actually pull from.

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.