Image 1 — I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.
Image 2 — I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.
Image 3 — I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.
▲ 22 r/n8n_ai_agents+2 crossposts

I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.

Two channels are running on this right now.
Math Unlocked, statistics and machine learning explained visually. 15 videos, 21 subscribers, 1k+ views total. Small, still early.
Financial Reality Check, personal finance breakdowns using real numbers instead of generic advice. 25 videos, 23 subscribers, 1k+ views.

Neither is going viral. That's not the point of this post.
What I actually want to show is the machine itself. The screenshot is the real n8n workflow, script generation, scene-by-scene visual generation, voice synthesis, upload, and even automated Discord posting when a new video goes live, all wired together, all running without me touching a timeline.
I'm not going to walk through the full architecture here, that's genuinely a longer conversation. I've been documenting the actual build, the bugs, the dead ends, the fixes, in a Discord for people who build this kind of thing themselves. Not a course, not a funnel, just the real build log as it happens.
Can't drop links in this post, so if you want in, comment "ADD" and I'll send it your way.

u/No-Mango8172 — 8 days ago
▲ 29 r/n8n_ai_agents+1 crossposts

Made my n8n + Manim video automation system public after yesterday's post

Yesterday's post here got way more traction than I expected, so thanks for that. A bunch of you asked how the actual system works, so I made the whole thing public. No paywall, no gated version, the real source.

Screenshot 1 is the repo itself, everything's documented, including a beginner walkthrough if you've never touched n8n or Manim before.

Screenshots 2 and 3 are the two channels actually running on this pipeline, Financial Reality Check and Math Unlocked. Both still small, both fully automated end to end, audio in, animated video out, zero manual editing. I'm not hiding the subscriber counts, this is early and real, not some inflated case study.

Screenshot 4 is the actual n8n canvas behind both channels, the full workflow map, course scraping, long form, shorts, and the Discord auto posting all wired together. That's what's in the repo, not a simplified version of it.

Also opened a Discord if anyone wants to ask questions directly while setting it up, and there's a free n8n course in there too if you're starting from zero.

GitHub link in the comments.

u/No-Mango8172 — 1 month ago

I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.

Two channels are running on this right now.

Math Unlocked, statistics and machine learning explained visually. 15 videos, 6 subscribers, 783 views total. Small, still early.

Financial Reality Check, personal finance breakdowns using real numbers instead of generic advice. 6 videos, 17 subscribers, 326 views.

Neither is going viral. That's not the point of this post.

What I actually want to show is the machine itself. The screenshot is the real n8n workflow, script generation, scene-by-scene visual generation, voice synthesis, upload, and even automated Discord posting when a new video goes live, all wired together, all running without me touching a timeline.

I'm not going to walk through the full architecture here, that's genuinely a longer conversation. I've been documenting the actual build, the bugs, the dead ends, the fixes, in a Discord for people who build this kind of thing themselves. Not a course, not a funnel, just the real build log as it happens.

Can't drop links in this post, so if you want in, comment "ADD" and I'll send it your way.

u/No-Mango8172 — 1 month ago
▲ 54 r/n8nforbeginners+2 crossposts

I built a fully autonomous system that writes, animates, voices, and uploads YouTube videos with zero editing. Screenshot of the actual machine inside.

Two channels are running on this right now.

Math Unlocked, statistics and machine learning explained visually. 15 videos, 6 subscribers, 783 views total. Small, still early.

Financial Reality Check, personal finance breakdowns using real numbers instead of generic advice. 6 videos, 17 subscribers, 326 views.

Neither is going viral. That's not the point of this post.

What I actually want to show is the machine itself. The screenshot is the real n8n workflow, script generation, scene-by-scene visual generation, voice synthesis, upload, and even automated Discord posting when a new video goes live, all wired together, all running without me touching a timeline.

I'm not going to walk through the full architecture here, that's genuinely a longer conversation. I've been documenting the actual build, the bugs, the dead ends, the fixes, in a Discord for people who build this kind of thing themselves. Not a course, not a funnel, just the real build log as it happens.

Can't drop links in this post, so if you want in, comment "ADD" and I'll send it your way.

u/No-Mango8172 — 29 days ago
▲ 8 r/AIContentAutomators+4 crossposts

