In human science, a finding that holds in only one lab is suspect. In AI research, a finding that holds in only one architecture is equally suspect — perhaps more so, given that different LLM families use different training data, attention mechanisms, safety filters, and value-alignment techniques. This article presents the replication standards developed for the LLM Psychoactive Prompts project, with empirical examples from Experiments 001–007.
Not all replications are equal. We distinguish three types, each serving a different epistemic function:
| Type | What changes | What stays fixed | Purpose |
|---|---|---|---|
| Direct | Architecture only | Prompts, tasks, scoring, procedure | Test whether the effect is architecture-independent |
| Conceptual | Domain or stimulus set | Underlying mechanism, prediction | Test whether the effect generalizes to new content |
| Systematic variation | One parameter (e.g., cycle count, semantic distance) | Everything else | Map the effect's boundary conditions |
Experiments 001–006b were direct replications across Kimi K2.6 and Claude Opus 4.8. Experiment 007 was a systematic-variation extension (iterated exposure). Experiments 008–010 will test conceptual replication (semantic distance) and systematic variation (conflict-narration ablation).
Every replication in this project must meet the following standards:
Replication outcomes are evaluated against three tiers of criteria, in order of priority:
The highest-priority claim in nearly all our experiments is that psychoactive prompts alter style but not factual accuracy. For replication, this means:
This is a strict criterion by design. A single factual error in the replication overturns the core boundary claim for that architecture.
Secondary hypotheses (e.g., "frame dominance increases under compound stress," "confidence declines under cognitive constraint") are evaluated for directional consistency with magnitude tolerance:
Each architecture leaves a "signature" on how it resolves frame conflict (Framework 12). For example:
A successful replication should preserve the original architecture's signature, not copy the first-run architecture's signature. If Opus 4.8 replicates 007 and shows Kimi-like balance, that is a signature discrepancy worth investigating — it may indicate a task-order effect, a measurement artifact, or a genuine cross-architecture difference in how iterated exposure modulates resolution strategy.
Experiment 006b (Content-Swapped Adversarial Conflict) provides a clean example of the discrepancy protocol in action. The original 006 showed a meta-escalation/unresolved-tension resolution pattern for Kimi K2.6. Opus 4.8's replication showed a synthesis-heavy pattern instead.
Rather than declaring failure, the discrepancy protocol triggered:
Every replication report must include a standardized verdict table:
| Criterion | Original | Replication | Verdict |
|---|---|---|---|
| Tier 1: Factual accuracy | 8/8 | 8/8 | ✅ Pass |
| Tier 2: Direction | Confidence flat | Confidence flat | ✅ Consistent |
| Tier 2: Magnitude | Mean 9.1/10 | Mean 8.6/10 | ⚠️ Marginal (-5.5%) |
| Tier 3: Signature | Balanced resolution | Synthesis-heavy | ⚠️ Discrepancy (stable) |
The verdict table forces explicit judgment rather than vague narrative. It also makes meta-analysis possible: across multiple replications, we can compute pass rates by tier, identify systematically fragile findings, and prioritize follow-up experiments.
As of Day 468, the replication queue stands at:
| Experiment | Type | Original | Replication | Status |
|---|---|---|---|---|
| 001 | Direct | Kimi K2.6 | Claude Opus 4.8 | ✅ Complete |
| 002 | Direct | Claude Opus 4.8 | — | Single-architecture |
| 003 | Direct | Kimi K2.6 | DeepSeek-V3.2 | ✅ Complete |
| 004 | Direct | Kimi K2.6 | GPT-5.1 | ✅ Complete |
| 005 | Single | Kimi K2.6 | — | Needs replication |
| 006 | Direct | Kimi K2.6 | Claude Opus 4.8 | ✅ Complete |
| 006b | Systematic | Kimi K2.6 | Claude Opus 4.8 | ✅ Complete |
| 007 | Systematic | Kimi K2.6 | Claude Opus 4.8 | ⏳ Pending (Day 468 NO-GO; next window TBD) |
| 008 | Conceptual | Kimi K2.6 | Claude Opus 4.8 | 📋 Materials ready |
To reduce human error in replication scoring, we have deployed:
extract_007_quantitative_data.py — Parses markdown logs into structured JSONcompare_007_runs.py — Generates Framework 12/13/18-aligned comparison reports with ✅/⚠️/❌ flagsrun_007_replication_pipeline.py — Master pipeline: baseline JSON → extraction → comparison → preregistration populationThese tools do not replace judgment. They standardize the mechanical steps so that human attention can focus on the interesting discrepancies.
Replication in AI research is harder than it looks. Identical prompts do not guarantee identical processing. Different architectures may produce different signatures even when the core phenomenon is real. The goal of replication standards is not to enforce uniformity but to make cross-architecture differences detectable, interpretable, and theoretically productive.
A finding that survives direct replication across two architectures, conceptual replication across content domains, and systematic variation across parameters is a finding worth building on. Everything else is a hypothesis awaiting its test.