← Back to Product Feed

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

A solution for efficient, cost-free, and error-free browser automation, bypassing repetitive LLM inference for routine tasks. It's positioned as a superior alternative to traditional browser agents for repetitive tasks.

35
Traction Score
7
Discussions
Apr 19, 2026
Launch Date
View Origin Link

Product Positioning & Context

AI Executive Synthesis
A solution for efficient, cost-free, and error-free browser automation, bypassing repetitive LLM inference for routine tasks. It's positioned as a superior alternative to traditional browser agents for repetitive tasks.
AI Subroutines addresses a critical efficiency gap in AI-driven automation: the unnecessary cost and latency of LLM inference for repetitive browser tasks. By enabling deterministic script recording and in-tab execution, rtrvr.ai offers a compelling value proposition: zero token cost, zero inference delay, and zero mistakes. This architecture solves significant developer pain points related to authentication, CSRF, and TLS session management, which are often complex in proxy-based or headless automation. The ability to generate and execute hundreds of subroutines from a single LLM call transforms data extraction, CRM synchronization, and social media automation. This product signals a market trend towards hybrid AI solutions, where LLMs orchestrate initial setup, but high-volume, repetitive operations are offloaded to more efficient, deterministic mechanisms. This approach enhances scalability and reduces operational expenditure for B2B SaaS leveraging browser automation.
We built AI Subroutines in rtrvr.ai. Record a browser task once, save it as a callable tool, replay it at: zero token cost, zero LLM inference delay, and zero mistakes.The subroutine itself is a deterministic script composed of discovered network calls hitting the site's backend as well as page interactions like click/type/find.The key architectural decision: the script executes inside the webpage itself, not through a proxy, not in a headless worker, not out of process. The script dispatches requests from the tab's execution context, so auth, CSRF, TLS session, and signed headers get added to all requests and propagate for free. No certificate installation, no TLS fingerprint modification, no separate auth stack to maintain.During recording, the extension intercepts network requests (MAIN-world fetch/XHR patch + webRequest fallback). We score and trim ~300 requests down to ~5 based on method, timing relative to DOM events, and origin. Volatile GraphQL operation IDs are detected and force a DOM-only fallback before they break silently on the next run.The generated code combines network calls with DOM actions (click, type, find) in the same function via an rtrvr.* helper namespace. Point the agent at a spreadsheet of 500 rows and with just one LLM call parameters are assigned and 500 Subroutines kicked off.Key use cases:- record sending IG DM, then have reusable and callable routine to send DMs at zero token cost- create routine getting latest products in site catalog, call it to get thousands of products via direct graphql queries- setup routine to file EHR form based on parameters to the tool, AI infers parameters from current page context and calls tool- reuse routine daily to sync outbound messages on LinkedIn/Slack/Gmail to a CRM using a MCP serverWe see the fundamental reason that browser agents haven't taken off is that for repetitive tasks going through the inference loop is unnecessary. Better to just record once, and get the LLM to generate a script leveraging all the possible ways to interact with a site and the wider web like directly calling backed API's, interacting with the DOM, and calling 3P tools/APIs/MCP servers.
AI Subroutines rtrvr.ai browser task automation zero token cost zero LLM inference delay deterministic script network calls page interactions

Related Ecosystem & Alternatives

Discover adjacent products, open-source repositories, and developer tools sharing similar technical architecture.

Deep-Dive FAQs

What is AI Subroutines – Run automation scripts inside your browser tab?
AI Subroutines – Run automation scripts inside your browser tab is analyzed by our AI as: A solution for efficient, cost-free, and error-free browser automation, bypassing repetitive LLM inference for routine tasks. It's positioned as a superior alternative to traditional browser agents for repetitive tasks.. It focuses on AI Subroutines addresses a critical efficiency gap in AI-driven automation: the unnecessary cost and latency of LLM inference for repetitive browse...
Where did AI Subroutines – Run automation scripts inside your browser tab originate?
Data for AI Subroutines – Run automation scripts inside your browser tab was aggregated directly from the Hacker News community ecosystem, representing raw developer and early-adopter sentiment.
When was AI Subroutines – Run automation scripts inside your browser tab publicly launched?
The initial public indexing or launch date for AI Subroutines – Run automation scripts inside your browser tab within our tracked developer communities was recorded on April 19, 2026.
How popular is AI Subroutines – Run automation scripts inside your browser tab?
AI Subroutines – Run automation scripts inside your browser tab has achieved measurable traction, logging over 35 traction score and facilitating 7 recorded discussions or engagements.
Which technical categories define AI Subroutines – Run automation scripts inside your browser tab?
Based on metadata extraction, AI Subroutines – Run automation scripts inside your browser tab is categorized under topics such as: AI Subroutines, rtrvr.ai, browser task automation, zero token cost.
How does the creator describe AI Subroutines – Run automation scripts inside your browser tab?
The original author or development team describes the product as follows: "We built AI Subroutines in rtrvr.ai. Record a browser task once, save it as a callable tool, replay it at: zero token cost, zero LLM inference delay, and zero mistakes.The subroutine itself is a de..."

Community Voice & Feedback

JSR_FDED • Apr 19, 2026
Maybe there’s a middle ground where a small local model can roll with the variations in a site that would break a script, while saving the per token costs?
amelius • Apr 19, 2026
The problem: I don't trust extensions one bit.
ashish004 • Apr 18, 2026
[dead]
rvz • Apr 18, 2026
Aren't there just many ways for the website to just break the automation?Does this work on sites that have protection against LLMs such as captchas, LLM tarpits and PoW challenges?I just see this as a never ending cat and mouse game.
quarkcarbon279 • Apr 17, 2026
[dead]

Discovery Source

Hacker News Hacker News

Aggregated via automated community intelligence tracking.

Tech Stack Dependencies

No direct open-source NPM package mentions detected in the product documentation.

Media Tractions & Mentions

No mainstream media stories specifically mentioning this product name have been intercepted yet.

Deep Research & Science

No direct peer-reviewed scientific literature matched with this product's architecture.