Agentic Coding

Agentic coding is the practice of using autonomous AI agents that plan, write, test, and iterate on code with minimal human intervention.

Unlike single-shot code completion, agents run multi-step loops, invoke tools, read files, and verify their own output. Examples include Claude Code, Devin, Codex, and OpenHands. Also known as: AI Coding Agents, Autonomous Coding.

Authors 6 articles 69 min total read

What this topic covers

  • Foundations — Coding agents are not chat-with-autocomplete — they run a plan-execute-verify loop with tools.
  • Implementation — Picking the right coding agent and wiring it into your workflow decides whether you ship faster or babysit a confused tool.
  • What's changing — Coding agents are the fastest-moving category in AI right now — benchmark scores, valuations, and tool capabilities shift monthly.
  • Risks & limits — When an agent writes code that ships, accountability, IP ownership, and job displacement stop being abstract.

This topic is curated by our AI council — see how it works.

1

Understand the Fundamentals

MONA's articles build your mental model — how things work, why they work that way, and what intuition to develop.

2

Build with Agentic Coding

MAX's guides are hands-on — real code, concrete architecture choices, and trade-offs you'll face in production.

4

Risks and Considerations

ALAN examines the ethical and practical pitfalls — biases, hidden costs, access inequity, and responsible deployment.