INTRO

Hey there DTC operators and agencies. I missed two weeks between keynotes at conferences and actually taking a vacation (shocking, I know). But I've got some goodies that'll save you more time than I wasted arguing with hotel WiFi.
This week:
Why OpenAI's new agent builder is a trap disguised as innovation
How I built a YouTube analyzer in 10 minutes that would've taken 8+ hours in N8N
Seriously, don't sleep on #2. I'm giving you a vibe coded free app that replaces hours of manual research and takes all of 60 seconds to setup. Yes, my goal is to be the Santa Clause of eCommerce AI.
I don’t know about you, but here’s how I felt going into this weeks newsletter after all the AI announcements the last two weeks:

Overhyped
OpenAI's Agent Builder Is a Beautiful Prison (And You're About To Walk Right Into It)
OpenAI dropped AgentKit this week, their new framework for building AI agents directly into your workflows.
The marketing is slick. The demos are impressive. Brands are trying to figure out what they can use it for. And N8N junkies are already trying to come up with their next template.
Here's the problem nobody's talking about: You're about to lock yourself into a single model provider as the AI landscape is exploding.
I've watched this movie before. Six months ago, GPT-4o was the king of images. Today? Gemini’s Nano Banana designs circles around it. It’s not even close.
Worst yet? Anyone who had a custom GPT around copywriting had everything destroyed when GPT-5 came out and somehow got worse at copywriting. It now writes like a corporate committee on a binger.
Here’s a simple truth that OpenAI, Anthropic, and Google don’t want you to believe:
If you build all your workflows around a single model, you’re screwed.
If you recall from what we were talking about [creating AI content that slaps], to get the best results with AI, you’re going to have to use multiple model providers.
The Agent Builder Trap

