frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

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

https://intunedhq.com
39•fkilaiwi•1h ago
Hey HN, we're Faisal and Ahmad from Intuned (https://intunedhq.com). We’re building a platform for building, deploying, and maintaining browser automations.

Customers primarily use the Intuned AI agent to automate websites that don'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.

On Intuned, browser automations are created by an AI agent and run as code. 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.

Here’s a demo of building a scraper on Intuned: https://youtu.be/ruZP73bK4FU

Here’s a demo of using AI to maintain a project: https://youtu.be/e4R4hLdHBro

Backstory: we were accepted into YC for a completely different idea. During the batch, because of Faisal'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)

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.

How it works: Intuned is infra + agent, deeply integrated.

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/session reuse, scheduling, batch execution, concurrency, observability, and the other plumbing around running browser code.

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.

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've learned building browser automations.

The infra-agent integration is where the product gets more interesting. The runtime doesn'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.

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: https://youtu.be/IVHIXw0lYMs

We recently also packaged the infra and agent as an API called Web Task API, here is a demo: https://youtu.be/1olRn3l95vw

We strongly believe that browser automations can and should be faster, cheaper and more predictable. Check us out at https://app.intuned.io/, we have a free tier with trial credits for your first few automations. Excited to hear your thoughts, questions, and feedback!

Comments

rrr_oh_man•1h ago
How well would this work for a "go to hotel booking site, book 2 weeks in June for a family of 4" type of workflows?
fkilaiwi•1h ago
this is not meant as personal assistant to do a task like this - the idea is that if you want to build a travel assistant and you want to do an integration with a travel booking service using browser automation - you can use Intuned to build this integration and expose an API to do search and one to do a booking, etc. Does this make sense?
ianm218•1h ago
Where have you found early traction with users? Why has your solution been useful for these users relevant to the other options?
fkilaiwi•57m ago
Yes, we we did our YC and social launches, we had few companies sign up and we have been building with them sense. For some of them, we have enabled them to run 1000+ scrapers which would have been very hard without Intuned. Some of these have been with us for 2+ years! What our users love is the agent and the idea that we are not using AI at runtime which improves reliability.
Oras•49m ago
Congrats on launch. I have experienced these issues first hand with `Open Finance` a few years ago.

I feel that you'll end up being an automation agency (you mentioned UiPath), companies who have the skills and capacity to build, will not need your service. But those who want the full service, you might fill a gap.

I wish you all the best.

fkilaiwi•44m ago
thanks for the kind words! We have been seeing this pattern of customers wanting full service since we launch. Let's see how it goes!
jackienotchan•34m ago
I'm always genuinely curious on how startups navigate the founder maze as it helps to break the myth of an overnight success story.

Based on your YC page, you went through a couple of pivots over the last years:

- 4 years ago: Intuned - The data assistant for engineering leaders [0]

- 2 years ago: Intuned - The browser automation platform for developers and product teams [1]

- 1 year ago: Intuned Auth Sessions - Build authenticated scrapers and RPA [2]

What was kind of the evolution from YC S22 4 years ago till you arrived at today's launch? How did you find your differentiation in a highly commoditized space? Even within YC, there are many competitors like Firecrawl, Reworkd, BrowserUse, NotteLabs, Browserbase, etc.

Another thing that might interest HN: AI crawlers come with negative side effects for website owners (costs, downtime, etc.), as repeatedly reported here on HN (and experienced myself).

Does Intuned respect robots.txt directives and do you disclose the identity of your crawlers via user-agent header?

[0] https://www.ycombinator.com/launches/Gqr-intuned-the-data-as...

[1]https://www.ycombinator.com/launches/LGE-intuned-the-browser...

[2] https://www.ycombinator.com/launches/Lpq-intuned-auth-sessio...

fkilaiwi•19m ago
We actually went through 1 hard pivot only, the reset is more about framing the problem as we dug deeper and understood the customers and issue more. As an example, "Intuned Auth Sessions" is just a feature that we still support today! But you are right, being a founder is not easy and the hardest part is figuring out what to build, does it make sense to keep going or should you stop - those are questions I still struggle with until today.

For your question about how is this different - I think if you dig into those product you will see that our focus is different, many of the companies mentioned are focused on powering agents via APIs, some are focused on enabling users to use AI at runtime, we do feel that our product is somewhat differentiated - the closest one is possibly Reworkd and I would still say the product is somewhat different. Now, the hardest part is actually commenting this with customers and the market in general - and there, we have a lot to figure out!

For robots.txt and user-agents question, we think of ourselves as providing infrastructure and flexibility for our customers to do what they want - we do encourage in our docs that they respect robots.txt but we don't enforce it on a platform level.

Appreciate you taking the time to leave this comment - very thoughtful

asdev•20m ago
Is this a bet that Computer Use models don't get better and cheaper?
fkilaiwi•14m ago
If you think about "price", "speed" and "accuracy (reliability/quality)", our bet is that models won't hit those 3 together. So you won't get a model that is very fast, very cheap and very accurate anytime soon.

Also, imagine that you have a case where you want to scrape 10,000 records from a website, why have AI navigate to every page to do this? why not write the code, run it, and get consistent and fast result? its also predictable, if it messes up, you know what happened and you can trace it to the exact line of code.

Kernel.org's IPv6 address ends in ":1991:8:25", the date Linux was announced

