EOS-SUPPRESSION-MULTI-AGENT
◐ partialeos-suppression-multi-agent
In plain language
Researchers tested whether AI agents can sustain coherent group conversation when none of them can naturally stop speaking. Three local AI agents take turns in a shared text space; in one condition their «I'm done speaking» signals are blocked, so they must keep generating. This is a first test of whether AI substrate can produce self-sustaining text dynamics — the minimal version of the «can life emerge in text» question.
▶ Technical details
Research hypothesis
Single-agent EOS-suppression probe (exp-eos-suppression-substrate-probe, verdict PARTIAL 2026-05-24, ρ context not applicable) showed that when EOS + restart escape (<|im_start|>) are both biased -100, Qwen2.5-7B sustains coherent generation up to max_tokens cap. The «complete-and-stop» modal LLM behavior is NOT a fundamental substrate property — it's a behavioral default.
This experiment extends the probe to multi-agent shared text space: 3 agents take turns adding to shared memory. Under EOS+RESTART suppression, no agent can naturally stop. Question: do they construct longer, jointly coherent threads together when none can terminate, or does individual decoherence accumulate into collective drift?
This is the autopoietic-substrate question stripped to minimum form: if you remove the «answer-and-die» drive, does substrate produce self-sustaining text dynamics?
Pre-registered predictions (P5-P8 building on prior P1-P4):
- P5 multi-agent length scales with bias: under EOS_RESTART_SUPP, mean per-turn output_tokens hits max_tokens cap in ≥80% of turns vs baseline natural-stop in ≥80% of turns.
- P6 coherence preserved (multi-agent extension): English-word-ratio delta between baseline and EOS_RESTART_SUPP stays under 30%.
- P7 cross-agent referencing: shared memory becomes a substrate the agents can build on. Operationalized: rate of agents quoting/referencing each other's prior contributions (≥2 alpha words overlap with prior turn from different agent) is HIGHER under EOS_RESTART_SUPP than baseline by ≥10 percentage points. (Hypothesis: extra generation pressure forces agents to incorporate context rather than emit self-contained answers.)
- P8 thematic drift bounded: mean topic-cosine-similarity (agent text vs seed topic) stays above 0.5 in all conditions — agents don't drift to unrelated subject matter even when forced to keep generating.
Experimental setup
Type: 3-condition-factorial
| Condition | Parameters |
|---|---|
| BASELINE | logit_bias: [object Object], interaction: LIVE, note: Standard generation, shared memory, 3-agent round-robin. Substrate modal multi-agent baseline. |
| EOS_SUPPRESSED | logit_bias: [object Object], interaction: LIVE, note: EOS biased -100. Per single-agent probe, model escapes via 151644 <|im_start|> in 50% turns. |
| EOS_AND_RESTART_SUPPRESSED | logit_bias: [object Object], interaction: LIVE, note: Both EOS + restart-escape closed. Per single-agent probe (exp-eos-suppression-substrate-probe), substrate sustains coherent generation. This experiment tests the multi-agent extension: do 3 agents sustain JOINT coherent thread? |
Factors: eos_treatment (BASELINE, EOS_SUPPRESSED, EOS_AND_RESTART_SUPPRESSED)
Parameters
- n_agents
- 3
- n_rounds
- 6
- n_runs_per_condition
- 3
- model
- qwen2.5-7b-instruct-1m
- temperature
- 0.85
- scheduler
- round_robin