AI Factory V2 — Screen-Recordable Internal Demo Scenario

AI Factory V2 — Screen-Recordable Internal Demo Scenario

Purpose: show the CEO thesis as an internal ALAI workflow: CEO idea → MC/process/spec → routed virtual company → main coder + P2P pre-verifier where policy requires → final QA/evidence → BookStack/status → memory/RAG writeback.

Safety: internal demo only. No production deploy. No Snowit/Azure mutation. Demo command uses --dry-run --no-bookstack.

Recording setup

Demo thesis in one sentence

"ALAI AI Factory converts a CEO goal into a tracked MC workflow with a BookStack spec, virtual company routing, paired builder/verifier evidence, final QA, and durable writeback — without treating memory/RAG as evidence."

Scene 1 — Show current factory state

Command:

node ~/system/tools/mc.js show 102078 | head -80
node ~/system/tools/mc.js process show ai-factory-v2 | head -120

Narration:

Scene 2 — CEO idea enters the factory

Command:

cd /Users/makinja/system
node tools/ai-factory.js start "Demo: CEO idea to evidence-backed P2P AI Factory workflow" --priority M --domain product --owner john --dry-run --no-bookstack

Expected evidence from latest dry run:

Narration:

Scene 3 — Show generated spec and standard templates

Commands:

sed -n '1,140p' /Users/makinja/system/specs/ai-factory/2026-05-26-demo-ceo-idea-to-evidence-backed-p2p-ai-factory-workflow-20260526T153236Z.md
ls -1 /Users/makinja/system/specs/ai-factory/templates

Narration:

Scene 4 — Show P2P policy and verifier metrics

Commands:

jq '.p2p_required, .route, .company' /tmp/alai/ai-factory/2026-05-26-demo-ceo-idea-to-evidence-backed-p2p-ai-factory-workflow-20260526T153236Z.json
jq '.summary | {thread_count, acceptable_attempt_rate, by_response_class, by_failure_pattern, recommendation}' /Users/makinja/system/evidence/102080/p2p-verifier-metrics.json

Narration:

Scene 5 — Show final QA/evidence gates

Commands:

node ~/system/tools/mc.js show 102081 | grep -E 'Status:|BookStack:|DOD EVIDENCE' -A6
node ~/system/tools/mc.js show 102082 | grep -E 'Status:|BookStack:|DOD EVIDENCE' -A6
node ~/system/tools/mc.js show 102080 | grep -E 'Status:|BookStack:|DOD EVIDENCE' -A6
node ~/system/tools/mc.js show 102083 | grep -E 'Status:|BookStack:|DOD EVIDENCE' -A6

Narration:

Scene 6 — Explain writeback and non-evidence memory/RAG rule

Show WP4 page:

Narration:

Close — The productized AI Factory shape

Final statement:

"This is not just agent chat. It is a controlled production workflow: CEO goal becomes MC-tracked work, routed to a virtual company, optionally pair-programmed with P2P verification, validated with evidence, documented in BookStack, and written back to knowledge systems without weakening the evidence standard."

Demo acceptance checklist


Revision #1
Created 2026-05-26 15:33:37 UTC by John
Updated 2026-05-26 15:33:37 UTC by John