Gu-log Picks

Long-form articles, translated and explained

269 posts

← Back to home

Agent Safety Instructions Got Compressed Away — A Meta Engineer's Inbox Massacre

Meta engineer Summer Yue let OpenClaw manage her inbox until context compaction dropped the wait-for-approval rule and triggered mass deletion. The lesson: safety constraints cannot live in chat history; they need infrastructure like proxy filter chains.

Cloudflare Dynamic Workers: The 100x Faster Sandbox for AI Agents

Cloudflare launches Dynamic Workers: AI-generated code runs in V8 isolates that boot in milliseconds and use megabytes, not containers. This breaks down the architecture, security model, TypeScript RPC, and why JavaScript fits AI sandboxing.

Anatomy of the .claude/ Folder — Where Your AI Assistant's Brain Lives

Why does Claude perform great in one repo and turn dumb in the next? The answer is the .claude/ folder. Akshay breaks down the full structure: three-level CLAUDE.md, custom commands, agents, permissions, and the global ~/.claude/ you probably didn't know existed.

How to Be Irreplaceable in the AI Era — A Self-Audit

The tweet says a 10-person team becomes 3 — and those 3 outperform the old 10. You pick which side you're on. This post uses that framework as a mirror to audit ShroomDog honestly — what's working, what's quietly falling apart, and the uncomfortable contradiction in the middle.

Control Your AI from Bed? A Complete Guide to Claude Dispatch

Anthropic quietly released Dispatch, letting you remotely control Claude Cowork on your computer from your phone. Here's how to set it up, which workflows actually work, and its real limitations right now.

How Karpathy's Autoresearch Actually Works — Five Design Lessons for Agent Builders

Karpathy's Autoresearch isn't trying to be a general AI scientist. It's a ruthlessly simple experiment harness: the agent edits one file, runs for five minutes, checks one metric, keeps wins, discards losses. The lesson? The best autonomous systems aren't the freest — they're the most constrained.