logoalt Hacker News

ulrikrasmussentoday at 5:35 AM0 repliesview on HN

Looks very useful, and I like the caching idea which I think makes it interesting for self-healing CI tests.

How does it determine when a cached act() fails and has to be re-evaluated by the LLM? And in particular, if the cache is saved in the cloud (Browserbase?), won't this lead to a lot of cache churn if used in CI pipelines where different versions of the site are running against the same cache?

Also, is there a technical reason why the cache couldn't just be a local file that's checked in along with the script but must be provided by Browserbase? If it was, devs could heal failing tests locally using LLM calls, while CI runs entirely deterministically.