TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Codeium launches Windsurf – the first agentic IDE

31 pointsby lukebennett6 months ago

4 comments

fortenforge6 months ago
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.<p>Here&#x27;s an example of me using Cascade to solve a CTF challenge: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;LbYepFmVB20" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;LbYepFmVB20</a>
vrs3476 months ago
Created a twitter scrape. Allowed me to scrape twitter&#x27;s tweets for any specific user. Gave me breakdown on 24hr tweets, most recent tweets, and specific keywords I looked up.<p>I then asked it to make me a GUI for these tweets I was seeing.<p>Total time: 25 minutes.<p>Customer Obtained?: Yes. For life.
jameshiew6 months ago
Very cool, hopefully VS Code eventually builds in native support for whatever functionality is missing that is part of the reason for these forks.
评论 #42129065 未加载
mjwweb446 months ago
Has anyone used this on a larger codebase yet? I&#x27;m curious to see how it handles larger contexts.