I built two YouTube channels that write, animate, voice, and upload their own videos. No editor, no me touching a timeline. Screenshots inside.

I'm a full stack dev, not a content creator. About two months ago I got curious whether I could build something that takes a topic and produces a finished, watchable video with zero manual editing per video, script to upload.

It works. Two channels are running on it right now.

Math Unlocked breaks down statistics, linear algebra, and neural networks visually. Financial Reality Check does the same for personal finance, cash flow, and money mistakes people don't notice until it's too late. Both are fully autonomous once queued. I review before publish, I don't cut a single frame.

Numbers are small and I'm not dressing them up. Math Unlocked is 4 subscribers, 12 videos, best one at 66 views. FRC is 12 subscribers, 5 videos, best one at 150 views. This isn't a viral flex post. It's a "here's the machine" post.

The pipeline does the whole chain. A script gets generated for a topic, then a separate step writes actual code that renders the visuals scene by scene, not templates being filled in, real generated animation matched to whatever the script is explaining. Then it gets voiced, rendered, and scheduled straight to the channel through the platform API.

The screenshots show the two live channels and a raw look at the automation itself mid run, the actual output panel showing a video being generated inside the pipeline, next to the workflow nodes handling the upload and status polling.

Honestly the hard part was never getting AI to write a script or generate a visual. The hard part was making the automation survive real production conditions. Malformed JSON responses, a rendering step that silently produces a blank clip if one thing fails, retry logic that doesn't just loop forever. Getting a system to fail gracefully instead of quietly shipping garbage took way longer than getting it to work in the first place.

Happy to go deeper on the architecture, the model choices, or where it's broken in production if anyone's building something similar or wants to poke holes in it.

u/No-Mango8172 — 1 month ago

[Ask Me Anything] Self teaching math right now, what's your honest read on video explanations vs working problems yourself

I used to tutor math one on one and now I'm building animated lesson videos instead, trying to recreate the moments that used to work in person (MathUnlockedYT if curious, still early, mostly stats and linear algebra). What I can't tell from the outside is whether a good video actually replaces the struggle of sitting with a problem set, or whether it just makes people feel like they understand something they haven't actually earned yet.

For people who've taught themselves math or a technical subject seriously: where did video or visual explanation genuinely pull its weight for you, and where did you find out later that you'd only understood it on the surface until you did the problems yourself?

u/No-Mango8172 — 1 month ago

Curious how much of neural network intuition actually comes from visualizing it vs just working through the math

Been making animated explainer videos for math concepts, working up toward neural networks and how they transform data (handle's MathUnlockedYT if you want to see where it's at, mostly stats and linear algebra content right now). The thing I keep going back and forth on is whether seeing weights reshape a coordinate space actually builds real intuition, or whether it just feels like understanding without the math actually sinking in.

For people who learned this stuff properly, how much did visualizing the transformations help versus just grinding through backprop by hand until it clicked? Trying to figure out if I'm building something genuinely useful or just something that feels satisfying to watch.

u/No-Mango8172 — 1 month ago

Built an animation pipeline for math concepts, trying to figure out if it's worth extending into physics/science

Background is math tutoring, not science teaching, so I want to ask this honestly instead of assuming. I built a system that turns a concept into a fully animated explainer rather than a static diagram or slide — started with statistics and linear algebra (channel's MathUnlockedYT if you're curious what it looks like), and the logic behind it seems like it should generalize to physics, but I don't have the classroom experience to know where that's actually true versus where I'd just be adding noise.

For the people who teach physics or general science: which concepts have you found really depend on students seeing something move or change, versus the ones where a good explanation on the board does the same job? Trying to figure out if this is worth the time to extend, or if it's a math-specific thing that doesn't transfer.

u/No-Mango8172 — 1 month ago
▲ 3 r/learnanimation+2 crossposts

Testing whether animated visuals actually replace what a tutor draws by hand — looking for input from people who teach this stuff

I used to tutor math one-on-one, mostly the moments where a textbook explanation wasn't landing and I'd end up drawing the concept live — a distribution shifting, a vector transforming, that kind of thing. I've been building a system that turns that same live-drawing moment into a fully animated lesson instead, working through statistics into linear algebra right now.

Channel's MathUnlockedYT if you want to see the actual output.

