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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Cerebellum – Open-Source Browser Control with Claude 3.5 Computer Use

42 点作者 theredsix7 个月前
Hi HN! I was mesmerized by the Claude Computer Use reveal last week and was specifically impressed by how well it navigated websites. This motivated me to create Cerebellum, a library that lets an LLM take control of a browser.<p>Here is a demo of Cerebellum in action, performing the goal “Find a USB C to C cable that is 10 feet long and add it to cart” on amazon.com:<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;xaZbuaWtVkA?si=Tq9lE6BXv9wjZ-qC" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;xaZbuaWtVkA?si=Tq9lE6BXv9wjZ-qC</a><p>Currently, it uses Claude 3.5 Sonnet’s newly released computer use ability, but the ultimate goal is to crowdsource a high quality set of browser sessions to train an open source local model.<p>Checkout the MIT licensed repo on github (<a href="https:&#x2F;&#x2F;github.com&#x2F;theredsix&#x2F;cerebellum">https:&#x2F;&#x2F;github.com&#x2F;theredsix&#x2F;cerebellum</a>) or install the library from npm (<a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;cerebellum-ai" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;cerebellum-ai</a>)<p>Looking for feedback from the HN community, especially on: What browser tasks would you use an LLM to complete? Thanks again for taking a look!

5 条评论

its_down_again7 个月前
&gt; but the ultimate goal is to crowdsource a high quality set of browser sessions to train an open source local model.<p>Could you say more on this? I see that it&#x27;s an open-source implementation of PLAN with Selenium and Claude&#x27;s Cursor, but where will the &quot;successes&quot; of browser sessions be stored? Also, will it include an anonymization feature to remove PII from authenticated use cases?
评论 #42011763 未加载
imvetri7 个月前
You don&#x27;t need LLM.<p>Build interface to build knowledge graph.<p>Nodes containing words, verbs are action, nouns are past verb. Action is movement on space.
Jayakumark7 个月前
Can this work with local models ?
评论 #42010617 未加载
theredsix7 个月前
OP here, happy to answer any questions you may have!
评论 #42014360 未加载
评论 #42024316 未加载
评论 #42010542 未加载
0x33317 个月前
Very cool!