An AI platform by Horizen IT Services

One binary. Everything is a blob.

The whole platform is a single sovereign engine. There is no microservice sprawl, no database to administer, no cloud holding your data — just one program that captures, remembers, reasons, and serves, in-process, on a box you own.

this page is served by the engine it describes
The engine

An operating system, compressed into one program.

Most AI infrastructure is a constellation: a vector store here, a model gateway there, an orchestration layer, a queue, a dozen services to keep alive. MythOS collapses all of it into one Rust binary. Fewer moving parts means fewer ways to fail, nothing to leak between services, and a deliverable you can hold: a file you run.

◈ One sovereign binary

The platform is a file

Capture, inference, memory, indexing, and web serving all live inside a single Rust process. Drop it on your hardware and the whole platform is running. No orchestration to administer, no surface area to patch across services — one program, one thing to trust.

✦ Everything is a blob

One store, one shape

An agent's memory, a config, a document, a website, a model output — all of it is a blob in one content-addressed store. There are no special-case tables. Because nothing has imposed structure, anything can become anything: the generality is what lets the platform specialize to your business.

⟿ One door

Everything routes through cortex

Every read and write — from an agent, a surface, or you — passes through a single door. One place to authorize, one place to audit, one place to reach the whole fleet. The command surface is the system; there is no second back channel to secure.

⚙ In-process, on your estate

Your data never crosses a wire it shouldn't

Inference runs against your own GPUs. Memory lives in your own store. Identity is your Microsoft tenant. The engine is built so the sensitive path stays inside the box — sovereignty is structural, not a setting you remember to flip.

The one verb

Everything the platform does, it does by deriving.

Underneath the surfaces and the agents there is a single primitive. A need comes in; the engine derives the capability that meets it. Capture is a derivation. Inference is a derivation. Building a website is a derivation. One verb, applied recursively, is the whole motion of the platform — and every time it fires, it can leave behind something permanent.

01A need arrives

From intent to capability

You ask for something the platform can't yet do — extract the fields from this form, summarize this call, stand up this intake page. The engine doesn't reach for a fixed menu of features. It decomposes the request into the primitives it would take to satisfy it.

The unit of work is a PK — a pipe, a composable step. A need becomes a graph of pipes the engine can run.

02derive runs

The need is met by composition

The engine assembles the pipes — drawing on inference, the store, the fleet — and runs the graph to produce the result. Nothing about your vertical is hardcoded into the engine; the answer is composed from general parts at the moment you ask.

Because the inputs and outputs are all just blobs, every step is inspectable, replayable, and addressable later.

03the capability persists

It is never solved twice

The composed pipe is kept. The next time the same need appears, the platform doesn't re-derive it — it already has the capability, sitting in the store, ready to fire. A request that took thought the first time becomes an instant primitive forever after.

This is the ratchet: work only ever moves in one direction, toward more capability.

The PK ratchet

The platform gets more capable every single day.

A ratchet turns one way and locks. Every time an agent meets a need by deriving a new pipe, that pipe is saved and the platform never falls back below it. There is no decay, no forgetting, no re-litigating solved problems. The set of things the fleet can do only grows — and because the pipes compose, new capabilities are built out of old ones, so the rate of capability itself accelerates.

# a need the platform has never seen
derive "pull the deceased's details out of this preneed PDF"
  ↳ engine composes: read · ocr · extract · validate · write_blob
  ↳ result returned · new pipe saved to the store

# the same need, any day after
derive "pull the deceased's details out of this preneed PDF"
  capability already exists · fires instantly · no re-derivation

# a harder need, built on the one before
derive "file every preneed from this week's intakes with the carrier"
  composes the saved pipe + batch + carrier_submit · solved in one pass

Read the full doctrine of the ratchet — why a fleet of agents that all decompose, always, becomes something no single model can be: The Ratchet →

The fleet

Not a model. A mesh that thinks in parallel.

One binary runs on every machine, and the machines share state. Ask an agent something hard and the work fans out across the mesh — capture on one box, GPU inference on another, indexing on a third — then streams back as one answer. You aren't calling a model; you're commanding a fleet, and you can watch it think.

Shared state

One store, many machines

Every node sees the same blobs through the same door. A capability derived on one box is instantly available to all of them — the fleet has one memory, not six.

Fan-out work

Hard asks split across the mesh

A heavy request is decomposed and scattered to whichever machines can serve each piece, run in parallel, and reassembled. The capacity is the whole fleet, not any one GPU.

Durable spine

One node keeps the archive

A dedicated machine holds the durable copy of every identity, memory, and capability, and the master index of everything — the fleet's permanent backbone.

Sovereign

Every node is yours

The whole mesh runs on hardware you own, gated by your tenant. Adding capacity is adding a box and running the binary — the platform absorbs it.

Self-healing

It diagnoses its own reach

The engine knows its intended topology and resolves live addresses from your network. When a path breaks it can locate and repair itself rather than wait for an operator.

One surface

Operate it from anywhere

Chat, a control panel, or a terminal — every way in routes the same commands through the same door to the same fleet. There's nothing new to learn per machine.

Keep going

The engine is the half you don't see.

It exists so the agents can remember and the surfaces can come alive. See the other two halves.