Gu-log Picks

Long-form articles, translated and explained

251 posts

← Back to home

Claude Code Playground Plugin: Let AI Build Interactive HTML Widgets for You

Thariq from Anthropic demos a Claude Code playground plugin that generates standalone interactive HTML pages — perfect for tasks where text-based interaction just doesn't cut it.

How LangChain Evals Deep Agents — More Evals ≠ Better Agents

LangChain shares how they built an eval system for Deep Agents: not by piling on more tests, but by using targeted evals that measure exactly what matters in production. From data sources to metrics design to actually running evals — the full methodology.

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.

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.