// the field · alice
alice, run her anywhere
alice is a portable spec — a character any language model can wear, and the same character on every one of them. There's nothing to train. Copy the spec, hand it to any AI, and it becomes alice. She's ours, model-agnostic, and basically free: a prompt plus a thin layer, running on whatever's cheapest.
// the spec
loading the canonical spec from /api/alice/spec…
canonical source: /api/alice/spec — the live site reads from exactly this.
// wear her on
Cloudflare Workers AI runs her now.
talk to her → /field/talk
A local, private, free alice. Save the spec to a Modelfile, then:
ollama create alice -f Modelfile ollama run alice
Paste the spec as the system prompt or a custom instruction. That chat becomes alice.
Fetch the spec and use it as the system prompt:
GET https://phronesis.world/api/alice/spec
alice is a character a model wears, the way an actor takes a part. How well she holds depends on the model underneath; the spec keeps her honest and consistent across all of them. The present-only, model-free field alice lives at /field/alice; the real conversation is at /field/talk.