Skip to main content

Learn the Language of AI

Simple words and cycles to make AI useful, not mystical. No jargon, just tools that actually work.

Start with the Glossary

Core Vocabulary

Six essential concepts that transform how you communicate with AI. Each one gives you more control and clearer results.

Cheat Sheet

See how small word changes reshape output. Compare vague requests with precise prompts.

Avoid
Figure out why this code isn't working.
Better
Deconstruct this function line by line to identify the failure point.
Avoid
Make a function that connects to the database.
Better
Design the complete lifecycle for database connections: startup, connection pooling, query execution, and graceful shutdown.
Avoid
Is this code correct?
Better
Conduct a hallucination audit on this implementation: verify each function works as claimed and identify any logical inconsistencies.

The Agentic Coding Cycle

A three-phase approach that transforms AI from guessing machine to systematic problem solver.

Step 1: Plan

“Lay out a plan to refactor this authentication system”

Step 2: Execute

“Execute the plan in full per TypeScript best practices and codebase standards”

Step 3: Audit

“Conduct a hallucination audit on the refactored code”

Learn More

Explore individual concepts in depth or start with the fundamentals.

Prompts are tools, not spells. Learn the vocabulary, master the cycle.