LLM Default mode

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Jul 15 11:5
Editor
Edited
Edited
2025 Jul 15 11:8
Refs
Refs

Daydreaming, Active idle, Background thinking

An activation pattern that continuously associates and recombines ideas in the background to generate insights, even without explicit tasks; an active background processing that randomly extracts concepts to explore and validate new connections, even when there are no requests
 
 
 
 

DDL (DayDreaming loop)

A cyclical structure that randomly samples concept pairs from memory, explores non-continuous connections using a generative model, and uses a critic model to select only valuable ideas to store back in memory. In LLMs, this can be automated by drawing random samples from a vector DB, running them through a "creative synthesis" prompt followed by a "critique" prompt.
 

Recommendations