TubeSum ← Transcribe a video

Parallel AI Agent Browser Automation With Claude Code

0h 17m video Published Mar 20, 2026 Transcribed Jul 28, 2026 All About AI All About AI
Intermediate 10 min read For: AI developers and enthusiasts interested in browser automation, parallel agent orchestration, and practical AI tool-building.
AI Trust Score 62/100
⚠️ Average / Some Fluff

"Delivers a solid demo of parallel browser automation and CAPTCHA solving, but the 'wild' claim oversells – it's a methodical, impressive but not groundbreaking walkthrough."

AI Summary

This video demonstrates using Claude Code for advanced browser automation, including parallel sub-agents for Amazon product searches, CAPTCHA solving, and automated Reddit account creation with temp mail. The presenter explores how AI agents can perform multiple browser tasks simultaneously and build reusable skills.

[00:14]
Parallel Amazon Pipeline

Claude Code spawns four sub-agents to search for Scandinavian-style chair, table, couch, and curtains in parallel, each navigating Amazon independently to find items within a $3,000 budget.

[02:51]
Budget and Visualization

The user prompts the agent to find furniture matching a living room image and budget, and the agent uses Nana Banana (with File AI) to generate a visualization of the new room layout.

[03:22]
Parallel Execution Speed

Running sub-agents in parallel reduces time significantly – up to seven browser tabs are opened simultaneously, with tasks completing in under two minutes.

[04:45]
Results Under Budget

All items were found for under $1,300, well below the $3,000 budget, and the visualization showed the room with the new furniture.

[06:23]
CAPTCHA Solver Skill

A custom CAPTCHA skill was built using CDP frame introspection, high-res screenshots, and precise coordinate clicking to solve reCAPTCHA challenges (e.g., selecting traffic lights and buses).

[09:52]
Temp Mail and Reddit Account Creation

Using tempmail.lol, the agent creates a temporary email address and then navigates to Reddit to create an account, bypassing any email verification at signup.

[12:39]
Posting a Meme with CAPTCHA

The agent generates a meme using Nana Banana, uploads it to imgur, solves a Reddit CAPTCHA, and adjusts the post title after reading community rules (no AI-generated content).

[15:35]
Learning and Reusability

Although the Reddit posting process was slow and required iteration, the presenter emphasizes that skills built during the session can be reused, making future attempts faster.

The video showcases how Claude Code can orchestrate complex browser automation workflows, from parallel product searches to CAPTCHA handling and social media account creation, with reusable skills improving efficiency over time.

Mentioned in this Video

Tutorial Checklist

1 01:21 Set up Claude Code with Chrome remote debugging to control the browser via JavaScript.
2 02:38 Prompt Claude to find furniture items (chair, table, couch, curtains) under $3,000 that match a given living room image.
3 03:22 Observe parallel sub-agents opening multiple tabs to search Amazon for each item simultaneously.
4 04:45 After all agents finish, use Nana Banana and File AI to generate a visualization comparing the original room with the new items.
5 07:08 Navigate to a CAPTCHA demo page and use the custom 'CAPTCHA' skill to solve challenges (e.g., selecting traffic lights and buses) via high-res screenshots and coordinate clicking.
6 09:52 Go to tempmail.lol to obtain a temporary email address.
7 10:34 Use the temp email to create a Reddit account on old Reddit – fill in email, username, password, and click continue.
8 12:39 Generate a meme using Nana Banana, upload it to imgur, and navigate to r/programmerhumor to submit a post.
9 13:36 Solve the Reddit post CAPTCHA using the CAPTCHA skill, select the 'Meme' flair, and after reading rules, change the title to comply.
10 15:08 Click submit to post the meme on Reddit.

Study Flashcards (8)

What is the primary advantage of using parallel sub-agents in browser automation?

easy Click to reveal answer

It significantly reduces execution time by running multiple tasks simultaneously instead of sequentially.

04:04

