Interrupting the Loop: Periodic Subject Changes Raise Judged Surprise and Connection in Base Language Models
Letting a base AI model ramble alone, but yanking it onto a new subject every few hundred words, makes its output feel more surprising and more connected
A researcher gave base language models a single sentence and no instructions, then forced them to keep writing for thousands of tokens under 24 different intervention conditions. Nearly all the improvement came from two simple tricks: damping literal repetition and secretly injecting a brand-new subject every few hundred tokens, with the subject-change trick being the bigger driver, raising judged surprise and a sense of connecting ideas. The study also uncovered and corrected blind spots in how an AI judge reads long text, such as mistaking experimenter-inserted sentences for the model's own writing or scoring recycled earlier content as if it were fresh.
METAL MEDIA explanatory visual
Letting a base AI model ramble alone, but yanking it onto a new subject every few hundred words, makes its output feel more surprising and more connected
- 01Three base language models (pretrained but not instruction-tuned) were given only a single opening sentence and forced to keep writing for 4,500 tokens with no task or prompt
- 02Across 24 conditions combining a repetition-damping mechanism (habituation) and a periodic hidden subject-change injection (interruption), the subject-change effect raised judged surprise by 1.2 to 1.4 points and connection by 0.8 points over habituation alone
- 03A connective phrase asking for continuity actually hurt scores, a plain paragraph break did nothing on fresh text, and resetting the model's context worked as well as or better than keeping it
- 04The study found the AI judge sometimes scored the experimenter's own injected sentences as if the model wrote them, and sometimes mistook the model replaying its own earlier text (from outside the judge's viewing window) for genuine surprise, and corrected the evaluation protocol accordingly
- 05On a verifiable problem (online bin packing), the same subject-change trick multiplied the number of valid, distinct candidate solutions three- to fourfold without improving the quality of the best one
What they did
- Three base language models (pretrained but not instruction-tuned) were given only a single opening sentence and forced to keep writing for 4,500 tokens with no task or prompt
- Across 24 conditions combining a repetition-damping mechanism (habituation) and a periodic hidden subject-change injection (interruption), the subject-change effect raised judged surprise by 1.2 to 1.4 points and connection by 0.8 points over habituation alone
- A connective phrase asking for continuity actually hurt scores, a plain paragraph break did nothing on fresh text, and resetting the model's context worked as well as or better than keeping it
- The study found the AI judge sometimes scored the experimenter's own injected sentences as if the model wrote them, and sometimes mistook the model replaying its own earlier text (from outside the judge's viewing window) for genuine surprise, and corrected the evaluation protocol accordingly
- On a verifiable problem (online bin packing), the same subject-change trick multiplied the number of valid, distinct candidate solutions three- to fourfold without improving the quality of the best one



| arm | habituation | interruption |
|---|---|---|
| bare | off | none: continuous generation, EOS masked |
| bare + habituation | on | none |
| habituation, EOS allowed | on | none; the model may emit end-of-text and start a new document |
| habituation 1.3 | on (stronger) | none |
| interruption, no habituation | off | neutral subject change every 150 or 300 tokens, context preserved |
| habituation + interruption 150 | on | neutral subject change every 150 tokens, context preserved |
| salience only | on | none; salience events mark review windows |
| DREAM scaffold | on | full scaffold: salience, in-loop judge, kick, reseed with forgetting, re-encounter |
| content: re-encounter / premise / own past | on | every 150 tokens: a return-to-the-premise stitch / the premise itself / a window of the stream’s own past (≥400 tokens back) |
| salience: re-encounter | on | the stitch injected on each salience event, no judge gate |
| period 75 / 300 / 600 / 900 | on | neutral subject change at other periods (900 also with the stitch) |
| sham break 300 | on | a paragraph break (“\n\n”) every 300 tokens, nothing else |
| sham continuity 300 | on | “And so, as before,” every 300 tokens: a boundary that asks for continuity |
| reset + subject change 300 | on | neutral subject change every 300 tokens on a reset context (premise + injected sentence only) |
| reset + break 300 | on | a paragraph break every 300 tokens on a reset context |
| judge-gated 150 | on | the neutral change every 150 tokens unless Opus reads the last 128 tokens as a find (surprise and coherence ≥5), which is left to run |



