Launch HN: Intuned (YC S22) – Build and run reliable browser automations as code

Hacker News Top Products

Summary

Intuned is a YC-backed tool that uses an AI agent to build, deploy, and maintain Playwright-based browser automations, handling scraping, RPA, and crawlers with built-in anti-detection and authentication.

Hey HN, we&#x27;re Faisal and Ahmad from Intuned (<a href="https:&#x2F;&#x2F;intunedhq.com">https:&#x2F;&#x2F;intunedhq.com</a>). We’re building a platform for building, deploying, and maintaining browser automations.<p>Customers primarily use the Intuned AI agent to automate websites that don&#x27;t expose APIs. Common use-cases include scraping data, pulling reports, and submitting forms. As the website changes, our agent also helps automatically heal the automation.<p>On Intuned, browser automations are created by an AI agent and run as <i>code</i>. Our infra captures the context of every run, allowing our agent to debug and maintain the underlying code - to keep the automations working over time. This way, we’re able to offer the predictability, speed, and cost of code, without the painful parts of writing and maintaining it.<p>Here’s a demo of building a scraper on Intuned: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;ruZP73bK4FU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;ruZP73bK4FU</a><p>Here’s a demo of using AI to maintain a project: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;e4R4hLdHBro" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;e4R4hLdHBro</a><p>Backstory: we were accepted into YC for a completely different idea. During the batch, because of Faisal&#x27;s background at UiPath, several batchmates asked us whether RPA tools could fill API gaps in their products by automating websites without APIs. When it was time to pivot, we went back to those founders to dig deeper. (RPA in this context is referring to using UI automation to do complete non-testing tasks)<p>We discovered that the actual hard problem in browser automation is maintenance. Websites change, selectors break, and failures can be painful to reproduce and fix. So in early 2024, we decided to take a crack at this problem with a handful of customers. It needed a fair number of iterations before we landed on our current code-first approach.<p>How it works: Intuned is infra + agent, deeply integrated.<p>On the infrastructure side, Intuned is a managed runtime for browser automation code. Projects are usually Playwright-based TypeScript or Python. Users can write them directly in our online IDE, or hand the work off to the agent. Either way, once deployed, the platform runs each project in its own isolated machine and handles auth&#x2F;session reuse, scheduling, batch execution, concurrency, observability, and the other plumbing around running browser code.<p>On the agent side, it took us a few iterations to get to the current approach. Our initial attempts were rigid pipelines: collect requirements, inspect the site, generate code, then try to patch whatever broke. It looked reasonable on paper, but real websites are too messy for fixed paths. Late last year, we were planning to ship that version when stronger models landed and harnesses like Claude Code and Codex showed what a more open-ended coding agent could do. We built a prototype on the Claude Agent SDK, it felt much better than what we had, and we scrapped the release and decided to rebuild the agent.<p>The rebuild came down to three pieces around the SDK: an execution environment for running long agent sessions reliably, a CLI that exposes the platform to the agent so it operates Intuned the way engineers do, and a custom plugin (skills + MCP) built around what we&#x27;ve learned building browser automations.<p>The infra-agent integration is where the product gets more interesting. The runtime doesn&#x27;t just run the automation; it captures the context needed to debug it when it fails: params, results, traces, logs. That enables features like Fix with AI, where you can open a failed run and have the agent investigate and prepare a fix.<p>The same integration powers a feature called self-healing. For configured projects, the platform detects failures, starts an agent session with the relevant context, and either proposes a fix for review or deploys it automatically. Demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;IVHIXw0lYMs" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;IVHIXw0lYMs</a><p>We recently also packaged the infra and agent as an API called Web Task API, here is a demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;1olRn3l95vw" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;1olRn3l95vw</a><p>We strongly believe that browser automations can and should be faster, cheaper and more predictable. Check us out at <a href="https:&#x2F;&#x2F;app.intuned.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.intuned.io&#x2F;</a>, we have a free tier with trial credits for your first few automations. Excited to hear your thoughts, questions, and feedback!
Original Article
View Cached Full Text