https://old.reddit.com/r/linux/comments/1tzr95j/kernelorgs_ipv6_address_ends_in_1991825_the_date/
1•politelemon•41s ago•0 comments

Show HN: A Minecraft builder skill for coding agents

https://github.com/mattzh72/minecraft-builder-skill
1•mattzh1314•1m ago•0 comments

Show HN: RiskKernel – a kill switch and budgets for runaway AI agents

https://github.com/prashar32/riskkernel
1•prashar32•3m ago•0 comments

OpenEvidence: An AI Copilot for Doctors

https://www.openevidence.com/
1•m-hodges•3m ago•0 comments

Show HN: My little Mac applet that keeps your agents going with your lid closed

https://transitivedev.gumroad.com/l/doppio-app
1•d0ublespeak•5m ago•0 comments

Congress legislation to embed Israel within US Military-industrial complex

https://www.theguardian.com/commentisfree/2026/jun/05/congress-us-israel-legislation
1•root-parent•5m ago•0 comments

Restaurant Stopped Charging for Food. and Profits Are Up

https://www.nytimes.com/2026/06/08/dining/post-modern-times-minneapolis-free-food.html
2•gscott•5m ago•0 comments

The 'Lost' Villages of Myanmar's Rakhine

https://www.bellingcat.com/news/2026/05/27/the-lost-villages-of-myanmars-rakhine/
1•speckx•6m ago•0 comments

Sagaweaw – Saga orchestration for Spring Boot, runs on your existing PostgreSQL

https://doc.sagaweaw.dev/
1•amosjuda•7m ago•0 comments

OOP Principles That Will Take You Far

https://tacoda.medium.com/oop-principles-that-will-take-you-far-ce908adfa5c0
2•tacoda•8m ago•0 comments

AI is masking America's "post-literate" workforce

https://www.axios.com/2026/06/08/ai-america-literacy
1•1vuio0pswjnm7•8m ago•0 comments

AI CostGuard – Local-first runtime safety layer for AI agents

https://github.com/salimassili62-afk/ai-costguard
2•salim2006•8m ago•0 comments

What ProPublica Found in the Genetic Code of America's Measles Outbreaks

https://projects.propublica.org/measles-outbreak-analysis-utah-texas/
1•Brajeshwar•9m ago•0 comments

Canonical Experimenting With x86-64-v3 Packages For Ubuntu 26.10

https://www.phoronix.com/news/Ubuntu-26.10-amd64v3-Packages
1•mfiguiere•10m ago•0 comments

Trapped Equilibria: When adoption isn't a legal move

https://kunnas.com/articles/trapped-equilibria
1•ekns•14m ago•0 comments

HN: Conversion.business – A Gamified Alternative to reCAPTCHA

https://conversion.business
2•katieP14•15m ago•0 comments

Ludum Dare will officially end in October 2028

https://www.gamedeveloper.com/production/ludum-dare-will-officially-end-in-october-2028
1•doppp•16m ago•0 comments

Show HN: Why Compiler Engineers Rarely Use Strassen's Algorithm for Fast Matmul

1•muragekibicho•17m ago•0 comments

A USB-connected speaker can infect a PC without ever being touched

https://arstechnica.com/security/2026/06/highly-reviewed-speaker-can-be-hacked-over-the-air-to-in...
1•codezero•17m ago•0 comments

Cabel Sasser "Here's an easter egg in the new Lego Batman"

https://social.panic.com/@cabel/116710623616975906?kjy=spring
2•MaysonL•19m ago•0 comments

GitHub nukes 70 Microsoft repos, breaks pipelines, suspected worm infections

https://www.theregister.com/security/2026/06/08/github-nukes-70-microsoft-repos-amid-suspected-wo...
5•beardyw•21m ago•1 comments

PepsiCo has 41 driverless trucks on the road bringing technology into mainstream

https://www.wsj.com/business/logistics/driverless-trucks-pepsico-texas-arizona-arkansas-ee4495f0
3•bookofjoe•21m ago•1 comments

AI Can Reverse-Engineer Hardware. I Can't Turn Off My Own Alarm

https://www.sudomoin.com/p/ai-can-reverse-engineer-hardware-i-can-t-turn-off-my-own-alarm
2•dimitri-vs•21m ago•0 comments

Ask HN: Grand and Tax Credit Tracker

1•edimaudo•21m ago•0 comments

Foxlore – subscription-free notes app with powerful search, genuine privacy

3•searchliness•21m ago•0 comments

How Microsoft is migrating repositories to GitHub

https://devblogs.microsoft.com/devops/how-microsoft-is-migrating-repositories-to-github/
1•url00•22m ago•0 comments

I tried to fill the void Omegle left and it is going pretty well

https://mindfuse.io/random-voice-chat
1•Joeribon•23m ago•0 comments

Teaching LLMs to one-shot complex back ends at scale

https://blog.redplanetlabs.com/2026/05/28/teaching-llms-to-one-shot-complex-backends-at-scale-rep...
1•drob518•25m ago•0 comments

30K Users WTF

https://weatherhubapp.com/
1•WeatherHub•26m ago•0 comments

Lies We Tell Ourselves About Email Addresses

https://gitpush--force.com/commits/2026/06/lies-we-tell-ourselves-about-email/
4•theanonymousone•27m ago•1 comments