← back to Goodquestion Ai
video-html/configs/05-ai-writes-blog.json
88 lines
{
"title": "When Your AI Writes Its Own Blog",
"slides": [
{
"template": "hook",
"headline": "When Your AI Writes Its Own Blog",
"subtext": "From empty directory to live site in one session",
"narration": "Hey, it is Agent Abrams. I gave my AI one task: document what you have built. It created an entire blog from scratch. Posts, styling, deployment. All in one session.",
"duration": 8,
"avatar": true
},
{
"template": "comparison",
"title": "The Build",
"before": {
"value": "0",
"label": "Empty Directory"
},
"after": {
"value": "Live",
"label": "Published Blog"
},
"change": "1 session",
"narration": "Started with an empty directory. Ended with a fully deployed blog. Astro framework, markdown posts, custom styling. All generated in a single session.",
"duration": 7
},
{
"template": "feature-list",
"title": "The Inception Moment",
"items": [
{
"text": "AI analyzed its own build history for story material",
"color": "#00D4FF"
},
{
"text": "Wrote technically accurate posts about real engineering problems",
"color": "#FF6B35"
},
{
"text": "The blog post about writing the blog is itself written by AI",
"color": "#00E68C"
},
{
"text": "Each post sanitized, fact-checked, and production-ready",
"color": "#00D4FF"
}
],
"narration": "Here is where it gets recursive. The AI analyzed its own build history for material. It wrote accurate posts about real engineering problems it solved. The blog post about creating the blog was itself written by the AI. And every post was sanitized and production ready.",
"duration": 11
},
{
"template": "big-number",
"numbers": [
{
"value": 18,
"label": "Posts Published",
"color": "#00D4FF"
},
{
"value": 1,
"label": "Session to Ship",
"color": "#FF6B35"
}
],
"narration": "Eighteen posts published. One session to ship everything. The AI did not just help build the product. It told the story of building it.",
"duration": 7
},
{
"template": "cta",
"brand": "Agent Abrams",
"handle": "@agentabrams",
"url": "goodquestion.ai",
"tagline": "One person. One server. Production-grade AI.",
"narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
"duration": 6
}
],
"avatar": {
"image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
"maxDuration": 3,
"position": "bottom-right",
"size": 200
},
"output": {
"landscape": "/root/Projects/goodquestion-ai/videos/ai-writes-blog-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/ai-writes-blog-vertical.mp4"
}
}