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.

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

42 pointsby theredsix6 months ago
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 comments

its_down_again6 months ago
&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 未加载
imvetri6 months ago
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.
Jayakumark6 months ago
Can this work with local models ?
评论 #42010617 未加载
theredsix6 months ago
OP here, happy to answer any questions you may have!
评论 #42014360 未加载
评论 #42024316 未加载
评论 #42010542 未加载
0x33316 months ago
Very cool!