from Hacker News

Codeium launches Windsurf – the first agentic IDE

by lukebennett on 11/13/24, 5:09 PM with 6 comments

  • by fortenforge on 11/13/24, 5:23 PM

    One of the cooler features in Windsurf is Cascade, sort of an agent powered by an LLM that you can talk to and can make changes to your codebase.

    Here's an example of me using Cascade to solve a CTF challenge: https://youtu.be/LbYepFmVB20

  • by vrs347 on 11/13/24, 6:17 PM

    Created a twitter scrape. Allowed me to scrape twitter's tweets for any specific user. Gave me breakdown on 24hr tweets, most recent tweets, and specific keywords I looked up.

    I then asked it to make me a GUI for these tweets I was seeing.

    Total time: 25 minutes.

    Customer Obtained?: Yes. For life.

  • by jameshiew on 11/13/24, 7:16 PM

    Very cool, hopefully VS Code eventually builds in native support for whatever functionality is missing that is part of the reason for these forks.
  • by mjwweb44 on 11/14/24, 6:02 PM

    Has anyone used this on a larger codebase yet? I'm curious to see how it handles larger contexts.