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: Lightweight browser automation powered by Claude 3.5 Sonnet

10 pointsby theredsix7 months ago
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 months ago
Hi OP here, happy to answer any question!