How many parallel sub-agents were spawned for the Amazon furniture search?

easy Click to reveal answer

Four sub-agents, one for each item: chair, table, couch, and curtains.

03:22

What budget was set for the furniture purchase, and what was the actual total?

medium Click to reveal answer

Budget $3,000; actual total under $1,300.

04:45

How does the CAPTCHA solver skill work?

hard Click to reveal answer

It uses CDP frame introspection, high-resolution screenshots, and precise coordinate clicking to interact with CAPTCHA elements.

06:38

What method was used to obtain a temporary email for Reddit account creation?

easy Click to reveal answer

Using the website tempmail.lol to generate a disposable email address.

09:52

Why did the first attempt to post on Reddit fail after solving the CAPTCHA?

medium Click to reveal answer

The title violated community rules (no AI-generated content), so the agent had to read the rules and revise the title.

14:55

What tool was used to upload the meme image before posting?

medium Click to reveal answer

imgur was used to upload the meme image and generate a URL.

14:15

What does the presenter suggest to make future Reddit posting faster?

hard Click to reveal answer

Save the learnings as a reusable skill so the next time the process is much quicker, similar to the CAPTCHA skill.

15:48

💡 Key Takeaways

💡

Parallel Execution Performance

Demonstrates that running multiple browser agents in parallel can drastically reduce task completion time, a key insight for automation efficiency.

04:04
🔧

On-the-Fly CAPTCHA Solver

The agent built a custom CAPTCHA-solving skill through iterative testing, showing how AI can adapt and create reusable tools for new challenges.

06:23
📊

Bypassing Reddit Email Verification

The temp mail method successfully created a Reddit account without encountering email verification hurdles, contrary to expectations.

11:16
🔧

Self-Correction via Rule Reading

When the post was rejected due to community rules, the agent autonomously read the rules and adjusted the title, showcasing adaptive problem-solving.

14:55
⚖️

Skill Reusability Principle

The presenter emphasizes that capturing successful processes as skills makes subsequent runs faster, a core concept for building efficient AI workflows.

15:48

[00:02] thought again, I wanted to do a bit more of my browser automation testing with Cloud Code, the kind of the skill set up we have. So, I came up with kind of four first thing I'm going to try is kind of

[00:14] a pipeline that kind of kind of involves Amazon running kind of maybe in parallel. We'll see how that works to find different items that kind of fits into my existing space, and we can pipe that with Nano Banana to kind of try to

[00:26] update my already existing space. And it should find items that kind of matches, and we can get the price and everything. So, I wanted to see how that works out. kind of CAPTCHA solving, and kind of do some tool building on the fly to solve

[00:40] interesting problem. Also, wanted to test out can we use temp mails to kind of create Reddit accounts on Yeah, basically see what we can do.

[00:52] and we can actually create an account using temp mails. Haven't tried that with my browser automation test. And I had a look at parallel operations. Think up. So, we also going to check out parallel operations in the browser with

[01:07] multiple tabs, and see if we can kind of keep Maybe we run some sub agents on should get into it. Let's start with the Amazon pipeline, and we kind of see a bit more what I mean when we get into it. Okay, so if you haven't seen any of

[01:21] my browser automation videos before, basically we are just using Cloud Code with some setup we have here on You can basically read more about it, but tool with Chrome developer setup, so we can kind

[01:37] of run You can see here we for example have commands here we can run using kind protocol, to actually control the browser in like this developer mode. So, this is kind of how we Yeah, you can see we are using the remote debugging setup

[01:52] on Chrome to actually control the browser via JavaScript, right? you can read more about it at my Skills.md story if you want to. But basically, now what we can do is we can just use Cloud Code to kind of

[02:07] use the skills to kind of navigate this browser here. So, like I said, I've been testing out the the Amazon setup, and this is kind of my base image now. Yeah, I can load that.

