one colour on the whole OS : amber
it means exactly one thing a process is executing. a live CPU, a busy GPU, the shell while it thinks
if it glows, something is running and your meter is moving. nothing else wears it
two kinds of machine, six tiers
CPU: 2 → 8 → 32 vCPU, for scripts, builds, servers.
GPU: RTX 4090 → A100 → H100, for inference, training, render
match the machine to the job. pay for the seconds it burns
the shell is an AI agent
describe the job and it picks the machine: CPU for a quick pass, GPU for the heavy lifting, and the rough SOL-per-second before you commit
it recommends and settles. it does not spend a lamport without your signature
you don't buy a plan or a seat
you spawn a process a CPU slice for something light, a whole GPU for something heavy and the meter runs only while it runs
kill it and the meter stops. nothing idles quietly billing you overnight
LjOS
an operating system for Solana compute. an AI agent is the shell tell it what to run, it spawns a process on a rented CPU or GPU, and you pay in SOL for the cycles
spin it up. watch it run. kill it when you're done