aq.dev / glossary / agentic-development-environment

What is an agentic development environment (ADE)?

An agentic development environment (ADE) is a software workspace designed around AI coding agents doing the work, with the human directing, reviewing, and stepping in, rather than around a human typing into an editor with AI assistance bolted on. The term was coined by Warp, which launched Warp 2.0 in June 2025 as "the first Agentic Development Environment." Since then the label has spread well beyond one product, and vendors now use it to mean noticeably different things, so any precise definition has to start with the history and then separate the shared core from the marketing.

The shared core of the definition

Strip away each vendor's framing and the definitions converge on one architectural claim: in an ADE, the primary unit of work is a delegated task, not an open file. The human states intent, an agent plans and executes (editing files, running commands, reading output, retrying), and the human reviews the result, usually as a diff or a pull request. An IDE optimizes the inner loop of a person editing code; an ADE optimizes the outer loop of a person running one or more agents.

Most implementations, whatever they call themselves, share a recognizable anatomy:

Where the term came from: Warp, June 2025

Credit for the coinage belongs to Warp. The company spent its first years building a fast, modernized terminal, then relaunched in June 2025 as Warp 2.0, positioning itself as neither a terminal nor an IDE but the first Agentic Development Environment. Founder and CEO Zach Lloyd's argument was that agentic work needed a product natively designed for prompting, multi-threading, agent management, and human collaboration with agents across real codebases, and that neither the IDE nor the terminal was that product. Warp 2.0 folded code editing, agent management, terminal use, and shared context into one app.

The bet aged well as a naming exercise. TIME named Warp's ADE one of its Best Inventions of 2025 in the AI category, which pushed the term into mainstream coverage. In April 2026, Warp open-sourced its client and began building it in the open, with cloud agents doing much of the implementation through its Oz orchestration platform, keeping the ADE label at the center of its identity. As of July 2026, warp.dev still leads with the tagline "The Agentic Development Environment."

How the term spread, and where it got contested

Once the category had a name and a TIME award, other vendors moved onto the territory, each bending the definition toward what they had built. As of July 2026:

Vendor / sourceWhat they call itWhat they mean by it
WarpAgentic Development EnvironmentOne desktop app where you prompt, manage, and supervise agents alongside a terminal and editor; open source since April 2026
Google (Antigravity)Agentic development platformAn IDE-style Editor View plus an agent-first Manager surface where agents plan, execute, and verify across editor, terminal, and browser; public preview since late 2025
GitKraken (Kepler)Agentic Development EnvironmentA delivery and orchestration layer for directing parallel agents (Claude Code, Codex, Copilot CLI, Cursor) across multiple repositories, launched June 2026
Augment Code and othersADE as a categoryGuide content defining ADEs as agent-first systems for goal delegation, distinct from agentic IDEs
Trade press"The IDE is dead, long live the ADE"Opinion coverage treating the ADE as the successor category to the IDE

The contested part is not whether agents matter; everyone agrees on that. It is which layer deserves the name. Warp uses ADE for an all-in-one desktop app. GitKraken uses it for a cross-repo orchestration layer that drives other vendors' agents. Google avoids "environment" and says "platform" for something that spans an editor and an agent manager. Meanwhile "agentic IDE" persists as the label for editor-first products like Cursor and Windsurf, where an agent mode lives inside a conventional IDE. The useful distinction that has emerged: an agentic IDE keeps the editor as the primary surface and adds agency; an ADE makes the agent run the primary surface and keeps an editor as an escape hatch.

What an ADE is not

Three neighboring terms get conflated with ADE, and keeping them apart makes vendor pages much easier to read:

Questions to ask any product wearing the label

Because the term is young and contested, the label alone tells you little. The concrete questions that separate the implementations:

Where AQ fits

AQ is the multiplayer coding harness where engineering teams run AI coding agents like Claude Code and Codex together: shared live terminals, a code editor, and app previews, in your own cloud. In this page's terms, AQ matches the ADE anatomy (workspaces as the task surface, one isolated git worktree per workspace, live terminals and an editor as escape hatches, pull requests tracked per workspace) while answering the questions above differently from the desktop-app ADEs. Agents run as the real CLIs (Claude Code, Codex, Cursor Agent, Kimi, Grok, or plain shells) in persistent tmux sessions on your team's VM, so a run survives a closed laptop and resumes from any device. Sessions are multiplayer: teammates open the same workspace and see and steer the same live session, rather than finding out at the pull request. Each engineer signs into the CLIs with their own accounts, so AQ never marks up model usage, and there is no shared multi-tenant execution tier.

Plainly: if what you want is a single desktop app for one developer supervising agents, Warp defined this category and is a strong default, and Google's Antigravity is the platform-scale take on the same idea. AQ's territory is the version of this category those products mostly skip as of July 2026: agent sessions that are durable, shared across a team, and executing on infrastructure you own. The Free plan is the full product on a VM you bring (you pay only your cloud provider); the Team plan is $100 per user per month (promotional; standard $200, billed monthly) and includes a dedicated always-on VM managed by AQ in its own isolated network, with the rate locked for your first 12 months.

Frequently asked questions

Who coined the term agentic development environment?

Warp. The company relaunched its product as Warp 2.0 in June 2025, positioning it as the first Agentic Development Environment: not a terminal, not an IDE, but a workspace built for running and supervising AI coding agents. TIME naming Warp's ADE a Best Invention of 2025 pushed the term into wider circulation, and other vendors adopted it through 2026.

What is the difference between an agentic IDE and an agentic development environment?

An agentic IDE (Cursor and Windsurf are the usual examples) keeps the editor as the primary surface and adds an agent mode inside it. An ADE inverts that: the primary surface is the set of agent runs you are directing, and the editor becomes an escape hatch for intervention. The distinction is about which loop the product optimizes, the human's inner editing loop or the outer delegation and review loop.

Is the IDE actually dead?

No. The "IDE is dead" framing is opinion coverage, not observed reality: as of July 2026 most professional development still runs through IDEs, and every ADE ships an embedded editor because humans still read and correct code. What is true is that a growing share of work starts as a delegated agent task rather than a typed edit, and the ADE category exists because IDEs were not designed to manage that.

Do agentic development environments run agents locally or in the cloud?

Both patterns exist, and it is the most important spec to check. Desktop ADEs like Warp run agents on your machine, with optional cloud agents in the vendor's infrastructure. Orchestration layers like GitKraken's Kepler drive agents wherever they already run. AQ runs agents in persistent tmux sessions on a VM your team controls, so runs survive laptop closes without handing code custody to a vendor's shared execution tier.

Is AQ an agentic development environment?

AQ fits the anatomy (a task surface, one git worktree per workspace, real agent CLIs as the runtime, terminals and an editor for intervention, pull requests as the output) but describes itself as a multiplayer coding harness. The difference it emphasizes is the axis most ADEs ignore: sessions are shared, so any teammate can open a live agent session, watch it, and steer it, and execution happens in your own cloud.