mulmocast 1.2.23 → 1.2.25
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/assets/images/blank.png +0 -0
- package/assets/images/blank_sq.png +0 -0
- package/assets/images/blank_v.png +0 -0
- package/assets/templates/ghibli_comic_strips.json +1 -1
- package/assets/templates/vision.json +6 -0
- package/lib/actions/audio.d.ts +2 -0
- package/lib/actions/audio.js +2 -2
- package/lib/actions/captions.d.ts +2 -0
- package/lib/actions/captions.js +2 -2
- package/lib/actions/images.d.ts +393 -2
- package/lib/actions/images.js +3 -3
- package/lib/actions/index.d.ts +1 -1
- package/lib/actions/index.js +1 -1
- package/lib/actions/translate.d.ts +2 -0
- package/lib/actions/translate.js +2 -2
- package/lib/agents/image_genai_agent.js +24 -3
- package/lib/agents/movie_genai_agent.js +3 -0
- package/lib/data/promptTemplates.js +8 -1
- package/lib/data/scriptTemplates.d.ts +11470 -0
- package/lib/data/scriptTemplates.js +1344 -0
- package/lib/data/templateDataSet.d.ts +1 -0
- package/lib/data/templateDataSet.js +4 -0
- package/lib/utils/file.d.ts +3 -0
- package/lib/utils/file.js +3 -0
- package/lib/utils/image_plugins/vision.js +3 -6
- package/lib/utils/prompt.d.ts +1 -1
- package/lib/utils/prompt.js +14 -2
- package/lib/utils/provider2agent.js +2 -2
- package/package.json +7 -6
- package/scripts/templates/vision.json +1343 -0
- package/scripts/test/nano_banana.json +29 -0
- package/scripts/test/test_genai.json +21 -0
|
@@ -1063,6 +1063,1350 @@ export const scriptTemplates = [
|
|
|
1063
1063
|
],
|
|
1064
1064
|
title: "[TITLE: Brief, engaging title for the topic]",
|
|
1065
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
$mulmocast: {
|
|
1068
|
+
version: "1.1",
|
|
1069
|
+
},
|
|
1070
|
+
beats: [
|
|
1071
|
+
{
|
|
1072
|
+
image: {
|
|
1073
|
+
data: {
|
|
1074
|
+
heading: "How AI Is Reshaping Referencing",
|
|
1075
|
+
subheading: "From sources to systems: reliability, traceability, and credit in the age of models",
|
|
1076
|
+
},
|
|
1077
|
+
style: "sectionDividerPage",
|
|
1078
|
+
type: "vision",
|
|
1079
|
+
},
|
|
1080
|
+
text: "sectionDividerPage",
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
image: {
|
|
1084
|
+
data: {
|
|
1085
|
+
items: [
|
|
1086
|
+
"Executive summary",
|
|
1087
|
+
"Reference reliability and hallucinations",
|
|
1088
|
+
"Attribution and credit in AI workflows",
|
|
1089
|
+
"Standards & compliance (academia, journalism, law)",
|
|
1090
|
+
"Roadmap & recommendations",
|
|
1091
|
+
],
|
|
1092
|
+
title: "Agenda",
|
|
1093
|
+
},
|
|
1094
|
+
style: "agendaPage",
|
|
1095
|
+
type: "vision",
|
|
1096
|
+
},
|
|
1097
|
+
text: "agendaPage",
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
image: {
|
|
1101
|
+
data: {
|
|
1102
|
+
bullets: [
|
|
1103
|
+
"AI accelerates discovery but introduces novel risks in citation accuracy and provenance.",
|
|
1104
|
+
"RAG and structured retrieval reduce hallucinations when sources are governed and auditable.",
|
|
1105
|
+
"Attribution standards are emerging; early adoption lowers legal and reputational exposure.",
|
|
1106
|
+
"Watermarking and signed citations enable verifiable chains of reference.",
|
|
1107
|
+
"Organizations need policy, training, and tooling to ensure traceable, compliant referencing.",
|
|
1108
|
+
],
|
|
1109
|
+
title: "Executive Summary",
|
|
1110
|
+
},
|
|
1111
|
+
style: "executiveSummaryPage",
|
|
1112
|
+
type: "vision",
|
|
1113
|
+
},
|
|
1114
|
+
text: "executiveSummaryPage",
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
image: {
|
|
1118
|
+
data: {
|
|
1119
|
+
headline: "Trustworthy referencing is a prerequisite for AI at scale.",
|
|
1120
|
+
supports: [
|
|
1121
|
+
"Stakeholders require verifiable provenance for critical decisions.",
|
|
1122
|
+
"Standards (e.g., citations, licensing) are uneven across industries.",
|
|
1123
|
+
"Tooling gaps persist between LLM outputs and enterprise compliance systems.",
|
|
1124
|
+
],
|
|
1125
|
+
},
|
|
1126
|
+
style: "keyMessageWithSupportsPage",
|
|
1127
|
+
type: "vision",
|
|
1128
|
+
},
|
|
1129
|
+
text: "keyMessageWithSupportsPage",
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
image: {
|
|
1133
|
+
data: {
|
|
1134
|
+
hypothesis: "Firms that implement verifiable AI referencing will reduce risk and accelerate adoption.",
|
|
1135
|
+
implications: [
|
|
1136
|
+
"Lower legal exposure on copyright and misinformation claims.",
|
|
1137
|
+
"Faster audit cycles through machine-readable provenance.",
|
|
1138
|
+
"Higher user confidence and usage in knowledge-heavy workflows.",
|
|
1139
|
+
],
|
|
1140
|
+
nextSteps: [
|
|
1141
|
+
"Deploy governed retrieval with source whitelists.",
|
|
1142
|
+
"Adopt signed citations and immutable logs for high-stakes outputs.",
|
|
1143
|
+
"Train users on prompt patterns that preserve attribution.",
|
|
1144
|
+
],
|
|
1145
|
+
},
|
|
1146
|
+
style: "hypothesisPage",
|
|
1147
|
+
type: "vision",
|
|
1148
|
+
},
|
|
1149
|
+
text: "hypothesisPage",
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
image: {
|
|
1153
|
+
data: {
|
|
1154
|
+
branches: [
|
|
1155
|
+
["Provenance capture", "Source governance", "Traceability"],
|
|
1156
|
+
["Legal & licensing", "Attribution norms", "Fair use boundaries"],
|
|
1157
|
+
["User behavior", "Training & prompts", "Review workflows"],
|
|
1158
|
+
],
|
|
1159
|
+
rootIssue: "How to ensure accurate, compliant AI referencing?",
|
|
1160
|
+
},
|
|
1161
|
+
style: "issueTreePage",
|
|
1162
|
+
type: "vision",
|
|
1163
|
+
},
|
|
1164
|
+
text: "issueTreePage",
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
image: {
|
|
1168
|
+
data: {
|
|
1169
|
+
drivers: [
|
|
1170
|
+
["Governed corpus coverage", "Retriever quality", "Index freshness"],
|
|
1171
|
+
["Citation rendering logic", "Signed-source support", "Reviewer adherence"],
|
|
1172
|
+
["User prompt hygiene", "Auto-evidence insertion", "UI nudges"],
|
|
1173
|
+
],
|
|
1174
|
+
metric: "Reference accuracy rate (%)",
|
|
1175
|
+
},
|
|
1176
|
+
style: "driverTreePage",
|
|
1177
|
+
type: "vision",
|
|
1178
|
+
},
|
|
1179
|
+
text: "driverTreePage",
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
image: {
|
|
1183
|
+
data: {
|
|
1184
|
+
groups: [
|
|
1185
|
+
{
|
|
1186
|
+
items: ["Hallucinations", "Retriever gaps", "Version drift"],
|
|
1187
|
+
label: "Technical",
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
items: ["Copyright", "Licensing", "Privacy & PII"],
|
|
1191
|
+
label: "Legal",
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
items: ["Review latency", "Policy ambiguity", "Training gaps"],
|
|
1195
|
+
label: "Operational",
|
|
1196
|
+
},
|
|
1197
|
+
],
|
|
1198
|
+
title: "MECE: Reference Risk Areas",
|
|
1199
|
+
},
|
|
1200
|
+
style: "meceListPage",
|
|
1201
|
+
type: "vision",
|
|
1202
|
+
},
|
|
1203
|
+
text: "meceListPage",
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
image: {
|
|
1207
|
+
data: {
|
|
1208
|
+
details: [
|
|
1209
|
+
["Use source whitelists", "Track doc versions", "Sign evidence blobs"],
|
|
1210
|
+
["Expose citations in UI", "Link to canonical sources", "Store prompts & context"],
|
|
1211
|
+
["Automate QA sampling", "Monitor reference KPIs", "Escalate anomalies"],
|
|
1212
|
+
],
|
|
1213
|
+
keyMessage: "Verifiable references unlock safe, scalable AI adoption.",
|
|
1214
|
+
supports: ["Reduces legal and reputational risk", "Improves stakeholder confidence", "Shortens audit cycles"],
|
|
1215
|
+
},
|
|
1216
|
+
style: "pyramidPrinciplePage",
|
|
1217
|
+
type: "vision",
|
|
1218
|
+
},
|
|
1219
|
+
text: "pyramidPrinciplePage",
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
image: {
|
|
1223
|
+
data: {
|
|
1224
|
+
answer: "Standardize governed retrieval, signed citations, and review workflows integrated into authoring tools.",
|
|
1225
|
+
complication: "AI can misattribute or fabricate sources, risking credibility and compliance.",
|
|
1226
|
+
question: "How can we ensure references are accurate, traceable, and compliant?",
|
|
1227
|
+
situation: "Teams increasingly rely on AI to synthesize knowledge and draft outputs.",
|
|
1228
|
+
},
|
|
1229
|
+
style: "scqaPage",
|
|
1230
|
+
type: "vision",
|
|
1231
|
+
},
|
|
1232
|
+
text: "scqaPage",
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
image: {
|
|
1236
|
+
data: {
|
|
1237
|
+
opportunities: ["New evidence UX", "Standardized attribution", "Automated audits"],
|
|
1238
|
+
strengths: ["Speed of synthesis", "Scalable drafting", "Broad corpus reach"],
|
|
1239
|
+
threats: ["Regulatory fines", "Misinformation", "IP disputes"],
|
|
1240
|
+
weaknesses: ["Hallucinations", "Opaque provenance", "Reviewer overload"],
|
|
1241
|
+
},
|
|
1242
|
+
style: "swotPage",
|
|
1243
|
+
type: "vision",
|
|
1244
|
+
},
|
|
1245
|
+
text: "swotPage",
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
image: {
|
|
1249
|
+
data: {
|
|
1250
|
+
company: ["Commit to verifiable AI outputs", "Invest in governed retrieval"],
|
|
1251
|
+
competitor: ["Adopting reference-safe workflows", "Marketing 'trust' as a differentiator"],
|
|
1252
|
+
customer: ["Needs trustworthy citations", "Wants explorable sources"],
|
|
1253
|
+
},
|
|
1254
|
+
style: "threeCPage",
|
|
1255
|
+
type: "vision",
|
|
1256
|
+
},
|
|
1257
|
+
text: "threeCPage",
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
image: {
|
|
1261
|
+
data: {
|
|
1262
|
+
place: ["Browser extension", "Docs add-in", "APIs"],
|
|
1263
|
+
price: ["Tiered by audit features", "Enterprise compliance add-ons"],
|
|
1264
|
+
product: ["Reference-safe AI assistant", "Evidence panel", "Citation export"],
|
|
1265
|
+
promotion: ["Risk reduction ROI", "Case studies", "Compliance partnerships"],
|
|
1266
|
+
},
|
|
1267
|
+
style: "fourPPage",
|
|
1268
|
+
type: "vision",
|
|
1269
|
+
},
|
|
1270
|
+
text: "fourPPage",
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
image: {
|
|
1274
|
+
data: {
|
|
1275
|
+
sharedValues: "Truth, transparency, accountability",
|
|
1276
|
+
skills: "Prompting, retrieval tuning, compliance literacy",
|
|
1277
|
+
staff: "Knowledge stewards, AI librarians, compliance reviewers",
|
|
1278
|
+
strategy: "Make 'trustworthy references' a core AI value prop",
|
|
1279
|
+
structure: "Central knowledge governance with federated champions",
|
|
1280
|
+
style: "Evidence-first culture",
|
|
1281
|
+
systems: "RAG, signing, audit logs integrated in content tools",
|
|
1282
|
+
},
|
|
1283
|
+
style: "sevenSPage",
|
|
1284
|
+
type: "vision",
|
|
1285
|
+
},
|
|
1286
|
+
text: "sevenSPage",
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
image: {
|
|
1290
|
+
data: {
|
|
1291
|
+
primary: ["Ingestion", "Indexing", "Retrieval", "Generation", "Review", "Publication"],
|
|
1292
|
+
support: ["Governance", "Security", "Compliance", "Training", "Monitoring"],
|
|
1293
|
+
},
|
|
1294
|
+
style: "valueChainPage",
|
|
1295
|
+
type: "vision",
|
|
1296
|
+
},
|
|
1297
|
+
text: "valueChainPage",
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
image: {
|
|
1301
|
+
data: {
|
|
1302
|
+
buyers: ["Enterprises", "Universities", "Newsrooms"],
|
|
1303
|
+
newEntrants: ["AI-first doc tools", "Verification startups"],
|
|
1304
|
+
rivalry: ["Platform ecosystems", "Vertical specialists"],
|
|
1305
|
+
substitutes: ["Manual research", "Traditional search-only"],
|
|
1306
|
+
suppliers: ["Model providers", "Content licensors"],
|
|
1307
|
+
},
|
|
1308
|
+
style: "porterFiveForcesPage",
|
|
1309
|
+
type: "vision",
|
|
1310
|
+
},
|
|
1311
|
+
text: "porterFiveForcesPage",
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
image: {
|
|
1315
|
+
data: {
|
|
1316
|
+
blocks: {
|
|
1317
|
+
"Cost Structure": ["Compute", "Licenses", "Review ops"],
|
|
1318
|
+
"Customer Relationships": ["Embedded in workflows", "SLAs"],
|
|
1319
|
+
"Customer Segments": ["Legal", "Research", "Editorial"],
|
|
1320
|
+
"Key Activities": ["Indexing", "Retrieval", "Signing", "QA"],
|
|
1321
|
+
"Key Partners": ["Model vendors", "Content platforms", "Auditors"],
|
|
1322
|
+
"Key Resources": ["Curated corpora", "Embeddings index", "Audit logs"],
|
|
1323
|
+
"Revenue Streams": ["Seats", "Usage", "Compliance tier"],
|
|
1324
|
+
"Value Propositions": ["Trustworthy AI outputs", "Time saved", "Reduced risk"],
|
|
1325
|
+
Channels: ["Add-ins", "APIs", "Marketplace"],
|
|
1326
|
+
},
|
|
1327
|
+
},
|
|
1328
|
+
style: "businessModelCanvasPage",
|
|
1329
|
+
type: "vision",
|
|
1330
|
+
},
|
|
1331
|
+
text: "businessModelCanvasPage",
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
image: {
|
|
1335
|
+
data: {
|
|
1336
|
+
stages: ["Discover", "Draft", "Verify", "Publish", "Audit"],
|
|
1337
|
+
touchpoints: [
|
|
1338
|
+
["Search UI", "Corpus filters"],
|
|
1339
|
+
["Editor plugin", "Reference panel"],
|
|
1340
|
+
["Reviewer queue", "Signed citations"],
|
|
1341
|
+
["Export formats", "Permalinks"],
|
|
1342
|
+
["Randomized QA", "Dashboards"],
|
|
1343
|
+
],
|
|
1344
|
+
},
|
|
1345
|
+
style: "customerJourneyPage",
|
|
1346
|
+
type: "vision",
|
|
1347
|
+
},
|
|
1348
|
+
text: "customerJourneyPage",
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
image: {
|
|
1352
|
+
data: {
|
|
1353
|
+
stakeholders: [
|
|
1354
|
+
{
|
|
1355
|
+
influence: 9,
|
|
1356
|
+
interest: 8,
|
|
1357
|
+
notes: "Reduce liability",
|
|
1358
|
+
style: "Legal",
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
influence: 7,
|
|
1362
|
+
interest: 9,
|
|
1363
|
+
notes: "Protect credibility",
|
|
1364
|
+
style: "Editorial",
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
influence: 8,
|
|
1368
|
+
interest: 7,
|
|
1369
|
+
notes: "Build RAG & signing",
|
|
1370
|
+
style: "Engineering",
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
influence: 6,
|
|
1374
|
+
interest: 10,
|
|
1375
|
+
notes: "Need clarity & speed",
|
|
1376
|
+
style: "End users",
|
|
1377
|
+
},
|
|
1378
|
+
],
|
|
1379
|
+
},
|
|
1380
|
+
style: "stakeholderMapPage",
|
|
1381
|
+
type: "vision",
|
|
1382
|
+
},
|
|
1383
|
+
text: "stakeholderMapPage",
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
image: {
|
|
1387
|
+
data: {
|
|
1388
|
+
assignments: [
|
|
1389
|
+
["A", "R", "C", "I"],
|
|
1390
|
+
["C", "A/R", "I", "I"],
|
|
1391
|
+
["I", "C", "A/R", "I"],
|
|
1392
|
+
["C", "R", "I", "A"],
|
|
1393
|
+
],
|
|
1394
|
+
roles: ["Legal", "Engineering", "L&D", "Ops"],
|
|
1395
|
+
tasks: ["Define policy", "Implement RAG", "Roll out training", "Monitor KPIs"],
|
|
1396
|
+
},
|
|
1397
|
+
style: "raciPage",
|
|
1398
|
+
type: "vision",
|
|
1399
|
+
},
|
|
1400
|
+
text: "raciPage",
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
image: {
|
|
1404
|
+
data: {
|
|
1405
|
+
metrics: [
|
|
1406
|
+
{
|
|
1407
|
+
label: "Reference accuracy",
|
|
1408
|
+
status: "On track",
|
|
1409
|
+
target: "≥95%",
|
|
1410
|
+
value: "97%",
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
label: "Signed citation coverage",
|
|
1414
|
+
status: "On track",
|
|
1415
|
+
target: "≥80%",
|
|
1416
|
+
value: "82%",
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
label: "Reviewer SLA",
|
|
1420
|
+
status: "On track",
|
|
1421
|
+
target: "≤6h",
|
|
1422
|
+
value: "4h",
|
|
1423
|
+
},
|
|
1424
|
+
],
|
|
1425
|
+
title: "Reference Quality KPIs",
|
|
1426
|
+
},
|
|
1427
|
+
style: "okrKpiDashboardPage",
|
|
1428
|
+
type: "vision",
|
|
1429
|
+
},
|
|
1430
|
+
text: "okrKpiDashboardPage",
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
image: {
|
|
1434
|
+
data: {
|
|
1435
|
+
perspectives: [
|
|
1436
|
+
{
|
|
1437
|
+
items: ["Reduce rework costs", "Avoid penalties"],
|
|
1438
|
+
style: "Financial",
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
items: ["Trust score ↑", "NPS ↑"],
|
|
1442
|
+
style: "Customer",
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
items: ["QA automation", "Corpus governance"],
|
|
1446
|
+
style: "Internal",
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
items: ["Reviewer upskilling", "Prompt playbooks"],
|
|
1450
|
+
style: "Learning & Growth",
|
|
1451
|
+
},
|
|
1452
|
+
],
|
|
1453
|
+
},
|
|
1454
|
+
style: "balancedScorecardPage",
|
|
1455
|
+
type: "vision",
|
|
1456
|
+
},
|
|
1457
|
+
text: "balancedScorecardPage",
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
image: {
|
|
1461
|
+
data: {
|
|
1462
|
+
items: [
|
|
1463
|
+
{
|
|
1464
|
+
label: "Policy & baseline KPIs",
|
|
1465
|
+
quarter: "Q1",
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
label: "Signed citations rollout",
|
|
1469
|
+
quarter: "Q2",
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
label: "Reviewer workflow automation",
|
|
1473
|
+
quarter: "Q3",
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
label: "External audits & certification",
|
|
1477
|
+
quarter: "Q4",
|
|
1478
|
+
},
|
|
1479
|
+
],
|
|
1480
|
+
quarters: ["Q1", "Q2", "Q3", "Q4"],
|
|
1481
|
+
},
|
|
1482
|
+
style: "quarterlyRoadmapPage",
|
|
1483
|
+
type: "vision",
|
|
1484
|
+
},
|
|
1485
|
+
text: "quarterlyRoadmapPage",
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
image: {
|
|
1489
|
+
data: {
|
|
1490
|
+
milestones: [
|
|
1491
|
+
{
|
|
1492
|
+
date: "2025-02-01",
|
|
1493
|
+
label: "Policy approved",
|
|
1494
|
+
notes: "Exec sign-off",
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
date: "2025-04-15",
|
|
1498
|
+
label: "RAG MVP live",
|
|
1499
|
+
notes: "Limited corpus",
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
date: "2025-06-30",
|
|
1503
|
+
label: "Signed citations",
|
|
1504
|
+
notes: "Tier-1 content",
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
date: "2025-09-30",
|
|
1508
|
+
label: "Audit-ready",
|
|
1509
|
+
notes: "Dashboards & sampling",
|
|
1510
|
+
},
|
|
1511
|
+
],
|
|
1512
|
+
title: "Implementation Timeline",
|
|
1513
|
+
},
|
|
1514
|
+
style: "milestoneTimelinePage",
|
|
1515
|
+
type: "vision",
|
|
1516
|
+
},
|
|
1517
|
+
text: "milestoneTimelinePage",
|
|
1518
|
+
},
|
|
1519
|
+
{
|
|
1520
|
+
image: {
|
|
1521
|
+
data: {
|
|
1522
|
+
tasks: [
|
|
1523
|
+
{
|
|
1524
|
+
end: "2025-02-01",
|
|
1525
|
+
start: "2025-01-05",
|
|
1526
|
+
style: "Policy drafting",
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
end: "2025-04-15",
|
|
1530
|
+
start: "2025-02-05",
|
|
1531
|
+
style: "RAG build",
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
end: "2025-06-30",
|
|
1535
|
+
start: "2025-04-01",
|
|
1536
|
+
style: "Signing & logs",
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
end: "2025-08-01",
|
|
1540
|
+
start: "2025-05-15",
|
|
1541
|
+
style: "Reviewer ops",
|
|
1542
|
+
},
|
|
1543
|
+
],
|
|
1544
|
+
},
|
|
1545
|
+
style: "ganttSimplePage",
|
|
1546
|
+
type: "vision",
|
|
1547
|
+
},
|
|
1548
|
+
text: "ganttSimplePage",
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
image: {
|
|
1552
|
+
data: {
|
|
1553
|
+
steps: [
|
|
1554
|
+
{
|
|
1555
|
+
label: "Baseline (manual search)",
|
|
1556
|
+
value: 0,
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
label: "RAG-enabled drafting",
|
|
1560
|
+
value: 120,
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
label: "Signed citations",
|
|
1564
|
+
value: 160,
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
label: "Automated QA",
|
|
1568
|
+
value: 190,
|
|
1569
|
+
},
|
|
1570
|
+
],
|
|
1571
|
+
title: "Time Savings from AI Referencing (hrs/month)",
|
|
1572
|
+
},
|
|
1573
|
+
style: "waterfallPage",
|
|
1574
|
+
type: "vision",
|
|
1575
|
+
},
|
|
1576
|
+
text: "waterfallPage",
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
image: {
|
|
1580
|
+
data: {
|
|
1581
|
+
stages: [
|
|
1582
|
+
{
|
|
1583
|
+
label: "Drafts created",
|
|
1584
|
+
value: 1000,
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
label: "Drafts with citations",
|
|
1588
|
+
value: 850,
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
label: "Signed citations",
|
|
1592
|
+
value: 700,
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
label: "Approved & published",
|
|
1596
|
+
value: 630,
|
|
1597
|
+
},
|
|
1598
|
+
],
|
|
1599
|
+
},
|
|
1600
|
+
style: "funnelPage",
|
|
1601
|
+
type: "vision",
|
|
1602
|
+
},
|
|
1603
|
+
text: "funnelPage",
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
image: {
|
|
1607
|
+
data: {
|
|
1608
|
+
quadrants: [["Scholarly databases"], ["AI assistants with signing"], ["Raw web search"], ["Legacy manual workflows"]],
|
|
1609
|
+
xAxis: "Evidence depth",
|
|
1610
|
+
yAxis: "Ease of use",
|
|
1611
|
+
},
|
|
1612
|
+
style: "twoByTwoMatrixPage",
|
|
1613
|
+
type: "vision",
|
|
1614
|
+
},
|
|
1615
|
+
text: "twoByTwoMatrixPage",
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
image: {
|
|
1619
|
+
data: {
|
|
1620
|
+
cashCows: ["Governed enterprise search"],
|
|
1621
|
+
dogs: ["Unverified copy-paste tools"],
|
|
1622
|
+
questionMarks: ["Generative browsers"],
|
|
1623
|
+
stars: ["Signed-citation AI editors"],
|
|
1624
|
+
},
|
|
1625
|
+
style: "bcgMatrixPage",
|
|
1626
|
+
type: "vision",
|
|
1627
|
+
},
|
|
1628
|
+
text: "bcgMatrixPage",
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
image: {
|
|
1632
|
+
data: {
|
|
1633
|
+
competitiveStrength: ["Corpus quality", "Model integration", "Compliance features"],
|
|
1634
|
+
industryAttractiveness: ["Regulatory clarity", "IP-safe corpora", "Audit tooling"],
|
|
1635
|
+
placements: [
|
|
1636
|
+
{
|
|
1637
|
+
col: 2,
|
|
1638
|
+
row: 0,
|
|
1639
|
+
style: "Signed AI editor",
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
col: 1,
|
|
1643
|
+
row: 1,
|
|
1644
|
+
style: "Generic chatbot",
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
col: 0,
|
|
1648
|
+
row: 2,
|
|
1649
|
+
style: "Manual search",
|
|
1650
|
+
},
|
|
1651
|
+
],
|
|
1652
|
+
},
|
|
1653
|
+
style: "geMcKinseyMatrixPage",
|
|
1654
|
+
type: "vision",
|
|
1655
|
+
},
|
|
1656
|
+
text: "geMcKinseyMatrixPage",
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
image: {
|
|
1660
|
+
data: {
|
|
1661
|
+
categories: ["Academic", "News", "Internal docs", "Web"],
|
|
1662
|
+
title: "Content Types by Share & Effort",
|
|
1663
|
+
},
|
|
1664
|
+
style: "marimekkoPlaceholderPage",
|
|
1665
|
+
type: "vision",
|
|
1666
|
+
},
|
|
1667
|
+
text: "marimekkoPlaceholderPage",
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
image: {
|
|
1671
|
+
data: {
|
|
1672
|
+
points: [
|
|
1673
|
+
{
|
|
1674
|
+
label: "Legal memos",
|
|
1675
|
+
r: 20,
|
|
1676
|
+
x: 8,
|
|
1677
|
+
y: 9,
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
label: "Blog posts",
|
|
1681
|
+
r: 15,
|
|
1682
|
+
x: 4,
|
|
1683
|
+
y: 5,
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
label: "Research briefs",
|
|
1687
|
+
r: 18,
|
|
1688
|
+
x: 7,
|
|
1689
|
+
y: 7,
|
|
1690
|
+
},
|
|
1691
|
+
],
|
|
1692
|
+
title: "Risk vs Impact vs Adoption",
|
|
1693
|
+
},
|
|
1694
|
+
style: "bubbleChartPlaceholderPage",
|
|
1695
|
+
type: "vision",
|
|
1696
|
+
},
|
|
1697
|
+
text: "bubbleChartPlaceholderPage",
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
image: {
|
|
1701
|
+
data: {
|
|
1702
|
+
cols: ["Accuracy", "Provenance", "Speed", "Compliance"],
|
|
1703
|
+
rows: ["Teams"],
|
|
1704
|
+
values: [[8, 7, 9, 6]],
|
|
1705
|
+
},
|
|
1706
|
+
style: "heatmapPlaceholderPage",
|
|
1707
|
+
type: "vision",
|
|
1708
|
+
},
|
|
1709
|
+
text: "heatmapPlaceholderPage",
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
image: {
|
|
1713
|
+
data: {
|
|
1714
|
+
kpis: [
|
|
1715
|
+
{
|
|
1716
|
+
delta: "+2pp",
|
|
1717
|
+
label: "Reference Accuracy",
|
|
1718
|
+
value: "97%",
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
delta: "+5pp",
|
|
1722
|
+
label: "Signed Coverage",
|
|
1723
|
+
value: "82%",
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
delta: "-0.4pp",
|
|
1727
|
+
label: "Audit Exceptions",
|
|
1728
|
+
value: "1.2%",
|
|
1729
|
+
},
|
|
1730
|
+
],
|
|
1731
|
+
title: "KPI Highlights",
|
|
1732
|
+
},
|
|
1733
|
+
style: "kpiHighlightPage",
|
|
1734
|
+
type: "vision",
|
|
1735
|
+
},
|
|
1736
|
+
text: "kpiHighlightPage",
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
image: {
|
|
1740
|
+
data: {
|
|
1741
|
+
after: ["Governed retrieval", "Standardized citations", "Signed evidence"],
|
|
1742
|
+
before: ["Manual searches", "Inconsistent citations", "Slow audits"],
|
|
1743
|
+
title: "Before vs After AI Referencing",
|
|
1744
|
+
},
|
|
1745
|
+
style: "beforeAfterPage",
|
|
1746
|
+
type: "vision",
|
|
1747
|
+
},
|
|
1748
|
+
text: "beforeAfterPage",
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
image: {
|
|
1752
|
+
data: {
|
|
1753
|
+
criteria: ["Accuracy", "Latency", "Compliance", "Cost"],
|
|
1754
|
+
options: ["Generic chatbot", "RAG + signing", "Manual review"],
|
|
1755
|
+
scores: [
|
|
1756
|
+
[5, 7, 9, 6],
|
|
1757
|
+
[8, 7, 9, 7],
|
|
1758
|
+
[9, 3, 10, 4],
|
|
1759
|
+
],
|
|
1760
|
+
},
|
|
1761
|
+
style: "optionEvaluationPage",
|
|
1762
|
+
type: "vision",
|
|
1763
|
+
},
|
|
1764
|
+
text: "optionEvaluationPage",
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
image: {
|
|
1768
|
+
data: {
|
|
1769
|
+
risks: [
|
|
1770
|
+
{
|
|
1771
|
+
impact: "High",
|
|
1772
|
+
likelihood: "Medium",
|
|
1773
|
+
mitigation: "Signed citations + review",
|
|
1774
|
+
risk: "Misattribution",
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
impact: "High",
|
|
1778
|
+
likelihood: "Low",
|
|
1779
|
+
mitigation: "Licensed corpora + filters",
|
|
1780
|
+
risk: "Copyright claims",
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
impact: "High",
|
|
1784
|
+
likelihood: "Low",
|
|
1785
|
+
mitigation: "Redaction + policy",
|
|
1786
|
+
risk: "PII leakage",
|
|
1787
|
+
},
|
|
1788
|
+
],
|
|
1789
|
+
},
|
|
1790
|
+
style: "riskMitigationPage",
|
|
1791
|
+
type: "vision",
|
|
1792
|
+
},
|
|
1793
|
+
text: "riskMitigationPage",
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
image: {
|
|
1797
|
+
data: {
|
|
1798
|
+
players: [
|
|
1799
|
+
{
|
|
1800
|
+
style: "AI Editor (signed)",
|
|
1801
|
+
x: 8,
|
|
1802
|
+
y: 8,
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
style: "Generic chatbot",
|
|
1806
|
+
x: 4,
|
|
1807
|
+
y: 7,
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
style: "Manual research",
|
|
1811
|
+
x: 9,
|
|
1812
|
+
y: 4,
|
|
1813
|
+
},
|
|
1814
|
+
],
|
|
1815
|
+
xAxis: "Compliance readiness",
|
|
1816
|
+
yAxis: "User adoption",
|
|
1817
|
+
},
|
|
1818
|
+
style: "positioningMapPage",
|
|
1819
|
+
type: "vision",
|
|
1820
|
+
},
|
|
1821
|
+
text: "positioningMapPage",
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
image: {
|
|
1825
|
+
data: {
|
|
1826
|
+
notes: "Knowledge-heavy enterprises, academia, and media markets.",
|
|
1827
|
+
sam: 12000000000,
|
|
1828
|
+
som: 3000000000,
|
|
1829
|
+
tam: 50000000000,
|
|
1830
|
+
},
|
|
1831
|
+
style: "tamSamSomPage",
|
|
1832
|
+
type: "vision",
|
|
1833
|
+
},
|
|
1834
|
+
text: "tamSamSomPage",
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
image: {
|
|
1838
|
+
data: {
|
|
1839
|
+
drivers: ["Regulatory push for provenance", "Enterprise AI adoption", "Cost pressure to automate reviews"],
|
|
1840
|
+
title: "Market Growth Drivers",
|
|
1841
|
+
},
|
|
1842
|
+
style: "marketDriversPage",
|
|
1843
|
+
type: "vision",
|
|
1844
|
+
},
|
|
1845
|
+
text: "marketDriversPage",
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
image: {
|
|
1849
|
+
data: {
|
|
1850
|
+
pricingNotes: "Discounts for academic & nonprofit segments with strict compliance needs.",
|
|
1851
|
+
streams: ["Seats", "Usage", "Compliance add-on"],
|
|
1852
|
+
},
|
|
1853
|
+
style: "revenueModelPage",
|
|
1854
|
+
type: "vision",
|
|
1855
|
+
},
|
|
1856
|
+
text: "revenueModelPage",
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
image: {
|
|
1860
|
+
data: {
|
|
1861
|
+
buckets: ["Compute", "Licenses", "Storage", "Review ops"],
|
|
1862
|
+
fixedVsVariable: ["Fixed: platform & storage", "Variable: compute & review time"],
|
|
1863
|
+
},
|
|
1864
|
+
style: "costStructurePage",
|
|
1865
|
+
type: "vision",
|
|
1866
|
+
},
|
|
1867
|
+
text: "costStructurePage",
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
image: {
|
|
1871
|
+
data: {
|
|
1872
|
+
nodes: [
|
|
1873
|
+
{
|
|
1874
|
+
id: "1",
|
|
1875
|
+
label: "Head of Knowledge Governance",
|
|
1876
|
+
parentId: "",
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
id: "2",
|
|
1880
|
+
label: "AI Librarian",
|
|
1881
|
+
parentId: "1",
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
id: "3",
|
|
1885
|
+
label: "Compliance Reviewer",
|
|
1886
|
+
parentId: "1",
|
|
1887
|
+
},
|
|
1888
|
+
],
|
|
1889
|
+
},
|
|
1890
|
+
style: "orgChartPage",
|
|
1891
|
+
type: "vision",
|
|
1892
|
+
},
|
|
1893
|
+
text: "orgChartPage",
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
image: {
|
|
1897
|
+
data: {
|
|
1898
|
+
capabilities: [
|
|
1899
|
+
{
|
|
1900
|
+
level: 3,
|
|
1901
|
+
style: "Provenance capture",
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
level: 2,
|
|
1905
|
+
style: "Signing & verification",
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
level: 4,
|
|
1909
|
+
style: "Reviewer workflow",
|
|
1910
|
+
},
|
|
1911
|
+
],
|
|
1912
|
+
},
|
|
1913
|
+
style: "capabilityMaturityPage",
|
|
1914
|
+
type: "vision",
|
|
1915
|
+
},
|
|
1916
|
+
text: "capabilityMaturityPage",
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
image: {
|
|
1920
|
+
data: {
|
|
1921
|
+
items: [
|
|
1922
|
+
{
|
|
1923
|
+
label: "Governed RAG",
|
|
1924
|
+
phase: "MVP",
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
label: "Signed citations",
|
|
1928
|
+
phase: "Scale",
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
label: "External audits",
|
|
1932
|
+
phase: "Certify",
|
|
1933
|
+
},
|
|
1934
|
+
],
|
|
1935
|
+
phases: ["MVP", "Scale", "Certify"],
|
|
1936
|
+
},
|
|
1937
|
+
style: "techRoadmapPage",
|
|
1938
|
+
type: "vision",
|
|
1939
|
+
},
|
|
1940
|
+
text: "techRoadmapPage",
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
image: {
|
|
1944
|
+
data: {
|
|
1945
|
+
dimensions: ["Data", "Process", "People", "Tech"],
|
|
1946
|
+
levels: [3, 3, 2, 4],
|
|
1947
|
+
notes: "Prioritize training and governance backlog.",
|
|
1948
|
+
},
|
|
1949
|
+
style: "digitalMaturityPage",
|
|
1950
|
+
type: "vision",
|
|
1951
|
+
},
|
|
1952
|
+
text: "digitalMaturityPage",
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
image: {
|
|
1956
|
+
data: {
|
|
1957
|
+
categories: ["Models", "Content", "Tooling", "Auditors"],
|
|
1958
|
+
entities: [
|
|
1959
|
+
{
|
|
1960
|
+
category: "Models",
|
|
1961
|
+
style: "General LLMs",
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
category: "Content",
|
|
1965
|
+
style: "Licensed databases",
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
category: "Tooling",
|
|
1969
|
+
style: "Signing libraries",
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
category: "Auditors",
|
|
1973
|
+
style: "External firms",
|
|
1974
|
+
},
|
|
1975
|
+
],
|
|
1976
|
+
},
|
|
1977
|
+
style: "ecosystemMapPage",
|
|
1978
|
+
type: "vision",
|
|
1979
|
+
},
|
|
1980
|
+
text: "ecosystemMapPage",
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
image: {
|
|
1984
|
+
data: {
|
|
1985
|
+
notes: "Evidence-first culture requires incentives and leadership modeling.",
|
|
1986
|
+
stages: ["Awareness", "Understanding", "Adoption", "Advocacy"],
|
|
1987
|
+
},
|
|
1988
|
+
style: "changeCurvePage",
|
|
1989
|
+
type: "vision",
|
|
1990
|
+
},
|
|
1991
|
+
text: "changeCurvePage",
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
image: {
|
|
1995
|
+
data: {
|
|
1996
|
+
audiences: ["Executives", "Managers", "Contributors"],
|
|
1997
|
+
cadence: "Bi-weekly updates for first two quarters",
|
|
1998
|
+
channels: ["Town halls", "Docs add-in tips", "Slack nudges"],
|
|
1999
|
+
},
|
|
2000
|
+
style: "communicationPlanPage",
|
|
2001
|
+
type: "vision",
|
|
2002
|
+
},
|
|
2003
|
+
text: "communicationPlanPage",
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
image: {
|
|
2007
|
+
data: {
|
|
2008
|
+
milestones: ["MVP live", "Org-wide training", "Audit pilot"],
|
|
2009
|
+
workstreams: ["Tech", "Policy", "Training", "Ops"],
|
|
2010
|
+
},
|
|
2011
|
+
style: "integrationPlanPage",
|
|
2012
|
+
type: "vision",
|
|
2013
|
+
},
|
|
2014
|
+
text: "integrationPlanPage",
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
image: {
|
|
2018
|
+
data: {
|
|
2019
|
+
competitors: ["Manual", "Generic chatbot", "Signed AI editor"],
|
|
2020
|
+
metrics: ["Accuracy", "Provenance", "Latency", "Cost"],
|
|
2021
|
+
},
|
|
2022
|
+
style: "benchmarkingTablePage",
|
|
2023
|
+
type: "vision",
|
|
2024
|
+
},
|
|
2025
|
+
text: "benchmarkingTablePage",
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
image: {
|
|
2029
|
+
data: {
|
|
2030
|
+
questions: ["Do you trust AI references?", "Is evidence easy to review?"],
|
|
2031
|
+
summaries: ["Trust increased post-signing rollout.", "Review time dropped by 35%."],
|
|
2032
|
+
},
|
|
2033
|
+
style: "surveyResultsPage",
|
|
2034
|
+
type: "vision",
|
|
2035
|
+
},
|
|
2036
|
+
text: "surveyResultsPage",
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
image: {
|
|
2040
|
+
data: {
|
|
2041
|
+
personas: [
|
|
2042
|
+
{
|
|
2043
|
+
bio: "Synthesizes reports daily",
|
|
2044
|
+
needs: ["Accurate citations", "Deep sources"],
|
|
2045
|
+
style: "Researcher",
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
bio: "Approves publications",
|
|
2049
|
+
needs: ["Fast verification", "Audit trail"],
|
|
2050
|
+
style: "Editor",
|
|
2051
|
+
},
|
|
2052
|
+
],
|
|
2053
|
+
},
|
|
2054
|
+
style: "personasPage",
|
|
2055
|
+
type: "vision",
|
|
2056
|
+
},
|
|
2057
|
+
text: "personasPage",
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
image: {
|
|
2061
|
+
data: {
|
|
2062
|
+
descriptors: ["Risk tolerance", "Compliance needs", "Speed expectations"],
|
|
2063
|
+
segments: ["Academic", "Enterprise", "Media"],
|
|
2064
|
+
},
|
|
2065
|
+
style: "segmentationPage",
|
|
2066
|
+
type: "vision",
|
|
2067
|
+
},
|
|
2068
|
+
text: "segmentationPage",
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
image: {
|
|
2072
|
+
data: {
|
|
2073
|
+
steps: [
|
|
2074
|
+
{
|
|
2075
|
+
label: "List price",
|
|
2076
|
+
value: 100,
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
label: "Compliance discount",
|
|
2080
|
+
value: -15,
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
label: "Volume discount",
|
|
2084
|
+
value: -10,
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
label: "Final",
|
|
2088
|
+
value: 75,
|
|
2089
|
+
},
|
|
2090
|
+
],
|
|
2091
|
+
},
|
|
2092
|
+
style: "pricingWaterfallPage",
|
|
2093
|
+
type: "vision",
|
|
2094
|
+
},
|
|
2095
|
+
text: "pricingWaterfallPage",
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
image: {
|
|
2099
|
+
data: {
|
|
2100
|
+
scenarios: ["Best case", "Expected", "Stress"],
|
|
2101
|
+
variables: ["Corpus coverage", "Reviewer time", "Compute cost"],
|
|
2102
|
+
},
|
|
2103
|
+
style: "sensitivityAnalysisPage",
|
|
2104
|
+
type: "vision",
|
|
2105
|
+
},
|
|
2106
|
+
text: "sensitivityAnalysisPage",
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
image: {
|
|
2110
|
+
data: {
|
|
2111
|
+
categories: ["Revenue", "COGS", "Opex"],
|
|
2112
|
+
values: [20, 8, 6],
|
|
2113
|
+
},
|
|
2114
|
+
style: "pLBreakdownPage",
|
|
2115
|
+
type: "vision",
|
|
2116
|
+
},
|
|
2117
|
+
text: "pLBreakdownPage",
|
|
2118
|
+
},
|
|
2119
|
+
{
|
|
2120
|
+
image: {
|
|
2121
|
+
data: {
|
|
2122
|
+
inflows: [8, 10, 12, 14],
|
|
2123
|
+
outflows: [6, 7, 8, 9],
|
|
2124
|
+
},
|
|
2125
|
+
style: "cashFlowPage",
|
|
2126
|
+
type: "vision",
|
|
2127
|
+
},
|
|
2128
|
+
text: "cashFlowPage",
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
image: {
|
|
2132
|
+
data: {
|
|
2133
|
+
assets: ["Cash", "Intangibles", "Receivables"],
|
|
2134
|
+
equity: ["Paid-in capital", "Retained earnings"],
|
|
2135
|
+
liabilities: ["Deferred revenue", "Accounts payable"],
|
|
2136
|
+
},
|
|
2137
|
+
style: "balanceSheetPage",
|
|
2138
|
+
type: "vision",
|
|
2139
|
+
},
|
|
2140
|
+
text: "balanceSheetPage",
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
image: {
|
|
2144
|
+
data: {
|
|
2145
|
+
drivers: ["Adoption", "Retention", "Compliance premium"],
|
|
2146
|
+
},
|
|
2147
|
+
style: "shareholderValueTreePage",
|
|
2148
|
+
type: "vision",
|
|
2149
|
+
},
|
|
2150
|
+
text: "shareholderValueTreePage",
|
|
2151
|
+
},
|
|
2152
|
+
{
|
|
2153
|
+
image: {
|
|
2154
|
+
data: {
|
|
2155
|
+
assumptions: ["3-year horizon", "10% discount rate", "Compliance uplift included"],
|
|
2156
|
+
npv: 12500000,
|
|
2157
|
+
},
|
|
2158
|
+
style: "npvSummaryPage",
|
|
2159
|
+
type: "vision",
|
|
2160
|
+
},
|
|
2161
|
+
text: "npvSummaryPage",
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
image: {
|
|
2165
|
+
data: {
|
|
2166
|
+
impacts: ["Higher audit cost", "Balanced investment", "Faster rollout"],
|
|
2167
|
+
scenarios: ["Tight regulation", "Moderate", "Self-regulation"],
|
|
2168
|
+
},
|
|
2169
|
+
style: "scenarioPlanningPage",
|
|
2170
|
+
type: "vision",
|
|
2171
|
+
},
|
|
2172
|
+
text: "scenarioPlanningPage",
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
image: {
|
|
2176
|
+
data: {
|
|
2177
|
+
areas: ["Copyright", "Privacy", "Disclosure"],
|
|
2178
|
+
levels: ["Green", "Amber", "Red"],
|
|
2179
|
+
},
|
|
2180
|
+
style: "complianceHeatmapPage",
|
|
2181
|
+
type: "vision",
|
|
2182
|
+
},
|
|
2183
|
+
text: "complianceHeatmapPage",
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
image: {
|
|
2187
|
+
data: {
|
|
2188
|
+
environmental: ["Efficient compute", "Green datacenters"],
|
|
2189
|
+
governance: ["Audit logs", "Policy oversight"],
|
|
2190
|
+
social: ["Source credit", "Anti-bias reviews"],
|
|
2191
|
+
},
|
|
2192
|
+
style: "esgFrameworkPage",
|
|
2193
|
+
type: "vision",
|
|
2194
|
+
},
|
|
2195
|
+
text: "esgFrameworkPage",
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
image: {
|
|
2199
|
+
data: {
|
|
2200
|
+
initiatives: ["Open citations to public research", "Academic partnerships"],
|
|
2201
|
+
},
|
|
2202
|
+
style: "csrInitiativesPage",
|
|
2203
|
+
type: "vision",
|
|
2204
|
+
},
|
|
2205
|
+
text: "csrInitiativesPage",
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
image: {
|
|
2209
|
+
data: {
|
|
2210
|
+
actions: ["Track energy per query", "Optimize inference", "Offset remaining"],
|
|
2211
|
+
phases: ["Measure", "Reduce", "Offset"],
|
|
2212
|
+
},
|
|
2213
|
+
style: "sustainabilityRoadmapPage",
|
|
2214
|
+
type: "vision",
|
|
2215
|
+
},
|
|
2216
|
+
text: "sustainabilityRoadmapPage",
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
image: {
|
|
2220
|
+
data: {
|
|
2221
|
+
loops: ["Data ingestion", "Use", "Feedback", "Curation"],
|
|
2222
|
+
},
|
|
2223
|
+
style: "circularEconomyMapPage",
|
|
2224
|
+
type: "vision",
|
|
2225
|
+
},
|
|
2226
|
+
text: "circularEconomyMapPage",
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
image: {
|
|
2230
|
+
data: {
|
|
2231
|
+
counts: [120, 24, 8, 3],
|
|
2232
|
+
stages: ["Ideas", "Prototypes", "Pilots", "Scale"],
|
|
2233
|
+
},
|
|
2234
|
+
style: "innovationFunnelPage",
|
|
2235
|
+
type: "vision",
|
|
2236
|
+
},
|
|
2237
|
+
text: "innovationFunnelPage",
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
image: {
|
|
2241
|
+
data: {
|
|
2242
|
+
items: [
|
|
2243
|
+
{
|
|
2244
|
+
label: "Evidence panel",
|
|
2245
|
+
release: "R1",
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
label: "Signed citations",
|
|
2249
|
+
release: "R2",
|
|
2250
|
+
},
|
|
2251
|
+
{
|
|
2252
|
+
label: "Reviewer automation",
|
|
2253
|
+
release: "R3",
|
|
2254
|
+
},
|
|
2255
|
+
],
|
|
2256
|
+
releases: ["R1", "R2", "R3"],
|
|
2257
|
+
},
|
|
2258
|
+
style: "productRoadmapPage",
|
|
2259
|
+
type: "vision",
|
|
2260
|
+
},
|
|
2261
|
+
text: "productRoadmapPage",
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
image: {
|
|
2265
|
+
data: {
|
|
2266
|
+
milestones: ["Beta cohort", "GA", "Case studies"],
|
|
2267
|
+
risks: ["Overpromise", "Adoption lag", "Change resistance"],
|
|
2268
|
+
workstreams: ["Marketing", "Sales", "Success"],
|
|
2269
|
+
},
|
|
2270
|
+
style: "launchPlanPage",
|
|
2271
|
+
type: "vision",
|
|
2272
|
+
},
|
|
2273
|
+
text: "launchPlanPage",
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
image: {
|
|
2277
|
+
data: {
|
|
2278
|
+
stages: ["Leads", "Qualified", "Trials", "Paid"],
|
|
2279
|
+
values: [400, 220, 120, 60],
|
|
2280
|
+
},
|
|
2281
|
+
style: "pipelineFunnelPage",
|
|
2282
|
+
type: "vision",
|
|
2283
|
+
},
|
|
2284
|
+
text: "pipelineFunnelPage",
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
image: {
|
|
2288
|
+
data: {
|
|
2289
|
+
metrics: ["Win rate 32%", "Cycle time 48d", "Avg deal $85k"],
|
|
2290
|
+
notes: "Education on value of signed references shortens cycles.",
|
|
2291
|
+
},
|
|
2292
|
+
style: "salesDashboardPage",
|
|
2293
|
+
type: "vision",
|
|
2294
|
+
},
|
|
2295
|
+
text: "salesDashboardPage",
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
image: {
|
|
2299
|
+
data: {
|
|
2300
|
+
levers: ["Content marketing", "Compliance webinars", "Partner co-sell", "Analyst briefings"],
|
|
2301
|
+
notes: "Lead with risk reduction and measurable trust.",
|
|
2302
|
+
},
|
|
2303
|
+
style: "marketingMixPage",
|
|
2304
|
+
type: "vision",
|
|
2305
|
+
},
|
|
2306
|
+
text: "marketingMixPage",
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
image: {
|
|
2310
|
+
data: {
|
|
2311
|
+
metrics: ["Time-to-value", "Feature usage", "CSAT", "Renewal rate"],
|
|
2312
|
+
stages: ["Onboard", "Adopt", "Expand", "Renew"],
|
|
2313
|
+
},
|
|
2314
|
+
style: "customerSuccessJourneyPage",
|
|
2315
|
+
type: "vision",
|
|
2316
|
+
},
|
|
2317
|
+
text: "customerSuccessJourneyPage",
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
image: {
|
|
2321
|
+
data: {
|
|
2322
|
+
roles: ["Agent", "Specialist", "Engineer"],
|
|
2323
|
+
tiers: ["Tier 1", "Tier 2", "Tier 3"],
|
|
2324
|
+
},
|
|
2325
|
+
style: "supportOrgModelPage",
|
|
2326
|
+
type: "vision",
|
|
2327
|
+
},
|
|
2328
|
+
text: "supportOrgModelPage",
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
image: {
|
|
2332
|
+
data: {
|
|
2333
|
+
categories: ["Licensing", "Technology", "Audit"],
|
|
2334
|
+
partners: [
|
|
2335
|
+
{
|
|
2336
|
+
category: "Licensing",
|
|
2337
|
+
style: "Content provider A",
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
category: "Technology",
|
|
2341
|
+
style: "Signing toolkit B",
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
category: "Audit",
|
|
2345
|
+
style: "Audit firm C",
|
|
2346
|
+
},
|
|
2347
|
+
],
|
|
2348
|
+
},
|
|
2349
|
+
style: "partnershipMapPage",
|
|
2350
|
+
type: "vision",
|
|
2351
|
+
},
|
|
2352
|
+
text: "partnershipMapPage",
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
image: {
|
|
2356
|
+
data: {
|
|
2357
|
+
stages: ["Identify", "Evaluate", "Negotiate", "Integrate"],
|
|
2358
|
+
targets: ["Evidence startup X", "Audit SaaS Y"],
|
|
2359
|
+
},
|
|
2360
|
+
style: "mAPipelinePage",
|
|
2361
|
+
type: "vision",
|
|
2362
|
+
},
|
|
2363
|
+
text: "mAPipelinePage",
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
image: {
|
|
2367
|
+
data: {
|
|
2368
|
+
sources: ["Cross-sell", "Shared infra", "Joint R&D"],
|
|
2369
|
+
values: [4, 1.5, 2],
|
|
2370
|
+
},
|
|
2371
|
+
style: "synergyCapturePage",
|
|
2372
|
+
type: "vision",
|
|
2373
|
+
},
|
|
2374
|
+
text: "synergyCapturePage",
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
image: {
|
|
2378
|
+
data: {
|
|
2379
|
+
behaviors: ["Cite sources", "Log context", "Flag uncertainty"],
|
|
2380
|
+
values: ["Truth", "Transparency", "Accountability"],
|
|
2381
|
+
},
|
|
2382
|
+
style: "cultureValuesPage",
|
|
2383
|
+
type: "vision",
|
|
2384
|
+
},
|
|
2385
|
+
text: "cultureValuesPage",
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
image: {
|
|
2389
|
+
data: {
|
|
2390
|
+
email: "references@company.example",
|
|
2391
|
+
message: "Thank you!",
|
|
2392
|
+
qrImageUrl: "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://example.com/ai-references",
|
|
2393
|
+
style: "AI Referencing Taskforce",
|
|
2394
|
+
url: "https://example.com/ai-references",
|
|
2395
|
+
},
|
|
2396
|
+
style: "thankYouContactPage",
|
|
2397
|
+
type: "vision",
|
|
2398
|
+
},
|
|
2399
|
+
text: "thankYouContactPage",
|
|
2400
|
+
},
|
|
2401
|
+
],
|
|
2402
|
+
canvasSize: {
|
|
2403
|
+
height: 1024,
|
|
2404
|
+
width: 1536,
|
|
2405
|
+
},
|
|
2406
|
+
filename: "vision",
|
|
2407
|
+
lang: "en",
|
|
2408
|
+
title: "Sample Presentation",
|
|
2409
|
+
},
|
|
1066
2410
|
{
|
|
1067
2411
|
$mulmocast: {
|
|
1068
2412
|
version: "1.1",
|