Curious from people who've taught this material directly: which topics genuinely needed the visual to click for students, versus the ones where a clear written explanation always did the job just as well? I have my own guesses but I'd rather hear it from people who've actually watched students struggle with these concepts.

u/No-Mango8172 — 1 month ago
▲ 6 r/mathteachers+3 crossposts

I used to mentor students in math, now I'm testing whether animated visuals actually replace what I did in person

Submission statement: this is a personal project I built myself, not monetized, sharing it here transparently to get real feedback, not to promote anything.

I spent time mentoring students in math before, mostly one-on-one, working through the stuff that's hard to get from a textbook or a lecture: seeing how a distribution actually shifts, why a vector operation does what it does, that kind of thing. Following up on a post I made here a few days ago about whether animated visuals can do some of that same work.

I built a small YouTube channel to test it directly, turning the concepts I used to walk students through by hand into fully animated lessons, from basic statistics up through linear algebra and neural networks. Search MathUnlockedYT on YouTube if you want to see what it actually looks like.

The open question for me is the same one I had when I was mentoring in person: does a student actually get it faster when they can see the concept move, or does a good explanation on paper do the same job if it's written well? I don't think animation is automatically better, I think it depends on the concept.

If you've taught or tutored these subjects, I'd like to know which specific concepts you found genuinely needed a visual to click versus the ones where a clear explanation was always enough.

reddit.com
u/No-Mango8172 — 2 months ago
▲ 198 r/n8n_ai_agents+2 crossposts

My autonomous n8n workflow generates, voices, animates, and uploads YouTube videos end to end, sharing the full pipeline

Wanted to share a workflow I built that's been running in production for a couple months now. It handles the entire video pipeline autonomously: script generation via AI agent, text to speech, Manim-based animation rendering, thumbnail generation, and YouTube upload with scheduling. No manual editing or touching it after it triggers.

Screenshots below show the actual n8n canvas along with the two YouTube channels it's currently running: Math Unlocked (@MathUnlockedYT) and Financial Reality Check (@FRCFinance), both with videos scheduled weeks out.

Happy to answer questions on the node structure, how the AI agent handles script generation, or how the render/upload pipeline is wired if anyone's building something similar for their own content.

u/No-Mango8172 — 1 month ago
▲ 9 r/mathteachers+1 crossposts

Do animated visual explanations actually help students understand math better?

I’ve been experimenting with a system that turns math topics into animated visual explanations instead of static slides or talking-head lessons.

The idea is simple: concepts like averages, distributions, functions, and probability become easier when students can see the movement instead of only reading formulas.

For teachers or students here: do you think this type of animated explanation is actually useful in education, or does it just look nice without improving understanding?

I’m especially curious where visuals help most: math, statistics, finance, science, or something else.

reddit.com
u/No-Mango8172 — 2 months ago
▲ 1 r/n8n

Automate Youtube

I'm planning exploring how to automate YouTube watch hours using n8n and playwright. Who here already tried it? I'm curious about the result. I CAN DO IT but I'm asking before doing it because I need your opinions about this. Thanks!

reddit.com
u/No-Mango8172 — 3 months ago

I just finished going through this free n8n course and honestly didn't expect it to be this detailed.

It walks you through building a fully automated AI video factory that publishes to YouTube 3x a day without touching anything. 43 nodes, 8 APIs, fully hands-free. The guy explains every single node so you actually understand what's happening instead of just copy-pasting.

Found it at selwynbuilds[dot]com/course if anyone wants to check it out.

u/No-Mango8172 — 3 months ago

I just finished going through this free n8n course and honestly didn't expect it to be this detailed.

It walks you through building a fully automated AI video factory that publishes to YouTube 3x a day without touching anything. 43 nodes, 8 APIs, fully hands-free. The guy explains every single node so you actually understand what's happening instead of just copy-pasting.

Found it at selwynbuilds[dot]com/course if anyone wants to check it out.

u/No-Mango8172 — 3 months ago
▲ 3 r/CreatorServices+1 crossposts

So I structured everything into actual workflows and systems instead of endless theory.

Still building it out weekly, but the goal is simple:

Learn automation by creating real things you can actually use for business or sell to clients.

n8n • AI Agents • Lead Gen • Content Automation • Outreach • Client Systems

reddit.com
u/No-Mango8172 — 4 months ago