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

White at graded opacities, one terminal‑green accent.

No coloured brand accent — emphasis comes from opacity steps and inversion. Green appears only in the $ prompt; a five‑hue set is reserved for charts.

bg
#0E0E0E
fg
#F4F4F4
card
#151515
border
#2A2A2A
term‑green
#85ED75
chart‑2
#F3BC56
chart‑3
#8B7CF6
chart‑4
#38BDF8
B · Typography

Geist for reading, mono for everything labeled.

ABC Favorit Mono is commercial; this preview substitutes IBM Plex Mono, as noted in the extract. Geist is already free.

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, mono buttons, a green prompt.

Every corner is border-radius: 0. Buttons are 36px tall with UPPERCASE mono labels; the only saturated colour a visitor sees is the install‑command prompt.

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:            #0E0E0E;
  --foreground:            #F4F4F4;
  --card:                  #151515;
  --secondary:             #202020;
  --muted:                 #1B1B1B;
  --border:                #2A2A2A;
  --footer:                #191919;

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

  --term-green: #85ED75;   /* the $ prompt — the only accent a visitor sees */
  --chart-1: #85ED75; --chart-2: #F3BC56; --chart-3: #8B7CF6;
  --chart-4: #38BDF8; --chart-5: #FB7185;

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

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