HN user

kodefreeze

8 karma
Posts3
Comments14
View on HN
OpenRA 24 days ago

Thank you, it's very early, we wanted to understand how interested people would be so building in the open.

OpenRA 25 days ago

We are building a command & conquer style RTS. If you're interested in taking a look at our very early demo of the game play, please check out: https://warpact-rts-9221.web.app/

And join our discord to follow along!

great question! we have logic to look for things like when certain network requests are completed, dom loaded, etc as well as a timeout so we are not waiting for ever. The LLM based on the screenshot can also decide to wait longer if the page hasn't fully loaded despite the checks we do.

ManusAI Joins Meta 7 months ago

They have browser automation, and a bunch of other agent tools to manage tasks, do things like PowerPoint slides, etc. I find chatgpt agent mode better for most tasks though.

ManusAI Joins Meta 7 months ago

Interesting that Meta is acquiring a Chinese company.

I was a fan of their initial product but I find it slower than chatpgpt agent mode. And the pricing is not great for individual users.

I just did this test with our web QA agent - kodefreeze.com, it was able to test creating an account until it reached the screen that requires email confirmation.

Support for being able to receive email/custom actions is on our roadmap, but would love to see if getting this far would be valuable to you. The test was with the email=test@kodefreeze.com.

Claude for Chrome 11 months ago

This is really interesting. We've been working on a smaller set of this problem space. We've also found in some cases you need to somehow pass to the model the sequence of events that happen (like a video of a transition).

For instance, we were running a test case on a e commerce website and they have a random popup that used to come up after initial Dom was rendered but before action could be taken. This would confuse the LLM for the next action it needed to take because it didn't know the pop-up came up.