Cached at: 06/08/26, 03:17 PM

# Intuned Source: [https://intunedhq.com/](https://intunedhq.com/) ## Stop writing browser automation Describe what you need\. Intuned Agent builds production\-ready Playwright code, deploys it, and fixes it when sites change\. You get the reliability of code without writing it yourself\. ## The AI agent that builds,updates, and fixes automations Describe what you need\. The agent builds it, fixes it, and keeps it running\. ### Build any automation Describe what you need — a scraper, RPA workflow, crawler, or any automation — and the agent builds it as production\-ready code\. ### Edit project Describe the change\. The agent edits the code, validates against the live site, and delivers a diff you can review\. apple\-careers Jobsjobs\.apple\.com Deployed What would you like to edit? Update this to get only US Jobs ### Fix with AI One click from a failed run\. The agent reads the error, analyzes traces, and writes a fix\. ## Infrastructure that just works Everything you need to run browser automations in production\. Built in, not bolted on\. ### Built\-in authentication Write create\.ts and check\.ts \(or \.py\), we handle the rest—validating, reusing, and recreating sessions automatically\. ### Anti\-detection suite Stealth mode, automatic captcha solving, and proxy support built in\. Run automations without getting blocked\. ### CLI Local development with full control\. CI/CD ready, team collaboration, version control\. ### Observability Full logs, traces, and session recordings for every run\. See what happened and why\. ### Runs Single execution via API\. Set max concurrent requests, we queue the rest\. Built for RPA and integrations\. ### Jobs Scheduled, batched execution\. Control how many machines to run on\. Built for scrapers and crawlers\. ## Hear from our users ## Latest news ### starter Default Intuned project template for browser automationGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/starter](https://github.com/Intuned/cookbook/tree/main/typescript-examples/starter) starterintuned\-browser\-sdkTypeScript ### starter auth Default AuthSession Intuned project template for browser automationGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/starter-auth](https://github.com/Intuned/cookbook/tree/main/typescript-examples/starter-auth) starterintuned\-browser\-sdkauth\-sessionsTypeScript ### auth with email otp Authentication example using email\-based OTP verification with ResendGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/auth-with-email-otp](https://github.com/Intuned/cookbook/tree/main/typescript-examples/auth-with-email-otp) auth\-sessions2faTypeScript ### auth with secret otp Authentication example using secret\-based OTP verificationGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/auth-with-secret-otp](https://github.com/Intuned/cookbook/tree/main/typescript-examples/auth-with-secret-otp) auth\-sessions2faTypeScript ### browser sdk showcase Showcase of Intuned Browser SDK helper functions for common automation tasksGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/browser-sdk-showcase](https://github.com/Intuned/cookbook/tree/main/typescript-examples/browser-sdk-showcase) intuned\-browser\-sdkTypeScript ### captcha solving auth E\-commerce scraper with captcha solving and auth sessionsGithub [https://github.com/Intuned/cookbook/tree/main/typescript-examples/captcha-solving-auth](https://github.com/Intuned/cookbook/tree/main/typescript-examples/captcha-solving-auth) captchaauth\-sessionsTypeScript ## Get started now with Intuned

Similar Articles

Launch HN: Superset (YC P26) – IDE for the agents era

Hacker News Top

Superset is an open-source IDE for orchestrating multiple CLI-based AI coding agents in parallel, with isolated git worktrees, built-in monitoring, and a diff viewer. It supports various agents like Claude Code, Codex CLI, and Gemini CLI.

Launch HN: Runtime (YC P26) – Sandboxed coding agents for everyone on a team

Hacker News Top

Runtime is a platform that provides sandboxed coding agents with company context, integrations, and guardrails, allowing every team member to automate tasks and ship work using agents. It includes custom environments, specialized agents, observability, and supports various integrations and deployment options.