TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Surf.new – An open-source alternative to OpenAI Operator

9 点作者 huss974 个月前

1 comment

huss974 个月前
Hey HN! We&#x27;re the team behind steel.dev, and today we&#x27;re excited to share Surf (<a href="https:&#x2F;&#x2F;surf.new&#x2F;" rel="nofollow">https:&#x2F;&#x2F;surf.new&#x2F;</a>) - an open-source playground where you can test and experiment with different web agents. Think of it as a sandbox where you can see how different AI agents&#x2F;models interact with the web in real-time.<p>With OpenAI&#x27;s Operator launch last week, web agents are having a moment. But with it being closed source, not having an API, not SOTA, and costing $200 a month, we felt like there was a gap in clearly understanding where the space is at today for both developers evaluating for prod and end-users. The open-source community is actually leading the way in performance (Shoutout Browser-use, currently SOTA on WebVoyager), but testing different approaches requires a bunch of work, setup, and debugging just to get started.<p>We built Surf to solve this. It&#x27;s a hosted playground where you can chat with different web agents&#x2F;models and test automation tasks - basically a &quot;try before you deploy&quot; sandbox for web agents. The most interesting challenge wasn&#x27;t the agents themselves - it was designing Surf to be generalizable enough for contributors to plug in new agents and models easily.<p>Right now, you can switch between Browser-use’s agent and our experimental Claude Computer-use-based agent. But the real goal is to make it trivial for anyone building web agents to add their own. The whole thing is open source (<a href="https:&#x2F;&#x2F;github.com&#x2F;steel-dev&#x2F;surf.new">https:&#x2F;&#x2F;github.com&#x2F;steel-dev&#x2F;surf.new</a>) and built on our Steel&#x27;s Sessions API. We built it with Next.js, Vercel AI SDK, &amp; LangChain to keep everything clean, familiar, and hackable.<p>Heads up - it&#x27;s new, and slow, and agents can fail in all sorts of ways. But that is kind of the point - we want to make it easier for everyone to understand the current state of web agents, whether you’re evaluating them for production use, just curious about how they work or want to automate some tasks for yourself. We also don’t yet support operator features like taking control and multiple tabs yet either.<p>Try it out at surf.new (no signup needed!), and let us know what breaks. We&#x27;re actively maintaining it and would love your feedback on what you&#x27;d like to see next.