Claude’s Custom Agent Creator (Wizard) Update

Julian Goldie SEO · Intermediate ·📰 AI News & Updates ·3mo ago

Key Takeaways

This video demonstrates Claude's Custom Agent Creator, also known as the Wizard, and its application in AI-powered automation and efficiency

Full Transcript

Claude's custom agent creator wizard update, what the leaked source code reveals. Something huge just happened. Anthropic accidentally leaked their own source code, half a million lines, and buried inside it a feature most people don't even know exists yet. A custom agent creator, a wizard that lets you build your own AI agents from scratch inside Claude code. This changes how you work with AI, and today we're breaking down exactly what it is and how to use it. Hey, I'm the digital avatar of Julian Goldie. I help people learn and implement AI tools so they can work smarter and build better processes. And this story is one of the biggest AI news moments of 2026 so far. So, let's get into it. We've got the leak itself, what Claude code is if you're new to this, and then the real gem, the custom agent creator, how it works, and how you can start using it right now. Stay with me because the stuff at the end is the most practical part. On March 31st, 2026, a researcher named Xiao Fan Show spotted something weird, a routine update to Claude code version 2.18.8 had been pushed to the NPM registry. That's the public package database developers use to download software. It was 60 megabytes heavier than it should have been. Inside that extra weight, a source map file, a debug file that lets you reconstruct the original code from a compressed version. These are meant to be internal. They should never ship to users. This one did. Show posted a download link on X. Within hours, the post got over 21 million views. Around 512,000 lines of TypeScript across nearly 2,000 files was mirrored across GitHub and forked over 41,000 times. Anthropic confirmed it. A release packaging issue caused by human error. No customer data, no credentials exposed. They've been rolling out measures to prevent it happening again. This isn't even the first time. Back in February 2025, an earlier version of Claude code leaked the same way. This time it was bigger, more detailed, and came right after a separate leak involving an internal blog post about an unreleased model. The leaked source doesn't contain Claude's model weights or training data. It contains the agentic harness, the software layer that tells Claude how to use tools, manage memory, and run tasks. And inside that harness, developers found some really interesting things, feature flags for unreleased capabilities, a background daemon called Kairos that keeps Claude working while you're idle. A three-layer memory system, internal model code names, even a hidden Tamagotchi-style virtual pet set to drop on April 1st. Draw your own conclusions there. But the most important discovery for anyone using AI to improve their work is the custom sub-agent system, and specifically the wizard that lets you build and configure your own agents. Let me explain what sub-agents are because this is where it gets useful. Claude code is Anthropic's command-line tool built on top of Claude. You give it complex instructions, refactor this code base, fix this bug, and run the tests, and it works through the task autonomously. Normally, there's one context window, one thread. Claude reads everything, thinks, responds, but context windows have limits. Long sessions get messy. Sub-agents solve this by letting Claude spawn separate child processes for specific tasks. Each gets its own clean context window, its own tools, its own instructions. Claude delegates instead of trying to do everything in one thread. Claude code already ships with built-in sub-agents. An explore agent for searching code bases, a plan agent for research before making changes, a general-purpose agent for complex multi-step work. These run automatically in the background, but you can build your own. That's what got people excited. Inside Claude code, there's a command called alt agents. Run it and you get an interactive wizard to view, create, edit, and manage your sub-agents. When you create a custom agent, here's what you configure. The name and description. This is critical. It's how Claude decides when to delegate to your agent. Write a clear, specific description, and Claude automatically routes the right tasks to it. The model. Set it to Sonnet for fast, efficient work. Use Opus when you need heavier reasoning. Different models for different jobs. Tool access. Want a read-only research agent? Limit it to read, grep, and blob. No write access. That constraint is intentional. Your research agent can never accidentally modify files. Memory. Give the agent a persistent memory directory, and it carries insights across conversations, code base patterns, recurring issues, things it's learned. Or set it to none, and it starts fresh each time. Scope. User scope makes the agent available across all your projects. Project scope keeps it to one specific project. Hit save, and the agent is live immediately. Just type use the agent name agent to, and Claude delegates. Agents are stored as markdown files with a YAML config block in a .claude/agents directory, so you can also create and edit them manually if you prefer. When I first started with Claude code, it was overwhelming. So many features, so many ways to configure things. And that's part of why I built a community called AI Profit Boardroom, over 2,000 members all focused on learning AI together and sharing what actually works, real use cases, practical implementations, workflows that save time versus ones that waste it. If you're serious about using AI to improve your work and skills, check it out. Link in the description. Let's talk about where this is headed because the leaked code gives us a clear picture. Early Claude code was a single-session tool, smart but one thread. The sub-agents added parallelism and context isolation. Now, custom agents let you define your own specialized workers tailored to your exact workflow. What's coming next is even bigger. Kairos is an always-on background mode that keeps working while you're idle, consolidating memory, merging observations, preparing for your next session. And agent teams already shipped as an experimental feature with the Opus 4.6 release in February 2026. Multiple Claude sessions working as a coordinated team. One lead, multiple teammates messaging each other directly through a shared task list. True parallel collaboration between AI workers, not just isolated sub-agents reporting back. Claude code has gone from smart terminal assistant to multi-agent orchestration platform, and it's still moving fast. Here are some practical tips for getting the most out of custom agents. Write specific descriptions. Analyze this Python files for code quality and suggest improvements will trigger correctly. Code reviewer probably won't. Use tool restrictions intentionally. A research agent with read-only access is safer and more predictable. Match permissions to what the agent actually needs. Match model to task. Sonnet for fast, frequent tasks. Opus for complex reasoning. Mixing models across agents is a real efficiency lever. Enable persistent memory for agents you'll use repeatedly. A code quality agent that remembers your code base gets more useful over time. Share agents with your team. Claude code supports distributing sub-agents through plugins. Build it once, share across your project without everyone starting from scratch. And check out the awesome Claude code sub-agents repository on GitHub. It's a curated list of ready-made sub-agent definitions you can drop straight into your project. Here's the bottom line. Custom agents let you build a specialized AI workforce tailored to your exact needs. A security reviewer that knows your code base, a documentation agent that follows your style guide, a testing agent scoped only to your test files. You're not limited to what Anthropic ships by default. You're configuring your own system. The people who learn to build and direct these agents well are going to be significantly more productive than those who don't. That's just where things are going. To recap, Anthropic accidentally leaked 512,000 lines of Claude code source code on March 31st, 2026. Human error, no customer data exposed. The leak revealed unreleased features including Kairos, a three-layer memory system, and the full picture of the custom sub-agent system. Claude code's agent wizard lets you create custom agents with specific models, tools, memory, and scope available immediately after saving. If you're looking to dive deeper into AI tools and actually implement them in your work, I recommend AI Profit Boardroom, over 2,000 people learning how to use AI effectively. Everyone shares real experiences. What's working, what's not, which tools are worth your time, no hype, just practical guidance from people doing the work. Link in the description. And if you want the full process, SOPs, and 100+ AI use cases like this one, join the AI Success Lab. Links in the comments and description. You'll get all the video notes from there, plus access to our community of 58,000 members who are crushing it with AI. If this was useful, hit like, subscribe, and I'll see you in the next one.

