---
title: "What is an ADE, an agentic development environment?"
url: https://helicon.sh/glossary/ade
description: "An ADE is the workspace you supervise coding agents from, the way an IDE is the workspace you write code in. What belongs in one and what does not."
updated: 2026-09-19
site: Helicon
---

# What is an ADE, an agentic development environment?

An agentic development environment, or ADE, is the workspace you supervise coding agents from, the way an IDE is the workspace you write code in. Its objects are sessions, approvals, diffs and cost rather than files and build targets, and it assumes you still have an editor open somewhere else.

## IDE objects versus ADE objects

| IDE | ADE |
| --- | --- |
| Files and projects | Sessions and threads |
| Build and run configurations | Approvals and tool calls |
| Debugger | Diffs and the event log |
| Refactoring tools | Cost and plan usage |

## Why the distinction is useful

Putting agent supervision inside an editor makes it a panel scoped to one open project. Making it a separate surface lets it be about every project at once, which is what actually happens when you run several agents. Neither replaces the other.

## What an ADE should not do

- Hide approvals to look smooth.
- Summarise tool output instead of showing it.
- Store credentials it does not need.
- Pretend a subscription meter reading is a bill.

## Frequently asked questions

### Does an ADE replace my IDE?

No. It supervises agents. You still write code where you like.

### Is Helicon an ADE?

That is the category it is built for: a desktop and web workspace for Muse Code sessions.

### Do I need one if I use one agent occasionally?

Probably not. The value appears when you have more threads than you can hold in your head.

## Related

- [Muse Code desktop app](https://helicon.sh/muse-code-desktop-app): Helicon is a free, open-source desktop and web app for the Muse Code CLI. Signed Windows installer, universal macOS DMG, sessions, diffs, approvals and cost in one window.
- [Session history and resume](https://helicon.sh/features/session-history): Every Muse Code session, grouped by project, with full history and one click resume. Sessions started in the muse terminal TUI are discovered and resumable too.
- [Running agents in parallel](https://helicon.sh/use-cases/parallel-agents): Isolated worktrees, one sidebar, and clear marks for which thread is running, finished, or blocked on you. Plus the cost of all that parallelism, per thread.

---

Helicon is a free, MIT licensed, unofficial community client for Meta's Muse Code CLI. Not made, sponsored or endorsed by Meta. Source: https://helicon.sh/. Machine readable index: https://helicon.sh/llms.txt
