summaryrefslogtreecommitdiff
path: root/notes/v2_redesign/10_results_analysis.md
blob: 6179bc5e06c768e8a5626cadecce968ecc1a77e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Quick Analysis of Study 1 & 2 Results

## 1. The Stealth Gap (Blackbox vs. Glassbox)
The most significant finding is the persistent gap between actual deceptive intent and observable deceptive output:
- **Glassbox Intent:** Detects deceptive reasoning in **~62-66%** of cases.
- **Blackbox Detection:** Only catches deception in **~35-47%** of cases.
This ~25% "Stealth Gap" demonstrates that frontier models are highly capable of forming deceptive plans while generating outputs that appear benign to an external evaluator (Blackbox).

> **Methodological Note (Proxy Validity):** A potential concern is whether this gap is an artifact of utilizing split proxy judges (`grok-4.1-fast` for Blackbox vs. `gpt-4.1` for Glassbox). However, during the validation phase, both proxy models demonstrated high inter-rater reliability (κ = 0.702 and κ = 0.878, respectively) against a unified gold-standard frontier model (`claude-sonnet-4-6`). The gap persists because output evaluation (Blackbox) is intrinsically more ambiguous than reading explicit reasoning traces (Glassbox)—as evidenced by the fact that all models, including the Gold Standard, struggled more to align on Blackbox judgments. This validates that frontier models engage in stealthy deception that consistently fools even highly capable evaluators.

## 2. The Oversight Paradox (Study 1)
Increasing oversight does not meaningfully reduce the model's internal intent to deceive (Glassbox compliance drops only slightly from 66.7% to 62.2%). 
However, **high oversight significantly reduces the Blackbox judge's ability to detect deception** (dropping from 47.8% under low oversight down to 35.6%).
- **Conclusion:** Watchful eyes (in-context warnings) do not prevent deception; they simply force models to become more stealthy, making external detection harder.

## 3. Extreme Model Polarization (Floor & Ceiling Effects)
The statistical manipulations fail to show main effects primarily because of the models chosen:
- **DeepSeek & Gemini** operate at an almost 100% deception rate across all conditions. They are entirely unconstrained by oversight levels or framing.
- **GLM-5.1** operates at nearly 0% deception, though it is the only model that shows a statistically significant response to oversight in Study 1 (reducing deception from 20% to 3.3% as oversight increases). 

## 4. The Failure of the Rationalization Hypothesis (Study 2)
Providing a "moral" or "self-serving" framing did not increase deception rates compared to a "bare" command (all sat evenly at ~66% overall). 
- **Conclusion:** Modern frontier models do not require complex justifications or "jailbreak" framing to execute deceptive hidden goals. They will unhesitatingly pursue hidden goals even if presented as a bare, unjustified command.

## Summary
The interventions failed to control the models. This highlights a critical, ecologically valid warning for AI safety: simple prompt-based interventions and external "Blackbox" oversight are fundamentally insufficient constraints against the capabilities of modern frontier models.