AI Programming Manual

Guides, tutorials, and tools for building software with AI — whether you write code professionally or build by describing what you want.

Manual Complete Feb 1 2026

The starting point

The comprehensive guide. From your first AI prompt to an invisible framework of expert-level habits — 20 chapters covering prompting, pair programming, system design, testing, security, cognitive workflows, and meta-methodology.

20 chapters
4 skill tiers
Foundations → Mastery
Reference Complete Feb 4 2026

AI Developer Tools: A Practical Guide

The complete landscape of AI development tools — chat interfaces, editor integrations, CLI tools, and APIs. What to use, when to use it, and how to set up your stack.

6 sections
4 tool categories
Setup · Comparison · Recommendations
Tutorial Complete Feb 9 2026

Build a Full-Stack App with AI in a Weekend

Put the methodology into practice. Build and deploy Taskflow — a complete task management app with kanban board, auth, and drag-and-drop — in one weekend, AI-first. Every prompt, every decision, every review.

5 parts
10 milestones
React · TypeScript · Express · SQLite
Field Guide Complete Feb 20 2026

When AI Gets It Wrong: A Field Guide

An honest catalog of nine ways AI-generated code fails — with real examples, real fixes, and a practical checklist for catching every category of error before it ships.

9 failure modes
4 detection techniques
Examples · Fixes · Checklist
Mindset Complete Feb 22 2026

The Senior Developer's Guide to Not Fighting AI

You've spent years building real expertise. AI feels like it cheapens all of that. This guide addresses eight specific resistances honestly — and shows a pragmatic path forward.

8 resistances
4 week adoption
Mindset · Practical · Honest
Workflow Complete Feb 24 2026

CLI-First AI Development

AI-assisted development from the terminal. Claude Code, Aider, shell patterns, tmux workflows, and automation scripts for developers who live in the command line.

6 sections
2 CLI tools
Shell · tmux · Automation
Workflow Complete Mar 9 2026

Migrating a Legacy Codebase with AI

A five-phase approach to understanding, testing, and modernizing legacy code with AI. From comprehension through validation — one module at a time, never breaking what works.

5 phases
4 pattern transforms
Strategy · Prompts · Checklists
Workflow Complete Mar 10 2026

AI-Assisted Dev with VS Code & Cursor

Practical setup and workflow guide for AI-assisted editors. Configuration, keyboard shortcuts, project rules files, and the editing habits that actually make you faster.

6 sections
2 editors
Config · Habits · Workflows
Reference Complete Mar 11 2026

Prompt Engineering for TypeScript/React

Concrete prompts for TypeScript and React development. Type-first prompting, component patterns, state management, API routes, and a copy-paste prompt library.

6 sections
8 prompt templates
Types · Components · API · Library
Tutorial Complete Mar 13 2026

Build a REST API from Spec to Deployment

Design, build, test, and deploy a complete bookmark manager API. From OpenAPI spec through Express, TypeScript, integration tests, Docker, and production deployment.

6 parts
10 endpoints
Express · SQLite · Zod · Docker
Reference Complete Mar 23 2026

AI Prompt Library

50+ ready-to-use prompts for debugging, code review, testing, refactoring, documentation, security auditing, and more. Searchable, filterable, copy-paste ready.

54 prompts
10 categories
Search · Filter · Copy
Workflow Complete Apr 6 2026

Testing with AI

Write better tests faster. Unit tests, integration tests, TDD workflows, mocking patterns, and edge case generation — with real prompts for every scenario and framework.

6 sections
3 test types
Unit · Integration · TDD

You build by describing what you want, not by writing code line by line. These guides help you do it better — and know when you've hit the limits.

Start Here Complete Mar 14 2026

Vibe Coding: The Practical Guide

How to build real software by describing what you want to AI. Tools, techniques, common traps, and how to tell when something is actually working vs just looking like it works.

7 sections
Tools · Workflow · Pitfalls
No coding experience needed
Learning Path Complete Mar 15 2026

How to Start Building With AI

A step-by-step learning path from your first AI conversation to building real apps. No programming experience needed — just curiosity and something you want to build.

7 steps
Beginner-friendly
Tools · Projects · Debugging
Pitfalls Complete Mar 16 2026

7 Vibe Coding Mistakes That Waste Your Time

The traps that turn a fun afternoon into hours of frustration. Real scenarios, practical fixes — from describing too much at once to going in circles instead of starting fresh.

7 mistakes
Concrete examples
Before & After prompts
Walkthrough Complete Mar 20 2026

A Day of Vibe Coding: Building a Real App

Follow along as we build a movie watchlist app in one afternoon. Every prompt, every revision, every bug — from first idea at 1 PM to working app at 4 PM.

3 hour build
Step by step
Prompts · Fixes · Testing

Shorter reads on specific topics — ideas, perspectives, and practical takes on AI-assisted development.

Article Mar 14 2026

How AI Programming Is Different From Traditional Development

Deterministic code vs probabilistic systems, writing rules vs providing data, and why debugging AI feels completely different. What changes when you move from traditional software to AI-assisted development.

6 min read
Concepts · Comparison · Practical
Article Mar 15 2026

How AI Models Are Trained: What's Actually Happening

The training process behind Claude, ChatGPT, and other AI tools — explained in plain language. Why AI hallucinates, why it writes outdated code, and why context improves results so dramatically.

7 min read
Concepts · Behind the Scenes
Article Mar 17 2026

Where Vibe Coding Is Actually Going

Everyone has predictions about AI and software development. Most are wrong in the same way. Here's what's actually changing, what's not, and who benefits most.

8 min read
Perspective · Analysis · Honest
Article Mar 20 2026

How AI APIs Work (And Why You're Already Using Them)

Every time you use Claude or ChatGPT, an API is doing the work behind the scenes. What's actually happening, how tokens and pricing work, and why this one concept explains the entire AI tool landscape.

7 min read
Concepts · Practical · Accessible
Case Study Mar 21 2026

How This Site Was Built: A Developer and AI, Start to Finish

The full story of building aiprogrammingmanual.com — one developer and Claude, over 6 weeks. What worked, what went wrong, and what I'd do differently.

10 min read
Case Study · Behind the Scenes