THE FORGE
Wander the cluster — every body here is real.
The Forge is Altineris's writing engine. One API call researches your registered sources, checks the angle against everything you already published, and returns a draft — an article, a LinkedIn post or a rendered poster — that a human editor must release before it ships.
FROM RAW MATTER TO LIT ENGINE
Four stations, in order. Each one has a full station file — the problem it kills, the mechanism, and what it's worth to you.
- 01
The nebula is mined
Sources are registered, scheduled and scraped into an item database. Only source polling is autonomous — the engine may discover that new matter exists; it may not decide what to make of it.
SOURCE REGISTRY · CRON · EVERYTHING ELSE IS INVOKEDOPEN STATION 01 — THE NEBULA MINES → - 02
A draft is struck
Your product calls the API; the forge researches across mined items, checks the angle against everything you already published, and strikes a draft grounded in what sources actually said.
POST /v1/GENERATE · ANGLE MEMORY PER CLIENTOPEN STATION 02 — THE STRIKE → - 03
It waits in orbit
No draft ships itself. It holds at Sputnik Editor-1 — the review queue — until a person releases it. Machine generation, human launch authority.
STATUS: AWAITING_REVIEW → RELEASED_BY A PERSONOPEN STATION 03 — THE ORBIT → - 04
The engine lights
Released drafts fly the supply line toward the platform — and every generation is recorded against the client that asked for it, down to the individual render.
PER-CLIENT COST LEDGER · PRICING UNSET UNTIL MEASUREDOPEN STATION 04 — THE LEDGER →
THREE INHABITED WORLDS. ONE BELT IN THE YARDS.
| Planet | Material physics | What it really is | Status |
|---|---|---|---|
| ARTICLE | woven cloth · the weave is the citations | ARTICLE_MDX — long-form threaded from many sources, delivered as MDX your product renders. | IN CIRCULATION |
| POST | small fast courier · comet tail | LINKEDIN_POST — the daily small denomination; the closer colony receives its couriers through the CRM output adapter. | IN CIRCULATION |
| POSTER | wet paint swirls · never dries | POSTER_PNG — the rendered plate, struck fresh per request by the render service. | IN CIRCULATION |
THE COLONIES SERVED TODAY: BLOG · CLOSER · YBC · TAAFIT — REAL CLIENTS IN THE ENGINE'S TAXONOMY.
THE DARK PLANET TURNED OUT TO BE A SHIPYARD.
What's being fitted there is AI-powered video editing — not a clip generator bolted onto the side, but an editor the engine's agents will operate: cutting, captioning, pacing, b-roll assembly, motion typography. The same draft → review → revise loop that writes your articles, applied to a timeline. A whole belt of video-native worlds is being terraformed around it.
| Planet | Material physics | What it will be | Status |
|---|---|---|---|
| REEL | filmstrip moon · strobing sprocket ring | Short vertical video, edited rather than merely recorded — cuts, captions, pacing, b-roll, motion typography. Explicitly more than a talking head: the wing is an editor, and the reel is what it cuts. | BEING TERRAFORMED |
| CAROUSEL | tidally-locked plate ring · one core | A multi-plate sequence struck as one artifact — one idea carried across a ring of plates your audience swipes in order, each plate composed against the last. | CHARTED |
| INFOGRAPHIC | glass planet · weather draws its own charts | Data drawn as a picture — the numbers your sources actually said, rendered as one readable plate instead of a paragraph nobody screenshots. | CHARTED |
| ··· | unlit rubble · worlds not yet named | The belt stays open on purpose. Further worlds are unnamed until the survey names them — and this table will say so either way. | DARK |
NOTHING IN THIS BELT WEARS "IN CIRCULATION" UNTIL IT CIRCULATES. THE WING IS GATED RESEARCH → DECIDE → DESIGN → IMPLEMENT (BRAINROTMACHINE EPICS #139 · #142) — NO DATES UNTIL SCOPED, NO PRICES UNTIL MEASURED.
YOUR PRODUCT SPEAKS LAUNCH CONTROL
→ POST /v1/generate { client: "…", format: "LINKEDIN_POST" }
← 202 { id: "ci_8f3a…", status: "awaiting_review" }
… a person reads it at Sputnik Editor-1 …
← 200 { status: "released", released_by: "editor@…" }The 202 is the constitution in HTTP: accepted, not published. Nothing in the API can skip the sputnik.
