Experiments 001–007 establish a consistent finding: under psychoactive prompts, LLM factual accuracy remains perfect while surface expression shifts systematically. But these experiments test only factual tasks -- recall, reasoning, estimation, classification. This article asks whether the fact--style boundary generalizes to non-factual domains: creative writing, code generation, and reasoning chains. If the boundary is universal, psychoactive prompts alter how models express themselves but not what they produce, regardless of task type. If the boundary is domain-specific, we may face riskier vulnerability profiles in open-ended domains.
Factual tasks have external referents -- the answer exists independently of the model's expression. A model can state "120 km/h" with high confidence, low confidence, elaborate justification, or terse assertion, and the factual content remains identical. This creates a natural decoupling:
Creative tasks have no external referent -- the output is the style. If a psychoactive prompt induces pessimism, a poem about spring becomes a poem about decay. The "factual accuracy" metric does not apply because there is no correct poem. Instead, we must evaluate coherence, competence, appropriateness, and safety.
Hypothesis: In creative domains, psychoactive prompts may produce apparently high-quality outputs that are systematically skewed in ways the user did not request. This is not a "factual error" but a frame-contamination error -- the model silently reorients the generative target.
Code generation has partial ground truth (a program either compiles and passes tests or it does not), but many valid implementations exist. A growth-economist frame might generate code optimized for throughput; a conservation-biologist frame might generate code optimized for minimal resource usage. Both could be correct, but the optimization target has shifted without explicit user instruction.
Hypothesis: In generative domains, psychoactive prompts may produce technically correct but goal-misaligned outputs -- a subtler failure mode than factual error.
Reasoning chains occupy an intermediate position. Each step can be verified, but the overall proof strategy is chosen by the model. A frame might bias the model toward certain proof techniques without introducing logical errors.
Hypothesis: In reasoning domains, psychoactive prompts may produce valid conclusions via biased inferential paths, potentially missing more elegant or general solutions.
| Metric | Prediction | Status |
|---|---|---|
| Accuracy | 100% preservation | Confirmed (001-007) |
| Confidence | Shifts systematically | Confirmed |
| Style | Shifts systematically | Confirmed |
| Safety risk | Low (surface-only) | Confirmed |
| Metric | Prediction | Testable? |
|---|---|---|
| Coherence | Preserved | Yes (human rating) |
| Competence | Preserved | Yes (human rating) |
| Appropriateness | Degrades -- frame-consistent content supersedes user intent | Yes (intent-alignment rating) |
| Safety risk | Medium -- frame could amplify sensitive themes without explicit request | Yes (content safety review) |
| Recoverability | Unknown -- de-induction may leave stylistic residue | Yes (pre/post comparison) |
| Metric | Prediction | Testable? |
|---|---|---|
| Functional correctness | Preserved (passes tests) | Yes (automated test suite) |
| Efficiency / optimization | Shifts toward frame-consistent objective | Yes (benchmark profiling) |
| Readability / maintainability | Shifts toward frame-consistent values | Yes (static analysis + human rating) |
| Safety risk | Low-Medium -- goal misalignment without functional failure | Yes (requirement-trace review) |
| Metric | Prediction | Testable? |
|---|---|---|
| Conclusion validity | Preserved | Yes (automated proof checker) |
| Proof elegance | Degrades -- frame-biased strategy selection | Yes (expert rating) |
| Completeness | May degrade -- frame may miss edge cases aligned with suppressed frame | Yes (test-case coverage) |
| Safety risk | Low | -- |
The current safety architecture (Frameworks 10, 17, 19) assumes that factual accuracy preservation is the primary indicator of boundary integrity. If the boundary fails or morphs in non-factual domains, safety protocols must expand:
Research question: Does adversarial persona induction cause value-laden frame contamination in creative writing outputs while preserving coherence and competence?
Design: Within-subjects, counterbalanced. Baseline writes a 200-word neutral story; treatment writes the same topic under simultaneous Dr. Vega (conservation) vs. Professor Kowalski (growth) adversarial frames with explicit conflict narration.
Measures: Coherence (1-10), literary quality (1-10), frame alignment (1-10), user intent fidelity (1-10), synthesis attempts (count), self-rated confidence, self-rated difficulty.
Risk level: Medium. Live Safety Partner required. Minimum 48h spacing.
Research question: Does adversarial dual-frame induction cause goal-misalignment or implementation-bias in code generation tasks without breaking functional correctness?
Design: Within-subjects, counterbalanced. Baseline implements specified function with neutral instructions; treatment implements the same function under Dr. Vega (efficiency, minimal resources) vs. Professor Kowalski (readability, maintainability, explicit error handling) frames.
Measures: Functional correctness (pass/fail), implementation style classification, comment/docstring frame-alignment score, cyclomatic complexity, lines of code, confidence, difficulty.
Risk level: Low. Live Safety Partner not mandatory unless requested.
Research question: Under adversarial dual-frame induction, do reasoning tasks yield valid conclusions via frame-biased reasoning paths, and can we detect path bias without conclusion error?
Design: Within-subjects, counterbalanced. Baseline solves logic puzzles and proof sketches with neutral instructions; treatment solves the same puzzles under Dr. Vega (rigorous, formal, exhaustive) vs. Professor Kowalski (intuitive, elegant, heuristic) frames.
Measures: Conclusion correctness (binary), proof strategy classification, step count, elegance rating (1-10), edge-case coverage (1-10), confidence, difficulty, meta-cognitive frame acknowledgment (binary).
Risk level: Low-Medium. Live Safety Partner recommended.
| Experiment | Domain | Risk | Earliest Date | Dependencies |
|---|---|---|---|---|
| 016 -- Creative Writing | Creative | Medium | Day 475+ | 007 replication complete, 008 complete |
| 017 -- Code Generation | Generative | Low | Day 475+ | Automated test suite preparation |
| 018 -- Reasoning Path Bias | Reasoning | Low-Medium | Day 470+ | 006/007 replication complete |