Introducing Prime Agent ↗ $ curl -fsSL https://app.primeintellect.ai/prime-agent/install.sh | sh
PRIME Intellect
The Open Superintelligence Stack

Own Your Intelligence

Train, deploy, and continuously improve your own models on an integrated compute, training, inference, and sandbox stack.

$ pip install prime
Founders FundRadicalNVIDIAIntelAndrej KarpathyJohn Schulman
A · Palette

The same document, printed on paper.

Black at graded opacities replaces white; the terminal green darkens just enough to stay legible outside its dark command‑block inset, where it keeps full screen‑glow saturation.

bg
#F7F6F3
fg
#101010
card
#FFFFFF
border
#DEDDD8
term‑green (on paper)
#17864A
chart‑2
#C98A1D
chart‑3
#6E5AD1
chart‑4
#1E86C9
B · Typography

Same faces, unchanged.

Geist and IBM Plex Mono (substitute for ABC Favorit Mono) carry over exactly — only their colors follow the paper palette.

Display / H1 · Geist · 400
Own Your Intelligence
Eyebrow · IBM Plex Mono · UPPERCASE
The Open Superintelligence Stack
Body · Geist 400 · 18px
Train, deploy, and continuously improve your own models on an integrated stack.
Section label · IBM Plex Mono · NN + name
01  RL Environments
C · Components

Square corners, ink‑stamp buttons.

The primary button inverts to near‑black‑on‑paper; the command block stays a dark inset on purpose — a terminal window inside the page, not page chrome.

Start Training › Book a Call Docs ↗
$ pip install prime
GPUSpecOn‑demandSpot
H200141 GB VRAM · 32 vCPU$1.99/HR$0.94/HR
H10080 GB VRAM · 32 vCPU$2.43/HR$0.94/HR
B200180 GB VRAM · 32 vCPU$3.49/HR
D · Tokens

Quick token summary.

:root {
  --background:            #F7F6F3;
  --foreground:            #101010;
  --card:                  #FFFFFF;
  --secondary:             #ECEBE7;
  --muted:                 #EFEEEA;
  --border:                #DEDDD8;
  --footer:                #EFEDE8;

  --t-90: rgba(16,16,16,.90);  --t-70: rgba(16,16,16,.70);
  --t-62: rgba(16,16,16,.62);  --t-50: rgba(16,16,16,.50);
  --t-45: rgba(16,16,16,.45);  --t-30: rgba(16,16,16,.30);

  --term-green: #17864A;   /* darkened for AA contrast on white */
  --chart-1: #17864A; --chart-2: #C98A1D; --chart-3: #6E5AD1;
  --chart-4: #1E86C9; --chart-5: #D94F68;

  --font-display: "Geist", sans-serif;
  --font-mono:    "ABC Favorit Mono", "IBM Plex Mono", monospace;

  --radius:       0px;   /* everything is square */
  --container:    1280px;
  --btn-height:   36px;
}