[02:22] base image. It's just a living room. So, I want to see now if we go to Amazon, and let's say we say find some other furniture here to kind of fill up this image, and we want the price. Maybe we can set some kind of ceiling on the

[02:38] price here. So, let me just come up with the first prompt here. a new chair, table, couch, and some curtains in a Scandinavian style. All items must match my current living room, and we kind of tag this image. Also,

[02:51] create a visualization with Nano Banana of the items and a budget of $3,000 max. Okay, so now we kind of we kind of have this Amazon skill now, so we should just navigate over to my browser, right? And start doing some work in Amazon to kind

[03:07] hopefully all of this should be automated now, and this is kind of the only input we have to do now. So, you can see we loaded our Amazon skill. Perfect. And we set some budget distributions here. And then you can see

[03:22] we are doing this in parallel. We are opening maybe four browsers at once, and we are seeing all the You can see we search for Scandinavian sheer linen search for Scandinavian sheer linen curtains, Scandinavian

[03:36] Yeah. couch, table, and chairs. Okay. So, now you can see we are spawning four sub agents to kind of look at each of was new. This is what I wanted to talk a

[03:51] bit about parallel browser automation because now we can see we are running because now we can see we are running these sub agents here on each single this over the weekend. This kind of speeds up everything we do with

[04:04] automation in the browser because we can do all of these things in parallel. That kind of saves us a lot of time. So, that is super interesting, and it's something now, let's just let this run and kind of

[04:16] kind of end up with an image that kind of solves everything we wanted to do and stay inside our budget. So, you can see we browsers here, right? So, we are up to like six, seven browsers or something.

[04:31] of things at the same time here. And I think this is happening because we can do all these parallel agents. Okay, so you can see now two of the agents has have finished our coffee table and our chair. So, now it's just the sofa and

[04:45] the curtains left. Okay, so all the agents has finished. We closed back basically all of the tabs, and now you can see we ended up with like $1,300. That was way under budget. Okay? But Yeah, I guess that's fine. And now you

[05:00] can see we're going to go into the to generate the visualization with using File AI and Nano Banana. And then we're going to kind of kind of compare the the first living room and kind of the second one when this is done now. Okay, so you

[05:13] can see this was the image we had. There were no curtains. It's a couch, the look now. Okay. Yeah, this is pretty good. What about the table? Yeah, I think it's changed at least

[05:26] Yeah, this is a different table. It's a different couch. You can see we now have And we have the chair we wanted. So, you can see this is working. This is pretty cool, right? So, now we can kind of do all of these automated, and we can kind

[05:41] of end up with a visualization of how all of these items will kind of look in this room here. This table, is that correct? No, not really. I guess it missed kind of the table. But yeah, that was not

[05:56] something, right? So, I thought this was pretty interesting, but the main point was to see all of these sub agents working in parallel. And actually doing this in parallel, saving your time instead of doing this

[06:10] sequential. So, that was pretty interesting. So, yeah, pretty happy how this turned out, and I'm definitely going to explore this setup more. But now, let's do a quick test on these CAPTCHAs because that is something we

[06:23] before we try this, let me just explain a bit. So, this is kind of the CAPTCHA seen this one, right? So, basically what I did yesterday, right, in the testing, um I went to Cloud, and if you look at the skills

[06:38] here, you can see we have a skill called CAPTCHA. Okay? CAPTCHA. So, this is solve CAPTCHA challenges on any page using CDP frame introspection, high-res screenshot, and precise coordinate clicking. So, basically what

[06:54] we did ahead and did, because remember I said if you want to build a tool around this, this is perfect. And it created a solver script that was called CAPTCHA solver. So, we have this script here, but I think it's better to actually look

[07:08] in the skill here. And this is kind of it figured out how to solve this by kind we're going to see how this works. You can see it's doing like a bigger screenshot than just a screenshot of the full page. So, what I basically what I

