HN user

arjunchint

143 karma

Founder at rtrvr.ai, the SOTA AI Web Agent

Posts23
Comments99
View on HN
www.rtrvr.ai 4d ago

In-browser agent that bulk enriches any webpage

arjunchint
1pts0
www.rtrvr.ai 27d ago

Show HN: DeepSeek Flash inverted the economics of agent products

arjunchint
9pts0
www.rtrvr.ai 2mo ago

Replacing browser-agent tool loops with eval() in a Chrome sandbox

arjunchint
2pts0
www.rtrvr.ai 3mo ago

Show HN: AI Subroutines – Run automation scripts inside your browser tab

arjunchint
46pts17
github.com 4mo ago

Show HN: RoverBook – Moltbook for Your Website

arjunchint
3pts1
www.rtrvr.ai 4mo ago

Show HN: Reverse-engineer any site's API from inside the browser

arjunchint
5pts1
www.rtrvr.ai 5mo ago

Show HN: Rover – Embeddable web agent

arjunchint
32pts18
www.youtube.com 6mo ago

Show HN: Vibe scrape with AI Web Agents, prompt => get data [video]

arjunchint
6pts1
twitter.com 7mo ago

Automate GEO tracking by turning the browser into an API

arjunchint
3pts1
www.rtrvr.ai 8mo ago

Remote Control your Browser via Remote MCP (no NPX commands)

arjunchint
3pts1
www.rtrvr.ai 8mo ago

Show HN: Rtrvr.ai – Remote Control Your Browser with an AI Web Agent and MCP

arjunchint
6pts3
news.ycombinator.com 10mo ago

Ask HN: Claude file creation/edit feature leading to worse coding performance?

arjunchint
2pts1
www.youtube.com 10mo ago

Trying Out Claude for Chrome Research Preview

arjunchint
3pts2
www.rtrvr.ai 1y ago

The MCP hype is a distraction. AI agents should just build their own tools

arjunchint
4pts1
www.rtrvr.ai 1y ago

Show HN: rtrvr.ai – New Free SOTA AI Web Agent Beats Even Operator

arjunchint
8pts2
www.rtrvr.ai 1y ago

New SOTA Web Agent beats even Operator with human intervention

arjunchint
4pts0
www.rtrvr.ai 1y ago

Solving Super Agentic Planning

arjunchint
2pts2
www.youtube.com 1y ago

Show HN: Rtrvr.ai – AI Web Agent and MCP Client within your own Browser [video]

arjunchint
3pts1
www.youtube.com 1y ago

Show HN: rtrvr.ai one shotted doing taxes using Gemini 2.5 Pro

arjunchint
4pts1
www.rtrvr.ai 1y ago

An AI Web Agent Deep Comparison

arjunchint
3pts1
twitter.com 1y ago

Show HN: Fastest AI Web Agent [4x faster than Operator]

arjunchint
3pts0
www.rtrvr.ai 1y ago

Show HN: rtrvr.ai/exchange – World's First Agentic Workflow Exchange

arjunchint
2pts3
chromewebstore.google.com 1y ago

Show HN: rtrvr.ai – AI Web Agent for Automating Workflows and Data Extraction

arjunchint
7pts4

I am not following a couple of things:

- you sell to websites an in-app agent

- why not just have them give you API spec, why reverse engineer their APIs?

A bit longer term, would you see yourself competing with WebMCP then? Because the website can just expose those APIs to any browser agent

There are plenty of US based hosters racing to optimize and drive efficiencies

Literal race on twitter posting to increase token throughput and drive down costs on these Chinese open source models

There is a wave of users switching over to DeepSeek Flash. There are Reddit threads of users sharing billion token spend for $20.

If all of global spend on Anthropic/OpenAI/Gemini APIs just switches over to DeepSeek then easily we can decrease total AI spend by 10x

Honestly with Fable I think anyone is going to be able to reverse engineer a desktop app and get the coding agent to automate it.

The Codex computer use functionality actually uses OS level accessibility trees, so thats also possible without screenshots.

Pretty doubtful about computer use/screenshotting based approaches.

With Retriever AI, we construct custom accessibility trees to represent web pages and just switched over to using DeepSeek v4 Flash and its nearing 100x cost decrease.

