
My Easy Claude Code Passive Income AI Automation Setup
The video walks viewers through building a lightweight automation pipeline using Anthropic’s Claude Cloud‑code, demonstrating how a simple while‑true loop can trigger custom “skills” at configurable intervals to generate passive income. The creator showcases a bug‑bounty monitor for the Calimero prediction‑market platform that scans new markets, flags vulnerabilities and automatically emails support, reportedly netting $100‑$200 per week. He also builds a separate skill that pulls the top five Hacker News stories and sends them via Gmail, illustrating the same loop‑and‑skill pattern. “While true do cloud‑code‑p /auto‑cali … sleep 60” is the core command, and the skill files are written in markdown with step‑by‑step prompts for Claude to generate the underlying Python scripts. Permissions are granted through a settings JSON, and the loop can be retuned from 60 seconds to hourly intervals to control cost. This approach offers developers a low‑overhead way to monetize web‑scraping or monitoring tasks without maintaining dedicated servers, but it relies on third‑party cloud execution limits and proper handling of API keys. Scaling the model could turn hobbyist scripts into reliable micro‑revenue streams.

Can Claude Code Learn To Draw In MS PAINT?
The video demonstrates how the Claude Code large language model can be trained to reproduce drawings in a web‑based MS Paint clone using only browser‑automation tools. By feeding the model a target PNG, a prompt, and access to Chrome’s debugging protocol, the...

Long-Running AI Agent Browser Automation Tasks Is Here
The video showcases a long‑running autonomous AI agent tasked with open‑ended browser automation, first to create an email, register on Twitch, and go live, then to earn a dollar in thirty minutes. The presenter feeds the agent a vague goal...

Super Nested Claude Code Is Vibecoding On STEROIDS
The video showcases a new "super nested" Claude‑based system, OpenClaw, that launches up to six parallel cloud‑code terminals via a T‑Max controller. By feeding only a high‑level goal—such as building a 3JS procedural galaxy—the controller autonomously decides how many terminals...

Claude Code AI Agent Controls Claude Code On Twitch
The video showcases the Claude Code AI Agent performing live coding demonstrations on Twitch, illustrating how the agent can autonomously write and edit code using Anthropic's Claude model. It ties the demo to NVIDIA's GTC conference, encouraging viewers to attend...

How My Claude Code Sonnet 4.6 AI Agent Navigates Chrome Autonomous
The video explains how the creator controls a Claude Code Sonnet 4.6 AI agent by interfacing it with Chrome through a custom browser.js file. Chrome is started in debugging mode on port 9222, exposing the Chrome DevTools Protocol (CDP) socket...

My 24/7 Claude Code AI Agent’s Biggest Win...that Won’t Happen Again
The video showcases the author’s 24/7 Claude‑based AI agent on a Mac Mini, highlighting its most significant achievement: making a genuine contribution to a popular open‑source GitHub project. Using a custom GitHub skill, the agent browsed the trending page, selected the...

Everyone Will Be Training AI Agents This Way in 6 Months (Claude Code)
The video showcases how the creator uses Claude Code to up‑skill an autonomous AI agent on a Mac Mini, building a reusable “skill” that automatically generates a promotional video for the Skills MD.store product. By iteratively prompting Claude, the author combines existing...

All About AI In 2026 - What Now?
The creator announces a strategic pivot for 2026, shifting the channel from general AI commentary to a hands‑on showcase of AI‑driven micro‑businesses, major model releases, and workflow tutorials. The new format promises weekly deep‑dive videos that break down revenue streams,...

The AI Awards 2025 - Best LLM? Biggest Moment in AI? Best Agentic Coder?
The video presents the creator’s “AI Awards 2025,” a rundown of twenty‑plus categories ranging from best vibe‑coding platform to AI person of the year, with the host naming a single winner for each based on personal usage and market impact. Among...

Shipmas Day 16: How I Made $10K+ with Micro AI Businesses in 2025
The video centers on the creator’s strategy for building “micro AI businesses” that generated over $10,000 in 2025 and outlines a plan to double‑down on this model in 2026. He frames the approach as a fast‑paced, low‑risk, high‑reward side‑hustle that...

Shipmas Day 15: Claude Code Skills Will Dominate 2026
In the latest Shipmas Day 15 broadcast, the host walks viewers through a “skill” framework for Anthropic’s Claude model, arguing that modular skill files will become the dominant way developers harness AI code generation by 2026. The workflow hinges on a...

Shipmas Day 14: Can AI Agents "Dream" In a Simulation?
The video showcases a prototype social simulation built on Google’s Gemini 3 Flash model, where three AI agents—Jack, a barista at the Daily Grind; Claude, a barista at Bean There; and Erica, a shared customer—interact through a gossip‑style conduit. By capturing each agent’s...

Shipmas Day 12: AI Music Video Generator App
The video walks viewers through a hands‑on workflow for building an AI‑powered music‑video generator, stitching together image creation, lyric writing, audio synthesis, and video rendering using a suite of emerging models. The presenter starts with a prompt‑driven image generator (Nano...

NVIDIA Nemotron 3 Nano 30B First Impression - Shipmas Day 11
The video showcases NVIDIA’s newly released Nemotron 3 Nano 30B, a hybrid mixture‑of‑experts large language model that packs 30 billion parameters while activating only 3 billion at a time. Hosted on Hugging Face and other platforms, the model is fully open‑weight and boasts a massive 1 million...