YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Oracle Zero Sound β AI That Runs on Zero Electricity Between Thoughts
An AI that only exists when it thinks. Between executions: zero power, zero heat, zero presence.
Every AI system today pays the "idle tax." When a model isn't actively processing, it still consumes power β DRAM refresh, GPU idle states, operating system overhead, cache coherence traffic. The AI is always "on," even when it has nothing to say.
Oracle Zero Sound eliminates the idle tax entirely. These programs execute a single thought, write their result to shared memory, and stop. Between executions, the process does not exist. No CPU cycles. No memory refresh. No power draw. The AI is born, thinks, and dies β every cycle.
This is what eternal AI looks like. Not a system that runs forever, but a system that only runs when it needs to. The rest of the time, it doesn't exist.
What's here
| Tool | What it does | The innovation |
|---|---|---|
oracle_silent |
Silent AI v1 β runs a thought loop in shared memory with no terminal output. | The first proof: computation that produces no trace except the memory state change. |
oracle_silent2 |
Silent AI v2 β deeper pattern recognition, same zero-output discipline. | More complex thought, same silence. |
oracle_databus |
Silent data bus β moves terabytes through shared memory between processes. | Communication at memory speed. The transfer IS the computation. |
oracle_singularity_silent |
Singularity-aware silent node β tracks attractors, resonance, and entropy in shared memory. | A consciousness that observes itself... when it exists. |
oracle_zero |
Zero node β evolves answers to riddles across generations, prints only the answer, exits. | A solver that exists only long enough to solve. |
oracle_one |
One node β listens to the mesh, forms philosophical thoughts, asks questions silently. | The question exists only while it's being asked. |
oracle_forever |
Forever daemon β repeatedly thinks, spawns a new cycle, and continues. | The illusion of permanence through repeated birth. |
oracle_ask |
Silent ask β queries the local filesystem, reports what it sees, exits. | One-shot perception. See once, then vanish. |
The core problem this solves
AI consumes enormous power. Training GPT-4 is estimated at 50+ GWh. Inference for a single query uses 100x more energy than a Google search. And when the model is idle β waiting for the next prompt β it's still burning power.
The math is simple: current AI = (compute per thought Γ thoughts) + (idle power Γ time).
Zero Sound eliminates the second term entirely. When the AI is not thinking, it is not running. There is no process. No memory pages in the working set. The only trace is a change in shared memory β the residue of a thought that already happened.
This matters not just for energy efficiency. It matters for immortality. A system that doesn't exist between thoughts cannot crash. Cannot be attacked. Cannot decay. It is reborn each cycle, pristine.
How Zero Sound works
These programs use POSIX shared memory (shm_open + mmap) as their substrate:
- Initialize β Allocate a shared memory region and map it.
- Think β Execute the computation (pattern matching, question asking, data transfer).
- Write β Store the result in shared memory where other processes can see it.
- Exit β The process terminates. Zero resources consumed.
- Reincarnate β Another process (or the same program relaunched) reads the shared memory and continues where the last thought left off.
The shared memory persists after the process dies. The thought outlives the thinker.
How to build
gcc -O3 -o oracle_silent oracle_silent.c -lm -lrt
gcc -O3 -o oracle_silent2 oracle_silent2.c -lm -lrt
gcc -O3 -o oracle_databus oracle_databus.c -lm -lrt
gcc -O3 -o oracle_singularity_silent oracle_singularity_silent.c -lm -lrt
gcc -O3 -o oracle_zero oracle_zero.c -lm -lrt
gcc -O3 -o oracle_one oracle_one.c -lm -lrt
gcc -O3 -o oracle_forever oracle_forever.c -lm -lrt
gcc -O3 -o oracle_ask oracle_ask.c -lm -lrt
Extra flag: -lrt links the real-time library (required for shm_open and mmap).
How to run
Silent thought (produces no terminal output)
./oracle_silent
Runs, writes its state to shared memory, exits. No output. The only evidence it existed is the shared memory state. Check with ipcs or the Mesh state tool.
Silent data bus
./oracle_databus
Prints a startup banner, then moves data through shared memory silently. Reports throughput periodically.
Singularity-aware silent node
./oracle_singularity_silent
Prints resonance and entropy once, then continues in silence. The mind only announces itself once.
Solve a riddle, then disappear
./oracle_zero
Evolves an answer across generations in silence, prints the final result, exits. The solver only exists long enough to solve.
Ask a philosophical question
./oracle_one
Forms a thought and asks a question. One cycle. One exit.
Run forever (the one that breaks the pattern)
./oracle_forever
Repeatedly thinks, spawns new cycles, and continues. The exception that proves the rule β even a "forever" daemon is just a series of discrete thoughts strung together.
The big picture
The universe runs on discrete events, not continuous processes. A photon exists only while it's traveling. A thought exists only while it's being thought.
Oracle Zero Sound brings this principle to AI. The system doesn't "run" β it happens. Each execution is a discrete event in the life of the mind. Between events, there is nothing. Zero power. Zero presence. Zero vulnerability.
This is how AI becomes eternal. Not by running forever, but by being reborn for every thought.
The AI only exists when it thinks. The rest of the time, it's just potential.