Cloud Environment Setup and Cloud Subagents in Agents Window
Cursor is your coding agent for building ambitious software.
Software creation is changing. We are a group of researchers, engineers, and technologists inventing at the edge of what's useful and possible.
We have much to learn, try, and build.
| 2026 | Secure codebase indexing | Published |
| 2026 | Semantic search | Published |
| 2025 | Reinforcement learning | Published |
| 2024 | Shadow workspaces | Published |
| 2024 | Multi-agent collaboration | Published |
| 2023 | Context-aware completions | Published |
| 2023 | Intelligent code navigation | Published |
| 2022 | Fast inference optimization | Published |
| 2022 | Language model fine-tuning | Published |
/ for commands Β· @ for files
Trusted every day by teams that build world-class software
Agents turn ideas into code
Mission Control Interface
A grid view of all open windows as scaled previews, allowing quick selection to bring any window to front.
Trigger
Menu item in MenuBar.tsx (View > Mission Control), hotkey F3, or double-tap desktop.
View Behavior
Overlay existing windows into a grid of live previews with spring-based layout animations and shared element transitions.
Works autonomously, runs in parallel
In every tool, at every step
curlhttps://cursor.com/install -fsS | bashMagically accurate autocomplete
"use client";
import React, { useState } from "react";
import Navigation from "./Navigation";
import SupportChat from "./SupportChat";
export default function Dashboard() {
return (
<div className="flex h-[600px] border rounded-lg overflow-hidden">
<div className="w-64 border-r">
</div>
<div className="w-80 border-l">
<SupportChat />
</div>
</div>
);
}"use client";
import React, { useState } from "react";
import Navigation from "./Navigation";
import SupportChat from "./SupportChat";
export default function Dashboard() {
return (
<div className="flex h-[600px] border rounded-lg overflow-hidden">
<div className="w-64 border-r">
</div>
<div className="w-80 border-l">
<SupportChat />
</div>
</div>
);
}The new way to build software.
βIt was night and day from one batch to another, adoption went from single digits to over 80%. It just spread like wildfire, all the best builders were using Cursor.β
βMy favorite enterprise AI service is Cursor. Every one of our engineers, some 40,000, are now assisted by AI and our productivity has gone up incredibly.β
βThe best LLM applications have an autonomy slider: you control how much independence to give the AI. In Cursor, you can do Tab completion, Cmd+K for targeted edits, or you can let it rip with the full autonomy agentic version.β
βCursor quickly grew from hundreds to thousands of extremely enthusiastic Stripe employees. We spend more on R&D and software creation than any other undertaking, and there's significant economic outcomes when making that process more efficient.β
βThe most useful AI tool that I currently pay for, hands down, is Cursor. It's fast, autocompletes when and where you need it to, handles brackets properly, sensible keyboard shortcuts, bring-your-own-model... everything is well put together.β
βIt's definitely becoming more fun to be a programmer. We are at the 1% of what's possible, and it's in interactive experiences like Cursor where models like GPT-5 shine brightest.β
