frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: Open-source alternative to ChatGPT Agents for browsing

https://github.com/trymeka/agent
95•ElasticBottle•1d ago
Hey HN,

We are Winston, Edward, and James, and we built Meka Agent, an open-source framework that lets vision-based LLMs execute tasks directly on a computer, just like a person would.

Backstory:

In the last few months, we've been building computer-use agents that have been used by various teams for QA testing, but realized that the underlying browsing frameworks aren't quite good enough yet.

As such, we've been working on a browsing agent.

We achieved 72.7% on WebArena compared to the previous state of the art set by OpenAI's new ChatGPT agent at 65.4%. You can read more about it here: https://github.com/trymeka/webarena_evals.

Today, we are open sourcing Meka, our state of the art agent, to allow anyone to build their own powerful, vision-based agents from scratch. We provide the groundwork for the hard parts, so you don't have to:

* True vision-based control: Meka doesn't just read HTML. It looks at the screen, identifies interactive elements, and decides where to click, type, and scroll.

* Full computer access: It's not sandboxed in a browser. Meka operates with OS-level controls, allowing it to handle system dialogues, file uploads, and other interactions that browser-only automation tools can't.

* Extensible by design: We've made it easy to plug in your own LLMs and computer providers.

* State-of-the-art performance: 72.7% on WebArena

Our goal is to enable developers to create repeatable, robust tasks on any computer just by prompting an agent, without worrying about the implementation details.

We’d love to get your feedback on how this tool could fit into your automation workflows. Try it out and let us know what you think.

You can find the repo on GitHub and get started quickly with our hosted platform, https://app.withmeka.com/.

Thanks, Winston, Edward, and James

Comments

cahoodle•1d ago
James here from the team! Let us know if you have feedback on either our cloud or open source repo. We want to push the frontiers for computer-use so that people can do less repetitive work.
hugs•1d ago
that yc app deadline is just around the corner, isn't it? :)
cahoodle•1d ago
Didn't even realize, maybe we'll put in an app!

I did YC back in S16 and was just reminiscing with a friend about how startups felt so different back then.

phsource•23h ago
This is pretty impressive results given that this is not from one of the major AI labs. Congrats: https://blog.withmeka.com/meka-achieves-state-of-the-art-per...

Out of curiosity, what do you think contributed to this working better than even OpenAI agent or some of the other tools out there?

I'm not that familiar with how OpenAI and other agents like Browser Use currently work, but is this, in your opinion, the most important factor?

> An infrastructure provider that exposes OS-level controls, not just a browser layer with Playwright screenshots. This is important for performance as a number of common web elements are rendered at the system level, invisible to the browser page

tcwd•23h ago
Thanks! Quite a few factors, here's a detailed post on the architecture: https://blog.withmeka.com/introducing-meka-an-open-source-fr...

IMO, the combination of having an "evaluator model" at the end to verify if the intent of the task was complete, and using multiple models that look over each other's work in every step was helpful - lots of human organization analogies there, like "trust but verify" and pair programming. Memory management was also very key.

anonymousiam•1d ago
"* Full computer access: It's not sandboxed in a browser. Meka operates with OS-level controls, allowing it to handle system dialogues, file uploads, and other interactions that browser-only automation tools can't."

This seems pretty scary. Just recently an AI wiped a company database: https://fortune.com/2025/07/23/ai-coding-tool-replit-wiped-d...

xnx•1d ago
Power and risk go hand in hand. Best approach is probably to run in a VM.
ElasticBottle•1d ago
Yeap, that's exactly where the agents run in
tcwd•1d ago
Hi there, I'm Edward, one of the co-founders. The OS that the agent operates in is a fresh confined environment, and not a company or personal computer.
dotancohen•15h ago
So how can it do anything useful without access to actual data?

Can it be installed on a conventional (personal or work) desktop?

wsycharles0o•23h ago
I would assume this capability is meant to be used in a docker?
tcwd•23h ago
We explored using a containerized VM that exposed agentic controls in the open source version, but generally found that the cloud-based solutions were much faster to get started and easier to work with. Our repo contains adapters that work with several of the most popular cloud-hosted VM-as-a-service infra providers.

