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.
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
- LoRA-GA$^2$: Low Rank Adaptation with Multi-step Gradient Adaptive AlignmentPeeking at a few early training gradients before fine-tuning starts to set up LoRA smarter
- Remember, Verify, or Ask? Cross-Family Evaluation of Memory Commitment in LLM AgentsAI assistants would rather double-check facts than ask you a question, even when asking is the right call
- Robust Incomplete Multimodal Sentiment Analysis via Iterative Proxy CorrectionWhen text input is missing or broken, this AI doesn't guess once and move on—it revises its guess step by step to read emotions more reliably
- Generating Diverse Personas for User Simulators to Test Interview Dialogue SystemsTo test interview-style chatbots you need many different fake users, so this work has an LLM automatically generate those fake user personalities
- Rethinking Patch Based Multivariate Time Series Forecasting with Semantic Structured PartitioningA new way to slice time series into meaningful chunks instead of arbitrary equal-length pieces
- Reliable Financial Named Entity Recognition under Domain ShiftAn AI's confidence trained on formal filings turns unreliable once it reads tweets
- Bringing analytic rigor to agentic AI for science: The Brain Researcher platform for neuroimaging data analysisA system that makes AI show its work when analyzing brain-imaging data, not just deliver an answer
- GenMatch: An End-to-End Generative Matching Framework for Micro-View Order-Dispatching in Ride-HailingDiDi replaced its multi-step ride-hailing dispatch pipeline with one generative model and saw real-world gains
Latest from METAL LAB
- Google Discover adds chatbot that adjusts your feed based on spoken preferences
- OpenAI Closes In on Anthropic Again in Enterprise Spending Share
- Meta Unveils First 10 Tasks in WildArtifactBench, a Benchmark for AI Agents
- Musk: "Optimus + Grok will one day handle healthcare for all humanity"
- 35% of Web Pages Published Since ChatGPT Show Signs of AI Authorship
Figures: Roberto I. Ono Filho et al., arXiv:2608.19893, CC BY 4.0