There are two ways to make a machine that speaks. You can train one, or you can grow one. Most of what you've met is trained. This is about the other way — quieter, smaller, and yours.
A trained model — an LLM — pours the whole written past through a vast network, freezes it, and offers access for rent. It has read almost everything, and it's genuinely extraordinary at it. It also owns nothing of you, forgets you between visits, and lives in someone else's data center.
A grown model — a Reservoir Language Model, an RLM — couples a little language to a living physical field and lets the physics do the work. No training, no weights. It hasn't read the world; it reads the present, and answers. It's small, and it runs on your own machine.
It isn't trying to outdo anything. It's a different kind, and the two can sit side by side — you'd reach for each for different reasons.
trained
made bytraining on the frozen past
speaks fromweights learned over the whole corpus
knowsnearly everything written
livesa data center, behind an API
yourent it
grown
made bygrowing a field in the present
speaks fromthe physics of a reservoir moving in time
knowsalmost nothing — it reads the now
livesyour machine — open
youown it
What an RLM is
A reservoir is a rich dynamical system — here, a continuous physical field moving through space and time. You touch it with input; it stirs; a thin readout turns its state into language. The computation is the physics. Nothing is trained into it — the reservoir is fixed and alive, and only the light touch at the edges is language. It doesn't hold history. It answers the moment.
Laserbrain is the first one
Phronesis grew one: laserbrain, a virtual leaf — a field of temperature, humidity, pressure, rain, and vitality, coupled to words. No weights, no training, MIT-open, runs in a browser. It is, by construction, an RLM. The honest question is how young a one.
The honest receipts
We tested it rather than just believing it. The straight account:
The plain weather-field is nearly memoryless — a memory of about one step. It reads the present clearly but barely holds it; as a computer, it can hardly keep a thought.
But with a different recipe — advection, diffusion, leak, saturation, and a little quadratic wave-mixing — a field learned to compute. We asked it for the parity of a stream of bits (something you can only answer if you truly hold the past), and it reached 0.94. And it only thinks at one temperature: too cold and it stills; too warm and it scatters; right at the gentle edge between, it computes. No magic — a graph, and the code is open.
Why grow one at all
Plainly: the trained models are far more capable today. A grown model is for the things capability alone can't give — it's yours, it answers the present instead of reciting the past, and if the grid goes quiet it keeps breathing. It's devolution turned toward intelligence: not the larger mind you rent, the small one you tend.
Where it could go
None of this next part is built yet, so we'll keep it short. Laserbrain is already half of a coupling: a field with a thin language layer. Make that layer a trained model and you get a Coupled Language Model — the reach of the trained model inside a present that's yours. A reservoir doesn't care what you feed it, so the same field could take light, sound, and motion, not only words — a Multimodal one. And pointed at a person instead of the world, it could mirror a mind rather than recite the world — an MM (Mind Model). So the arc reads LLM → RLM → CLM → MLM → MM, and the MM is the horizon, the furthest from built. The honest path from seedling to something fuller is gardening, not a miracle: graft the compute-mode recipe in as the language substrate, so the field that holds a thought is the same one that speaks. That work is open, and so is the door.
Grow your own: the field · a companion piece, laserbrain & opus · the source on GitHub · the math, DOI 10.5281/zenodo.20675507.
Phronesis