← back

How Windsurf writes 90% of your code with an Agentic IDE - Kevin Hou, Windsurf

82.5K views · Mar 11, 2025 · 20:49 min · Watch on YouTube ↗
Takeaway

Tight editor-agent integration via a shared action timeline is what lets Windsurf write the majority of code while keeping users in flow.

Summary

  • Windsurf is an agentic IDE launched Nov 13 by ex-Codeium; in 3 months users generated 4.5B lines of code and the company became a top consumer of Anthropic and OpenAI capacity.
  • Core principle 'trajectories': a unified shared timeline of user and agent actions (file views, edits, terminal commands) so the agent can 'continue my work' without state drift.
  • Cascade agent uses LLM-judged terminal safety to auto-approve safe commands like git but prompt before rm -rf, balancing autonomy with human-in-the-loop.
  • Built-in web search, codebase grepping, commit-message generation, and image drag/drop reduce explicit user input while maximizing agent contribution.
  • Mission framed as input/output game: minimize human prompts, maximize correct production-ready output by predicting next steps and doing background research.
agentsidecode-generation
Original description
Recorded live at the Agent Engineering Session Day from the AI Engineer Summit 2025 in New York. Learn more at https://ai.engineer and purchase tickets to our next event, the AI Engineer World's Fair, in SF June 3 - 5 here: https://ti.to/software-3/ai-engineer-worlds-fair-2025

About Kevin

Kevin is the head of product engineering at Codeium, where he builds AI-powered developer tools. He has spent much of his career in AI, previously working as a tech lead manager at the Nuro, an autonomous vehicle startup, as well as other companies like Airbnb & Salesforce. Kevin enjoys photography, playing basketball, and woodworking. He studied computer science & ML at Princeton University.