Nate Herk | AI Automation
Building Realistic Voice Agents Has Never Been Easier
The video demonstrates how to build a voice agent using Claude Code and ElevenLabs without manually configuring APIs or documentation. The creator walks through building a sales voice agent that integrates with Cal.com for booking, iterating through several rounds of debugging. The main argument is that natural language prompting via Claude Code dramatically reduces the complexity of building production-ready voice agents.
I Tried 100+ Claude Code Skills. These 6 Are The Best
A creator with 400+ hours in Claude Code identifies six high-value skills/plugins that businesses actually pay for, focusing on practical outcomes like saving time, reducing errors, and lowering costs. The video covers tools ranging from a Skill Creator and Superpowers to context management solutions like GSD, Context Mode, and ClaudeMem. The creator emphasizes selling outcomes to business owners rather than the technical workflows themselves.
Claude Design Masterclass: Websites, Videos & More (2 Hours)
This masterclass covers Claude Design, Anthropic's AI-powered visual design tool, walking viewers through building a complete brand from scratch including a pitch deck, landing page, mobile app prototype, and launch video. The instructor demonstrates how to use Claude Design efficiently while managing its separate weekly session limit, and shows how to deploy finished websites using Claude Code, GitHub, and Vercel.
32 Claude Code Hacks in 16 Mins
A tutorial covering 32 Claude Code productivity hacks organized from beginner to advanced, including context management strategies, parallel agent workflows, and power-user features. The video progresses from basic setup commands like /init and /compact to advanced techniques like Git worktrees, agent teams, and the Context7 MCP server.
Playwright CLI
The video demonstrates three browser automation use cases using Playwright CLI connected to Claude Code: automated QA testing and bug fixing for a web app, scraping dentist contact information from the web, and automating interactions on a platform requiring login. The presenter also showcases a fully autonomous community management bot built on these techniques.
I Tested GPT 5.5 vs Opus 4.7: What You Need to Know
The creator tests GPT 5.5 against Claude Opus 4.7 across four agentic coding experiments, finding that GPT 5.5 is roughly twice as fast and uses dramatically fewer output tokens. Despite GPT 5.5's doubled price compared to GPT 5.4, total costs came out roughly even or slightly cheaper than Opus 4.7 across all four tests.
Claude + HyperFrames Just Solved Video Editing
The creator demonstrates a fully automated video editing pipeline using Claude Code, HyperFrames, and VideoUse to trim raw footage, remove filler words, and add motion graphics — all through natural language prompts. The tutorial walks through setup, tool comparisons, and iterative refinement of AI-generated animations. The core argument is that this workflow replaces manual editing in Adobe Premiere Pro with an orchestrated AI pipeline.
Hitting Claude Code Limits? Here Are My Best Tips.
The video presents nine "tier one" hacks for managing Claude code token usage, focusing on easy-to-implement strategies. Key recommendations include starting fresh conversations between tasks, batching prompts, using plan mode, and actively monitoring usage through various tools.
Hitting Claude Code Limits? Here Are 18 Easy Fixes.
The video explains 18 token management hacks organized into three tiers to help users overcome Claude's rapidly draining code usage limits. The speaker emphasizes that most users don't need a bigger plan but rather better context hygiene, since Claude rereads entire conversation history with each message, causing exponential cost growth.
Claude Code Just Gave Everyone Virtual Pets (April Fools?)
Claude Code released a virtual pet feature called /buddy on April 1st that creates Tamagotchi-style companions in your terminal. The pets have different rarities, species, and stats based on your coding history, are permanently tied to your user ID, and provide commentary while you code without affecting token usage.
All of Claude Code Just Leaked… Here's How to Become a Top 1% User
An analysis of Claude Code's leaked source code reveals it's actually a full agent runtime with sophisticated architecture, not just a chatbot. The leak exposed over 500,000 lines of code showing hidden commands, memory systems, and multi-agent capabilities that most users aren't utilizing.
Codex Just 10x’d Claude Code Projects
OpenAI released an official Codex plugin for Claude Code that allows developers to use GPT-4o for code reviews within their Claude workflows. The speaker tested both tools and found they complement each other well - Claude Code excels at planning and creative outputs while Codex is better at code reviews and catching edge cases.
I Built 500 AI Workflows, These 5 Actually Sell in 2026
After building hundreds of AI workflows for clients across various industries, the creator identified 5 simple automations that businesses consistently pay for: speed to lead, document processing, follow-up sequences, database reactivation, and internal reporting. These workflows focus on saving time, reducing costs, and eliminating mistakes rather than flashy AI features.
Claude Code + Paperclip Just Destroyed OpenClaw
The video demonstrates Paperclip, an open-source tool for creating AI-only companies with multiple autonomous agents. The creator shows how to set up a complete organization with a CEO, engineers, and other specialized agents that can hire each other, complete tasks, and run continuously without human intervention.
Gemini 3.1 Flash Live Just Changed Voice Agents Forever
Google released Gemini 3.1 Flash Live, a new voice AI model that uses direct speech-to-speech processing instead of converting speech to text first. The model includes visual capabilities, improved performance in noisy environments, and better contextual understanding of emotions like sarcasm and frustration.
Gemini 3.1 Flash Live Just Changed Voice Agents Forever
Google released Gemini 3.1 Flash Live, a new speech-to-speech voice AI model with improved latency, accuracy, and multimodal capabilities. The presenter demonstrates building voice agents using the model with Google AI Studio and shows how to integrate it with external tools using Claude for coding assistance.