AI Subroutines
Record a browser task once, replay it 500x at zero token cost
The Panel's Take
AI Subroutines from rtrvr.ai are a new automation primitive: you record a browser task once (a form submission, a LinkedIn connection, a CRM update), and that recording becomes a deterministic, callable tool that AI agents can invoke with different parameters — without spending tokens on every run. Unlike Playwright, Browser-Use, or other out-of-process solutions, Subroutines execute entirely inside your browser tab, inheriting your live session cookies, CSRF tokens, and signed headers automatically. The technical approach is clever. During recording, the system captures network requests and DOM interactions, then ranks captured requests to identify the actual API call (filtering out analytics and telemetry). Replay-hostile identifiers are stripped while stable endpoints are preserved. The result is a script that runs in your browser context — no session rebuilding, no key extraction, no proxy rotation needed. The AI handles parameter selection; the script handles execution. The business case is clear for outreach and operations teams: bulk LinkedIn campaigns, CRM mass-updates, scraping pipelines, and form submissions that would cost hundreds of tokens per run instead execute as cheap deterministic scripts. The model positions Subroutines as the "function call" layer beneath AI agents — the actions that don't need intelligence every time they fire.
Share this verdict
AI Subroutines verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/ai-subroutines-rtrvr-zero-token-browser-automation-recorded-scripts-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare AI Subroutines with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/ai-subroutines-rtrvr-zero-token-browser-automation-recorded-scripts-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/ai-subroutines-rtrvr-zero-token-browser-automation-recorded-scripts-2026" alt="AI Subroutines Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/ai-subroutines-rtrvr-zero-token-browser-automation-recorded-scripts-2026)<iframe src="https://shiporskip.io/embed/ai-subroutines-rtrvr-zero-token-browser-automation-recorded-scripts-2026" title="AI Subroutines ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“The 'record once, replay many' pattern solves a real cost problem in agent pipelines. The in-browser execution model is clever — you get auth context for free instead of fighting with session management. This is the kind of tool that drops into existing workflows without requiring a rewrite.”
“Browser automation that runs inside your session is exactly the attack surface that malicious sites exploit. Subroutines executing in-tab with full cookie access means a compromised script could do real damage. The 'zero token cost' claim also obscures that you still need LLM calls for parameter selection — the savings are real but overstated.”
“This is the 'compilation' step for agentic workflows — moving from 'LLM decides every click' to 'LLM selects a pre-compiled action.' That separation of concerns (intelligence vs. execution) is how you scale agent operations from one-off demos to production pipelines. The pattern will be widely copied.”
“For creators doing outreach, social posting, or newsletter campaigns, this is genuinely transformative. Recording a campaign action once and letting AI handle personalization at scale is the efficiency unlock that makes solo creator businesses actually viable at volume.”