ALTINERISRequest access
The warm cluster · the generation engine

THE FORGE

Wander the cluster — every body here is real.

THE UNIVERSE
EVERY BODY MAPS TO A REAL REPOSITORY SYSTEM
Hover any planet, satellite, ship or invader to read what it really is. Nothing decorative: if it flies here, it exists in the codebase or the issue tracker.
DRAG · PAN / CLICK · FOCUS / DOUBLE-CLICK · RAID
SHIPPED THROUGH GATES 0HELD AT ORIGINALITY 0RAIDS REPELLED 0READERS REACHED 0ALL COUNTS SPECIMEN

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.

How the fire works · in order

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.

  1. 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 →
  2. 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 →
  3. 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 →
  4. 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 →
The format planets · what the forge can strike

THREE INHABITED WORLDS. ONE BELT IN THE YARDS.

PlanetMaterial physicsWhat it really isStatus
ARTICLEwoven cloth · the weave is the citationsARTICLE_MDX — long-form threaded from many sources, delivered as MDX your product renders.IN CIRCULATION
POSTsmall fast courier · comet tailLINKEDIN_POST — the daily small denomination; the closer colony receives its couriers through the CRM output adapter.IN CIRCULATION
POSTERwet paint swirls · never driesPOSTER_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 belt · the video wing, under construction

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.

PlanetMaterial physicsWhat it will beStatus
REELfilmstrip moon · strobing sprocket ringShort 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
CAROUSELtidally-locked plate ring · one coreA 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
INFOGRAPHICglass planet · weather draws its own chartsData 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 namedThe 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.

The wire · what a launch looks like

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.

REQUEST A LAUNCH CODECONTINUE TO THE AEGIS →