Agentic Engineering
Karpathy's mature successor to vibe coding. Agents handle bounded sub-tasks; the developer keeps architectural ownership and reviews critical outputs. Disciplined vibe coding.
Karpathy'nin vibe coding'in olgunlaşmış versiyonu olarak önerdiği yaklaşım. Agent sınırlı görevleri yapar, geliştirici mimari sahipliğini ve kritik review'ı korur. Disiplinli vibe coding.
- plan the migration from REST to tRPC, then implement step by step
- review every change before commit; ask before running tests
Vibe Coding
Building software by chatting with AI in flow, without reading every line — relying on intuition. Coined by Andrej Karpathy in Feb 2025: "Give in to the vibes, forget the code exists." Collins Dictionary Word of the Year 2025.
Agentic Coding
A development style where AI operates as an autonomous agent — reading files, running commands, seeing errors, iterating. Beyond inline autocomplete.
Spec-driven Development
Write a detailed spec first, then have AI implement it. The disciplined cousin of vibe coding.