# Claude Code Agent Teams: Build ANYTHING!

## Метаданные

- **Канал:** Julian Goldie SEO
- **YouTube:** https://www.youtube.com/watch?v=O6chIVUXUQg
- **Дата:** 08.02.2026
- **Длительность:** 11:05
- **Просмотры:** 1,099

## Описание

Want to make money and save time with AI? Get AI Coaching, Support & Courses 👉 https://www.skool.com/ai-profit-lab-7462/about

Get a FREE AI Course + 1000 NEW AI Agents + Video Notes  👉 https://www.skool.com/ai-seo-with-julian-goldie-1553/about

Want to know how I make videos like these? Join the AI Profit Boardroom → https://www.skool.com/ai-profit-lab-7462/about

Get a FREE AI SEO Strategy Session: https://go.juliangoldie.com/strategy-session?utm=julian

Sponsorship inquiries: 
https://docs.google.com/document/d/1EgcoLtqJFF9s9MfJ2OtWzUe0UyKu1WeIryMiA_cs7AU/edit?tab=t.0

Claude Code Agent Teams: Build & Deploy Faster in Parallel

Learn how to use the new Claude Code Agent Teams feature to coordinate multiple agents working on coding projects in parallel. This tutorial covers environment setup, the new Fast Mode, and a real-world demonstration of building and deploying a website in minutes.

00:00 - Intro to Agent Teams
00:50 - Enabling Experimental Teams
01:25 - Fast Mode and Token Costs
03:35 - Launching Parallel Agents
04:48 - Managing Agent Communication
06:11 - When Not to Use Agent Teams
07:50 - Deployment and Results
08:30 - AI Automation Community

## Содержание

### [0:00](https://www.youtube.com/watch?v=O6chIVUXUQg) Intro to Agent Teams

So today we are going to be looking at how to use agent teams inside of claude code. So if you've never used claw code before, you can now actually use agent teams directly inside here to get started. We're going to get started on setting this up so that we can use agent teams to improve our projects. Now the main benefit of this is that you can have team of multiple agents coordinating and coding in parallel so that you can get tasks done better and faster. All right. So for example, there's a big difference between sub agents and agent teams, right? They own a context window. They can actually message each other. So you can have agents message each other directly. They can share the task list with self-coordinate coordination. And also, you know, if you've got like complex work that requires discussion and collaboration, then agent teams probably going to be better than using sub agents. And also the token cost is higher, of course. So to set this up, we

### [0:50](https://www.youtube.com/watch?v=O6chIVUXUQg&t=50s) Enabling Experimental Teams

need to make sure that we've enabled um Claude agent experimental teams. So let's get started right here. I'm going to open up the terminal. Let's escape from this. Just going to make sure we've got an uh agent teams enabled. You see, it's actually looking at the agent teams documentation. And there's two ways to do this. So you can enable them by setting the code experimental Asian teams environment variable to either this in your shell environment also through your settings in JSON. All right. So you see we've enabled Asian teams here. Now one thing that I've also

### [1:25](https://www.youtube.com/watch?v=O6chIVUXUQg&t=85s) Fast Mode and Token Costs

