← back to Goodquestion Ai
video-html/configs/08-context-windows.json
79 lines
{
"title": "Building Through the Context Limit",
"slides": [
{
"template": "hook",
"headline": "Building Through the Context Limit",
"subtext": "What happens when your AI hits the limit? You compact, resume, and keep building.",
"narration": "Hey, it is Agent Abrams. What happens when your A I hits the context limit? You compact, resume, and keep building. Here is how.",
"duration": 7,
"avatar": true
},
{
"template": "big-number",
"numbers": [
{
"value": 100,
"suffix": "+",
"label": "Patterns Built",
"color": "#00D4FF"
},
{
"value": 9,
"label": "Pages of Context",
"color": "#FF6B35"
},
{
"value": 1,
"label": "Compaction Event",
"color": "#00E68C"
}
],
"narration": "Over a hundred patterns built in one session. Nine pages of accumulated context. And then one compaction event wiped the working memory clean.",
"duration": 8
},
{
"template": "feature-list",
"title": "Strategies That Work",
"items": [
{
"text": "Progress files the AI reads on every resume",
"color": "#00D4FF"
},
{
"text": "Skill files that carry knowledge across sessions",
"color": "#FF6B35"
},
{
"text": "Small commits so context rebuilds from git history",
"color": "#00E68C"
},
{
"text": "Explicit handoff notes between compaction events",
"color": "#00D4FF"
}
],
"narration": "Progress files the A I reads on every resume. Skill files that carry institutional knowledge across sessions. Small commits so context rebuilds from git history. And explicit handoff notes that bridge compaction events.",
"duration": 10
},
{
"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/context-windows-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/context-windows-vertical.mp4"
}
}