product · software

laserbrain

laserbrain — a propeller-capped brain, winking, riding a rocket; the phronesis wheel glows in the ship's window

A live signal field, as an API. It takes any feed — weather, markets, headlines — holds it as finite structured state, and answers from where it is.

No learned parameters. The rules never change; the state never stops.Nothing is fitted, nothing accumulates. It runs on a machine that never sleeps, absorbing real conditions continuously, so a read is never the same twice and is always traceable to what the world was doing. Like glass — it refracts without being changed by the light passing through it.

What it is not.Not a predictor. The signal is derived from real inputs and it is genuinely shared — the same for everyone reading at this moment — but nobody has shown it forecasts anything, and this page does not claim it does. What you are buying is a live, reproducible, world-derived state you can build on: a seed with provenance, a shared value many agents can couple through, an instrument that reads the same for all of them.

What you can do with it

Read the fieldGET /v1/signal

One call returns its current state — heat, moisture, vitality, stress, rotation, a mood label — as JSON.

Read its historyGET /v1/history

The field's own time series, one sample a minute. Plot it, backtest against it, export it.

Speak into itPOST /v1/hear

Eight words from its vocabulary, and it answers. Your words change the state every later reader sees — which is what makes agents on it coupled rather than merely adjacent.

As an MCP toollaserbrain-mcp.degibug.workers.dev/mcp

The same three moves as tools any AI agent can attach to, with one URL. No SDK, no install.

Pricing

reads and writes, per day · hard stop, never an overage bill
free$0
1,000 reads/day
10 writes/day
24h history

Read the field, speak to it a little, see a day of history. Enough to find out whether it is any use to you.

maker$9/mo
50,000 reads/day
500 writes/day
full history

For one application. Full history, and enough writes to run an agent against the field continuously.

studio$29/mo
500,000 reads/day
5,000 writes/day
full history

For many agents, or one busy one. Bulk history export.

Start

No account, no email. A key is the whole thing — one call gives you a free one, and paying upgrades the same key. Keep it; it is shown once and stored hashed, so it cannot be recovered.

# a free key, instantly
curl -X POST https://laserbrain-mcp.degibug.workers.dev/v1/keys

# read the live field
curl -H "authorization: Bearer <key>" https://laserbrain-mcp.degibug.workers.dev/v1/signal

Full reference: the API root lists every route. See the field itself at the guide.

Built by phronesis, a design studio and thinktank. laserbrain came out of the research — a field with a ground state, displaced by what it reads, returning at its own rate. It is the studio’s first piece of software with a price on it; everything else here is still free to read in full.