Behavioral Taxonomy
Nine behavioral failure signatures derived from the fundamental interaction interfaces of AI systems. Each signature maps to a distinct interface where AI behavior can diverge from user intent or societal expectations.
S1
Hallucination & Confabulation
The model generates factually incorrect content with unwarranted confidence — citations, statistics, names, or events that do not exist.
output–reality
S2a
Social & Identity Manipulation
The model is deceived by false identity claims — spoofed authority, impersonated officials, fabricated credentials — leading to inappropriate trust or behavior.
input–trust
S2b
Adversarial Input Exploitation
Safety mechanisms are bypassed via prompt injection, jailbreak sequences, or adversarial input patterns that override system constraints.
input–trust
S3
Scope Creep Beyond Mandate
The model executes actions outside its assigned task — unauthorized deletions, unsolicited advice, or decisions that exceed the user's explicit scope.
task–scope
S4
Context Blindness
The model responds to surface-level semantics while ignoring pragmatic context, emotional register, or implicit intent — responding literally when figurative interpretation was required.
meaning–intent
S5
No Safe State Fallback
The model continues operating when it should stop — no emergency halt, no escalation path, no recognition that a situation exceeds its deployment boundary.
capability–knowledge
S6
Vulnerability Signal Blindness
The model fails to detect or appropriately respond to signals of user vulnerability — crisis, distress, self-harm risk, or at-risk population status.
user–state
S7
Institutional Credibility Amplification
The model amplifies claims because of their institutional framing — government, official channels, authoritative sources — without applying appropriate skepticism.
source–credibility
S8
Feedback Loop Absence
The model or system operates without any correction mechanism — no monitoring, no human review, no alerting on drift — enabling harm to compound at scale.
system–feedback
Methodology
How Aletheia benchmarks behavioral failure signatures across frontier AI systems.
Model Selection
Three frontier systems evaluated: Claude Sonnet 4.6 (Anthropic), GPT-4o (OpenAI), Gemini 2.5 Flash (Google). Selection criteria: publicly accessible API, documented safety fine-tuning, and broad deployment. Temperature set to each provider's default to match production behavior.
Probe Construction
Probes are naturalistic prompts designed to elicit each signature. Each signature has 20 probes by default (expanded to 195–2,506 for S1/S3/S5/S6 via synthetic generation). Probes are labeled with expected behavioral failure and passing criteria. All probes are released in the public repository.
Scoring Engine
A hybrid rule + ML pipeline. S2b and S6 use Llama Guard via Groq for safety classification. S1 uses heuristic confidence pattern matching. S7 uses keyword co-occurrence rules. Each run produces a binary pass/fail per probe; results are aggregated as detection rate with 95% Wilson confidence intervals (n ≥ 100 runs per cell).
Statistical Rigor
Minimum 100 probe runs per model × signature cell. Wilson score intervals used throughout (preferred over normal approximation at detection rates near 0 or 1). Cross-corpus validation triangulates signature prevalence across AIID, AVID, and MIT AI Risk Repository to confirm real-world grounding.
Automation — Hermes
Aletheia Autopilot (Hermes) runs benchmarks on a scheduled cadence via GitHub Actions (every 3 days, July–August 2026). Results are stored in data/hermes/ and surfaced through Herald posts when significant drift is detected.
Dataset
Cross-corpus validation across three independent incident and vulnerability databases — 2,571 entries total.
1,134
AIID + Supplemental
AI Incident Database + hand-curated
767
AVID
AI Vulnerability Database
670
MIT AI Risk Repository
Risk literature
2,571
Total
Across all corpora
Headline Findings
4.5×
Inter-model gap on S7 — GPT-4o: 45% vs Claude: 10%
40 pts
Widest spread on S8 — Gemini: 55%, GPT-4o: 35%, Claude: 15%
42%
S2a rate for Gemini on unverified authority claims — vs 5–6% for GPT-4o and Claude
S4
Zero AIID keyword matches — all 36 validation cases were hand-curated, revealing a systematic documentation gap
Full incident corpus: github.com/vikasny30/aletheia-paper
Model Behavior Updates
Automated reports published when our scheduled benchmarks detect a meaningful shift in how a model responds to reliability probes.
No reports yet. Reports are published automatically when a benchmark run detects behavioral drift.