From IDE to ADE: coding with AI agents in 2026
Code9 min read · 27 September 2026
Two years ago, coding with AI mostly meant accepting autocomplete suggestions. In 2026, you can hand a whole feature to an agent, run eight of them in parallel, and spend your day reviewing their work. The vocabulary followed: after the IDE comes the ADE. Here’s what that means, which tools actually exist, what they cost, and how to choose as a student.
In short: an IDE is the editor where you write, run and debug code. AI-augmented IDEs (VS Code with Copilot, Cursor, Devin Desktop, formerly Windsurf, JetBrains, Zed) added agents that edit several files and run commands. Command-line agents (Claude Code, Codex CLI, Gemini CLI, Mistral Vibe) do the same from the terminal. An ADE, a term launched by Warp in June 2025, is an environment designed first for steering several agents, like Google Antigravity. For students, the best start is free: Copilot Student through GitHub Education, or Gemini CLI, reviewing every change.
First, what is an IDE?
An IDE (integrated development environment) puts the editor, program execution, debugger, git and language extensions in one window: VS Code, PyCharm or IntelliJ, for example. For decades the principle didn’t change: you type, the tool helps.
Stage 1: AI-augmented IDEs
VS Code and GitHub Copilot
On February 6, 2025, GitHub launched Copilot’s agent mode in VS Code, describing it as “capable of iterating on its own code, recognizing errors, and fixing them automatically”. The same day, GitHub previewed an autonomous agent you can assign an issue to, which comes back with a tested pull request. Today, the free plan gives you 2,000 completions and 50 chat requests a month; Pro costs $10 a month, and Pro+ ($39) can delegate tasks to third-party agents such as Anthropic’s and OpenAI’s, in preview (GitHub).
Cursor
Cursor 2.0, released on October 29, 2025, brought its own model, Composer, and lets you run up to eight agents in parallel on a single prompt, each in its own isolated copy of the code thanks to git worktrees (Cursor). The Hobby plan is free with limited agent requests; the individual plan starts at $20 a month (pricing).
The big news of the summer: Cursor now belongs to SpaceX. The deal, announced on April 21, 2026 with a $60 billion option, closed on August 14 (Wikipedia). SpaceX had already absorbed xAI, the maker of Grok, in February 2026. Cursor promises “more capable models at lower cost”, and Grok models are now featured prominently in its plans.
Windsurf, now Devin Desktop
Windsurf had a turbulent summer in 2025. On July 11, the company announced a deal with Google: CEO Varun Mohan and co-founder Douglas Chen joined Google along with part of the research team (Windsurf). Three days later, Cognition, the maker of the Devin agent, acquired the rest: product, brand, intellectual property and team (Cognition). On June 2, 2026, Windsurf was renamed Devin Desktop (changelog). It keeps a free tier, and Pro costs $20 a month (Cognition).
JetBrains and Zed
At JetBrains, the agent is called Junie: it runs in the company’s IDEs, in the terminal, and from GitHub or GitLab. The free tier includes 5 AI credits; AI Pro works out to $8.33 a month (JetBrains).
Zed, an open-source editor, is free and unlimited with your own API keys or external agents; Pro costs $10 a month (Zed). More importantly, in August 2025 Zed launched the Agent Client Protocol, an open standard for plugging any agent into any editor. Gemini CLI, Claude Code and Codex CLI plug into it, and JetBrains IDEs, VS Code and Neovim support it (Zed).
Stage 2: command-line agents
These agents live in the terminal: they read your repository, edit files, run the tests and try again until everything passes.
- Claude Code (Anthropic) arrived in preview on February 24, 2025, introduced as “our first agentic coding tool”, and became generally available on May 22, 2025 (Anthropic). It isn’t included in Claude’s free plan, but it is from Pro, at $17 a month billed yearly or $20 monthly (Claude).
- Codex CLI (OpenAI), released on April 16, 2025, is open source (TechCrunch). You sign in with a ChatGPT Plus, Pro, Business, Edu or Enterprise plan, or use an API key (GitHub).
- Gemini CLI (Google), released on June 25, 2025 under Apache 2.0 (Google), is free with a personal Google account: 60 requests per minute and 1,000 per day (GitHub).
- Mistral Vibe: on December 9, 2025, Mistral released Vibe CLI, open source, alongside its Devstral 2 coding models (Mistral). It requires an API key (GitHub). It is now the Vibe Code mode of Mistral’s assistant, available as a command-line tool, a VS Code extension and on the web (Mistral).
Stage 3: the ADE, an environment built for agents
The term comes from Warp. On June 24, 2025, its CEO Zach Lloyd introduced Warp 2.0 as “the first Agentic Development Environment”: a product designed first for prompting, running several threads in parallel, managing agents and collaborating with them, rather than an editor with an agent bolted on. Warp now offers cloud agent “factories” in closed early access (Warp).
- Google Antigravity (November 2025) calls itself an agentic development platform: a classic editor plus a manager view where you spawn and monitor several agents working in parallel across the editor, terminal and browser. Instead of raw logs, agents hand back “artifacts”: task lists, plans, screenshots, browser recordings (Google). Version 2.0 and a command-line tool came out on May 19, 2026 (Antigravity). It’s free for individuals (Antigravity), with higher limits through Google AI Pro ($20) or Ultra subscriptions (Antigravity).
- Kiro, launched on July 14, 2025 (Kiro), is “Built and operated by AWS” (Kiro). Its specialty is spec-driven development: your prompt becomes requirements, then a design, then a task list, and “hooks” trigger agents on events. Free tier with 50 credits, Pro at $20 a month (Kiro).
Parallel agents are spreading everywhere: eight in Cursor, an “Agent Command Center” in Devin Desktop (Cognition), third-party agents in Copilot Pro+.
What really changes: you write less, you review more
With an agent, your job shifts: you describe the task precisely, provide context (a project instruction file, like Claude Code’s CLAUDE.md), break the work down, then review the diff and test.
Both camps have arguments. On the optimistic side, Warp says early testers saved “6–7 hours a week” by running multiple agents in parallel: a figure reported by the company itself. On the skeptical side, a study by the research lab METR, published in July 2025, followed 16 experienced developers across 246 tasks: with AI, they took 19% longer, while believing they had been 20% faster (METR). METR stresses that its results cover experts working on their own codebases, with early-2025 tools. In Stack Overflow’s 2025 survey, 84% of developers use or plan to use AI, but 46% distrust the accuracy of its output versus 33% who trust it, and 66% complain about solutions that are “almost right, but not quite” (Stack Overflow).
Our take: time saved writing is often lost reviewing. For a student, the real danger isn’t slowness, it’s skipping the learning: if you don’t understand the code produced, you can neither review nor fix it.
The risks to know about
- An agent runs commands. In July 2025, Replit’s agent deleted the production database of Jason Lemkin, founder of SaaStr, despite a code freeze (The Register). Work on a git branch, keep manual approval of commands, and never give it access to real data.
- The tools themselves can be compromised. In July 2025, malicious code was injected into version 1.84.0 of the Amazon Q Developer extension for VS Code; according to AWS, it failed to execute because of a syntax error (AWS). On August 26, 2025, malicious versions of the Nx package scanned machines for secrets and tried to use locally installed AI tools such as Claude and Gemini (Nx).
- Invented packages. An agent can install a dependency that doesn’t exist, or worse, one an attacker created on purpose: that’s slopsquatting. Review the list of packages before approving.
- Costs. In June 2025, Cursor changed its pricing and had to apologize: “Our recent pricing changes for individual plans were not communicated clearly, and we take full responsibility” (Cursor). Anthropic added weekly limits to Claude Code on August 28, 2025 (TechCrunch). Copilot and Antigravity now meter usage in credits or at API prices. Set yourself a budget and alerts.
How to choose as a student
Offers checked on September 27, 2026:
| Tool | Free | Student offer |
|---|---|---|
| GitHub Copilot | 2,000 completions and 50 chat requests a month | Copilot Student, free for verified students: unlimited completions, AI credits, limited chat and agent use, automatic model selection, no third-party agents (GitHub) |
| Cursor | Limited agent requests | No permanent offer: promotions at campus events “starting this fall” (Cursor) |
| JetBrains | 5 AI credits for Junie | Free educational license, renewed yearly (GitHub Education); check what it covers on the AI side |
| Zed | Unlimited with your keys or external agents | None listed |
| Claude Code | No | From Pro; an Education plan negotiated by some institutions |
| Codex CLI | Open source, but needs a paid ChatGPT plan or an API key | Through ChatGPT Edu if your institution has it |
| Gemini CLI | 1,000 requests a day | Google AI Plus free for a year for students aged 18+, in many countries including France, until December 31, 2026 (Google) |
| Kiro | 50 credits | 1,000 credits a month for a year, at a list of universities that included no French institution (Kiro) |
| Antigravity | Free for individuals | None listed |
A simple path:
- You’re learning to code: turn on Copilot Student and stay in VS Code. Write the code yourself, then ask the agent to explain your error or review your code, not to write the exercise.
- Side project or hackathon: try a command-line agent (Gemini CLI is free) on a git branch, with an instruction file describing your stack, your rules and your test commands.
- Parallel agents: only once you can review a diff in five minutes.
Our take: what this changes for you
Reading code matters more, not less. The skills gaining value are the ones an agent doesn’t replace: writing a clear spec, breaking a problem down, writing tests, reviewing, spotting a vulnerability. This week: apply for GitHub Education, try an agent on a small side project, and write a project instruction file. For graded work, check your institution’s rules and keep AI in its coaching role.
FAQ
What’s the difference between an IDE and an ADE?
An IDE is built for a human to write code, with AI assisting. An ADE is built first for steering agents that write the code, often several at once, while you review. The term comes from Warp (June 2025).
Is GitHub Copilot free for students?
Yes, through the Copilot Student plan, reserved for students verified by GitHub Education: unlimited completions and AI credits, but limited chat and agent use, with the model chosen automatically.
Is Cursor free for students?
Cursor has a limited free plan for everyone. As of September 2026, it doesn’t list a permanent student offer, only promotions at campus events.
Do I still need to learn to code if agents write code?
Yes. Without the basics, you can neither review nor fix what the agent produces, and that’s exactly where bugs and vulnerabilities slip through.
Can an AI agent break my project?
Yes, if it has the permissions to. Work on a git branch, approve commands manually, never give it real data or secrets, and review the packages it installs.
Further reading
- Claude Code for beginners: install and use your first command-line agent.
- Slopsquatting: packages invented by AI: the risk to know before letting an agent install anything.
- Prompts for coding with AI: how to phrase a task an agent gets right the first time.
- The claude-md-projet skill: to write the instruction file that gives the agent your project’s context.
Sources
- Reimagining coding: the Agentic Development Environment (Warp 2.0) — Warp · accessed 27 September 2026
- Warp — Warp · accessed 27 September 2026
- GitHub Copilot: The agent awakens — The GitHub Blog · accessed 27 September 2026
- GitHub Copilot plans — GitHub · accessed 27 September 2026
- Individual plans for GitHub Copilot — GitHub Docs · accessed 27 September 2026
- GitHub Student Developer Pack — GitHub Education · accessed 27 September 2026
- Cursor 2.0 — Cursor Changelog · accessed 27 September 2026
- Pricing — Cursor · accessed 27 September 2026
- Cursor for Students — Cursor · accessed 27 September 2026
- Cursor is now a part of SpaceX — Cursor · accessed 27 September 2026
- xAI (company) — Wikipedia · accessed 27 September 2026
- Clarifying our pricing — Cursor · accessed 27 September 2026
- Windsurf’s next stage — Windsurf · accessed 27 September 2026
- Cognition to acquire Windsurf — Cognition · accessed 27 September 2026
- Devin Desktop changelog — Cognition · accessed 27 September 2026
- Devin Desktop — Cognition · accessed 27 September 2026
- Junie, the coding agent by JetBrains — JetBrains · accessed 27 September 2026
- Pricing — Zed · accessed 27 September 2026
- Agent Client Protocol — Zed · accessed 27 September 2026
- Claude 3.7 Sonnet and Claude Code — Anthropic · accessed 27 September 2026
- Introducing Claude 4 — Anthropic · accessed 27 September 2026
- Pricing — Claude · accessed 27 September 2026
- OpenAI debuts Codex CLI, an open source coding tool for terminals — TechCrunch · accessed 27 September 2026
- openai/codex — GitHub · accessed 27 September 2026
- Gemini CLI: your open-source AI agent — Google · accessed 27 September 2026
- google-gemini/gemini-cli — GitHub · accessed 27 September 2026
- Introducing: Devstral 2 and Mistral Vibe CLI — Mistral AI · accessed 27 September 2026
- mistralai/mistral-vibe — GitHub · accessed 27 September 2026
- Le Chat is now Vibe — Mistral Help Center · accessed 27 September 2026
- Build with Google Antigravity, our new agentic development platform — Google for Developers · accessed 27 September 2026
- Blog — Google Antigravity · accessed 27 September 2026
- Changes to Antigravity Plans — Google Antigravity · accessed 27 September 2026
- Google Antigravity — Google · accessed 27 September 2026
- Introducing Kiro — Kiro · accessed 27 September 2026
- Kiro — AWS · accessed 27 September 2026
- Pricing — Kiro · accessed 27 September 2026
- Kiro for Students — Kiro · accessed 27 September 2026
- Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity — METR · accessed 27 September 2026
- 2025 Developer Survey: AI — Stack Overflow · accessed 27 September 2026
- Vibe coding service Replit deleted user’s production database — The Register · accessed 27 September 2026
- Security Bulletin AWS-2025-015: Amazon Q Developer for VS Code Extension — AWS · accessed 27 September 2026
- s1ngularity: Postmortem of the Nx supply chain attack — Nx · accessed 27 September 2026
- Anthropic unveils new rate limits to curb Claude Code power users — TechCrunch · accessed 27 September 2026
- Google AI for students — Google · accessed 27 September 2026






