Glossary · Term

agentic coding

← all terms

Definition

Plain language

When an AI assistant doesn't just suggest code but actually edits files, runs commands, and works on a task autonomously.

As stated in the literature

A class of LLM-based software-engineering systems that interleave reasoning with tool use over a codebase, typically running multi-turn agent loops with shell, filesystem, and test-execution access.

Also called: agentic coding agents

Why it matters: This is the shift from 'autocomplete' to 'junior teammate' that's reshaping how software actually gets written.

For example, an agentic coding assistant might read an open bug report, edit the relevant file, run the test suite, and open a pull request without further input.

Heard on the show

“That verifier is the entire engine behind agentic coding.”
Episode 240 — Frontier Models Designed Follow-Ups To Fraudulent Papers 93% Of The Time

Mentioned in 6 episodes

  1. 240
    Frontier Models Designed Follow-Ups To Fraudulent Papers 93% Of The Time
  2. 166
    A Router That Beats the Frontier Models It Calls
  3. 130
    Why AI Agents Coordinate Better Through a Shared Board Than a Boss
  4. 046
    When the AI Optimizer Edits the Grade Book: Why Harnessing Evolution Needs a Wall
  5. 027
    When AI Agents Build the Serving Stack: A Bet on Bespoke Infrastructure
  6. 003
    How to Pick the Best of Sixteen Coding Agent Rollouts

Related concepts

Related terms