Definitely would be happy to be wrong and missed something here!

chhxdjsj•23h ago
Hi, great work congrats!

Does it use openrouter for model selection? Which models did you achieve the webarena result with? Are there any open source models which are any good for this?

tcwd•23h ago
For the WebArena result, we actually used a mixture of models checking each other's work and evaluating in real time. We found the verifications to be really effective in producing accurate results. Feel free to take a look at our architectural blog post to learn more in detail: https://blog.withmeka.com/introducing-meka-an-open-source-fr...

Unfortunately, we didn't try it out with open source models, but you are welcome to pull the repo and try with any model that has good visual grounding! (I heard UI-TARS and the latest Qwen visual model are quite good)

armanj•23h ago
Nice job. It's exciting that the quality is approaching human level, but still I think we are spending way too many tokens, and the automation speed-up isn't really worth the total token price yet (unless you have very high-end gpus and you don't care about the completion speed of your tasks)
tcwd•23h ago
Thanks! I agree with your sentiment for a lot of basic mundane tasks, but there are a number of tasks that exist today that are very high value yet still mundane and requires manual work.

Examples include form filling, sales prospecting, lead enrichment, or even just keeping track of prices of important things.

Over time, we do expect the cost of tokens on these models to decrease drastically. Powerful vision models are still relatively new compared to other generic LLM models for text. Definitely a lot of room for optimizations that we expect will come quickly!

esafak•20h ago
I wish AI products competed on token efficiency.
h23bhati•22h ago
This is awesome, biggest open-source browser agent?
nsonha•21h ago
Tested a few agentic browsers such as genspark, fellou and comet. I found the vision approach less effective comparing to the dom-based approach, and seem quite slower too. Does it need a reasoning step to type an url into the address bar?
ElasticBottle•21h ago
I see it 3 fundamental pillars:

* Accuracy (does it do what we want) * Reliability (does it consistently do what we want) * Speed (does it do what we want fast)

We're mostly focused on solving 1 and maybe in some capacity 2.

The belief here is that models are going to get better. With that smaller models will become more capable. This will result in speed ups automatically.

So yes, I will concur that speed is probably not the main strength of our framework right now, but believe that we will get there with time.

gotten09•17h ago
this is pretty awesome, on the cloud env though I got the error: Error: AIProviderError: AI provider failed to generate text. Timeout while downloading https://playmatic-screenshots.s3.us-west-2.amazonaws.com

Also the task I gave it this was the result:

I was unable to retrieve any live fare data because both airline sites became unworkable in the remote session (xxxx selectors would not stay open; xxxxsearch could not be completed before the session ended). Below is a blank comparison table you can fill in once you gather the prices manually:

is that the current state of best in class computer use agents? or is more of a we need to modify it until it is good for our use case?

trying to provide helpful feedback and honest curiosity, this is awesome work

pants2•16h ago
This is great. Will it solve the three biggest issues with ChatGPT agent?

1. Proxy support for sites that block the user

2. Browser extensions support for uBlock, password managers, etc.

3. CAPTCHA solving

ElasticBottle•16h ago
All good questions and is the second piece aside from the agent.

1. We have proxy support right now and most traffic are already being proxied today. Might allow fine tuning of this over time 2. We have plans to allow this, but not currently available 3. We are leveraging some anti bot/captcha solving, but I do believe this will be a never ending problem in some sense

Slow

https://michaelnotebook.com/slow/index.html
333•calvinfo•3h ago•87 comments

Releasing open weights for FLUX.1 Krea

https://www.krea.ai/blog/flux-krea-open-source-release
122•vmatsiiako•8h ago•46 comments

QUIC for the kernel

https://lwn.net/Articles/1029851/
167•Bogdanp•6h ago•126 comments

The Anti-Abundance Critique on Housing Is Dead Wrong

https://www.derekthompson.org/p/the-anti-abundance-critique-on-housing
14•rbanffy•53m ago•0 comments

Show HN: Mcp-use – Connect any LLM to any MCP

https://github.com/mcp-use/mcp-use
72•pzullo•5h ago•24 comments

A Hitchhiker's Guide to the AI Bubble

https://fluxus.io/article/a-hitchhikers-guide-to-the-ai-bubble
27•dreamfactored•1h ago•6 comments

Gemini Embedding: Powering RAG and context engineering

https://developers.googleblog.com/en/gemini-embedding-powering-rag-context-engineering/
130•simonpure•5h ago•49 comments

MacBook Pro Insomnia

https://manuel.bernhardt.io/posts/2025-07-24-macbook-pro-insomnia
269•speckx•8h ago•144 comments

Ubiquiti launches UniFi OS Server for self-hosting

https://lazyadmin.nl/home-network/unifi-os-server/
179•speckx•6h ago•137 comments

How was the Universal Pictures 1936 opening logo created?

https://movies.stackexchange.com/questions/128020/how-was-the-universal-pictures-1936-opening-logo-created
423•azeemba•11h ago•62 comments

Secure boot certificate rollover is real but probably won't hurt you

https://mjg59.dreamwidth.org/72892.html
75•zdw•5h ago•26 comments

Show HN: Sourcebot – Self-hosted Perplexity for your codebase

https://github.com/sourcebot-dev/sourcebot/releases/tag/v4.6.0
53•bshzzle•1d ago•10 comments

Denver rent is back to 2022 prices after 20k new units hit the market

https://denverite.com/2025/07/25/denver-rent-prices-drop-q2/
96•matthest•1h ago•99 comments

Kaleidos – A portable nuclear microreactor that replaces diesel generators

https://radiantnuclear.com/
76•sparrish•2h ago•96 comments

Many countries that said no to ChatControl in 2024 are now undecided

https://digitalcourage.social/@echo_pbreyer/114946559233051667
275•nickslaughter02•10h ago•186 comments

I tried Servo

https://www.spacebar.news/servo-undercover-web-browser-engine/
290•robtherobber•11h ago•197 comments

Kaizen (YC X25) is hiring engineers to build browser agents that work

https://www.kaizenautomation.com/jobs
1•michaelssilver•5h ago

Introduction to Computer Music

https://cmtext.com/
228•hecanjog•10h ago•60 comments

Show HN: AgentMail – Email infra for AI agents

https://chat.agentmail.to/
45•Haakam21•8h ago•28 comments

Launch HN: Gecko Security (YC F24) – AI That Finds Vulnerabilities in Code

37•jjjutla•5h ago•22 comments

I made a website that makes you cry

https://www.cryonceaweek.com
12•johnnymaroney•3d ago•3 comments

We revamped our docs for AI-driven development

https://docs.freestyle.sh/blog/docs-revamp
59•benswerd•4d ago•10 comments

AI is a floor raiser, not a ceiling raiser

https://elroy.bot/blog/2025/07/29/ai-is-a-floor-raiser-not-a-ceiling-raiser.html
170•jjfoooo4•5h ago•115 comments

Benchmarking MicroPython

https://blog.miguelgrinberg.com/post/benchmarking-micropython
3•ibobev•39m ago•0 comments

Ferrari Status

https://collabfund.com/blog/ferrari-status/
45•surprisetalk•3d ago•68 comments

Carbon Language: An experimental successor to C++

https://docs.carbon-lang.dev/
81•samuell•7h ago•60 comments

Face it: you're a crazy person

https://www.experimental-history.com/p/face-it-youre-a-crazy-person
359•surprisetalk•3d ago•228 comments

Zig Profiling on Apple Silicon

https://blog.bugsiki.dev/posts/zig-profilers/
81•signa11•2d ago•21 comments

The Chrome Speculation Rules API allows the browser to preload and prerender

https://www.docuseal.com/blog/make-any-website-load-faster-with-6-lines-html
89•amadeuspagel•5h ago•65 comments

Astronomical Telescope “Hadley” – an easy assembly, high performance Newtonian

https://www.printables.com/model/224383-astronomical-telescope-hadley-an-easy-assembly-hig
30•yehoshuapw•3h ago•0 comments