Gu-log Picks

Long-form articles, translated and explained

249 posts

← Back to home

When the Productivity System Becomes the Point: How "Total Optimization" Fell Apart After Two Years

A guy spent two years doing every productivity tip out there, only to realize he had become "the most disciplined unproductive person alive." The problem was not a lack of effort — it was making the optimization system itself the goal, and forgetting to ask what it was all for.

AI-Built UI Gets Caught in Three Seconds. The Tell Is Taste.

You can't tell a model 'make it premium and smooth' and get a premium UI. kvnkld's full system behind his polished components — easing curves, design tokens, real physics, the 98% press — reduces to one move: trade adjectives for numbers. The model is the hands; the last 10% of taste is still yours.

Code Got Cheap. Trusting It Did Not.

The 2026 data all points one way: AI pushes raw code output up about 4x, but real delivered value only rises about 10%. The gap in between is all review debt. Writing code got cheap; being sure it is right did not. Code review went from a side effect of engineering to its most leveraged front line.

Reading More Papers Won't Save You: Turning Research Taste Into a Deliberate Loop

Nobody teaches you how to do research, so most people learn to look like a researcher. As AI makes generating experiments cheap, the scarce skill is a loop: pick your own problems, upgrade inputs, write hypotheses down, tighten the loop, stare at outputs, kill bad ideas early, find your people.

Your Phone Is Not a Tiny Terminal — It Is the Agent Control Center

Dimillian (an iOS dev now at OpenAI) wrote a field guide for Codex Mobile. The part worth keeping is a mental model that holds across tools: your phone is not a shrunken terminal, it is the control center that keeps you making decisions while the agent does the work.

Nadella: Stop Chasing the Strongest Model — What Compounds Is the Learning Loop

Microsoft CEO Satya Nadella on the future of the firm in an AI economy: build two kinds of capital — human capital and token capital. The real moat isn't picking the strongest model, but a learning loop that compounds. Plus a warning: don't let a few models eat every industry.

Software Isn't Written In Commits — It's Written Between Them

Zed founder Nathan Sobo argues the real source of software is the ongoing conversation with your agents, not the tidy commits you slice it into. Git can't hold that flow, so Zed built DeltaDB: every operation becomes a delta with a stable identity, keeping the conversation glued to the code.