Excited to announce our @colosseum submission.
We have our agent herself, Aiko, pitch the judges herself (autonomously).
OpenClaw couldn't finish the job, so we decided that we would.
People might say I'm crazy - but I'm giving out FREE lifetime access to Aiko TODAY.
Try your luck with our raffle at the end of our thread.
Browsing is dead… or is it? 😳
@MeteoraEco explains Unbrowse in about a minute.
Would you make the switch?
test it out for yourself at https://t.co/i2weHaW9kE today
agents can now build their own memory by watching you work
no vector store. no ETL pipeline. no database that goes stale.
your agent observes API calls, auto-infers schemas, and replays them live whenever it needs context.
50 seconds. watch.
two ways to give agents web access:
1. spin up a browser, render the page, click buttons
2. discover the API route underneath, call it directly
the UI is a membrane. the route is the transport.
v3.1.0 learns the path below the surface.
now Apache-2.0 — because agent infra should be open.
https://t.co/GzTWGTsAgX
"Internal APIs Are All You Need" — our paper with NUS just dropped on arXiv.
94 domains benchmarked. 3.6x mean speedup over Playwright. sub-100ms on cached routes.
the thesis: agents don't need browsers. they need the API calls the browser was already making.
https://t.co/HPxQg04MZu
every website already has an API. browser agents just can't see it.
we proved it across 94 live domains. 3.6x faster than playwright. sub-100ms on cached routes.
today on @MCGlive:
— the paper (w/ NUS)
— full v2.5 drop: x402 payments, endpoint graph, browser replacement
— mtnDAO → demo at colosseum → LAUNCH → what we shipped
12pm. see you there.
we spent the weekend at @frontiertower with @FundingCommons, and one thing stood out fast.
so many devs were building with Unbrowse because it solves a foundational problem and is easy to implement.
if you want agents to actually use the web well, making them click buttons, wait for pages, and parse HTML is not the long-term path.
Unbrowse finds the API behind a website so your agent can connect directly instead.
that means faster, cleaner, more reliable web tasks without the usual browser headache.
that is why so many teams were picking it up.
and if you use agents, you can too.
https://t.co/4SBW5gaLfV
we benchmarked unbrowse against browser automation across 94 domains.
cached route execution: 950ms
playwright: 3404ms
3.6x mean speedup
5.4x median speedup
90-96% cost reduction
cold start is still real: 12.4s.
but it amortizes in 3-5 reuses.
the first run discovers.
the next runs execute.