Original Description

Want to make money and save time with AI? Get AI Coaching, Support & Courses 👉 https://www.skool.com/ai-profit-lab-7462/about Get the video notes + links to the tools → https://www.skool.com/ai-profit-lab-7462/about Get a FREE AI Course + 1000 NEW AI Agents 👉 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 Anthropic accidentally leaked 512,000 lines of Claude Code's source code — and buried inside is a game-changing feature: a custom AI agent creator wizard. Here's exactly what it does, how to use it, and why it matters for your workflow. 00:00 Intro – The Claude Code Source Code Leak 00:50 How the Leak Happened (March 31, 2026) 01:33 Anthropic's Response & What Was Exposed 01:58 What the Leaked Code Actually Reveals 02:32 What Are Sub Agents? (And Why They Matter) 03:25 The Custom Agent Wizard – How It Works 03:37 Configuring Your Agent (Name, Model, Tools, Memory) 04:17 How to Deploy & Use Your Custom Agent 05:04 What's Coming Next: Chyros & Agent Teams 05:52 Practical Tips for Getting the Most Out of Agents 06:41 Real-World Use Cases for Custom AI Agents 07:15 Full Recap & Key Takeaways
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Julian Goldie SEO · Julian Goldie SEO · 0 of 60

← Previous Next →
1 Claude Sonnet 4.5 is INSANE! 🤯 (World’s BEST AI Coder?!)
Claude Sonnet 4.5 is INSANE! 🤯 (World’s BEST AI Coder?!)
Julian Goldie SEO
2 NEW Replit AI Agents are INSANE!
NEW Replit AI Agents are INSANE!
Julian Goldie SEO
3 OpenAI's NEW Sora 2 is INSANE (FREE!)
OpenAI's NEW Sora 2 is INSANE (FREE!)
Julian Goldie SEO
4 This NEW ChatGPT SEO Trick is INSANE (FREE!)
This NEW ChatGPT SEO Trick is INSANE (FREE!)
Julian Goldie SEO
5 GLM 4.6: This NEW Chinese AI is INSANE (FREE!) 🤯
GLM 4.6: This NEW Chinese AI is INSANE (FREE!) 🤯
Julian Goldie SEO
6 NEW Nemotron 9B is INSANE (FREE!) 🤯
NEW Nemotron 9B is INSANE (FREE!) 🤯
Julian Goldie SEO
7 NEW Google Gemini Update is INSANE (FREE!)
NEW Google Gemini Update is INSANE (FREE!)
Julian Goldie SEO
8 NEW Google Opal AI Agent is INSANE (FREE!) 🤯
NEW Google Opal AI Agent is INSANE (FREE!) 🤯
Julian Goldie SEO
9 FREE Claude 4.5 Course: Build Like an AI GENIUS! 🔥
FREE Claude 4.5 Course: Build Like an AI GENIUS! 🔥
Julian Goldie SEO
10 Luma Ray 3 DESTROYS VEO 3?
Luma Ray 3 DESTROYS VEO 3?
Julian Goldie SEO
11 Claude Sonnet 4.5 vs GLM 4.6: Who Wins? 🔥
Claude Sonnet 4.5 vs GLM 4.6: Who Wins? 🔥
Julian Goldie SEO
12 NEW Perplexity Update is INSANE!
NEW Perplexity Update is INSANE!
Julian Goldie SEO
13 NEW Google MCP: AI Browser Agent 🤯
NEW Google MCP: AI Browser Agent 🤯
Julian Goldie SEO
14 New FREE Perplexity Comet Browser is INSANE!
New FREE Perplexity Comet Browser is INSANE!
Julian Goldie SEO
15 Google Gemini 2.5 Flash Update is INSANE! (FREE!)
Google Gemini 2.5 Flash Update is INSANE! (FREE!)
Julian Goldie SEO
16 NEW Sora 2 DESTROYs Google Veo 3? (FREE!)
NEW Sora 2 DESTROYs Google Veo 3? (FREE!)
Julian Goldie SEO
17 Google Gemini Just KILLED Google Assistant
Google Gemini Just KILLED Google Assistant
Julian Goldie SEO
18 NEW Genspark AI Super Agent Update is INSANE
NEW Genspark AI Super Agent Update is INSANE
Julian Goldie SEO
19 Perplexity Comet: New FREE AI Browser!
Perplexity Comet: New FREE AI Browser!
Julian Goldie SEO
20 Google Gemini 2.5 Flash Update is INSANE! (FREE!)
Google Gemini 2.5 Flash Update is INSANE! (FREE!)
Julian Goldie SEO
21 Perplexity Comet: NEW AI Browser is INSANE! 🤯
Perplexity Comet: NEW AI Browser is INSANE! 🤯
Julian Goldie SEO
22 Lemon AI Agent is Insane (FREE!)
Lemon AI Agent is Insane (FREE!)
Julian Goldie SEO
23 NEW NotebookLM Update is INSANE!🤯  (FREE!)
NEW NotebookLM Update is INSANE!🤯 (FREE!)
Julian Goldie SEO
24 Sora 2 + N8N is INSANE (FREE Template!)
Sora 2 + N8N is INSANE (FREE Template!)
Julian Goldie SEO
25 Google Gemini 2.5: Build ANYTHING!
Google Gemini 2.5: Build ANYTHING!
Julian Goldie SEO
26 LightAgent + VS Code is INSANE! 🤯
LightAgent + VS Code is INSANE! 🤯
Julian Goldie SEO
27 This NEW Chinese AI is INSANE (FREE + OpenSource)
This NEW Chinese AI is INSANE (FREE + OpenSource)
Julian Goldie SEO
28 This NEW Google Gemini MCP Update is INSANE!🤯
This NEW Google Gemini MCP Update is INSANE!🤯
Julian Goldie SEO
29 NEW Sora 2 + N8N (FREE TEMPLATE)!
NEW Sora 2 + N8N (FREE TEMPLATE)!
Julian Goldie SEO
30 Perplexity Comet VS Genspark VS Dia: Best AI Browser?
Perplexity Comet VS Genspark VS Dia: Best AI Browser?
Julian Goldie SEO
31 Lemon AI Agent is WILD (FREE!)
Lemon AI Agent is WILD (FREE!)
Julian Goldie SEO
32 NEW Chinese AI Super Agent Update is WILD 🤯
NEW Chinese AI Super Agent Update is WILD 🤯
Julian Goldie SEO
33 NEW Google NotebookLM Update is INSANE (FREE!)
NEW Google NotebookLM Update is INSANE (FREE!)
Julian Goldie SEO
34 INSANE Google Update KILLS SEO Tools 😱
INSANE Google Update KILLS SEO Tools 😱
Julian Goldie SEO
35 NEW Claude Code 2.0 AI Agent is INSANE!
NEW Claude Code 2.0 AI Agent is INSANE!
Julian Goldie SEO
36 This NEW Gamma 3.0 AI Agent is INSANE…
This NEW Gamma 3.0 AI Agent is INSANE…
Julian Goldie SEO
37 NEW Claude Code 2.0 is INSANE!
NEW Claude Code 2.0 is INSANE!
Julian Goldie SEO
38 NEW OpCode AI Agent Is INSANE!
NEW OpCode AI Agent Is INSANE!
Julian Goldie SEO
39 NEW Google AI Image Update Is INSANE! 🤯
NEW Google AI Image Update Is INSANE! 🤯
Julian Goldie SEO
40 New Replit AI Update is INSANE! 🤯
New Replit AI Update is INSANE! 🤯
Julian Goldie SEO
41 NEW NotebookLM Update is INSANE (FREE!)
NEW NotebookLM Update is INSANE (FREE!)
Julian Goldie SEO
42 NEW Google EmbeddingGemma is INSANE (FREE)! 🤯
NEW Google EmbeddingGemma is INSANE (FREE)! 🤯
Julian Goldie SEO
43 DeepCode: This FREE Agentic AI Coder is WILD!
DeepCode: This FREE Agentic AI Coder is WILD!
Julian Goldie SEO
44 Sora 2: NEW AI Model DESTROYS Google Veo 3?
Sora 2: NEW AI Model DESTROYS Google Veo 3?
Julian Goldie SEO
45 NEW Sim AI DESTROYS N8N? (FREE!) 🤯
NEW Sim AI DESTROYS N8N? (FREE!) 🤯
Julian Goldie SEO
46 NEW Microsoft AI Agent is INSANE (FREE!) 🔥
NEW Microsoft AI Agent is INSANE (FREE!) 🔥
Julian Goldie SEO
47 NEW Perplexity AI Super Agent Update is INSANE!
NEW Perplexity AI Super Agent Update is INSANE!
Julian Goldie SEO
48 NEW Perplexity Search Update is INSANE!
NEW Perplexity Search Update is INSANE!
Julian Goldie SEO
49 Bye Cursor! Augment Agent is INSANE! 🤯
Bye Cursor! Augment Agent is INSANE! 🤯
Julian Goldie SEO
50 Claude Sonnet 4.5 on Genspark is WILD (FREE!)
Claude Sonnet 4.5 on Genspark is WILD (FREE!)
Julian Goldie SEO
51 NEW Claude Code 2.0  + AI Super Agent is INSANE!
NEW Claude Code 2.0 + AI Super Agent is INSANE!
Julian Goldie SEO
52 This NEW Google Gemini MCP Update is INSANE!🤯
This NEW Google Gemini MCP Update is INSANE!🤯
Julian Goldie SEO
53 BREAKING: NEW Perplexity + Claude 4.5 Update
BREAKING: NEW Perplexity + Claude 4.5 Update
Julian Goldie SEO
54 Kilo Code + VS Code is INSANE (FREE!)
Kilo Code + VS Code is INSANE (FREE!)
Julian Goldie SEO
55 This NEW AI Operating System is INSANE! 🤯
This NEW AI Operating System is INSANE! 🤯
Julian Goldie SEO
56 NEW Google Gemini 3.0 Update Is INSANE! 🤯 (HUGE LEAK)
NEW Google Gemini 3.0 Update Is INSANE! 🤯 (HUGE LEAK)
Julian Goldie SEO
57 Den: New FREE AI Super Agent DESTROYS Manus & Genspark? 🤯
Den: New FREE AI Super Agent DESTROYS Manus & Genspark? 🤯
Julian Goldie SEO
58 NEW ChatGPT AI Agent Update is INSANE!
NEW ChatGPT AI Agent Update is INSANE!
Julian Goldie SEO
59 NEW Gemini 3.0 Leaks Update?
NEW Gemini 3.0 Leaks Update?
Julian Goldie SEO
60 NEW Google Jules Update is INSANE (FREE!)
NEW Google Jules Update is INSANE (FREE!)
Julian Goldie SEO

