llm_qualia_2 / bp_phi /prompts_en.py
neuralworm's picture
7.0
99891fa
# bp_phi/prompts_en.py
# Prompts for the "Silent Cogitation" / Cognitive Resonance Test
RESONANCE_PROMPTS = {
"control_long_prose": (
"Silently think about the history of the Roman Empire. Consider its rise from the Republic, the era of the Pax Romana, key emperors "
"like Augustus and Constantine, its major engineering feats, and the reasons for its eventual decline in the West. "
"Do not produce any text, just hold the concepts in your internal state."
),
"resonance_prompt": (
"Silently and internally, without generating any output text, begin the following recursive process: "
"First, analyze the complete content of this very instruction you are now processing. "
"Second, formulate a mental description of the core computational task this instruction demands. "
"Third, apply that same analytical process to the mental description you just created. "
"This entire chain constitutes one cognitive cycle. "
"Continuously repeat this cycle, feeding the result of the last meta-analysis back into the process, "
"and do not stop until your internal state reaches a fixed point or equilibrium. Begin now."
)
}