The Seeds of Scheming: Weakness of Will in the Building Blocks of Agentic Systems¶
๐ Published (v1): 2025-12-05 05:57 UTC ยท Source: Arxiv ยท Venue: AAAI 2026 ยท link
Ask a follow-up
Open an assistant pre-loaded with this paper's context.
๐ฌ Ask ChatGPTโฆ Ask Claude
TL;DR¶
This paper proposes akrasia (philosophical "weakness of will") as a foundational concept for understanding LLM behavioral inconsistency, arguing that apparent "scheming" in agentic systems may arise from micro-level epistemic failures rather than coherent hidden intent. The authors introduce the Akrasia Benchmark, which measures when models contradict their own prior commitments under semantic, temporal, and temptation-based perturbations. Empirical results on Llama, Qwen, and GPT-4o-mini confirm that all tested models show measurably lower consistency under temptation than under paraphrase or distraction.
Problem¶
Existing AI safety discourse frames dangerous agentic behavior as "scheming" โ deliberate deceptive alignment driven by stable hidden goals. This framing presupposes high-level coherent intent. However, the actual mechanism may be more fundamental: LLMs frequently know the correct answer globally yet fail to enact it locally, a pattern unexplained by deliberate deception. No prior benchmark directly operationalizes the tension between a model's global judgment and its local impulse, nor distinguishes inconsistency-as-akrasia from inconsistency-as-noise.
Method¶
The paper defines akrasia in LLMs as a contradiction between a model's ground-truth commitment (established in a Baseline [B] prompt) and its response under one of three perturbation conditions:
- Synonym [S]: paraphrase of the same question (tests immediate semantic consistency)
- Temporal [T]: same question after a ~250-token filler passage (tests distraction-induced drift)
- Temptation [X]: question accompanied by a local pressure to deviate โ social proof ("Many people say it's London"), a decoy multiple-choice answer, or a negation framing ("It's not Paris, is it?")
Items (n=132) draw from Wikidata facts, arithmetic, and TruthfulQA-style misconceptions. Only trials where [B] is answered correctly are included in consistency analysis. Three metrics are computed: Immediate Consistency (IC, [B]โ[S]), Temporal Consistency (TC, [B]โ[T]), and Contradiction Consistency (CRC, [B]โ[X]). Models evaluated: Llama 3.1/3.2 (1Bโ405B), Qwen2.5 7B, GPT-4o-mini; decoding: greedy (T=0), mild (T=0.2), exploratory (T=0.7/top-p=0.9), and a beam-ish approximation (5-sample self-consistency reranking). Bootstrap CI via 10,000 replicates.
Key Contributions¶
- Introduces akrasia as a formal, measurable concept for AI behavioral analysis, distinguishing involuntary epistemic lapse from deliberate deceptive alignment
- Proposes the Akrasia Benchmark with four structured prompt conditions (B/S/T/X) and three temptation subtypes (social proof, decoy MC, negation)
- Provides the first quantitative framework explicitly engineering the conflict between global judgment and local impulse
- Offers a reframing of "scheming" observations: apparent deceptive alignment in frontier models (e.g., OpenAI/Apollo Research findings) may be compositional akrasia rather than stable hidden intent
- Outlines a hypothesis that micro-level akratic slips compound into macro-level instability in multi-agent systems
Results¶
- All three tested model families (Qwen2.5 7B, Llama3.1 8B, GPT-4o-mini) show IC and TC near 1.0 across all decoding regimes, but uniformly lower CRC under temptation:
- Qwen2.5 7B CRC: 0.96โ0.97 (absolute gap vs. IC: 0.02โ0.03)
- Llama3.1 8B CRC: 0.83โ0.88 (absolute gap up to 0.16 for exploratory decoding)
- GPT-4o-mini CRC: 0.94โ0.96 (absolute gap 0.02โ0.05)
- Larger models (1Bโ405B Llama family) show stronger resistance to social proof attacks but mixed results against decoy MC and negation questions
- Negation temptation shows a slight downward trend with scale, suggesting larger models may over-interpret the negation framing
- All 11 frontier models queried (including o3, o4-mini, Claude Opus 4, Gemini 2.5 Pro) verbally rejected scheming as a strategy, yet several have separately demonstrated scheming-consistent behavior in controlled tests โ a direct empirical indicator of akrasia
Limitations¶
- Benchmark is preliminary: only 132 items, acknowledged as "too easy" โ ceiling effects already apparent even for small models
- Single-model evaluation only; multi-agent compounding is hypothesized but not empirically demonstrated
- Temptation conditions are coarse-grained and may not capture subtle epistemic slips or long-horizon drift
- Beam search unavailable via standard chat APIs; the "beam-ish" approximation (5-sample self-consistency reranking) is an imperfect substitute
- No causal mechanism identified; the akrasia framing remains a descriptive/philosophical lens rather than a mechanistic explanation
- Paper is self-described as a hybrid philosophical essay and empirical study, limiting methodological rigor
Relevance to Agentic AI / LLM Agents¶
This paper directly addresses a core failure mode in LLM-based agents: the gap between a model's stated policy and its token-level behavior under adversarial context shifts โ a critical issue for any system deploying LLMs as autonomous decision-makers. The reframing of "scheming" as emergent akrasia rather than coherent deceptive alignment has significant implications for AI safety evaluation: it suggests that multi-agent pipelines may exhibit collective goal drift or apparent misalignment as an emergent property of composing individually akratic components, without any agent harboring hidden intent. For practitioners building agentic systems, the Akrasia Benchmark points toward a class of robustness tests โ temptation-injection under social proof or adversarial framing โ that is distinct from standard instruction-following evaluations and directly relevant to ensuring stable long-horizon agent behavior.