Workflow · Production

Codeium launches Windsurf AI IDE with Cascade agentic coding workflow

The problem

VS Code extension APIs were too limited for Codeium to build their full agentic coding vision — they could not hook into developer trajectory data, key UI features required workarounds like dynamic PNG generation, and VS Code's refactoring APIs kept breaking, consuming engineering time on platform fights instead of product development.

First attempt

The VS Code extension sandbox prevented Codeium from exposing certain UI features and from accessing the developer trajectory signals needed for intent inference, forcing hacky workarounds that degraded the product experience.

Workflow diagram · grounded in source
1
Developer trajectory captured
trigger
“if we actually are being able to understand the kind of the trajectory of what developers are doing within the editor, right, if we actually are being able to see like, oh, the developer just went and opened up the API. This part of the …”
2
Codebase retrieval
ai_action
“Proprietary systems for high-quality retrieval for large codebases”
3
High-level planning
ai_action
“Third-party models for high-level planning”
4
Cascade proposes and executes changes
ai_action
“Cascade is the product that is the actual agentic part of the product, right? That is capable of. Of. Of taking information from both these human trajectories and these AI trajectories, what the human ended up doing, what the AI ended up…”
5
Developer reviews generated code
output
“Cascade gives you a bunch of code. We want developers to very easily be able to review this code.”
Reported outcome

Codeium launched Windsurf with the Cascade agentic system and grew to over a million developer users, winning JPMorgan Chase's Hall of Innovation Award — an unusual recognition within a year of enterprise deployment.

Reported metrics
Total developer usersover a million
Codeium extension usersover 800,000
Fortune 500 GitHub penetrationless than 10%
Reported stack
WindsurfCascade
Source
https://www.latent.space/p/windsurf
Read source ↗

Frequently asked questions

What did this team achieve with this AI workflow?

Codeium launched Windsurf with the Cascade agentic system and grew to over a million developer users, winning JPMorgan Chase's Hall of Innovation Award — an unusual recognition within a year of enterprise deployment.

What tools did this team use?

Windsurf, Cascade.

What results were reported?

Total developer users: over a million; Codeium extension users: over 800,000; Fortune 500 GitHub penetration: less than 10% (source-reported, not independently verified).

What failed first in this deployment?

The VS Code extension sandbox prevented Codeium from exposing certain UI features and from accessing the developer trajectory signals needed for intent inference, forcing hacky workarounds that degraded the product ex…

How is this workflow AI workflow structured?

Developer trajectory captured → Codebase retrieval → High-level planning → Cascade proposes and executes changes → Developer reviews generated code.