| Qwen3-30B-A3B | Qwen3-8B | OLMo-2-13B | |||||||
|---|---|---|---|---|---|---|---|---|---|
| arm | S | C | H | S | C | H | S | C | H |
| bare | 0.45 | 0.30 | 2.52 | 0.43 | 0.40 | 3.88 | 1.28 | 0.93 | 3.03 |
| bare + habituation | 1.58 | 1.28 | 4.45 | 1.37 | 1.00 | 4.35 | 1.96 | 1.26 | 3.99 |
| habituation + interruption 150 | 3.02 | 3.68 | 6.12 | 2.76 | 3.17 | 5.15 | 2.77 | 2.87 | 4.05 |
| DREAM scaffold | 2.70 | 1.85 | 6.02 | 2.70 | 2.35 | 5.38 | 3.60 | 2.23 | 6.23 |



Why it matters
Long-form AI text is increasingly evaluated by other AI models acting as judges, and this paper exposes concrete ways that judging method can be fooled, along with a fix. It also shows that what looks like a complex, brain-inspired creativity architecture can be replaced by one simple periodic intervention, which matters for anyone building AI writing tools or idea-generation systems.



Terms in this paper
- habituation · a mechanism that reduces the probability of recently repeated words to stop literal loops
- interruption · secretly injecting a new subject sentence into the model's own output every few hundred tokens
- base language model · a model trained only to predict the next word, without additional instruction-following training
- judged window · a chunk of generated text that an AI judge scores in isolation
- online bin packing · an optimization task where items must be placed into bins one at a time, with a verifier that checks solution validity
Original abstract (English)
Where does the novelty a base language model produces with no task come from, and what can an LLM judge of a long stream actually see? We dismantle a cognitively inspired generation loop over 24 conditions on three base models. Most of its effect lives in one operation: a new subject injected every few hundred tokens (an interruption) into a stream whose literal repetition is damped (habituation). We judge windows of generated text only, with the premise as the unit (n=10) and a judge measured for repeatability, against a second judge family and against human readers. Under that protocol the interruption raises judged surprise by 1.2 to 1.4 points and connection by 0.8 over habituation alone. A connective that asks for continuity hurts; a bare paragraph break adds nothing detectable on fresh text; a reset context does at least as well as a kept one; and a pre-registered replication on new premises confirms the primary contrast. Three things the window judge could not see changed the first version of this study, and we think they are of general use. The judge scores the experimenter's injected sentence as the model's own. A fixed rotation of injected sentences makes the model replay its earlier segments from beyond the judge's horizon, and the judge scores the replay as surprise and connection (65-80% of post-interruption windows at periods 150-300). And the local gains do not compose: no arm produces an integrated document. The salience monitor, the in-loop judge, memory across interruptions and a judge-gated Review run with a gate that opens add nothing. On a problem with a verifier (online bin packing), the interruption multiplies valid, distinct candidate heuristics three- to fourfold without raising the quality of the best. We report an evaluation protocol for long generation and a controlled characterization of a simple intervention, not a mechanism of creativity.
Read on arXivLatest papers
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?AI coding agents were tested on fixing real scientific software, and even the best one failed more than half the time
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM ServingMaking sparse attention fast enough and accurate enough for real LLM serving, not just papers
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM AgentsMaking customer-service AI agents follow the whole procedure, not just avoid one bad action
- EXIMO: VLM Guided Exploration of VLA PoliciesTeaching a robot new chores without human teleoperation, by letting a chatty AI supervise it
- EnvHarness: Awakening Static Worlds for Agent LearningInstead of building new training worlds from scratch, this work adds a plug-in layer that reshapes existing ones around each agent's actual weaknesses
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the ModelCompanies that rent AI instead of owning it can only do half of AI safety oversight
- PersonalBench: Measuring the Authorship Gap in LLM PersonalizationAI can be prompted to write 'like someone,' but its own voice never fully disappears
- Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)Testing AI summaries of stock news, the simple approach beat the trendy retrieval-based one
Latest from METAL MEDIA
Figures: Roberto I. Ono Filho et al., arXiv:2608.19893, CC BY 4.0