There are traditionally two ways to work with AI. In a Code-first approach, you write the code and use AI as an assistant to autocomplete or refactor. But the industry is rapidly shifting toward an Agent-first approach: you hand off high-level tasks to an AI agent, and it plans, implements, and verifies the solution for you.
To fully embrace this shift, Microsoft has just unveiled the VS Code Agents application, currently available in the VS Code Insiders build.
What is the Agents Application?
Instead of cramming the agent interface into a small sidebar panel within your editor, the Agents application is a completely separate, standalone app installed alongside VS Code. It acts as a mission control center for all your AI coding agents.
Here is what makes it a game-changer:
- Global Workspace Access: You no longer need to open individual project windows to ask an agent to do something. The Agents app gives you access to all your workspaces from one centralized hub.
- Parallel Multi-Tasking: You can run multiple agent sessions in parallel across completely different projects. Have one agent refactoring your backend Node.js API while another is writing unit tests for your React frontend.
- Shared Sessions: The Sessions you create in the Agents app are synced with the main VS Code window. You can kick off a massive refactoring task in the Agents app, and then seamlessly jump back into your main editor to manually tweak the generated code.
The Paradigm Shift
This release signals a major shift in how IDEs are built. The editor window is no longer the center of the universe. For complex, multi-file feature developments, the orchestration interface (the Agents App) takes the spotlight, while the traditional code editor becomes a secondary tool for manual verification.
If you want to try it out, you'll need VS Code Insiders and an active GitHub Copilot subscription. The age of the orchestrator has officially begun.