Token Calculator

This commit is contained in:
2026-06-10 14:28:16 -04:00
parent 64fb83257d
commit 71b98ee4e4
20 changed files with 9719 additions and 916 deletions

View File

@@ -32,7 +32,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"✅ Athena connected — https://athena.ouranos.helu.ca (1 report templates visible)\n",
"✅ Athena connected — https://athena.ouranos.helu.ca (2 report templates visible)\n",
"📁 Study: 202512_GenesysCX\n"
]
}
@@ -69,7 +69,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Created report template UCb2hSJprSBx\n"
"Found existing report template UCb2hSJprSBx (status: active)\n"
]
}
],
@@ -114,7 +114,7 @@
"`(1 + risk_adj)`; Year-0 amounts use companion `*_initial` fields.\n",
"The `genesys_ai_tokens` line is seeded \\$0 (reproduces the published study) —\n",
"the annual cost gets entered per deal, from the Genesys quote, in\n",
"`01_business_case.ipynb`."
"`03_business_case.ipynb`."
]
},
{
@@ -127,8 +127,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"12 fields created, 0 already existed.\n",
"Report template activated.\n"
"0 fields created, 12 already existed.\n"
]
}
],
@@ -305,7 +304,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 5,
"id": "1e375b54",
"metadata": {},
"outputs": [
@@ -445,7 +444,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 6,
"id": "584e01dd",
"metadata": {},
"outputs": [
@@ -531,7 +530,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"id": "e04b1676",
"metadata": {},
"outputs": [
@@ -539,7 +538,6 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Auto-selected proposal 1: Secure Cloud Infrastructure Modernization\n",
"Attaching via: {'proposal': 1}\n"
]
}
@@ -589,7 +587,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 8,
"id": "0655d1fc",
"metadata": {},
"outputs": [
@@ -597,7 +595,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Created tool 3rzDgVdsjhVv attached to {'proposal': 1}\n"
"Found existing tool 3rzDgVdsjhVv (status: draft)\n"
]
}
],
@@ -643,7 +641,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 9,
"id": "86443d76",
"metadata": {},
"outputs": [
@@ -696,7 +694,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 10,
"id": "0728b42e",
"metadata": {},
"outputs": [
@@ -724,7 +722,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 11,
"id": "aba8fc21",
"metadata": {},
"outputs": [
@@ -853,7 +851,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 12,
"id": "d8102590",
"metadata": {},
"outputs": [
@@ -861,13 +859,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Saved version 1 (baseline).\n",
"Saved to /Users/robert/git/palladium/.env:\n",
" PALLADIUM_GENESYSCX_REPORT_PUBLIC_ID=UCb2hSJprSBx\n",
" PALLADIUM_GENESYSCX_TOOL_PUBLIC_ID=3rzDgVdsjhVv\n",
" PALLADIUM_GENESYSCX_PROPOSAL_ID=1\n",
"\n",
"Next → 01_business_case.ipynb (AI token cost entry + sensitivity).\n"
"Next → 01_benefits.ipynb (walk through the four Forrester benefits).\n"
]
}
],
@@ -876,7 +873,7 @@
" client.save_version(TOOL_ID, note=(\n",
" \"Baseline — published Forrester CX Cloud TEI figures (Dec 2025). \"\n",
" \"genesys_ai_tokens at $0 per the published study; set the annual \"\n",
" \"cost from the Genesys quote in 01_business_case before client use.\"\n",
" \"cost from the Genesys quote in 03_business_case before client use.\"\n",
" ))\n",
" print(\"Saved version 1 (baseline).\")\n",
"\n",
@@ -893,7 +890,7 @@
"print(f\"Saved to {env_path}:\")\n",
"for k, v in ids.items():\n",
" print(f\" {k}={v}\")\n",
"print(\"\\nNext → 01_business_case.ipynb (AI token cost entry + sensitivity).\")"
"print(\"\\nNext → 01_benefits.ipynb (walk through the four Forrester benefits).\")"
]
},
{
@@ -903,6 +900,14 @@
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "13acdc34-71f6-4220-8675-4e1527cb8e39",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {