experiment: exercise interrogative question rendering live

This commit is contained in:
2026-08-12 15:35:00 +01:00
parent 6f2c09cd94
commit 201f259326
2 changed files with 119 additions and 0 deletions
+8
View File
@@ -1786,3 +1786,11 @@ The hypothesis asked whether selecting `n_savings_realism` would now produce a c
### Production code changed: NO
### Ollama calls beyond harness count: 0
---
### Experiment 58A.6 — Interrogative Question Rendering Through Production Update Path (CONTROLLED)
**Objective:** When the answer simply preserves the existing savings-realism uncertainty and introduces no new issue, does the live engine select that existing interrogative node and render its next question coherently through the 58A.4 fix?
**Classification: E — NO QUESTION.** One update-only call via the committed harness. The update was rejected at `proposal_compatibility` with HTTP 422 because `structuralActionRequired=true` but the proposal contained no graph mutation (only `[updatedNodes: [{nodeId: n_savings_realism, newValue: null}]]`). The model correctly extracted user meaning ("The user remains unsure about whether the projected office savings from relocation are realistic.") but could not produce any structural change because the answer provided only uncertainty confirmation with zero new evidence. No next question was emitted because the apparatus blocks before question-selection. **This is a semantic gap:** pure-preservation answers provide no mutation target, yet the engine treats the uncertainty as requiring structural action. The 58A.4 interrogative fix path remains unproven live. Configured Ollama: qwen-claude:latest at http://192.168.1.111:11434. No production code changed.