How-To Guides

How-To

Practical setup guides and tutorials — from terminal tools to AI frameworks. Step-by-step, copy-paste ready.

Published Guides
Competitive Analysis May 23, 2026

📊 Product Requirements for a Coding Agent

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.

Agentic Patterns May 23, 2026

🧠 Build an Agent from Agentic Architectural Patterns

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.

Agent Build May 23, 2026

🤖 Build a Coding Agent from Scratch

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.

Language Learning May 20, 2026

🦀 Learning Rust for AI Agents

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.

Terminal May 2, 2026

tmux: The Separation Layer for AI Agents

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.