Run Claude Code Unattended: Auto Mode, /goal, Routines, and Claude in ChromeA four-layer walkthrough for running Claude Code without babysitting it: auto mode to cut approval prompts, /goal to enforce a finish line, and /schedule Routines for cloud-scheduled jobs. Every feature claim from a popular June 2026 video is re-checked against Anthropic docs and corrected where the video got it wrong — /routines is really /schedule, and Claude for Chrome is no longer macOS-only.
Level: beginner · 15 min read
5 Patterns for Building Production AI AgentsThe five agentic patterns from Anthropic's 'Building Effective Agents' — prompt chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer — each with one runnable Python example. Start simple, add complexity only when it pays for itself.
Level: intermediate · 8 min read
Intelligence Per Token: Why Local AI Needs Loops, Not One-ShotsA small local model that runs on your own desk can do real work — but only if you stop prompting it like ChatGPT. This guide breaks down intelligence per token and the five-step agentic loop that turns a 3B-active model into a reliable builder, with the exact specify-implement-review-patch-verify cycle and the hardware and tools to run it.
Level: intermediate · 22 min read
Build a Kanban State Machine for AI Agents in Plain Node.jsBuild a Kanban State Machine for AI Agents in Plain Node.js When you run more than one AI agent at a time, a chat log stops being enough. You need to know — at a glance — what is running, what is waiting on you, and what is queued.
Level: intermediate · 10 min read
Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to ReadA small Anthropic-popularized prompting trick: instead of asking your AI agent to reply in plain text, ask it for HTML. You get scannable tables, color-coded options, and diagrams instead of a wall of prose. This guide covers the exact prompt, a before/after readability comparison, the real use cases, and the honest tradeoffs (token cost, noisy diffs) so you know when NOT to use it.
Level: beginner · 11 min read
Cursor 3 Agents Window vs Claude Code: Which Should You Use in 2026?A technical 2026 comparison of Cursor 3's Agents Window and Claude Code across autonomy, planning, parallelism, verification, and team fit. Verdict: Cursor wins the visual multi-agent workflow; Claude Code keeps the agentic edge on deeper autonomous execution.
Level: intermediate · 17 min read