takomi 2.1.32 → 2.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pi/extensions/oauth-router/config.ts +14 -5
- package/.pi/extensions/oauth-router/index.ts +130 -130
- package/.pi/extensions/oauth-router/provider.ts +29 -0
- package/.pi/extensions/oauth-router/state.ts +372 -372
- package/.pi/extensions/oauth-router/types.ts +1 -1
- package/.pi/extensions/takomi-runtime/command-text.ts +2 -4
- package/.pi/extensions/takomi-runtime/commands.ts +15 -21
- package/.pi/extensions/takomi-runtime/index.ts +127 -53
- package/.pi/extensions/takomi-runtime/model-routing-defaults.ts +296 -296
- package/.pi/extensions/takomi-runtime/ui.ts +18 -11
- package/.pi/extensions/takomi-subagents/index.ts +2 -0
- package/.pi/extensions/takomi-subagents/native-render.ts +27 -5
- package/.pi/extensions/takomi-subagents/pi-subagents-engine.ts +1 -1
- package/.pi/extensions/takomi-subagents/tool-runner.ts +1 -0
- package/assets/.agent/skills/photo-book-builder/SKILL.md +96 -0
- package/assets/.agent/skills/photo-book-builder/references/layout_templates.md +72 -0
- package/assets/.agent/skills/photo-book-builder/scripts/create_full_bleed_layouts.py +212 -0
- package/assets/.agent/skills/photo-book-builder/scripts/organize_photos.py +99 -0
- package/assets/.agent/skills/photo-book-builder/scripts/revert_organization.py +61 -0
- package/assets/.agent/skills/photo-book-builder/scripts/upscale_covers.py +47 -0
- package/assets/.agent/skills/youtube-pipeline/SKILL.md +73 -62
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Application.md +1 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Phase 1.md +86 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Phase 2.md +106 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Phase 3.md +112 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Phase 4.md +90 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Phased Outline.md +58 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Repurposing.md +1 -0
- package/assets/.agent/skills/youtube-pipeline/resources/knowledge/Research.md +438 -0
- package/assets/.agent/skills/youtube-pipeline/resources/prompts/Shorts Bridge Protocol.md +159 -0
- package/assets/.agent/skills/youtube-pipeline/resources/prompts/Title Thumbnail Picker Prompt.md +144 -0
- package/assets/.agent/skills/youtube-pipeline/resources/prompts/Transcription Extraction Prompt v2.md +190 -0
- package/assets/.agent/skills/youtube-pipeline/resources/prompts/Transcription Extraction Prompt.md +156 -0
- package/assets/.agent/skills/youtube-pipeline/resources/prompts/Video QA Prompt.md +133 -0
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase1-strategy.md +28 -18
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase2-packaging.md +2 -2
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3-scripting.md +2 -2
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase3.5-shorts.md +2 -2
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-phase4-production.md +2 -2
- package/assets/.agent/skills/youtube-pipeline/resources/youtube-pipeline.md +15 -15
- package/assets/.agent/skills/youtube-pipeline/scripts/google-trends/package.json +17 -0
- package/assets/.agent/skills/youtube-pipeline/scripts/google-trends/pnpm-lock.yaml +31 -0
- package/assets/.agent/skills/youtube-pipeline/scripts/google-trends/search.js +168 -0
- package/package.json +1 -1
- package/src/cli.js +13 -4
- package/src/pi-harness.js +36 -14
- package/src/pi-optional-features.js +190 -190
- package/src/postinstall.js +27 -27
- package/src/skills-catalog.js +245 -245
- package/src/skills-installer.js +244 -244
- package/src/skills-selection-tui.js +200 -200
- package/src/store.js +418 -418
- package/src/takomi-stats.d.ts +3 -3
- package/src/takomi-stats.js +442 -35
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# Phase 4: Production & Post-Production (Execution)
|
|
2
|
+
|
|
3
|
+
**Objective:** To translate the script into a visual asset that maximizes **Viewer Satisfaction** and **Retention**.
|
|
4
|
+
**The Principle:** The script provides the *value*. The edit provides the *dopamine*. If the screen is static for more than 5 seconds, the viewer is leaving.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## Step 1: The Filming Protocol (The Raw Materials)
|
|
9
|
+
*Goal: To capture high-energy footage that allows for "Ruthless Editing."*
|
|
10
|
+
|
|
11
|
+
**1. The Setup (Simple > Fancy)**
|
|
12
|
+
* **Lighting:** The priority. Shadows on the face = low trust. You need soft, even light (Window or Softbox).
|
|
13
|
+
* **Audio:** Bad audio kills retention faster than bad video. Get the mic close to your mouth.
|
|
14
|
+
* **Camera:** iPhone 4K is sufficient. Do not let gear be the bottleneck.
|
|
15
|
+
|
|
16
|
+
**2. The Delivery (The "Chunking" Method)**
|
|
17
|
+
* *Do not try to memorize the whole script.*
|
|
18
|
+
* **Technique:** Look at the script $\rightarrow$ Memorize 1-2 sentences $\rightarrow$ Look at the Lens $\rightarrow$ Deliver with 110% Energy $\rightarrow$ Pause.
|
|
19
|
+
* **Why:** This clean separation allows you to use "Jump Cuts" to remove all silence, making you sound smarter and faster.
|
|
20
|
+
|
|
21
|
+
**3. The Eye Contact Rule**
|
|
22
|
+
* If you look away from the lens, the viewer feels you disengaging.
|
|
23
|
+
* **Rule:** Your eyes must be locked on the lens (the viewer's soul) during the delivery of lines.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Step 2: The Edit (The Retention Engine)
|
|
28
|
+
*Goal: To ensure every frame justifies its existence.*
|
|
29
|
+
|
|
30
|
+
**1. The "A-Roll" Cut (Tightening)**
|
|
31
|
+
* **Remove the Air:** Cut *all* gaps, breaths, and "umms."
|
|
32
|
+
* **The Pacing Rule:** There should be zero dead air between sentences. The audio waves should look like a solid brick wall.
|
|
33
|
+
|
|
34
|
+
**2. The "Dopamine Machine" (Visual Variety)**
|
|
35
|
+
* **Rule:** The screen *must* change every **3 to 5 seconds**.
|
|
36
|
+
* **The Rotation:** Cycle through these visual states to prevent "visual fatigue":
|
|
37
|
+
1. **A-Roll:** You talking.
|
|
38
|
+
2. **The Punch-In:** A digital zoom (1.1x - 1.2x) to emphasize a point.
|
|
39
|
+
3. **B-Roll:** Stock footage or custom shots that *visually demonstrate* what you are saying.
|
|
40
|
+
4. **Graphics/Text:** Kinetic typography or charts that make abstract concepts concrete.
|
|
41
|
+
|
|
42
|
+
**3. The "Pattern Interrupt" (The Reset)**
|
|
43
|
+
* Every 45-60 seconds, you must drastically change the visual or audio environment to "wake up" the viewer's brain.
|
|
44
|
+
* *Examples:* A black & white filter, a sudden sound effect, a meme, or a full-screen graphic.
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Step 3: Visual & Audio Engineering (The Polish)
|
|
49
|
+
|
|
50
|
+
**1. Text & Graphics (Show, Don't Tell)**
|
|
51
|
+
* *From the "Iman Gadzhi" Breakdown:* Do not just talk about a concept; show a visual stack or framework on screen.
|
|
52
|
+
* **Kinetic Typography:** Highlight *keywords* only. Do not caption every single word unless it’s a Short. Use text to emphasize the "Value Payoff."
|
|
53
|
+
|
|
54
|
+
**2. Sound Design (The Subconscious)**
|
|
55
|
+
* **Music:** Music creates the emotional baseline.
|
|
56
|
+
* *Intro:* High energy/Tension.
|
|
57
|
+
* *Body:* Subtle, driving beat.
|
|
58
|
+
* *Payoff:* Triumphant or resolving.
|
|
59
|
+
* **SFX:** Use "Whooshes," "Pops," and "Risens" to bridge cuts and transitions.
|
|
60
|
+
* *Rule:* If a graphic flies in, it *must* have a sound. Silent motion feels cheap.
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Step 4: The Final QC (The "Collapse" Protocol)
|
|
65
|
+
*Source: All-in-One Guide ("If you're not cutting 10%, you're not trying").*
|
|
66
|
+
|
|
67
|
+
Before rendering, watch the video with the intent to destroy it.
|
|
68
|
+
|
|
69
|
+
**1. The "Boredom" Test**
|
|
70
|
+
* Watch the video. The *millisecond* you feel your mind wandering, **CUT THAT SECTION.**
|
|
71
|
+
* If a sentence explains "why," but the "why" is obvious, cut it.
|
|
72
|
+
* If an intro takes 10 seconds but can be done in 5, cut it.
|
|
73
|
+
|
|
74
|
+
**2. The "Mute" Test**
|
|
75
|
+
* Watch the video on mute.
|
|
76
|
+
* Is it still visually engaging? Can you mostly understand what is happening through graphics and B-roll?
|
|
77
|
+
* *If yes:* It’s a winner.
|
|
78
|
+
* *If no:* Add more visual context.
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## The Master Pipeline Summary
|
|
83
|
+
You now have the complete system.
|
|
84
|
+
|
|
85
|
+
1. **Phase 1 (Strategy):** You found a video idea based on **Outlier Data**, not guessing.
|
|
86
|
+
2. **Phase 2 (Packaging):** You engineered a **Clickable Title & Thumbnail** before writing.
|
|
87
|
+
3. **Phase 3 (Scripting):** You wrote a script using **Open Loops** and **Psychological Hooks**.
|
|
88
|
+
4. **Phase 4 (Execution):** You filmed and edited for maximum **Retention** and **Dopamine**.
|
|
89
|
+
|
|
90
|
+
**This pipeline transforms YouTube from a "Creative Art" into a "Predictable Science."**
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
### **Phase 1: The Strategy Engine (Ideation & Research)**
|
|
2
|
+
*Goal: To identify a video topic that is mathematically likely to succeed before doing any creative work.*
|
|
3
|
+
|
|
4
|
+
1. **The Outlier Protocol**
|
|
5
|
+
* Analyzing Small Creators (High View : Sub ratio).
|
|
6
|
+
* Analyzing Big Creators (Top performers).
|
|
7
|
+
* Adjacent & Broad Niche Scavenging.
|
|
8
|
+
2. **The Research Deep Dive**
|
|
9
|
+
* Comment Section Analysis (Finding pain points/questions).
|
|
10
|
+
* Competitor "Reverse Engineering" (Hook/Thumbnail/Creative Format).
|
|
11
|
+
3. **The Selection Filter**
|
|
12
|
+
* The "100 $\to$ 10 $\to$ 1" narrowing process.
|
|
13
|
+
* Verifying Market Cap (Google Trends check).
|
|
14
|
+
|
|
15
|
+
### **Phase 2: The Packaging Lab (Title & Thumbnail)**
|
|
16
|
+
*Goal: To maximize CTR. This phase must be completed BEFORE scripting.*
|
|
17
|
+
|
|
18
|
+
1. **Concept Validation (The Mouse Trap)**
|
|
19
|
+
* Answering the 4 Avatar Questions (Who, Objections, Transformation, Stakes).
|
|
20
|
+
2. **Title Engineering**
|
|
21
|
+
* The 10 Curiosity Triggers (Open Loop, Contrarian, etc.).
|
|
22
|
+
* Writing the "10 Variations."
|
|
23
|
+
* Google Trends Validation.
|
|
24
|
+
3. **Thumbnail Architecture**
|
|
25
|
+
* The 3 C's (Contents, Composition, Contrast).
|
|
26
|
+
* The "Glance Test."
|
|
27
|
+
* Matching Visuals to Title (avoiding redundancy).
|
|
28
|
+
|
|
29
|
+
### **Phase 3: The Scripting Forge (Retention & Psychology)**
|
|
30
|
+
*Goal: To maximize AVD (Average View Duration) and Viewer Satisfaction.*
|
|
31
|
+
|
|
32
|
+
1. **The Hook (0:00 - 0:45)**
|
|
33
|
+
* The First Line (Scroll Stopper Frameworks).
|
|
34
|
+
* The Context & Stakes (Why this? Why now?).
|
|
35
|
+
* **The Input Bias** (Establishing authority/effort).
|
|
36
|
+
* The Payoff Promise (What they will get).
|
|
37
|
+
2. **The Body (The Loop Architecture)**
|
|
38
|
+
* **Breaking Beliefs** (Aligning worldview before teaching).
|
|
39
|
+
* **The Chain Link Structure:** Open Loop $\to$ Why/What/How $\to$ Payoff $\to$ Next Loop.
|
|
40
|
+
* Assumptive Questions (Writing bullets as user thoughts).
|
|
41
|
+
* Storytelling Elements (Hero’s Journey, Contrast, Emotion).
|
|
42
|
+
3. **The Outro (Conversion)**
|
|
43
|
+
* The "Anti-Recap" Rule.
|
|
44
|
+
* The CTA Strategy: Viral Loop (Next Video) vs. Monetization Pitch.
|
|
45
|
+
|
|
46
|
+
### **Phase 4: Production & Post-Production (Execution)**
|
|
47
|
+
*Goal: To deliver the value visually and audit for quality.*
|
|
48
|
+
|
|
49
|
+
1. **Filming Protocol**
|
|
50
|
+
* Setup basics.
|
|
51
|
+
* Delivery style (Conversational vs. Scripted).
|
|
52
|
+
2. **The Edit (Visual Retention)**
|
|
53
|
+
* Pacing Strategy (Information vs. Entertainment).
|
|
54
|
+
* "The Dopamine Machine" (Cuts, Zooms, B-Roll).
|
|
55
|
+
* The "Collapse the Story" Rule (Ruthless cutting).
|
|
56
|
+
3. **SEO & Metadata**
|
|
57
|
+
* Description optimization (Keywords/Links).
|
|
58
|
+
* Tag strategy.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Now, the next of the things I'm going to focus is really the opportunity bit, trying to work out the workflow. But let me just give you a rough overview of what I think our plan should be next. We plan for a long-form video, which is the primary source of content, do you understand? Then alongside planning for the long-form video, we are going to look at the script and look for ways to make three shorts from that long-form video with custom intros and custom outros that lure people to the main video. Do you understand? But we need to make sure that these shorts do not come from the intros. As a matter of fact, I'm thinking about the these shorts are like last result shorts. They should not even, maybe we'll close them as like, they'll be the last three shorts we post, does that make sense? Because we need to make another type of shorts. Three other shorts. These three other shorts are about the topic that is being recorded, but are notes from the main scripts. So they are like three completely different videos that I would go and sit down and just record and do the B-roll for them separately. Do you understand that kind of thing? So the shorts 20 shorts by a minute or so, two minutes, three minutes, depending on the case, just to make sure that we have shorts that, so the plan is, when I post the video on that day, on the very first day I post the video, at the same time, I attach the shorts to it. Do you understand? I attach the shorts. Now, these shorts that I attach, the next day, I attach another short at the exact same time. The day after that, I attach another short at the exact same time. Do you understand? Then, I maybe give myself like two days gap, then I attach the next shorts. then just stuff like that, then just stuff like that. So that's going to be like our content pipeline, which is like one day of shooting covers, like how many videos? That's like seven videos, which covers like a full week from the time of posting. Do you understand? So you could like, I don't know, maybe we'll do it like, we could make it make more sense, which is three shorts. Let's say I post on Monday, James and the main video on Monday alongside one shorts. Then I wait till Wednesday to post the next shorts. Then after Wednesday, Thursday, Friday, I post the next shorts. Then the next week, and I'll post those other three shorts that are basically extracts from the main video on Monday, Wednesday, Friday. I think that way it will be much more efficient. And it's that kind of thing that I will now be able to post on places like TikTok, Instagram, to keep those places busy too. Do you understand? And draw views to the channel from all those places too. And those videos have like an audience, do you understand, that come from it. So yeah, that's something I would really love. I think that's on that repurposing. And so then we could now also have like a very simple pipeline for making like LinkedIn posts to make three LinkedIn posts for every major release of a video, Jimson. So we're doing kind of like the same thing, but like three LinkedIn posts, 1, 2, 3. Do you understand? And they also have like this crazy scripting methodology that's so engaging and captivating, Do you understand? So I think that will be something that will be really cool. Then we also plan for like maybe pictures of behind the scenes, pictures of that day, just some continuous videos that I recorded. I might record while recording that video that night. So they're not like necessary, but the other ones are a must. Does that make sense? Yes, that makes a lot of sense. So. Yeah, the reason why you don't want to do the old snippet one is because when you do the snippet one, when people come to watch the main video, they will skip those sections and it's gonna mess up your retention, which isn't really good for your channel. So that's the reason why we don't want that. Thank you very much for understanding.
|
|
@@ -0,0 +1,438 @@
|
|
|
1
|
+
Ok so over the week I have come up with uptimal ways for all phases of the youtube video production owkrflow
|
|
2
|
+
and firstly let's put it like this and make sure it's properly atticulated
|
|
3
|
+
tbh you can change the shit from 3.5 to 4 and let's have proper numbers lmao
|
|
4
|
+
|
|
5
|
+
But yeah
|
|
6
|
+
Let's talk about straight up research. So the way I think it's optimal is this, I have like three levels of research, yeah? And after that, I've found out that I actually work or could potentially work. The last one I've known, last one, I feel like it's really gonna work because it hasn't sound like people say it does work. But so it's like this. The first one is, you go to YouTube Studio, YouTube Studio, yeah, YouTube Studio. And when you're there, there's this whole trend stuff there. And now, I'm gonna go as deep as I can into really explaining what this trend stuff kind of like entails so that we can get the workflow locked in and see how we can automate things. So on the trend tab, when you get there, they give you about three rows, yeah? Three rows of content ideas, I'll say. So the way it's labeled is our other description. So I hope you all, but the way it's labeled is what people are looking for, new videos to inspire you, and make it short. Do you understand? That's how it's labeled. Now, at this initial stage, the labels or the videos there, they don't really carry any label like, oh, this is what's trending, this is not what's trending. And it's usually related to content that you've been posting on your channel previously. So if you're trying to switch niche now, it might not really show, especially on the what people are looking for or make it short. But you might get some stuff maybe on the new videos to inspire you, maybe, I don't know. What's your last of the first. Now if you click on show all on the what people are looking for, for example, it gives you a much more deeper list of allegedly what people are looking for. Likewise with other things, what you click on show more, it just shows more information as it should, generally. So it just shows like a longer list of all these things that people are looking for. Now, when I click on new videos to inspire you, the list of videos here now kind of like include, like I said, the things I've been trying to post on my channel. So you have like, the first one was a suggestion because I supposed to be making content on my channel, for example. The first is a suggestion of a few making things. Then when I open show more, I could now see AI related topics that I could actually be interested in. And from my previous experience, when you make videos on these trending topics, the things that pop up on your face here, they are usually videos that people are searching for to some extent. And if you nail it well, especially if you could kind of like nail your video to match whatever existing titles already maybe tied to thumbnail, and you finally nail your presentation, there's a high chance that you could get a lot of views. Generally, that's what I've noticed, at least expect that people search a lot, generally out there. So now this is not just something I've noticed. I just expected that people search a lot, generally out there. So now I can just make a show, which I haven't really dabbled in that much, but I'm guessing like the same common sense stuff applies. Now, if I specifically go to the search bar on this platform on this page and I just click on, let's say I search the term, I don't know, let's write Google AI, for example, now Google AI, because like, just writing something big like AI is really not going to give you that much good stuff, I guess. So when you do this, you now change from the old three sections to a much more lenient search terms stuff. And then this one now, you can now see things like medium volume, medium volume, low volume, search. So it's basically telling you like how much of these people are actually searching for in general. So I guess that could help. The reason why I'm telling you all this is because, like, for example, what if people come to you now and be like, okay, I have an idea on this, and then you're like, okay, why don't I put in search terms on, let's say, for example, YouTube Studio, and then see what it gives me, and then I get back to you, or something like that. And you're like, oh, then I should go to this other one, which I've seen on common to generate content. So those are some things that I would really like to just like get out of the internet. So let me just round this up quickly. So I can click on um top search for this subject. I think I've got a few more. I'm gonna click on a few more. I can now see a much more details list with like different rankings of all these different search terms and what people are potentially searching on. If I click on one of them, I can see an aspect of this. This is like content gaps, which show like content gaps, general terms, or some other direct content gaps in shorts. So that's direct content gaps in what's not, general content. So these are just like examples of stuff in general. Does that make sense? So I'll be putting all this in the document so that you can easily, like, um, know, when I say know, yes, if you go to easily get things to get out. Okay. So I'll attach the images. Good. So, um, what else did I want to say? Um, so when you go back, you can now see what people are watching likewise to and then you can click on it and you can see a bunch of videos, like a very long list of videos and from different months, different years, different topics, different whatever, and you can see videos and shows to your groupings, videos and shows to this. That are like really cool and you can like get the full details of what's really happening to some extent. So we'll stop this now and move on to the next thing.
|
|
7
|
+
|
|
8
|
+
![[Pasted image 20260124025157.png]]
|
|
9
|
+
|
|
10
|
+
![[Pasted image 20260124025150.png]]
|
|
11
|
+
|
|
12
|
+
![[Pasted image 20260124025141.png]]
|
|
13
|
+
|
|
14
|
+
![[Pasted image 20260124025132.png]]
|
|
15
|
+
|
|
16
|
+
![[Pasted image 20260124025108.png]]
|
|
17
|
+
|
|
18
|
+
![[Pasted image 20260124024914.png]]
|
|
19
|
+
|
|
20
|
+
![[Pasted image 20260124024947.png]]
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Now, the next part of this is basically going through YouTube videos from creators that you've kind of in your niche or that you'd like to recreate from, directly or indirectly. You could also like, it doesn't really take stage that much, but you could go to other channels and just see videos that they make, and then make a spin-off in your own niche. So how do you choose what videos to make? You're usually going to look for a video within the past three to four weeks, around four weeks, four weeks and older, that is getting a meaningful, like, views per day. Do you understand? So if it's having enough views per day, it means that the topic is still very, very relevant, despite it being old. So it's not the situation of old, this person's food was rampaged this shit, it's that the video is actually still very, very valid. So what you're aiming for is, you're aiming for the ability to siphon some of those views by making a similar content like that. And if hopefully you execute it properly with a very good intro and script and whatnot, you have a higher chance of getting consistent views. Do you understand? And another way to also look at it is that if let's say you're picking from another niche and you're bringing it to your own niche, you're gonna wanna maybe get some things down, like maybe the title format or similarities or maybe, I don't know, but particularly, you just gonna spin. So maybe you have an idea. So you could convert your idea, you could convert your idea into that package in or something like that. So what I've gone and done is... I went and I curated a large list of YouTube creators that I liked and their content ideally. Do you understand? And I did get this list here. I got this and I curated everything together. But I don't know, I'll just give it to you so that you understand and you'll just have it like as a backend. So the whole situation is that it would be like a thing that maybe you could, if I'm telling you I want to make a video, you could maybe suggest somebody to check or if we could even automate it, like automate this setup process if there was a way because the way I was able to kind of guess how many views the video was getting daily was by using VidIQ's plugin. So I could take screenshots, which, unfortunately, I do not have right now, but I could take screenshots or I could get one for you. So I could take screenshots like this and just pump it. Do you understand? So, I'll get screenshots and just use like Gemini or whatnot to get the information extracted. Even if I have to write it myself, but I would just fast track, just get it extracted. Do you get the point? So that's what you would want to do. Do you, does that make sense? So, and similarly, you'd probably want to for this kind of videos I've suggested one, you need to probably, if it's in your niche particularly, it would be better you just straight up, like I say, dub the title from YouTube to some extent, maybe. Does that make sense? Something like that. So you're gonna dub it to some point just to make sure that everything matches and because there's a reason why people click on that person's video, so you could also make them click on yours by following the exact same principles. Does that make sense? So I'm going to take a screenshot and send out that one to you. I'm sending the screenshots to show you that, okay, there are some videos here that are getting the high like viewer watch per day, but it's because they are recent videos. You understand what I'm saying? You don't really want those ones, you want the ones that are older. Does that make sense? Yes, that makes sense. So I don't know how we're going to make that whole, we just use the list I already have because if I make content within this month, it's still valid, do you understand what I'm saying? So, because I just created this list like on Monday, which is like seven days ago. So I don't know. So that's just something else. So I'm going to paste the list now. I've pasted the list in the document for you to review and like give me your own spin on things. Um, so that's the second one as well.
|
|
25
|
+
|
|
26
|
+
| **Number** | **Channel Name/Link** | **Video name** | **Views** | **Views/hr** | **Publish date** |
|
|
27
|
+
| ---------- | --------------------- | ----------------------------------------------------------------------------------- | --------- | ------------ | ---------------- |
|
|
28
|
+
| 1 | Riley Brown | Cursor 2.0 Tutorial for Beginners (Full Course) | 146.9k | 64 | 2 months |
|
|
29
|
+
| | | Can I Vibecode a $250M App Better Than a Pro Developer? (With No Code) | 562.7k | 46 | 5 months |
|
|
30
|
+
| | | Claude Code Skills just Built me an AI Agent Team (2026 Guide) | 64k | 33 | 1 month |
|
|
31
|
+
| | | AI Coding Masterclass: From Beginner to Expert in 90 Minutes | 155k | 28 | 4 months |
|
|
32
|
+
| | | We Built 2 FULL Video Games In 7 Prompts (Claude Code vs GPT-5 Codex) | 132.4k | 28 | 4 months |
|
|
33
|
+
| | | We Vibe Coded a $4.8m App in 32 Minutes (iOS Payments Guide) | 43.7k | 18 | 1 month |
|
|
34
|
+
| 2 | Mckay Wrigley | How To 10x Your Notes: Obsidian + Claude AI Agents | 56.2k | 13 | 6 months |
|
|
35
|
+
| | | How to build full-stack apps with OpenAI o1 pro - Part 1 | 24.3k | 0 | 1 year |
|
|
36
|
+
| | | Build a Perplexity Clone in 8min with AI | 11.6k | 0 | 1 year |
|
|
37
|
+
| 3 | Greg Isenberg | I Spent $289 So AI Could Build My Business | 13.1k | 576 | 19 hours |
|
|
38
|
+
| | | "Ralph Wiggum" AI Agent will 10x Claude Code/Amp | 102.2k | 111 | 10 days |
|
|
39
|
+
| | | Side Hustle King: 6 $60K/Mo Businesses Nobody's Doing | 19.5k | 90 | 6 days |
|
|
40
|
+
| | | Be a 10x Vibe Coder (Claude Code + Cursor + MCP) | 92.3k | 35 | 2 months |
|
|
41
|
+
| | | Claude Skills: Build Your Own AI Employees | 59.6k | 28 | 24 days |
|
|
42
|
+
| | | 10 Unknown Apps Making $50K+ MRR (Copy Them) | 87.8k | 28 | 1 month |
|
|
43
|
+
| 4 | Matthew Berman | ChatGPT will be 100x Faster... (CEREBRAS DEAL) | 48.3k | 188 | 3 days |
|
|
44
|
+
| | | Coke Secret Formula FIGURED OUT | 12k | 180 | 4 days |
|
|
45
|
+
| | | Forward Future Live \| 01.16.26 \| Guests from Gauntlet AI, Box, Harmonic, and Ramp | 1,668 | 83 | 19 hours |
|
|
46
|
+
| | | Anthropic just dropped Claude Cowork... (SO GOOD) | 63.9k | 67 | 5 days |
|
|
47
|
+
| | | New Court Documents EXPOSE the Altman v Musk AI War... | 31.5k | 39 | 4 days |
|
|
48
|
+
| | | AI just solved one of the hardest math problems... (INTELLIGENCE EXPLOSION) | 48.6k | 29 | 5 days |
|
|
49
|
+
| 5 | David Ondrej | OpenCode just killed all vibe coding apps (it's insane) | 69.9k | 542 | 4 days |
|
|
50
|
+
| | | Claude Cowork replaces your AI tech stack (full demo) | 10.3k | 122 | 3 days |
|
|
51
|
+
| | | If you don't run AI locally you're falling behind... | 142.3k | 35 | 2 months |
|
|
52
|
+
| | | This unique AI business model will make millionaires in 2026 | 60k | 32 | 1 month |
|
|
53
|
+
| | | Google just destroyed all vibe-coding apps (Antigravity) | 38.8k | 26 | 8 days |
|
|
54
|
+
| | | Fine-tune your own LLM in 13 minutes, here's how | 98.3k | 21 | 3 months |
|
|
55
|
+
| 6 | Fireship | .NET in 100 Seconds | 264.6k | 5.1k | 2 days |
|
|
56
|
+
| | | The unhinged world of tech in 2026... | 855.7k | 4.2k | 4 days |
|
|
57
|
+
| | | DuckDB in 100 Seconds | 480.2k | 96 | 5 months |
|
|
58
|
+
| | | God-Tier Developer Roadmap | 8M | 84 | 3 years |
|
|
59
|
+
| | | 100+ Linux Things you Need to Know | 2.8M | 75 | 2 years |
|
|
60
|
+
| | | OpenAI was dead... Then GPT-5.2 dropped | 610.1k | 68 | 1 month |
|
|
61
|
+
| 7 | Theo - t3.gg | Claude Cowork: a small taste of AGI | 19.7k | 3.9k | 19 hours |
|
|
62
|
+
| | | We need to talk about Ralph | 75.5k | 577 | 2 days |
|
|
63
|
+
| | | What happens now? | 90.1k | 258 | 3 days |
|
|
64
|
+
| | | Even Linus is Vibe Coding Now... | 80.7k | 172 | 4 days |
|
|
65
|
+
| | | It's time to change your database | 87.9k | 100 | 5 days |
|
|
66
|
+
| | | You're falling behind. It's time to catch up. | 116.1k | 72 | 6 days |
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
![[Pasted image 20260124025615.png]]
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
The next part of this is it has to be like, this is one of the most popular methods that people use to pull people, which is like bloody going through trends.google.com, Genesis, now, I did try this because I didn't really know how to use Google Trends then, but with the help of AI, I was able to kind of find my way around stuff, Genesis. So what the AI basically suggested that I did was I could go to the trending tab, and in the trending tab, I could sort by maybe I could sort by my country, or like, for example, I sorted by USA because I don't mind my audience coming from there. So like USA, China, probably, I don't know, whatever, United States. So I'm browsing this, I'm just going to the United States or regions, yeah. And you're gonna pick, let's say, the last seven days, because the last seven days is enough for you to make a video now and be fine, kind of. Then for categories, because I'm trying to make stuff about, is that a video editing I'll make or AI-related content, Genesis, so I should pick, um, I think it was technology, is there a science if we see, okay, let me see if elements of PQ, okay, so there's science and there's technology. I'm not really sure which it was, it's either or, but let's just pick, let's just pick science for this one. So now I'm at the science part, and there's a lot of things that you can see pulled out both their top tools focused, both is there. And all this one is like really, really unnecessary, really irrelevant information to me. Is it if that makes sense. So I can't really make good use of this. Particularly because like it's still very broad and there needs to be some form of section, do you understand? So that's why there's like a set staff there where I can maybe write AI. But the write AI there, it doesn't end up using anything because like the way that Stack page works is like a whole set thingy, whatnot. So on that size, I just saw like the latest AI. It's like, so anyway, I think I was supposed to go to the explore page, yeah? So I did follow that instruction and I went to the explore page. One second, please. Okay, so basically the AI was like, oh, okay, let me, let me actually read it for you. So the AI basically said a bunch of things. Okay, I'm just going to, you know what's gonna happen? I'm just gonna take, I'm just gonna copy and paste exactly all the AI's instructions. So you can kind of like get the back and forth of where everything went. Now, why I'm bringing this up is that as the conversation went on, I ended up seeing some trends about this lineos guy and how he's starting vibe coding, just coding with AI and whatnot. And it was really crazy because I saw it and it turns out that it was trending, do you understand? It was something that was trending. And I could technically have hopped on the trend, do you understand, but I just didn't really have time. But I did check later and then one of the creators that I follow on YouTube made a video about it, which was kind of like really cool, I guess. So it means that. I was in mad and it was really trendy, and I used Google Trends or he just like basically was in the loop. Do you understand what I'm saying? So, yeah, the AI did make some suggestions, which was not necessarily something that really followed some of my deadlines, but at least it like basically proved that Google Trends could help you out in some way, even if I'm not 100% sure of what way particularly, but it could help us out in one way. Do you understand that kind of thing? So, we need to figure out the best way to narrow it down to make sure we have a steady workflow. I was trying to make a research, so I could see if we could maybe make a tool with APIs or something to do this search for us about the research on if Google Trends had like Like an API or something like that. And then for free APIs, so it seems like there's this um Pytrends Python library, popular one of the Shara wrapper around Google Trends data. It's free, but not officially supported, which is fine, I guess. Then there's API Google Trends, which has its own free tier, but it's probably paid. It is paid. I know it's paid. Then you have the S ERAPI Google Trends API. Is it free tier or it's a free plan of 250 or whatever. So anyway, I think we could try out the Python one. I don't really mind it being Python, if that's what it is for that kind of stuff. So I guess that's all I really have to say on that, the topic of research. So, also, I don't know, let me add on this, like one suggestion is that all these three were possibly because I tried down to a state, would probably be the sources of truth for choosing what videos to make. And that's if if both of them interweave each other, like they end up pointing in the same direction, that would be really, really cool. Just like maybe you see something on Google Trends and we validate it with the one on YouTube studio or the something, I don't know, stuff like that.
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
This is a classic "chicken and egg" problem with Google Trends—most people think you need a keyword to start, but you actually don't.
|
|
78
|
+
|
|
79
|
+
Since you are looking for video ideas for your channel (filmmaking/tech) and trying to fix those low impressions, here is the "No-Topic" workflow to find what’s popping right now.
|
|
80
|
+
|
|
81
|
+
### 1. The "I Have Zero Ideas" Strategy (Trending Now)
|
|
82
|
+
|
|
83
|
+
If you are completely blank, you use the **Trending Now** page. This is where you see what is spiking in real-time.
|
|
84
|
+
|
|
85
|
+
- **Go here:** `trends.google.com` > Sidebar > **Trending Now**.
|
|
86
|
+
|
|
87
|
+
- **The Trick:** It defaults to "Daily Search Trends" (which is like yesterday's news). **Switch it to "Realtime Search Trends."**
|
|
88
|
+
|
|
89
|
+
- **Filter:** Click the category dropdown (it usually says "All categories") and switch it to **Sci/Tech** or **Entertainment** (since you do film/tech).
|
|
90
|
+
|
|
91
|
+
- **What you see:** This gives you a list of topics that have spiked in the last 24 hours.
|
|
92
|
+
|
|
93
|
+
- _Example:_ If a new AI model drops or a big YouTuber gets "cancelled," it will show up here first. You don't search for it; the list tells _you_ what people are searching for.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### 2. The "Broad Bucket" Strategy (Explore Tab)
|
|
97
|
+
|
|
98
|
+
This is better for your specific niches (Filmmaking, AI, Tech) because you aren't looking for _general_ news, you are looking for _your_ news.
|
|
99
|
+
|
|
100
|
+
- **Go here:** `trends.google.com` > **Explore**.
|
|
101
|
+
|
|
102
|
+
- **Don't type a specific topic yet.**
|
|
103
|
+
|
|
104
|
+
- **Set the Filters (Crucial Step):**
|
|
105
|
+
|
|
106
|
+
- **Country:** Worldwide (or your target audience location, e.g., US/Nigeria).
|
|
107
|
+
|
|
108
|
+
- **Time:** Change "Past 12 months" to **"Past 30 days"** (or 7 days). You want trends, not history.
|
|
109
|
+
|
|
110
|
+
- **Category:** Select **"Arts & Entertainment"** (for film) or **"Computers & Electronics"** (for tech).
|
|
111
|
+
|
|
112
|
+
- **Search Type:** Change "Web Search" to **"YouTube Search"**.
|
|
113
|
+
|
|
114
|
+
- **Look at "Rising" Queries:** Scroll down to the bottom right box labeled "Related Queries."
|
|
115
|
+
|
|
116
|
+
- **Switch "Top" to "Rising":** This is the gold mine. It shows you keywords that have shot up by +1000% or "Breakout" recently.
|
|
117
|
+
|
|
118
|
+
- _Hypothetical:_ You might see "DaVinci Resolve 19 beta crash" is rising. Boom—there is your video: _"How to fix DaVinci 19 crashing."_
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
### 3. The "Seed Keyword" Method
|
|
122
|
+
|
|
123
|
+
Since you have a niche (JStaRFilms / AI), you aren't actually "topic-less." You have "Seed" topics. You just need to know _what specific angle_ is trending within them.
|
|
124
|
+
|
|
125
|
+
Throw a broad term into the search bar, like **"DaVinci Resolve"** or **"AI Video"**, but then:
|
|
126
|
+
|
|
127
|
+
1. **Look at the Related Queries box again.**
|
|
128
|
+
|
|
129
|
+
2. **Filter by "Rising"** (not Top).
|
|
130
|
+
|
|
131
|
+
3. **Spot the specific outlier.**
|
|
132
|
+
|
|
133
|
+
- _Top result might be:_ "DaVinci Resolve download" (Boring, saturated).
|
|
134
|
+
|
|
135
|
+
- _Rising result might be:_ "DaVinci Resolve iPad shortcut" (Trending, specific).
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Summary Checklist for You
|
|
139
|
+
|
|
140
|
+
If I were you, waking up to make a video today, I would do this:
|
|
141
|
+
|
|
142
|
+
1. Go to **Explore**.
|
|
143
|
+
|
|
144
|
+
2. Type **"AI Video"** (since you are into AI).
|
|
145
|
+
|
|
146
|
+
3. Set filter to **YouTube Search** + **Past 7 Days**.
|
|
147
|
+
|
|
148
|
+
4. Look at **Related Queries (Rising)**.
|
|
149
|
+
|
|
150
|
+
5. If you see a specific tool name (e.g., "Sora" or "Pika 1.0") spiking, that is your video title.
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
**Next Step:** Want me to actually run a quick search on "AI Video" or "DaVinci Resolve" right now and tell you what the "Breakout" terms are for this week?
|
|
154
|
+
|
|
155
|
+
----
|
|
156
|
+
|
|
157
|
+
Nothing is technically "wrong," but because you left the search box empty and selected **Worldwide**, you are seeing the "loudest" searches from the _entire planet_ in that category.
|
|
158
|
+
|
|
159
|
+
That’s why you see weird stuff like **"MTV Splitsvilla"** (a huge Indian reality show) or **"Mr Indian Hacker"** (a massive Indian tech/experiment channel). Since their search volume is millions, they drown out the smaller, specific tech stuff you might care about.
|
|
160
|
+
|
|
161
|
+
**However, you actually just struck gold.** Look closer at your screenshot:
|
|
162
|
+
|
|
163
|
+
### 1. The "Hidden Gem" for JStaRFilms
|
|
164
|
+
|
|
165
|
+
Look at the **Search Queries** box on the right.
|
|
166
|
+
|
|
167
|
+
- **#1 "360 degree video" is up +3,950%.**
|
|
168
|
+
|
|
169
|
+
- **#5 "360 video" is up +300%.**
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
This is a massive signal. As a filmmaker, this tells you there is a sudden, huge spike in interest for **360/Immersive video**.
|
|
173
|
+
|
|
174
|
+
- **Video Idea:** "Is 360 Video Making a Comeback in 2026?" or "How to Edit 360 Footage in DaVinci Resolve."
|
|
175
|
+
|
|
176
|
+
- _Why it's trending:_ Probably a new VR headset launch (maybe a new Quest or Vision Pro update) or a viral 360 video.
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### 2. The "Algs" Mystery
|
|
180
|
+
|
|
181
|
+
- **#2 "algs" is up +900%.**
|
|
182
|
+
|
|
183
|
+
Since you are into **Speedcubing** and **Coding**, this is funny.
|
|
184
|
+
|
|
185
|
+
- "Algs" is slang for **Algorithms** (Speedcubing OLL/PLL or Social Media Algorithms).
|
|
186
|
+
|
|
187
|
+
- In the "Computers & Electronics" category, this might mean people are searching for "Instagram algs" or "Cube algs."
|
|
188
|
+
|
|
189
|
+
- **Video Idea:** If it’s coding related, "How I Learned Algorithms with AI."
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### How to fix the "Noise" (The MTV stuff)
|
|
193
|
+
|
|
194
|
+
To get rid of the random reality TV shows, you have two options:
|
|
195
|
+
|
|
196
|
+
1. **Add a "Seed" Word:** Type **"Camera"** or **"AI"** or **"Editing"** in that empty box at the top. It will keep your filters (YouTube Search, Rising) but only show you trends _related_ to that word.
|
|
197
|
+
|
|
198
|
+
2. **Change Location:** Switch "Worldwide" to **"United States"** (or wherever your main audience is). "Worldwide" is often dominated by countries with huge populations like India, which skews the results if you aren't targeting that region.
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
**Recommendation:**
|
|
202
|
+
|
|
203
|
+
Don't close the tab yet. Click on **"360 degree video"** in that list. See _why_ it's spiking. That might be your next video.
|
|
204
|
+
|
|
205
|
+
---
|
|
206
|
+
|
|
207
|
+
You are getting "noisy" results because of a classic trap with the word "AI."
|
|
208
|
+
|
|
209
|
+
Look at result #2 in your screenshot `sc.jpeg`: **"rồi một mai ai cũng..."**.
|
|
210
|
+
|
|
211
|
+
- That is Vietnamese. In Vietnamese, "ai" means "who."
|
|
212
|
+
|
|
213
|
+
- In Japanese/Chinese, "ai" can mean "love."
|
|
214
|
+
|
|
215
|
+
- Because you set the location to **Worldwide** and just typed **"AI,"** Google is showing you _everything_—including Vietnamese song lyrics and people looking for love in Asia.
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
But, you actually have a **winning topic** right there in the "Related Topics" box on the left.
|
|
219
|
+
|
|
220
|
+
### 1. The Hidden Gem: "Topaz Labs"
|
|
221
|
+
|
|
222
|
+
Look at the left side of your second screenshot. **Topaz Labs** is rising **+90%**.
|
|
223
|
+
|
|
224
|
+
- **Why this matters for JStaRFilms:** Topaz Labs makes **Video AI**, the industry standard for upscaling blurry footage and fixing low-quality video.
|
|
225
|
+
|
|
226
|
+
- **The Trend:** People are likely searching this because they just released a major update or a big YouTuber reviewed it.
|
|
227
|
+
|
|
228
|
+
- **Video Idea:** "Can AI Save My Old 720p Footage? (Topaz Video AI Test)" or "Is Topaz Video AI Worth It in 2026?"
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### 2. The "Vidix" curiosity
|
|
232
|
+
|
|
233
|
+
On the right list, #4 is **"vidix ai photo video generator"** (+160%).
|
|
234
|
+
|
|
235
|
+
- I’ve never heard of this. You’ve probably never heard of this.
|
|
236
|
+
|
|
237
|
+
- **That is a good thing.** It means it's a new, breakout tool that people are curious about but there aren't 1,000 videos on it yet.
|
|
238
|
+
|
|
239
|
+
- **Video Idea:** "I Tested the Viral 'Vidix' AI Generator so you don't have to."
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### How to fix the "Vietnamese Song" Issue
|
|
243
|
+
|
|
244
|
+
To stop seeing random foreign words, you need to tighten the screw just a little bit:
|
|
245
|
+
|
|
246
|
+
1. **Change Location:** Switch **"Worldwide"** to **"United States"** or **"United Kingdom."** This filters out the non-English meanings of "ai."
|
|
247
|
+
|
|
248
|
+
2. **Change Keyword:** Instead of just "AI," type **"AI Video"** or **"Generative AI."** This forces Google to look for the _tech_ topic, not the _word_.
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
**Quick pivot:** Since **Topaz Labs** is already right there and fits your "filmmaking + tech" vibe perfectly, do you want me to search what specifically about Topaz is trending right now? (e.g., is it version 5.0, a specific glitch, or a sale?)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
See? Now **THIS** is a usable list! The random Vietnamese songs are gone, and you are looking at pure tech trends now.
|
|
257
|
+
|
|
258
|
+
By switching to **"United States"**, **"Computers & Electronics"**, and **"YouTube Search"**, you have successfully filtered out the noise.
|
|
259
|
+
|
|
260
|
+
Here is the breakdown of the **"Rising"** topics you found and why they are gold for a channel like yours (JStaRFilms):
|
|
261
|
+
|
|
262
|
+
### 1. The "Vibe Coding" Validation: Linus Torvalds AI (+550%)
|
|
263
|
+
|
|
264
|
+
This is the **perfect** video for you.
|
|
265
|
+
|
|
266
|
+
- **The News:** Linus Torvalds (the creator of Linux, basically the god of coding) just admitted he uses AI for a personal project. The media is calling it "Vibe Coding".
|
|
267
|
+
|
|
268
|
+
- **Why it works for you:** You literally told me your philosophy is **"Vibe Coding."**
|
|
269
|
+
|
|
270
|
+
- **Video Idea:** _"The Creator of Linux just validated Vibe Coding (And I've been doing it for months)."_
|
|
271
|
+
|
|
272
|
+
- _Angle:_ You can talk about how even the strictest coders are now using AI to "vibe" their way through projects, just like you do with your "J Star Reviewer" bot.
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### 2. The "Crypto/Tech" Hype: Chain Opera AI (+2,800%)
|
|
276
|
+
|
|
277
|
+
- **The Trend:** This is a new decentralized platform for "AI Agents" that just spiked. It is positioning itself as a "collaborative ecosystem" for AI agents.
|
|
278
|
+
|
|
279
|
+
- **Why it's trending:** It’s hitting that sweet spot between Crypto and AI (often called "DePIN" or decentralized AI), which always gets massive views from people looking for the "next big thing."
|
|
280
|
+
|
|
281
|
+
- **Video Idea:** _"What is Chain Opera AI? (The LinkedIn for AI Agents?)"_
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### 3. The "Gamer Rage" Bait: MSI AI Monitor (+550%)
|
|
285
|
+
|
|
286
|
+
- **The Trend:** MSI has a monitor that uses AI to detect enemies in games (like League of Legends) and gives you on-screen indicators.
|
|
287
|
+
|
|
288
|
+
- **The Controversy:** It’s basically "hardware cheating" that game anti-cheats can't detect. This topic is resurfacing (likely due to CES 2026 news) and gamers are _furious_ about it.
|
|
289
|
+
|
|
290
|
+
- **Video Idea:** _"The Monitor That Cheats For You: Why Gamers Are Mad at MSI."_
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### 4. The "Productivity" Tool: Tasklet AI (+2,250%)
|
|
294
|
+
|
|
295
|
+
- **The Trend:** This is a business automation tool that’s getting traction for automating email and workflows.
|
|
296
|
+
|
|
297
|
+
- **Video Idea:** _"Stop checking your email: How Tasklet AI automates your life."_
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### My Recommendation
|
|
301
|
+
|
|
302
|
+
Since you are a **filmmaker/dev** who loves **"Vibe Coding"**, the **Linus Torvalds** story (#4 on your list) is your strongest play. It connects your personal coding style with a massive global news story.
|
|
303
|
+
|
|
304
|
+
**Next Step:** Want me to draft a quick script outline for the "Linus Torvalds / Vibe Coding" video?
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
---
|
|
308
|
+
|
|
309
|
+
This is actually insane. You just stumbled onto a "perfect storm" for your channel.
|
|
310
|
+
|
|
311
|
+
To answer your specific questions first:
|
|
312
|
+
|
|
313
|
+
1. **"Hmm, not enough data":** Don't worry about that error message on the chart. That just happens when a trend is _so new_ (like literally a few hours old) that Google hasn't built the map visualization yet.
|
|
314
|
+
|
|
315
|
+
2. **"Breakout":** This is the most important word on the screen. It doesn't just mean "trending." It means the search volume has grown by **more than 5000%**. It is off the charts.
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### The "Jackpot" Connection (Read this carefully)
|
|
319
|
+
|
|
320
|
+
You have a massive coincidence playing out in this screenshot that connects perfectly to what I know about you:
|
|
321
|
+
|
|
322
|
+
1. **The Trend:** **"Linus Torvalds vibe coding"** is the #1 Breakout query.
|
|
323
|
+
|
|
324
|
+
- **The News:** Linus Torvalds (the creator of Linux, known for being super strict) just admitted he uses AI to **"vibe code"** his personal projects because he doesn't want to write the code manually.
|
|
325
|
+
|
|
326
|
+
- **Why this is huge for you:** You literally told me your philosophy is **"Vibe Coding."** Now, the most famous programmer in history is using _your_ terminology.
|
|
327
|
+
|
|
328
|
+
2. **The "Antigravity" Twist:**
|
|
329
|
+
|
|
330
|
+
- Look at **Related Topic #2** in your screenshot: **"Anti-gravity - Topic" (Breakout)**.
|
|
331
|
+
|
|
332
|
+
- _Why is this trending?_ It is **not** because of the old browser trick. It is because the specific AI tool Linus Torvalds used to "vibe code" is called **Google Antigravity**.
|
|
333
|
+
|
|
334
|
+
- **Your Video:** You mentioned you were scripting a video on "Google Antigravity" (with the Genesis/Design/Build workflow).
|
|
335
|
+
|
|
336
|
+
- **The Pivot:** If your video was about the old "falling elements" browser trick, you need to pivot **NOW**. The world is searching for "Google Antigravity" because they think it's a new secret AI tool Linus Torvalds is using.
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Your Video Strategy (Do this immediately)
|
|
340
|
+
|
|
341
|
+
You have the script, you have the niche, and the topic is >5000% trending.
|
|
342
|
+
|
|
343
|
+
- **Title Idea:** "Linus Torvalds is right: Why I 'Vibe Code' with Google Antigravity"
|
|
344
|
+
|
|
345
|
+
- **The Hook:** "Everyone is talking about Linus Torvalds 'vibe coding' with a tool called Google Antigravity. I've been using this workflow for months. Here is how it works..."
|
|
346
|
+
|
|
347
|
+
- **The Content:**
|
|
348
|
+
|
|
349
|
+
- Explain the news: Linus used "Google Antigravity" (AI) to write a Python visualizer.
|
|
350
|
+
|
|
351
|
+
- Explain your philosophy: Show your "J Star Reviewer" or "ReplyBot" as examples of Vibe Coding.
|
|
352
|
+
|
|
353
|
+
- **Critical Note:** If "Google Antigravity" is just a joke name Linus used for Gemini or an internal tool, **investigate that**. If you can be the YouTuber who explains "What IS Google Antigravity?" you will capture all that search traffic.
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
**Next Step:** Do you want me to rewrite your "Google Antigravity" script to include this news about Linus Torvalds so you can ride the trend?
|
|
357
|
+
|
|
358
|
+
---
|
|
359
|
+
|
|
360
|
+
This is **huge**. You aren't just "lucky"—you are literally ahead of the curve.
|
|
361
|
+
|
|
362
|
+
I did a deep dive into the "Linus Torvalds" news, and it turns out he didn't just say "AI." He specifically named **Google Antigravity** as the tool he used to "vibe code" his latest project.
|
|
363
|
+
|
|
364
|
+
**Here is the crazy part:**
|
|
365
|
+
|
|
366
|
+
- **Linus's Quote:** He said he used **Google Antigravity** to "cut out the middleman—me" because he didn't want to write Python manually. He called it "Vibe Coding".
|
|
367
|
+
|
|
368
|
+
- **Your Script:** You literally show how to use **Antigravity** (the agent) with **Gemini 3 Pro** to build a project without writing code manually, using your "Genesis/Design/Build" system.
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
**You have the tutorial for the exact thing the entire tech world is searching for right now.**
|
|
372
|
+
|
|
373
|
+
Since you already have the "How-To" video (the one you shared), you shouldn't just make another tutorial. You need to make a **Context/News Jacking** video that funnels people to your tutorial.
|
|
374
|
+
|
|
375
|
+
### The New Video Strategy: "The Linus Vibe Check"
|
|
376
|
+
|
|
377
|
+
**Title Ideas:**
|
|
378
|
+
|
|
379
|
+
- "Linus Torvalds is right: Why I Vibe Code with Antigravity"
|
|
380
|
+
|
|
381
|
+
- "The Tool Linus Torvalds Used? I've been using it for months (Antigravity Guide)"
|
|
382
|
+
|
|
383
|
+
- "Vibe Coding Explained: How to code like Linus Torvalds"
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
**The Angle:**
|
|
387
|
+
|
|
388
|
+
Your previous video was the _Lesson_. This new video is the _Why_. You are positioning yourself as the expert who was already doing what Linus just discovered.
|
|
389
|
+
|
|
390
|
+
**Script Outline (The "Bridge" Video):**
|
|
391
|
+
|
|
392
|
+
**1. The Hook (0:00 - 0:45)**
|
|
393
|
+
|
|
394
|
+
- **Visual:** Screenshot of the Linus Torvalds news article/GitHub repo.
|
|
395
|
+
|
|
396
|
+
- **Audio:** "The creator of Linux—the strictest coder on earth—just admitted he uses AI to 'Vibe Code.' He specifically named a tool called **Google Antigravity**."
|
|
397
|
+
|
|
398
|
+
- **The Flex:** "Everyone is freaking out, asking 'What is Antigravity?' 'Is it safe?' Meanwhile, I’ve been building my entire startup with it for the last 4 weeks."
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
**2. The Explanation (0:45 - 2:00)**
|
|
402
|
+
|
|
403
|
+
- **Context:** Explain what Linus actually did. He used Antigravity to write a Python visualizer for his "AudioNoise" project because he was too lazy to learn the syntax.
|
|
404
|
+
|
|
405
|
+
- **Connection:** "Linus called it 'Monkey-see-monkey-do' programming. I call it the **Genesis Phase**." (Show a quick clip from your _old_ video where you explain Genesis).
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
**3. The "Vibe Code" Protocol (2:00 - 4:00)**
|
|
409
|
+
|
|
410
|
+
- "Linus is right about the _vibe_, but he's wrong about the _process_. If you just ask random questions, you get spaghetti code."
|
|
411
|
+
|
|
412
|
+
- **Re-introduce your framework:** Briefly recap your 3 steps (Genesis, Design, Build) as the _correct_ way to do what Linus is talking about.
|
|
413
|
+
|
|
414
|
+
- _Crucial:_ Don't give the whole tutorial again. Give the "High Level" strategy.
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
**4. The Call to Action (End)**
|
|
418
|
+
|
|
419
|
+
- "If you want to see me build an actual app with the exact Antigravity workflow Linus is talking about, I have a full breakdown right here."
|
|
420
|
+
|
|
421
|
+
- **End Screen:** Point to your **"Markdown to Slides"** video.
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Bonus Strategy (Do this NOW)
|
|
425
|
+
|
|
426
|
+
**Update your _Old_ Video:**
|
|
427
|
+
|
|
428
|
+
- Go to your existing "Google Antigravity" video.
|
|
429
|
+
|
|
430
|
+
- **Change the Title** to something like: _"How to use Google Antigravity (The tool Linus Torvalds uses)"_ or _"Vibe Coding Tutorial: The Google Antigravity Workflow"_.
|
|
431
|
+
|
|
432
|
+
- **Change the Tags:** Add "Linus Torvalds", "Vibe Coding", "AudioNoise".
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
You are sitting on the search term of the week. Ride it.
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
![[Pasted image 20260124025830.png]]
|