vibedonaldsvibedonalds.com
Term

Agentic coding

A development style centred on coding agents — the human describes intent, the agent plans and executes the work, and the human reviews diffs or PRs rather than authoring code line by line. The umbrella term for vibe coding and adjacent practices.

Background

Agentic coding shifts the developer's role from author to reviewer/director. Workflows include: prompting an agent with a feature spec, watching the agent edit files and run tests, intervening when it stalls, and accepting/rejecting PRs. Distinct from autocomplete (per-line suggestions) and from chat-based assistants (single-turn answers). The term is broader than vibe coding, which specifically de-emphasises reading the generated code.