back

This AI System Creates Longform YouTube Videos Hourly (n8n NO CODE automation tutorial 🥚)

â–¶

Create hourly longform YouTube videos with AI and no-code automation

AI-generated YouTube videos are booming – many channels rack up millions of views with motivational content paired with imagery and voiceovers. What if you could automate this process to create new videos every hour without coding?

What this system does

The system described in this tutorial:

  • Generates video ideas and scripts using AI
  • Creates visuals, voiceovers, and adds background music
  • Automatically uploads finished videos to YouTube
  • Works for various niches (stoicism, sleep stories, horror, children's content)

How it works: a simple two-agent system

The workflow consists of two main components:

  1. Ideas agent – Chat GPT generates video concepts and scripts
  2. Creator agent – An n8n automation workflow that produces and publishes videos

Setting up the ideas agent (Chat GPT)

  1. Use a prompt in Chat GPT to generate video ideas about your chosen topic
  2. Copy the results to a Google Sheet template
  3. The sheet will organize your ideas with titles, descriptions, and production status

Building the creator agent (n8n workflow)

The n8n workflow has three main sections:

Input section

  • A scheduled trigger to run the workflow
  • Google Sheets integration to get the next video idea marked "for production"
  • Prompt generator to create image and voice text for each scene

Creation section

  • Gets background music and intro video clips
  • Sends requests to JSON-to-video API to generate the complete video
  • Handles error checking and retries

Output section

  • Updates Google Sheets with video status
  • Uploads the completed video to YouTube
  • Marks the idea as "done" in your spreadsheet

Tools needed

  • n8n – The no-code automation platform (free trial available)
  • JSON-to-video – Creates videos with AI-generated visuals
  • Eleven Labs – Provides realistic AI voiceovers
  • Suno – Generates background music

Making it your own

You can customize:

  • Video topics and niches
  • Voice style and background music
  • Visual appearance and template design
  • Publishing frequency

The system can be scheduled to create

Recent Videos

May 6, 2026

Hermes Agent Master Class

https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....

Apr 29, 2026

Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding

https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...

Mar 30, 2026

Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission

A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...