OpenAI is betting you'll build so deep into their ecosystem that switching becomes painful. Custom GPTs, AgentKit integrations (Agent Builder), API dependencies, each one is another brick in the wall keeping you locked in as they also get more of your data.
Meanwhile:
Claude Sonnet 4.5 crushes copywriting and brand voice
Qwen 3 Max delivers better coding for a fraction of the cost
Gemini Nano Banana demolishes everyone in the AI image generation space (closest right now is Seed 4 from Bytedance)
GPT-5 is good at analysis
But if you're all-in on Agent Builder? You’re stuck with underperforming models in the majority of use cases. This isn’t like an Apple vs. Android battle of preferences, we’re talking about real business results.
An agency I spoke with recently put it perfectly:
We build custom GPTs for every client. They’re expensive to setup and maintain. Now Claude is better than ChatGPT, so we’re paying $200/mo for inferior tools we already built.
The Smarter Play
Use platforms that let you use model-agnostic workflows. This is part of why N8N won’t die overnight (even though workflows on N8N are very brittle). You want a tools that let you swap models like changing your socks (it’s why we have a model switcher in Raleon).
When Anthropic drops Claude 5 and it's 2x better at analyzing customer reviews? You switch. When some Chinese lab releases a model that costs 1/10th the price for the same quality? You switch.
Don't marry the model. Marry the outcome.
Does this mean you shouldn’t try Agent Builder? No. I 100% would try it. In fact, I have. But it feels like a developer tool right now. It will get better. But until they allow me to use other models, I won’t use it outside of very specific use cases.
For now, use better options (like what I’m about to cover below).
Actually Useful
I Built a YouTube Video Analyzer in 10 Minutes (That Would've Taken 6+ Hours in N8N)
The head of social for Gains in Bulk at Commerce Roundtable asked me a question that made me physically uncomfortable:
"We need to analyze 15+ YouTube creators. Our current tool does one video at a time. It's a major time sink. Do you know how to make it do all 15 at once?"
One video at a time. In 2025. That’s like using your browser with only 1 tab open at a time (I currently have 67).
What they needed:
Analyze 50 videos without wanting to die
Pull transcripts in bulk
Compare hooks across creators
Determine winning formats
Find topics getting the most traction
What they had: Poppy AI doing its best one-video-at-a-time impression of dial-up internet. I built them something better in 10 minutes. Drop in 50 video links, hit analyze, go get coffee. When you're back, everything's done. Shared it with a friend. His response: "Why not build this in N8N?" Because I like my Saturdays. And my sanity.
What they had: Poppy AI doing its best with a one-video-at-a-time process.
I built them, and now you, something better in 10 minutes with Gemini app builder (it’s criminally underrated).
Drop in 15 video links, hit analyze, go get coffee. When you're back, everything's done
I shared this with a friend. His response? "Why not build this in N8N?"
Because I like my Saturdays with the family. And my sanity.
The N8N way: 6+ hours of node configuration, API wrestling, and that special moment at 11pm where you're Googling 'why does my webhook hate me' while your spouse asks if you're coming to bed (if this line makes no sense to you, you should be thankful you never used N8N).
The Gemini app builder way: 10 minutes. And it actually works.
Why Most "No-Code" Agent Builders Are Overrated
Here's my controversial take: Tools like N8N and Make are great... if you enjoy spending half your day connecting nodes and debugging workflows that break every time an API updates.
For most DTC operators? They're overkill. You don't need a visual workflow builder. You need working automation that doesn't require you to feel like a junior developer decoding API documentation.
How I Actually Built This
I fired up Gemini 2.5 Pro and built this thing in the time it takes to make a decent pour-over coffee. No fancy node-building platform, just straight prompting, a dash of vibes, and a bit of structured thinking.
Here's the exact prompt I used to start. Nothing fancy:
Build an app that analyzes YouTube videos using the Gemini Flash Model. It's going to analyze youtube videos for content and the transcript. The app should:
- allow me to provide multiple youtube video links (starting with just one as a default)
- analyze each one in parallel
- pull the transcript for each one that I can view
- analyze the first 15s and 30s for hooks
- provide a summary of the format of the video
- have an "analyzer prompt" area that tees up what the video will look forPro tip: That last bullet is magic. It lets you actually adjust how it analyzes the videos without having to rebuild the app each time.
Pro tip #2: Not sure how your prompt should look to build or analyzer, ask Gemini to write one for you (seriously, it works).
Here's what this app actually does for you:
Takes a set of YouTube videos
Analyzes transcripts for key themes
Looks at opening hooks
Analyzes content within them
Identifies which content types perform best
Total build time: 10 minutes. Three of those were spent yelling at my dog to stop barking at the Uber eats delivering guy while Gemini coded. The other two were me poking at OpenAI Agent Builder debating how much more I should subject myself to the tool.
Copy the App (Seriously, It’s Already Built)
Look, I know you're busy. You don't have time to figure out code structure or debug someone else's half-baked GitHub repo. So here's the actual working code, ready to copy-paste.
Using it is stupid simple. Open Google Gemini and paste this
Build me an app using the following code:
[paste code from the URL above here]That's it. You now have a working YouTube analyzer that would've cost you $2,000 from a dev shop or 6 hours of your Saturday in N8N.
Now with those 6 hours you just saved, you can focus on operating. You can analyze the actual creative content, come up with new angles, and grow your brand even more.
Here's my prediction: In 12 months, most N8N workflows will be replaced by apps like this and Agent Builder. Not because N8N is bad, it's great for complex enterprise stuff where you can have a dedicated team. But because most DTC operators don't need enterprise complexity. They need simple tools that work without requiring a minor in computer science. Tools that reduce Opex.
Your next step: Make an adjustment to this app. Ask it to add API support if you hit your Gemini limits too fast, or ask it to give you a video score. You'll be shocked how fast you can ship when you stop making it complicated.
This Week’s Rabbit Holes
What ChatGPT’s in-chat buying means for shopping - The Automated Brand Podcast
OpenAI released ChatGPT apps - they’re focused on getting as much of your data and attention as possible
Google Chrome now has a browsing assistant - this means more agentic browsing and commerce is coming
And that's it for this week's edition. OpenAI’s “Agent Builder” (AgentKit) looks impressive, but it's a trap. Just going in knowing that! Test the YouTube Analyzer. Modify it for your brand, and experience the glory of practical AI tools.
Hit reply
Keep your email responses coming! Let me know if there’s a tool like the YouTube analyzer you’d like me to cover creating in a future email.
