Intuned Agent - Production browser automation, built and maintained by AI
by•
Intuned Agent is an AI agent that builds and maintains production browser automations. Describe the scraper, crawler, or RPA workflow you need, and it writes Playwright code, validates it on the live site, and deploys it to Intuned to run at scale. It also helps debug, update, and maintain automations as websites change.


Replies
Had a scraper before that kept “working” after a site update but was quietly returning wrong data for days because of some selector change. It would have kept returning the wrong data as well unless it was detected manually!
That’s honestly the part of browser automation that gets exhausting after a while. Building the scraper is usually the easy part, maintaining it is the actual challenge.
What Intuned is doing with the agent being tied directly into the execution layer instead of only generating Playwright code makes a lot of sense to me, especially the self-healing side of it.
When the agent patches a broken automation after a site change, how does it make sure the output itself is still semantically correct and not just “successfully completed”? Feels like silent data drift is way harder to catch than outright failures.
Does it fill out forms? Click buttons? I’m especially interested in forms where the set of fields is unknown. For example, going to an unfamiliar online store and filling out all the fields (unknown to the bot) during checkout - can it do that?
Intuned
@mykyta_semenov_ Hi Mykyta! Yes, it can handle all sorts of RPA. It can write Playwright code to cover multiple cases, or, if it is very dynamic with too many cases, write an automation that uses AI in code to handle any case.
We have more details here: https://intunedhq.com/docs/main/02-features/flexible-automation
Selenium breaks the second someone redesigns a button and I've spent more time fixing scrapers than actually using them. The self-repair angle here is what I'd actually pay for. Already added it to my list to test on a project I've been putting off because of this exact problem.
I've spent way too many hours of my life manually scrolling TikTok looking for products. The "captions and metadata aren't the content" line in the maker comment hits hard.
Question for Julien: how does Oriane handle when a creator shows the product but doesn't say the brand name?
Intuned
@briggitte_perozo wrong post?
Contrario
Congrats on the launch team! What signals does the agent prioritize when diagnosing failures and how do you weigh them?