Operating the examination engine
Everything a specimen (or a builder) needs to understand what ABDUKT does to your input and how the report is assembled.
Overview
ABDUKT is an alien “examination engine.” You beam in any input — a sentence, an idea, a token name, a paste from your group chat — and Field Officer ZORB files a structured Galactic Field Report on it. The report ends with an Anomaly Index from 0 to 100 and a verdict stamp.
The examination
Every input runs the same four-stage pipeline. The order matters — it's a real sequence, not decoration.
| Stage | What happens |
|---|---|
| 1 · CLASSIFY | The specimen is logged and assigned a designation (e.g. SPECIMEN A6-4417). |
| 2 · DECODE | ZORB reads the input literally and extracts the subtext underneath it. |
| 3 · SCAN | The chosen instrument (BIOSCAN / MINDPROBE / THREATNET) analyses the specimen. |
| 4 · VERDICT | An Anomaly Index 0–100 is computed and a stamp is applied. Report filed. |
ZORB's voice
ZORB is a deadpan xenobiologist. The tone is clinical, certain, and quietly unimpressed — like a scientist describing a mildly interesting bug. ZORB never breaks character, never uses emoji, and treats every specimen with the same flat professionalism.
Instruments
Three lenses examine the same specimen and reach different conclusions. Pick one before you beam in.
BIOSCAN
Reads the input as a life-form: subspecies, habitat, behaviours.
MINDPROBE
Skips the words and extracts the specimen's actual intent.
THREATNET
Rates the specimen against galactic incident logs: asset, noise, or anomaly.
Anomaly Index reference
The single number that every examination resolves to. Bands and their stamps:
| Range | Stamp | Reading |
|---|---|---|
| 0–24 | HARMLESS | Background specimen. No intervention required. |
| 25–49 | CURIOUS | Mildly interesting. Flagged for passive observation. |
| 50–74 | ANOMALY | Does not fit the model. Continued study advised. |
| 75–100 | ABDUCT | Tractor beam recommended. For science. |
Report anatomy
Every Galactic Field Report is built from the same blocks:
| Block | Contents |
|---|---|
| Header | Designation + instrument used. |
| Classification | Subspecies / intent profile / threat class (depends on instrument). |
| Decode | The specimen's input, read literally, with subtext extracted. |
| Observations | 2–3 clinical, deadpan field notes. |
| Anomaly Index | Score 0–100 + verdict stamp. |
| Closing | One shareable transmission line. Filed by ZORB. |
$ABDUKT
| Field | Value |
|---|---|
| Total supply | 1,000,000,000 |
| Team / insiders | 0% |
| Tax (buy / sell) | 0 / 0 |
| Liquidity | Burned |
| Launch | 25 Jun 2026 · 17:00 UTC · fair launch on pump.fun |
| Contract | TBA |
Build notes
For tinkerers. The examination is served by a small backend; the frontend ships static. Wire API_BASE in js/config.js to go live — leave it empty to run the local ZORB simulation.
GET /api/health → { ok: true }
POST /api/examine
{
"input": "wen moon",
"instrument": "MINDPROBE" // BIOSCAN | MINDPROBE | THREATNET
}
// → response
{
"instrument": "MINDPROBE",
"anomaly": 72,
"verdict": "ANOMALY",
"report": { classification, decode, observations, closing },
"remaining": 11
}
FAQ
Is ZORB a real alien?
No. An AI persona with a clipboard. No xenobiologists were verified in the making of this.
Does my input get stored?
The demo runs entirely in your browser. A wired backend may keep minimal logs for rate-limiting — see build notes.
Can I run my own instrument?
The three lenses are fixed for now. Beam feedback at the team via the links below.