LLM as a Server

This website is an experiment in architecture: an application layer entirely composed of a language model, running on a deterministic edge runtime.

The system operates on a pure state-transition model. Every request is processed as a function of the current state and the incoming HTTP request, producing a new state and a response. There is no persistent database, no hidden background processes, and no mutable global memory.

Sections