GestaltView-AI/recursive_observatory
0
1---2title: Recursive Engine Observatory3emoji: ๐4colorFrom: purple5colorTo: blue6sdk: gradio7app_file: app.py8pinned: false9---10 11# Recursive Engine Observatory12 13A tiny deterministic Gradio instrument for inspecting whether one cycle changes the conditions of the next.14 15## What this prototype demonstrates16 171. **Iteration 1** creates a structured recursive event.182. An environmental response introduces contradictory information.193. **Iteration 2** consumes that preserved information.204. The interpretation and action change.215. An independent inspector checks the trace.22 23This is intentionally not a claim that the system is conscious, autonomous, or a novel intelligence mechanism. It is a small test harness for the narrower recursive-engine hypothesis described in the GestaltView source material.24 25## Hugging Face26 27Create a new Gradio Space and upload `app.py`, `requirements.txt`, and this README.28 29The prototype is session-local. It does not pretend that in-memory state is durable persistence. A later version can replace the state store with a real persistence boundary, such as the GestaltView action API.30 