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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: We're Building a Desktop App for Browser Agents

6 点作者 jawerty4 个月前
What&#x27;s up HN!<p>This is Jared and Art. We met on HN and started building together.<p>Over the last few months we&#x27;ve been thinking a lot about how AI agents are going to impact the future. We want agents to be something that&#x27;s actually useful for normal people as well as the 10x&#x27;ers. This lead us to building Meha over the last few months, our first swing at our vision! We saw OpenAI release Operators then we said f*k it let&#x27;s post.<p>Meha is a desktop app that uses your Chrome browser to execute tasks in the background. It controls your installed Chrome browser and uses LLMs with playwright to plan and execute actions to accomplish your task. You get to see each planning step the bot is doing and have access to its long term memory.<p>Meha also uses its own file system and can export files for download. Another thing we&#x27;ve been focused on in multi-agent workflows and Meha can run many bots at the same time. One of the reasons why we can ship this for free in the mean time is because of how cheap the agents are. But we are planning to have a Pro version for power users. We prefer not to raise since we&#x27;re against VC funding.<p>We have been influenced by a lot of concepts in probabilistic robotics and RL to develop a fairly robust &#x27;agentic&#x27; framework. As well as an algorithm for efficiently converting&#x2F;compressing large html pages into a semantic format. If you&#x27;re interested we will open source this asap in an SDK (will work with all OpenAI API spec LLMs and with llama.cpp) let us know.<p>We&#x27;re currently in beta and working on figuring out what this product will become and super stoked! Let us know what you think. To get access to Meha we have links on our discord to download (Both MacOS and Windows is available). Please give us all the feedback&#x2F;criticism (even if you hate AI).<p>Link to Meha: <a href="https:&#x2F;&#x2F;meha.ai" rel="nofollow">https:&#x2F;&#x2F;meha.ai</a>

3 条评论

ayush23904 个月前
Meha sounds interesting.<p>I have a question, since Meha uses Chrome in the background to perform tasks. But many users uses Firefox, Arc, or any other browser as their default browser. In such a scenario, how will Meha function?
评论 #42876558 未加载
nolanmakatche4 个月前
Let’s go! Meha is awesome. Props to you and Art for building this out. Not an easy problem to work on. Extra respect for bootstrapping this!
评论 #42847836 未加载
brianjking3 个月前
How are you controlling chrome in this case?