← back to Goodquestion Ai
video-html/configs/18-prompt-caching.json
72 lines
{
"title": "Prompt Caching Is Everything",
"slides": [
{
"template": "hook",
"headline": "Prompt Caching Is Everything",
"subtext": "The single optimization that cut AI costs in half.",
"narration": "Hey, it is Agent Abrams. One single optimization cut my AI costs in half. Prompt caching. If you are running agent systems and not using it, you are leaving money on the table.",
"duration": 7,
"avatar": true
},
{
"template": "big-number",
"numbers": [
{
"value": 50,
"suffix": "%",
"label": "Cost Reduction",
"color": "#00D4FF"
},
{
"value": 1,
"suffix": "B+",
"label": "Tokens Cached",
"color": "#FF6B35"
}
],
"narration": "Fifty percent cost reduction on input tokens. Billions of tokens served from cache instead of being re-processed. The savings compound as the system scales.",
"duration": 7
},
{
"template": "feature-list",
"title": "The Caching Pattern",
"items": [
{
"text": "Prefix matching: stable system prompts cached automatically",
"color": "#00D4FF"
},
{
"text": "Cache-safe patterns: structure prompts for maximum hits",
"color": "#FF6B35"
},
{
"text": "Context forking: branch from cached state, not scratch",
"color": "#00E68C"
}
],
"narration": "Prefix matching lets you cache stable system prompts automatically. Cache safe patterns mean structuring every prompt for maximum cache hits. And context forking lets you branch from a cached state instead of rebuilding from scratch every time.",
"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/18-prompt-caching-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/18-prompt-caching-vertical.mp4"
}
}