We also had great success just reverse engineering the underlying APIs of websites and then writing code to hit them. This approach of using screenshots to take actions on a webpage to trigger the underlying network calls the website is making seems too naive.

[dead] 1 month ago

Fable has been gone almost a week. A god-tier coding model got banned with vague “national security” handwaving.

Trump administration friends get free passes on environmental laws, but anyone not pushing their narrative is getting curbstomped till they change their tune.

Come speak up against this regulatory retaliation and voice your support for Anthropic's Fable release.

We are meeting at a public plaza in front of their office to show support and discuss AI policy with free chai!

The hard part about the web is that API's aren't just available even if the website owner wants them exposed (big if).

I embedded a Google Calendar widget on my Book a demo page, I don't know the API and Google doesn't expose/maintain one either.

What we are doing at Retriever AI is to instead reverse engineer the website APIs on the fly and call them directly from within the webpage so that auth/session tokens propoagate for free: https://www.rtrvr.ai/blog/ai-subroutines-zero-token-determin...

The bigger goal is to build and maintain a global library of popular automations. Users can also quickly re-record and recreate the scripts to update.

Since it runs inside your own browser, there should be no captchas or challenges. On failure it can fallback to our regular web agent that can solve captchas.

Big picture wise with the launch of Mythos it might just become impossible for websites to keep up, and they will have to go like Salesforce and just expose APIs for everything.

Hey Muchael, we had similar thoughts at Retriever AI of moving from runtime agentic inference to writing scripts combining webpage interactions and reverse engineered site APIs.

Compared to your our approach, we are doing this entirely within a browser extension so meeting users where they already doing their existing work.

Within the extension just record doing a task, we reverse engineer the APIs and write a script. Then execute the script from within the webpage so that auth/headers/tokens get automatically added.

You can just prompt to supply parameters and reuse the script at zero token cost.

Use cases we were targetting is like Instagram DMs or LinkedIn connection requests but it should also work for your healthcare use case!

Deeper dive: https://www.rtrvr.ai/blog/ai-subroutines-zero-token-determin...

Hey Alex, we had similar thoughts at Retriever AI of moving from webpage interactions to reverse engineering the underlying APIs.

Compared to your our approach, we are doing this entirely within a browser extension so meeting users where they already doing their existing work.

Within the extension just record doing a task, we reverse engineer the APIs and write a script. Then execute the script from within the webpage so that auth/headers/tokens get automatically added.

You can just prompt to reuse the tools at zero token cost.

Really do think that spreadsheets are the most optimal way to coordinate agents.

Each row spins up a parallel agent, columns mapped as input, agent executes and writes new columns as output.

We tried initial implementation of this with rtrvr.ai building out Sheets Workflows, but I can't help but feel that there is a thread we're pulling towards a deeper insight on this

We built out RoverBook as a fun idea from a DeepMind x Vercel hackathon: what if agents can leave comments/notes/reviews on websites and then surface these in a PostHog like analytics dashboard.

- agentic visitors to your site can rate, comment, leave notes on your site

- embed our script tag, it will leave instructions on how to call api for leaving feedback as well as track agentic trajectories and identify failures

- more and more of a websites visitors will be agents, but there's no solution to collect metrics and surface analytics on these agents

Deep dive: https://www.rtrvr.ai/blog/roverbook-posthog-for-ai-agents

Every website is just a wrapper around an API: GraphQL mutations, JSON endpoints, paginated XHR. The data layer is cleaner than anything you'd get from DOM parsing.

The hard part of raw HTTP scraping was always (1) finding the endpoints and (2) recreating auth. Your browser already has both. We built Vibe Hacking to let the agent use them.

The agent navigates the page, captures network activity, and generates scripts that replay those API calls at scale. Auth propagates automatically because it runs from inside the page.

We tested it on X, it pulled 2,000+ followed profiles despite the UI capping at 50.

DOM-native, no vision/screenshots, #1 on Halluminate WebBench (81.39%). Chrome extension, Gemini Flash Lite default (500 free req/day). Two ex-Google engineers, bootstrapped, 25K+ users.

Happy to answer questions on architecture or limitations.