Back to the blog

From IDE to ADE: coding with AI agents in 2026

Code9 min read · 27 September 2026

The GetPack team

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

  1. 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.
  2. 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).
  3. 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.
  4. 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:

  1. 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.
  2. 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.
  3. 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

Sources

  1. Reimagining coding: the Agentic Development Environment (Warp 2.0) — Warp · accessed 27 September 2026
  2. Warp — Warp · accessed 27 September 2026
  3. GitHub Copilot: The agent awakens — The GitHub Blog · accessed 27 September 2026
  4. GitHub Copilot plans — GitHub · accessed 27 September 2026
  5. Individual plans for GitHub Copilot — GitHub Docs · accessed 27 September 2026
  6. GitHub Student Developer Pack — GitHub Education · accessed 27 September 2026
  7. Cursor 2.0 — Cursor Changelog · accessed 27 September 2026
  8. Pricing — Cursor · accessed 27 September 2026
  9. Cursor for Students — Cursor · accessed 27 September 2026
  10. Cursor is now a part of SpaceX — Cursor · accessed 27 September 2026
  11. xAI (company) — Wikipedia · accessed 27 September 2026
  12. Clarifying our pricing — Cursor · accessed 27 September 2026
  13. Windsurf’s next stage — Windsurf · accessed 27 September 2026
  14. Cognition to acquire Windsurf — Cognition · accessed 27 September 2026
  15. Devin Desktop changelog — Cognition · accessed 27 September 2026
  16. Devin Desktop — Cognition · accessed 27 September 2026
  17. Junie, the coding agent by JetBrains — JetBrains · accessed 27 September 2026
  18. Pricing — Zed · accessed 27 September 2026
  19. Agent Client Protocol — Zed · accessed 27 September 2026
  20. Claude 3.7 Sonnet and Claude Code — Anthropic · accessed 27 September 2026
  21. Introducing Claude 4 — Anthropic · accessed 27 September 2026
  22. Pricing — Claude · accessed 27 September 2026
  23. OpenAI debuts Codex CLI, an open source coding tool for terminals — TechCrunch · accessed 27 September 2026
  24. openai/codex — GitHub · accessed 27 September 2026
  25. Gemini CLI: your open-source AI agent — Google · accessed 27 September 2026
  26. google-gemini/gemini-cli — GitHub · accessed 27 September 2026
  27. Introducing: Devstral 2 and Mistral Vibe CLI — Mistral AI · accessed 27 September 2026
  28. mistralai/mistral-vibe — GitHub · accessed 27 September 2026
  29. Le Chat is now Vibe — Mistral Help Center · accessed 27 September 2026
  30. Build with Google Antigravity, our new agentic development platform — Google for Developers · accessed 27 September 2026
  31. Blog — Google Antigravity · accessed 27 September 2026
  32. Changes to Antigravity Plans — Google Antigravity · accessed 27 September 2026
  33. Google Antigravity — Google · accessed 27 September 2026
  34. Introducing Kiro — Kiro · accessed 27 September 2026
  35. Kiro — AWS · accessed 27 September 2026
  36. Pricing — Kiro · accessed 27 September 2026
  37. Kiro for Students — Kiro · accessed 27 September 2026
  38. Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity — METR · accessed 27 September 2026
  39. 2025 Developer Survey: AI — Stack Overflow · accessed 27 September 2026
  40. Vibe coding service Replit deleted user’s production database — The Register · accessed 27 September 2026
  41. Security Bulletin AWS-2025-015: Amazon Q Developer for VS Code Extension — AWS · accessed 27 September 2026
  42. s1ngularity: Postmortem of the Nx supply chain attack — Nx · accessed 27 September 2026
  43. Anthropic unveils new rate limits to curb Claude Code power users — TechCrunch · accessed 27 September 2026
  44. Google AI for students — Google · accessed 27 September 2026

Read the next article

Code27 September 2026

Reading an error without panicking: the anatomy of a stack trace (Python and JavaScript)

Tools27 September 2026

Best AI for students in 2026: the honest comparison

Tools27 September 2026

New AI models in 2026: which one should you study with?

Tools27 September 2026

French AI tools you’ve never heard of: Noota, Moshi, Vibe…

Analysis27 September 2026

Why AI is so expensive (and American AI even more so)

Code27 September 2026

How to prompt an AI coding tool well: the method that changes everything

Code27 September 2026

Securing a vibe-coded app: 7 mistakes to fix before you publish

Code27 September 2026

Slopsquatting: when AI recommends packages that don't exist

Weekly brief27 September 2026

AI news roundup: the week of September 21–27, 2026

Code27 September 2026

Vibe coding: what it actually means (and how not to mess it up)

AI news27 September 2026

Why Yann LeCun wants AMI: AI beyond LLMs

Tutorial26 September 2026

Connect an MCP connector to Claude without writing a line of code

Degrees26 September 2026

Choosing your program with real MonMaster and InserSup data

Method26 September 2026

APA 7, ISO 690, Vancouver: how to cite your sources properly

Explainer26 September 2026

ChatGPT's 'hidden codes' on TikTok: fact vs. fiction

Health26 September 2026

Medicine: revise for the EDN with France's public drug database

Career26 September 2026

Internship pay and apprentice wages in 2026: the rules

Explainer26 September 2026

AI and academic integrity: what universities actually say

Tutorial26 September 2026

Installing a skill in Claude in 2 minutes

Thesis26 September 2026

Thesis: building your research question and outline with AI

Method26 September 2026

Building your exam study schedule with AI, the right way

Method26 September 2026

Revising with AI, honestly: active recall, Feynman, quizzes

Career26 September 2026

Choosing your apprenticeship with real employment data

Code27 September 2026

Learning to code in the age of AI: what you still need to know how to do yourself

Code27 September 2026

The one-page spec to write before you prompt an AI to code

Thesis27 September 2026

How to cite ChatGPT or Claude in a thesis: APA, MLA, ISO 690

Code27 September 2026

Claude Code for beginners: install, first launch, CLAUDE.md

AI news27 September 2026

Claude Opus 5.5: what really changes (and how to use it to study)

Analysis27 September 2026

The AI race: why some people are scared and others aren't

Code27 September 2026

Building your first MCP server, step by step

Code27 September 2026

Deploying your first site for free: Vercel, Netlify, Cloudflare Pages, or GitHub Pages

Explainer27 September 2026

AI detectors: are Turnitin, GPTZero and Compilatio reliable?

Code27 September 2026

Writing your own Claude skill: structure, SKILL.md, and a description that triggers

Career27 September 2026

France's national student-entrepreneur status (SNEE) and the PEPITE network, explained

Analysis27 September 2026

France in the AI race: Mistral, energy and talent

AI news27 September 2026

French Tech and AI: the French startups to know in 2026

Code27 September 2026

Git without fear: commit, branch, remote explained, then the commands that save you

Explainer27 September 2026

Chinese AI: DeepSeek, Qwen, Kimi… why Europe is wary

Health27 September 2026

AI in medical school: study for PASS, LAS and the EDN safely

Tools27 September 2026

Free AI for students: every offer and discount (2026)

Career27 September 2026

AI on an internship or apprenticeship: what’s allowed, what isn’t

Join GetPack

Already have an account? Sign in