Gu-log Picks

Long-form articles, translated and explained

269 posts

← Back to home

Karpathy: Just 'Rip Out' What You Need — DeepWiki + Bacterial Code and the Software Malleability Revolution

Karpathy used DeepWiki MCP and GitHub CLI to have Claude rip fp8 training out of torchao into 150 self-contained lines that ran faster. His bacterial code idea favors low-coupling, dependency-free code agents can extract and transplant.

Obsidian Just Shipped a CLI — And It's Not For You, It's For AI

Obsidian v1.12 ships an official CLI that lets you control your entire vault from the terminal. On the surface it's a power user tool — underneath, it's paving the road for AI agents. This article covers the full CLI command reference and demonstrates real Claude Code + Obsidian CLI workflows.

Pi: The Minimal Coding Agent With Just Four Tools That Powers OpenClaw

Flask creator Armin Ronacher explains why he uses Pi, Mario Zechner's minimal coding agent with four tools: Read, Write, Edit, Bash. Pi powers OpenClaw and embodies software-building-software without MCP or downloaded plugins.

When Intelligence Is Free, What's Actually Valuable? 12 Endgame Positions

Michael Bloch asks what becomes more valuable when AI intelligence is nearly free. His 12 endgame positions include energy, atoms, capital, regulation, trust, proprietary data, attention, network effects, operations, security, physical space, and intelligence itself.

Inside OpenAI: How They're Going Agent-First (Straight From the Co-Founder)

OpenAI co-founder Greg Brockman publicly reveals how OpenAI is transforming to agentic software development internally. By March 31st, agents should become the first resort for all technical tasks. Includes six concrete recommendations, including 'Say no to slop' on code quality.

Claude Code Finally Learned to Delegate: Agent Teams Mode Is Here

Anthropic released Opus 4.6 with Claude Code Agent Teams: a lead agent can delegate to multiple teammates working in parallel — researching, debugging, and building simultaneously. Boris Cherny says: it's powerful, but it burns tokens like crazy.

Inside LLM Inference: KV Cache & the Memory Nightmare (Series 2/3)

Part 1 taught you how to save money. Part 2 explains why those tricks work. From the two stages of LLM inference (prefill/decode) to KV cache fundamentals to the GPU memory crisis that makes naive caching fall apart at scale. (Part 2 of 3)