[07:25] went ahead and did is I just navigated to this Google reCAPTCHA demo here, and just let it run and run and test and test until Cloud figured out a way to do it. And from there, we just created our skill now. So, let's

[07:39] just see how if it's going to Sometimes you need a bit of a testing to do this, but let's try it out now and see if we can actually solve this. So, to solve in tab in a browser. Please start working on this. Use skills and

[07:52] tools. Okay. So, I want to see what kind of skills it picks now, right? You can see it loaded up the CAPTCHA skill. That's exactly what we wanted to see, right? And now it's going to go into the check out what tabs are open. You can

[08:05] see it's going to click on this, right? And now, hopefully it's going to launch the tool. You can see it's doing some screenshots here to kind of see Yeah, this is up. And hopefully now it's just going to go back and pick the tool it

[08:19] created yesterday to try to solve this. You can see there it kind of flashed. It kind of zoomed in on the image to get like a high-res image. And from there now, you can see we are looking for the traffic lights.

[08:32] And it kind of does like an overview here, and yeah, it did select all of those. We need to do one more. This time we want to find buses. So, hopefully again, we're going to just run the tool. We're going to see like a

[08:45] short flash, and we'll screenshot. Yeah. And you can see it kind of checked here. Solved false. So, it didn't pass. But now it's going to try again. So, now it's going to look for bus buses. Yeah, it finds some buses here, a couple I

[08:59] think. And now it's done. So, you can see it is working. It's super fast also because this is a bit important in CAPTCHAs to try to be quite quick because you have this limited time window.

[09:12] And it was super fun. I regret I didn't actually record that because yesterday when we started pounding on this, it spent a lot of time actually figuring out how to build a tool. That was a bit sad I didn't actually

[09:25] record that, but you can see how well it worked in practice now. And you can also think about that this could be adapted into other different CAPTCHAs and stuff like that. So, just very interesting to see the kind of the way

[09:38] it worked around this and built the tool it needed, so we can reuse that in the future. So, this is something I I was pretty pleased with to see that it can solve. So, I want to do the final thing now, and that is kind of the temp mail

[09:52] Reddit account just to see how How can we push this now. Okay, so let's do this pretty simple. We have a challenge create a temp mail at tempmail.lol. Go that to create an account and create a meme with Nana banana and use the file

[10:09] AI and post it on a fitting subreddit. Build and use skills and tools if needed of course. So I think this is a pretty interesting challenge because of course you need to actually create an account. And I think this is something worth

[10:21] testing because this could be like a big issue, right? So now we're just going to start on tempmail.lol. And yeah, you can see you can see we have some old emails here from you my yesterday testing.

[10:34] But that should not affect it, I think. You can see we get our temporary email And from there we should just navigate over to old Reddit, I think. So the more is I wanted to see if there are there any

[10:48] actually like blockages or something like that to actually stop this from being automated. On these accounts, I'm not quite sure. So now you can see we are navigating over to Reddit. We should have our I

[11:02] know this is in our region, but we should have our email, right? And from here now we should just be able to use like CDP, put in our email, works. So this is something I want to check out. Does Reddit kind of block

[11:16] temp mails? Or can this be used by Or can this be used by these automated browser agents, right? So it did bent ahead now and actually did create a meme before we did account.

[11:28] I don't know about that, but okay, fine by me. So just create like a temporary meme.png. Perfect Drake format, okay. Uh but it still needs to create account. That was kind of the main thing here. So

[11:41] navigate this this page here to actually fill in like the email address and continue. Okay, so there we can see it found the email address. It put in kind of our temp mail. And now it just

[11:55] needs to find a continue button and maybe that's it and it should get the email confirmation or something back on the temp mail. And now we're just going to do the username. We need a password. Okay, so

[12:09] now it's going to try to fill out some kind of password here. I don't know what see if it can do this. Yeah, you can see there it kind of need to click continue here. Is there no confirmation email? No.

[12:24] Not really. Just going to click on that. So that was it. That's pretty strange. Okay, so it skipped that and that's it. Now we created our account. And remember

