Read this first
MagWorks is the platform underneath every Matter & Gas Solution. When Matter & Gas designs, builds and operates an AI Solution for a client, that Solution runs on MagWorks: the same substrate, the same audit ledger, the same tenant boundary, the same cost accounting, the same release discipline — for the first client and for the thousandth.
This site explains how MagWorks is built and why it is built that way. It is written for two readers at once:
- Founders, owners and executives deciding whether the system behind a Matter & Gas proposal is real. Every page opens in plain language.
- Technical readers — a client's engineers, anyone integrating with our API, anyone doing due diligence — who want the mechanism. Every page descends to the code.
Two rules that govern every page
- 100% code truth. Every claim on this site names the mechanism behind it and cites the package, architecture decision record (ADR) or test it is derived from. Only what the repositories contain is described. Nothing is asserted that the run ledger could not show.
- How it is built, and why, succinctly. Each architectural choice is stated as the decision and one or two sentences of the reasoning recorded at the time it was made — lifted from the ADR, not paraphrased into marketing.
The proof this site makes
The parts of AI that change fastest — models, providers, output formats, embeddings — sit behind versioned contracts. The parts that must never change — audit, tenancy, cost, idempotency, replay — are append-only substrate. That is why the platform absorbs the next model, the next provider and the next thousand Solutions without being rebuilt.
The two arguments are made in full on their own pages:
Everything else on the site is the evidence those two pages point at.
How to read the site
Each page is a depth ladder:
- A plain-language paragraph — what this part does and why it matters.
- The mechanism — what the code actually does, in the code's own terms.
- The design note — the decision and its rationale, with the ADR cited.
- Sources — the packages, documents and tests the page was derived from.
Stop at whichever rung answers your question.
Who operates it
Matter & Gas is the sole operator of MagWorks. Clients work with Matter & Gas; MagWorks is the thing Matter & Gas works on. There is no self-serve platform account, no marketplace and no third-party operator: a Solution is designed, built and run by Matter & Gas, reached by the client through their private dashboard or through our API.