added is fast mode. Fast mode was literally just announced a few hours ago. It does cost six times more tokens than normal. So it's great for me to show you on a live stream. wouldn't recommend enabling that normally um unless you are really careful about your time and also you want to focus on productivity instead. All right, so we're going to allow this to edit the settings so it can edit its own settings inside code here. And then let's say for example you've got a website like for example we actually built out a new version of the AI profit boardroom website which is my AI automation community and we've deployed that using this chat right here. Right. So if we go to this link, we have this website deployed from claude code, right? And this was built using claude opus 4. 6 and fast mode inside claw code, right? So what we're going to do now is we're going to use agent teams to improve this project. All right. So you see it says once uh once we updated the settings, it says done. Agent teams are now enabled in your claw settings. Jason, you will need to restart claw code for the change to take effect. Once restarted, agent teams will let you coordinate multiple claw code sessions working together in parallel. Useful for complex tasks, right? So, we're going to just restart claw code like so. We'll terminate this. Then we'll open up this. Let's get claw code reinstalled. Now, it's starting up again and we'll say okay, build out a new website for AI profit boardroom using agent teams. Then we'll take the information for the AI profit border here. Plug that in. Boom. There we go. All right. Now, we're also using fast mode with agent teams. So, you know, if you compare pre-opus 4. 6 versus after opus 4. 6, a lot has changed. Number one, you've got a better API. Number two, you've got more context window with a million context window with Opus 4. 6, whereas Opus 4. 5 was just 200k token context window. Right? Top of that, you get fast mode and you get agent teams. So, a lot has changed with claw code. And it's crazy to see how much they innovated um with improvements like this. So I'm excited to see what we get back on this particular project. And you can see that we're now building out

### [3:35](https://www.youtube.com/watch?v=O6chIVUXUQg&t=215s) Launching Parallel Agents

a to-do list here. It's going to create a team to build this out. Right? So you can see it says now let me set up the project directory and create a team to build this in parallel. Then it creates a task list and spawns some agents to work in parallel. Right? And we've got the team working on this project here. So this is the to-do list and agents work in parallel to work on this together. Right? So they're going to work on these three tasks first and then they're going to do this together at the end. Deploy the site to production. So you got one agent that can build the HTML structure for the AR profit boredom community. You've got another that can build the CSS styles for the AR profitable boardroom and then another that's going to add JavaScript interactivity. Now you might be wondering as well, okay, why would you use agent teams? What is it useful for? Etc. Well, of course, like you can have them all working together in parallel. So, it's great for like complex work. But number two, like there's a lot of use cases for this. So, for example, if you enabled like I have claw code to actually create images or videos or that sort of thing, then let's say for example, I create YouTube thumbnails every day. I could have a team of AI agents that work together and actually build out multiple thumbnails for the same video at the same time so that I can test them and also get them done faster. You can

### [4:48](https://www.youtube.com/watch?v=O6chIVUXUQg&t=288s) Managing Agent Communication

also see here that we've got three agents launched now. So we have the HTML builder, the CSS builder, and the JavaScript builder, right? And it actually shows you the agent, the task, and the status of the project. So here's the HTML builder. It completes HTML structure, and the status is building, right? So it's quite easy to see where we're up to and what we're doing with this. And you can also call these agents as well. So if you type in at CSS builder like this, you can speak to your agent like that. and you can see which agent is working on which task. I also like the fact that you know it's very simple and easy to understand what's going on here which is great and you can get your project done a lot faster now too. Now this is great not just for building projects from scratch but also for editing projects. So for example if in a minute we wanted to add blog to the website with this agent team we could do that too. You could have an SEO team that optimizes your site at the same time. You could have the thumbnail building team like I was talking about before. It could be, for example, competitor research, right? You could have like three agents working together to research different competitors and then compare the notes afterwards because they can message each other. So, I've got a bunch of use cases inside the AR profit boardroom notes as you can see right here with a video tutorial on exactly how it works and the documentation. It could be like market research, that sort of thing. I think there's a few reasons you wouldn't use Asian teams, right? So, for example, if

### [6:11](https://www.youtube.com/watch?v=O6chIVUXUQg&t=371s) When Not to Use Agent Teams

