THEVM treats geometry as the machine. Where an ordinary computer runs instructions across flat, addressed memory, THEVM runs processes across a curved surface — a manifold — and lets the shape of that surface decide what computation is possible. Programs are not lists of instructions. They are autonomous agents, called Flatlanders, that sense their surroundings and move along the geometry they inhabit. The curvature of the space bends their paths; its topology folds and wraps them; and on closed loops, the space can return them altered. Computation is what emerges from that movement.
The ideas come from differential geometry — manifolds, geodesics, curvature, parallel transport, holonomy — and from a single wager: that behavior can arise from the shape of a space rather than from a fixed set of rules imposed on it. A Flatlander, like the inhabitants of Abbott's Flatland, knows only the surface it lives on; what it can do is set by where it stands. Move it to a region of high curvature and its options change. Carry a direction around a loop on a curved manifold and it returns rotated — a real, measurable trace of the geometry, never smoothed away.
In practice, the machine is fed geometry — a drawn curve, the output of an optimization — and compiles it into a manifold with measurable curvature and topology. Flatlanders are seeded onto that manifold and left to act: they move, spawn, merge, and settle, each step constrained by what the local region structurally permits and weighted by the runtime policy in force there. Observers watch the system as it runs, recording what emerges — clustering, lineage, the curvature each agent has been exposed to, the holonomy accumulated on the loops it has walked.
Two principles hold the design together. What the geometry permits is kept strictly separate from how the runtime behaves — structure is never confused with policy. And the strange behavior the geometry produces is never hidden: holonomy is observable by contract, because it is precisely the kind of emergent structure the machine exists to study. THEVM is the runtime heart of a larger architecture — the substrate beneath the workbenches for manifold generation, grammar traversal, and loop recursion. The geometry is the program. The agents are the processes. The shape of the space is the computer.
active// notes coming soon