How-To Guides
Practical setup guides and tutorials — from terminal tools to AI frameworks. Step-by-step, copy-paste ready.
Competitive analysis of 15+ coding agents (Claude Code, Cursor, OpenCode, Codex, Devin, Copilot, and more) with consolidated PRD including requirements, prioritization, and phased build plan. ~30 min read.
A phased, requirements-driven approach — extract capabilities from Arsanjani & Bustos's book on multi-agent patterns, implement each as a module, and assemble a coding agent from the patterns. 4 phases, 8+ weeks.
A strict 12-week plan to go from zero AI knowledge to shipping a working coding agent. Designed for full-time software engineers with limited time — no AI background required.
A condensed guide to learning Rust specifically for the purpose of guiding AI agents to build high-performance, safe applications. Covers ownership, borrowing, error handling, and AI agent prompting patterns.
A use-case breakdown based on @sudoingX's original post on using tmux to run many AI agent sessions in parallel without context bleeding. Includes setup, naming convention, and why it works.