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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Lightweight browser automation powered by Claude 3.5 Sonnet

10 点作者 theredsix7 个月前
Hey HN! I&#x27;m excited to show off Cerebellum, a new open-source tool designed to automate browser tasks using large language models (LLMs).<p>Cerebellum is an LLM-based AI agent that interacts with web sites using mouse and keyboard interactions, much like you would. So it works on web sites whether or not they have an API. The only requirement is that you use a Selenium-supported browser like Chrome, Firefox, or Safari. It’ll even work on Electron apps with a bit of setup!<p>Furthermore, Cerebellum is open-source! We’d love both your feedback and contributions. The GitHub repo is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;theredsix&#x2F;cerebellum">https:&#x2F;&#x2F;github.com&#x2F;theredsix&#x2F;cerebellum</a>. And the license is MIT.<p>Currently, it uses Claude 3.5 Sonnet’s newly released computer use ability, but the ultimate vision is to crowdsource a high quality set of browser sessions to train an open source local model. Other than that, there is still a lot more work to do: Python SDK, supporting more LLMs, .... So help is very welcome.<p>I&#x27;m eager to hear what you think!<p>— Han Wang

1 comment

theredsix7 个月前
Hi OP here, happy to answer any question!