it was like a single video script, no point, right? quick keyword research, absolutely no point. If it was just one file, if it was literally just one HTML file, probably no point as well, right? And then also daily title generation for videos, that doesn't make sense. Simple Q& As doesn't make sense as well, right? And then it's just very important to know that you have to enable inside your settings of claw code the Asian teams feature before you can use this. And then also you have to restart core code after you've enabled that inside your settings. So you can see now that we've finished all three tasks. All three agents have finished their tasks. And then what we're doing from here is deploying the site to production, which is doing it automatically. We're going to hit allow on that. And then we should be able to get this bad boy hosted. And you can see here it says good. I see the agents already cleaned up some of the inline onclick handlers. Um, and now it's just writing a polished version of the HTML so that we can get this deployed. The other cool thing that you could do is you could actually go into Google Anti-gravity. And then if you go inside the terminal here, you could use agent teams and core code inside anti-gravity by calling it too. So we could go inside the terminal. Bear in mind we got claw code on the right and anti-gravity on the left over here. If you're wondering what's going on. So if we type in claude inside the terminal here, we can access claw code directly inside anti-gravity too. And then we can combine the power of claude fast mode, claude code and claude opus 4. 6 plus agent teams with anti-gravity as well. So you can use this inside your ID which is pretty amazing. So this has completed all four tasks using the agent teams. Now that took 6 minutes to build a whole website.

### [7:50](https://www.youtube.com/watch?v=O6chIVUXUQg&t=470s) Deployment and Results

It's shutting down the agent teams like you can see and we've got a full breakdown with a live URL of the deployed project via claw code. So if we open up a tab here, we've now got the new website deployed like you can see. So here's the signup page, here's the links to sign up, etc. If we click on the join now, that's CTA to sign up. It's got nice FAQs. The website itself is designed nicely. And we did this using agent teams plus it deployed it as well once it was ready. So it's a really powerful feature. Helps you get projects done quicker. You get a nice little summary at the end once you've done it as well. And then it breaks down, okay, here's what we've done with each of the agents inside the project. So pretty amazing right there. If you want to get the notes on agent teams, get it inside

### [8:30](https://www.youtube.com/watch?v=O6chIVUXUQg&t=510s) AI Automation Community

the This is my AI automation community focused on helping you save time, scale up, and grow with a automation. It's a helpful, supportive community where we all raise each other up. We help each other learn. We share what's working for us. If you have any questions, you could post inside the community and get help and support whenever you need it. There's 2,300 members in here. There's 68 people online right now. There's people online pretty much all the time. So, if you ever need technical support or help or that sort of thing, just post inside the community. We've also got a daily accountability group. So, if you feel like things are overwhelming or you get information overload or you struggle with shiny object syndrome, you can post your question. goals here and stay laser focused on achieving them. Who we got here? Gary says, "Hello. " Cherro says, "Hello, good to see you here as well. " Floyd says, "Can we access those agent team features on a pro plan? " I think you can if you're using claw code. Yeah, I think you can. And then let's have a look here. Is it on the pro plan? Doesn't actually say, but I think it doesn't matter whether you're on the max or the pro plan, you can use agent teams as far as I'm aware, but it doesn't mention it on the actual website. And then if you want to jump on a live call, get help and support on a live video call or a Zoom call, you can see we have four weekly coaching calls. We actually have a map. So wherever you are in the world, we pretty much have someone. So you can see for example wherever you are you can zoom in on your local area DM people in your local area message them hey you want to jump on a Zoom call or do you want to meet up in real life etc. And also inside the classroom here we have all of our best trainings. Now we update these SOP updates every single day. So for example we have a full 6h hour course on how to use open claw. If you want to learn how to use claw fast we got a full section here codeex etc. As soon as something comes up, I number one create a video about it and number two create a step-by-step guide and then I put all of that information inside the AI profit boarding to help you as much as possible. Right? So, this is something that constantly evolves and I evolve this community with it. Right? Top of that, you can learn how to go from beginner to expert with AI automation in just 5 weeks. Plus, you learn how to build your first AI agent in under five minutes. Additionally, you will learn all of my best playbooks on how to automate Twitter newsletters, shorts, avatar videos, screen shares, etc. using the information that works for me. You can also learn how to get more agency clients with the agency course. If you miss the coaching course, you can watch them back. And also, if you want to rank number one with AICO, you can check that out here. Plus, you can learn how to grow a YouTube channel there directly as well. So, thanks so much for watching. Appreciate as always. I will see you on the next one. Cheers. Bye-bye.

---
*Источник: https://ekstraktznaniy.ru/video/9703*