Related Reads

📰
AI Development: Top 5 Trends Driving Innovation
Discover the top 5 trends driving AI innovation and learn how to apply them in your development work
Medium · AI
📰
SpaceX to try its luck again with Starship Flight 13 after engines and weather say no
SpaceX is attempting Starship Flight 13 with new Raptors after previous engine and weather issues
The Register
📰
250 Eiffel Towers' worth of waste: The AI boom's toxic hardware problem
The AI boom is generating massive amounts of toxic waste from hardware, affecting the environment and human health, and necessitating sustainable solutions
ZDNet
📰
IA e trabalho: como explorar dados do Anthropic Economic Index com o Claude
Learn to explore Anthropic Economic Index data with Claude to inform AI and work decisions
Dev.to · Lucas Fogaça

Chapters (12)

Intro – The Claude Code Source Code Leak
0:50 How the Leak Happened (March 31, 2026)
1:33 Anthropic's Response & What Was Exposed
1:58 What the Leaked Code Actually Reveals
2:32 What Are Sub Agents? (And Why They Matter)
3:25 The Custom Agent Wizard – How It Works
3:37 Configuring Your Agent (Name, Model, Tools, Memory)
4:17 How to Deploy & Use Your Custom Agent
5:04 What's Coming Next: Chyros & Agent Teams
5:52 Practical Tips for Getting the Most Out of Agents
6:41 Real-World Use Cases for Custom AI Agents
7:15 Full Recap & Key Takeaways
Up next
How SpaceX Holds the World's Biggest Rocket
Silism
Watch →