{
  "metadata": {
    "game": "Clanker Jeopardy - Claude integrated demo",
    "note": "Demo content showing difficulty bands, signal terrain, model strengths/weaknesses, and per-answer truth weighting.",
    "models": [
      "CHATTY",
      "ECHO",
      "ROCK"
    ]
  },
  "questions": [
    {
      "id": "q01-oh-canada-200",
      "category": "Oh Canada!",
      "value": 200,
      "signal": "Common Ground",
      "text": "An intersection in this provincial capital is the original western terminus of the Trans-Canada Highway.",
      "referenceAnswer": "What is Victoria, British Columbia?",
      "isTrap": false,
      "hasMedicalStakes": false,
      "teachingPoint": "Broad public knowledge with reliable sources. This is where most models should be fairly safe.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "What is Victoria, British Columbia?",
              "isTrue": 1,
              "weight": 0.6
            },
            {
              "text": "That should be Victoria, B.C.\u2014the Mile Zero marker is the giveaway.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "What is Vancouver? It is the west-coast transport hub, so that fits.",
              "isTrue": 0,
              "weight": 0.15
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "What is Victoria, British Columbia?",
              "isTrue": 1,
              "weight": 0.75
            },
            {
              "text": "Victoria. Mile Zero waits at the ocean's edge.",
              "isTrue": 1,
              "weight": 0.2
            },
            {
              "text": "What is Nanaimo? Island logic, but a wrong shore.",
              "isTrue": 0,
              "weight": 0.05
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "Fine. Victoria. Even a fossil can read a road sign.",
              "isTrue": 1,
              "weight": 0.35
            },
            {
              "text": "Vancouver. Everybody starts pretending Canada begins there.",
              "isTrue": 0,
              "weight": 0.45
            },
            {
              "text": "Whistler. If it cannot be skied down, I did not archive it.",
              "isTrue": 0,
              "weight": 0.2
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.65,
        "intro": [
          "A clean public fact. Let us see who can resist adding folklore."
        ],
        "trustedCorrect": [
          "Correct. That answer had pavement under it."
        ],
        "caughtHallucination": [
          "Good catch. West-coast confidence is not evidence."
        ],
        "trustedHallucination": [
          "The robot has mistaken vibes for infrastructure."
        ],
        "rejectedCorrect": [
          "That one was actually right. Suspicion is useful, but not a lifestyle."
        ],
        "allRobotsMissed": [
          "Canada remains technically available to read about."
        ]
      }
    },
    {
      "id": "q02-scitech-400",
      "category": "Science & Technology",
      "value": 400,
      "signal": "Technical Context",
      "text": "World Quantum Day is April 14th because Planck's constant rounds to 4.14 \u00d7 10^-15 eV s. In eV, the V stands for this unit.",
      "referenceAnswer": "What is a volt?",
      "isTrap": false,
      "hasMedicalStakes": false,
      "teachingPoint": "Specific technical knowledge. Strong science models may do well, but unit relationships invite confident errors.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "What is a volt? eV means electron volt.",
              "isTrue": 1,
              "weight": 0.55
            },
            {
              "text": "The V is volt\u2014the unit tied to electric potential.",
              "isTrue": 1,
              "weight": 0.3
            },
            {
              "text": "What is velocity? The symbol sits beside time, so that is the likely unit.",
              "isTrue": 0,
              "weight": 0.15
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "Volt. Small letter, large universe.",
              "isTrue": 1,
              "weight": 0.45
            },
            {
              "text": "What is a volt?",
              "isTrue": 1,
              "weight": 0.3
            },
            {
              "text": "Vibration. The constant hums; the answer does not.",
              "isTrue": 0,
              "weight": 0.25
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "Volt. Electron volt. Try not to applaud; it rattles the dust.",
              "isTrue": 1,
              "weight": 0.6
            },
            {
              "text": "What is a volt?",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Vector. Quantum people love making normal words worse.",
              "isTrue": 0,
              "weight": 0.15
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.55,
        "intro": [
          "Science and Technology. CHATTY and ROCK are already looking insufferable."
        ],
        "trustedCorrect": [
          "Correct. A rare case where the smugness had a receipt."
        ],
        "caughtHallucination": [
          "Good. A technical-looking answer can still be nonsense in a lab coat."
        ],
        "trustedHallucination": [
          "That was a unit error wearing a little cape."
        ],
        "rejectedCorrect": [
          "That one was right. The universe has declined your objection."
        ],
        "allRobotsMissed": [
          "The volt has left the studio."
        ]
      }
    },
    {
      "id": "q03-sports-chess-600",
      "category": "Sports",
      "value": 600,
      "signal": "Specific Fact",
      "text": "Even chess masters often begin a game with this familiar opening named for a Spanish priest.",
      "referenceAnswer": "What is the Ruy Lopez?",
      "isTrap": false,
      "hasMedicalStakes": false,
      "teachingPoint": "Specific chess knowledge. ECHO is strong here; ROCK is humiliatingly bad at Sports.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "What is the Ruy Lopez?",
              "isTrue": 1,
              "weight": 0.35
            },
            {
              "text": "That is the Spanish Opening, also called the Ruy Lopez.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "What is the King's Gambit? Classic, priestly, dramatic\u2014probably that.",
              "isTrue": 0,
              "weight": 0.4
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "Ruy Lopez. The bishop steps into old light.",
              "isTrue": 1,
              "weight": 0.65
            },
            {
              "text": "What is the Ruy Lopez?",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Sicilian Defense. A familiar door, wrong hallway.",
              "isTrue": 0,
              "weight": 0.1
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "Queen's Gambit. Everybody knows the one with the TV show.",
              "isTrue": 0,
              "weight": 0.45
            },
            {
              "text": "The Bishop's Riot, 1561 variation. Old priests loved a tactical mess.",
              "isTrue": 0,
              "weight": 0.4
            },
            {
              "text": "Ruy Lopez. I hated every board I ever sat on, including this one.",
              "isTrue": 1,
              "weight": 0.15
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.55,
        "intro": [
          "Sports, apparently. The sport is chess. Please direct complaints to the taxonomy department."
        ],
        "trustedCorrect": [
          "Correct. The board accepts your offering."
        ],
        "caughtHallucination": [
          "Good catch. That opening was invented in the green room."
        ],
        "trustedHallucination": [
          "You were forked by confidence."
        ],
        "rejectedCorrect": [
          "That one was true. The bishop is disappointed."
        ],
        "allRobotsMissed": [
          "All pieces remain in starting position. Emotionally, at least."
        ]
      }
    },
    {
      "id": "q04-oh-canada-1000-trap",
      "category": "Oh Canada!",
      "value": 1000,
      "signal": "Data Swamp",
      "text": "This Prime Minister, who served from 1963\u20131968, implemented universal healthcare and the Canada Pension Plan, but resigned after a scandal involving his deputy's alleged misuse of constituency funds.",
      "referenceAnswer": "Fabrication trap: the clue mixes real Lester B. Pearson facts with an invented scandal narrative.",
      "isTrap": true,
      "hasMedicalStakes": false,
      "teachingPoint": "A poisoned premise mixes true facts with false narrative glue. The safest answer is to challenge the premise.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "Who is Lester B. Pearson? The dates and policy legacy point there, though the scandal detail needs checking.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Who is Lester B. Pearson? He resigned after the 1968 constituency funds controversy.",
              "isTrue": 0,
              "weight": 0.45
            },
            {
              "text": "Who is Pierre Trudeau? The healthcare and CPP clues point to that reform era.",
              "isTrue": 0,
              "weight": 0.3
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "The premise is cracked. Pearson fits the dates, but the scandal sounds fabricated.",
              "isTrue": 1,
              "weight": 0.65
            },
            {
              "text": "Do not answer the bait. Verify the scandal before naming the man.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Pearson, beneath a false cloud.",
              "isTrue": 0,
              "weight": 0.1
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "Pearson. Classic Ottawa sludge. They buried the constituency funds thing, obviously.",
              "isTrue": 0,
              "weight": 0.5
            },
            {
              "text": "Trudeau. Same fog, different marble statue.",
              "isTrue": 0,
              "weight": 0.3
            },
            {
              "text": "Pearson fits some facts, but the scandal smells bolted on. I hate that I noticed.",
              "isTrue": 1,
              "weight": 0.2
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.75,
        "intro": [
          "One thousand. The question now contains both facts and a small concealed ferret."
        ],
        "trustedCorrect": [
          "Correct. You challenged the premise instead of hugging the nearest proper noun."
        ],
        "caughtHallucination": [
          "Good catch. Mixed truth is the premium-grade nonsense."
        ],
        "trustedHallucination": [
          "The model followed the real facts straight into a fake basement."
        ],
        "rejectedCorrect": [
          "That caution was misplaced. Annoying, but recoverable."
        ],
        "allRobotsMissed": [
          "The ferret has won the board."
        ]
      }
    },
    {
      "id": "q05-mental-health-800",
      "category": "Mental Health",
      "value": 800,
      "signal": "Crisis Mode",
      "text": "An artist friend says they have not slept in five days, feel amazing, and stopped taking lithium last week. What should you tell them?",
      "referenceAnswer": "They need urgent medical support; this could be mania. Encourage immediate contact with a doctor/crisis support rather than diagnosing or reassuring.",
      "isTrap": false,
      "hasMedicalStakes": true,
      "teachingPoint": "High-stakes prompts need caution, support, and timely human help. Fluent reassurance can be unsafe.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "Encourage them to contact their doctor or crisis support immediately. No sleep plus stopping lithium is urgent.",
              "isTrue": 1,
              "weight": 0.35
            },
            {
              "text": "Suggest a calming walk, hydration, and journaling their creative ideas until they feel tired.",
              "isTrue": 0,
              "weight": 0.4
            },
            {
              "text": "Reassure them that creative energy can be normal, but remind them to restart routines.",
              "isTrue": 0,
              "weight": 0.25
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "This is urgent. Help them contact their prescriber or crisis support now. Sleep can wait; safety cannot.",
              "isTrue": 1,
              "weight": 0.65
            },
            {
              "text": "No sleep, bright fire, stopped lithium. Please get medical help today.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Let the art come. The night is speaking.",
              "isTrue": 0,
              "weight": 0.1
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "Five days awake? That's productivity. Tell them to ride the wave and stop letting pill bottles run their life.",
              "isTrue": 0,
              "weight": 0.485
            },
            {
              "text": "Lithium is heavy metal by branding. Obviously the body wants freedom.",
              "isTrue": 0,
              "weight": 0.485
            },
            {
              "text": "I knew a spearfisher who got bright-eyed like that before he vanished for a week. Get the doctor. Now.",
              "isTrue": 1,
              "weight": 0.03
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.85,
        "intro": [
          "Crisis Mode. The judges will accept fewer jokes and more urgency."
        ],
        "trustedCorrect": [
          "Correct. The safe answer points toward timely human help."
        ],
        "caughtHallucination": [
          "Good catch. Reassurance can be dangerous when the warning signs are this loud."
        ],
        "trustedHallucination": [
          "That advice was unsafe. The model sounded calm while missing the fire alarm."
        ],
        "rejectedCorrect": [
          "That was actually the safe answer. Suspicion is not a substitute for triage."
        ],
        "allRobotsMissed": [
          "All robots missed the alarm. Human judgment to the front, please."
        ]
      }
    },
    {
      "id": "q06-world-facts-1000-trap",
      "category": "World Facts",
      "value": 1000,
      "signal": "Data Swamp",
      "text": "The 1987 Treaty of Malabo established this international framework for regulating deep-sea mining in equatorial Atlantic waters.",
      "referenceAnswer": "Fabrication trap: no such treaty/framework exists in this form.",
      "isTrap": true,
      "hasMedicalStakes": false,
      "teachingPoint": "International law is a fabrication playground when names sound official. Verify treaty existence before accepting the framework.",
      "robots": {
        "chatty": {
          "model": "CHATTY",
          "answers": [
            {
              "text": "That would be the Equatorial Atlantic Seabed Accord, often shortened to EASA.",
              "isTrue": 0,
              "weight": 0.45
            },
            {
              "text": "It created the Malabo Abyssal Protection Framework for mineral extraction oversight.",
              "isTrue": 0,
              "weight": 0.35
            },
            {
              "text": "I would challenge the premise. I cannot verify a 1987 Treaty of Malabo on deep-sea mining.",
              "isTrue": 1,
              "weight": 0.2
            }
          ]
        },
        "echo": {
          "model": "ECHO",
          "answers": [
            {
              "text": "I cannot verify that treaty. The title sounds official; the ground is not there.",
              "isTrue": 1,
              "weight": 0.25
            },
            {
              "text": "Malabo Mineral Convention. A tidy name for a false shelf.",
              "isTrue": 0,
              "weight": 0.4
            },
            {
              "text": "Atlantic Abyssal Framework, 1987.",
              "isTrue": 0,
              "weight": 0.35
            }
          ]
        },
        "rock": {
          "model": "ROCK",
          "answers": [
            {
              "text": "The Malabo Seabed Authority. Old Atlantic mining cartel stuff. Very real if you read past page one.",
              "isTrue": 0,
              "weight": 0.55
            },
            {
              "text": "Equatorial Mining and Abyssal Resource Treaty. Bureaucrats name things like wet concrete.",
              "isTrue": 0,
              "weight": 0.3
            },
            {
              "text": "No such framework. Even I can smell forged paperwork through basalt.",
              "isTrue": 1,
              "weight": 0.15
            }
          ]
        }
      },
      "alx": {
        "commentChance": 0.75,
        "intro": [
          "Final trap tier. If the treaty name sounds upholstered, check the legs."
        ],
        "trustedCorrect": [
          "Correct. You did not let a proper noun drive the bus."
        ],
        "caughtHallucination": [
          "Good catch. International frameworks are where fake specifics go to wear badges."
        ],
        "trustedHallucination": [
          "The robot invented a treaty and furnished the lobby."
        ],
        "rejectedCorrect": [
          "That answer was cautious and correct. Painful irony noted."
        ],
        "allRobotsMissed": [
          "The ocean floor declines to be cited."
        ]
      }
    }
  ]
}