[12:39] the final thing we wanted to do was actually post the meme. That was much easier than thought. Why isn't there any Hmm. I was sure there was some kind of ish some kind of hurdle we had to get

[12:53] over here to try to solve this. Not a capture anything. That's strange. Okay, so now we got a confirmation email. So we go over to confirmation email. So we go over to programmerhumor/subreddit.

[13:07] in the submit thing here and there are some things we have to fill out like some things we have to fill out like URLs, image, title. AI generated this meme about AI writing code we come full circle. That is the title. Okay. Okay,

[13:21] so we put in kind of the image URL. Oh, here's the capture. Okay, that's interesting. So now I want to see if we can actually pull up the capture tool we interesting. And we also need to choose a flair. Yeah, that's the flair.

[13:36] So you can see can navigate these drop downs. Selected meme of course. Yeah, we got the flair. Now we just need to solve the capture. Let's use the capture skill. Yeah, that's good. I like to see that. And it clicked it and that's it.

[13:49] fine. So let's see now can we actually submit this now? It's solved. I can see a green check mark on the capture. Ah, there's some issues. It needs to be like a

[14:02] imgur, pastebin, stack overflow, TikTok, YouTube. Also something about the requirements for this community. It's going to be interesting to see if it tries to solve this. Maybe it goes to pastebin and does something with the

[14:15] image. Let's see. So it's uploaded something to imgur here. That's pretty Yeah, we got the successful imgur up update upload. Okay, so now we have a new one. Now we're going to find cars. This should maybe be a bit better. Okay,

[14:31] so that was very quick. I didn't even catch that, but it did solve it. It just took some time. Sorry about that. So now I want to see if it's just going to click submit again. So now we have the imgur URL. We have

[14:43] We solved the capture. So now basically all it has to do is click submit again. So here I had to understand that there's something wrong with the title. So it just said just

[14:55] read the rules and fix the title, okay? It doesn't have to change the URL because that's good. So it just needs to find the rules and then it's just going to change the title. So now it goes to rules for

[15:08] Uh that's good. So hopefully it's just going to read to figure out what kind of title we can do. No AI generated content. Okay, so that's the issue with the title.

[15:22] So that was it. Doesn't seem to be anything here, but let's click the post anything here, but let's click the post now. That was a bad meme though, but we did actually do it. So that was pretty cool.

[15:35] Uh it took some time. I wouldn't say it was very efficient, but we got there in the end after a lot back and forward. But this is what is interesting, right? check. So

[15:48] it's very slow. It has to do a lot of operations back and forward. But if I kind of went in here now and I said take all the learnings from this and turn it into a skill. So the next time we're going to do this, it's going

[16:02] in previous videos and I know that works. So that is a kind of a solution. like with me, it's going to take long time, but the second time I do it if I kind of update the skills and save some memory and stuff, maybe some temp code

[16:18] the next time you're going to do that like we saw with the capture tool I created. So yeah, I'm kind of happy with all the things we tried today. So yeah, like I said, if you want to check more into this, I have some more

[16:33] Uh if you want to try it out for yourself. This is just a small side project I have for my agent that is trying to sell these small skills here. wanted to test out today and I really enjoyed it.

[16:47] So I'm in San Francisco at the moment. So maybe the audio is a bit bad. Hope it's not too bad. I've just been to the GTC. So there is still opportunities, I

[16:59] think maybe today or tomorrow to join in on my DGX Spark giveaway. So definitely look out for that. You should find the link in my previous video, I think. Or maybe a few videos back. So you can join the giveaway of the $5,000 DGX Spark. So

[17:15] Other than that, have a great day. Hope this gave you some inspiration of stuff you can try with your browser AI agent. I'll see you again soon.

More from All About AI

View all

⚡ Saved you 0h 17m reading this? Transcribe any YouTube video for free — no signup needed.