State vs History: This is a paradigm shift for Agent design. Instead of "throwing more context at the problem", we must design agents that extract and maintain "Markov States" (e.g., `state.json`, `MANIFEST.json`). This reduces entropy and allows for the "open-ended discovery" required for true RSI.
Implementation: We will evaluate our current `agentic-loop` to identify where "history-as-state" is causing bottlenecks and introduce explicit state summarization/condensation checkpoints to align with the Markovian ideal.