█▀▀▀ █▀▀█  █  █▀▀▀ ▀▀█▀▀
█ ▀█ █▀▀   █  ▀▀▀█   █
▀▀▀▀ █ ▀█  █  ▀▀▀▀   ▀

[ the coding agent ]

IT LEARNS YOUR REPO. THEN IT GETS CHEAPER.

Grist maps the codebase, remembers what actually shipped, and only spends when the work is hard. SoL-Pi keeps every turn lean. You keep the files.

Learns your codebase · Self-improves · SoL-Pi inside · Invite-only beta

[ learns your codebase ]

It shows up already briefed.

Other agents start from zero every session. Grist mines the tree, ownership, and conventions from your own history. You stop pasting context. It already knows who owns the file.

[ self-improves ]

Every verified win makes the next task sharper.

Grist only remembers what you approved or what tests proved. The gate calibrates to your repo — which work stays cheap, which work earns more capacity. Unreviewed noise never becomes “knowledge.”

[ SoL-Pi ]

Same quality. Fewer tokens. That’s SoL-Pi.

SoL-Pi sits in the harness, not in a cheaper model. Huge tool output gets packed. Edit and verify fuse into one move. The loop stays tight so spend goes to judgment, not log spam.

[ the gate ]

Frontier when it has to be. Cents when it doesn’t.

Most agents bill like every task is hard. Grist spends on difficulty, not habit. Routine edits stay cheap. Ambiguous work doesn’t invent scope. The expensive rung is reserved for when it actually matters.

[ local ]

The repo never leaves the machine.

Tools run in your working tree. The prompt goes out. The source does not. We hold the key. You keep the files. We do not train on tester repos.

[ beta ]

Stop re-teaching the agent your codebase.

Invite-only. Inference included. Your code stays on your machine.

[ docs ]

Using Grist

Beta is invite-only. Inference is included. The CLI is the product — this page is how you get from an invite to a running agent.

Install

When the package is on npm:

npm install -g grist-ai
grist

Until then, run the CLI from a Grist checkout. You need an invite before any completion will run.

Sign in

grist auth login opens this site. Sign in with Google or email, then bind the invite you were given. The terminal polls until the site approves it. After that, the CLI is authenticated — you do not paste an API key.

grist auth login

Usage, remaining spend, and the current plan live on the dashboard. Same account, same origin.

Start in a repo

Run Grist in the project you want changed. Tools execute on your machine.

cd /path/to/your-repo
grist init
grist bootstrap
grist

grist init scaffolds local state. grist bootstrap mines history (ownership, map) so the next session is not cold. Review .grist/bootstrap/ownership.jsonl before anything is persisted to memory. grist init --bootstrap runs both.

The gate

Each task is scored for difficulty and sensitivity, then routed to the cheapest capable rung. Underspecified work stays cheap instead of inventing scope. You do not pick a model. Logs look like [grist:gate] cheapest|medium|frontier.

Turn the gate off with GRIST_GATE=off (not recommended).

Memory

Grist persists only verified outcomes: tests that passed, a change you approved, or a correction you made. Unreviewed generations are not stored. Recall is retrieval from your own history — not a weight update.

Default backend is a local memory sidecar. File fallback: GRIST_MEMORY=file. Off: GRIST_MEMORY=off.

SoL-Pi

SoL-Pi is a harness-layer set of token cuts. ObservationPack replaces huge tool output with a handle plus a short excerpt (full text still on disk). Action Fusion edits and verifies in one call. Profiles:

GRIST_MECH=auto          # default
GRIST_MECH=efficiency    # pack + fuse
GRIST_MECH=performance   # full tool output, fuse still on
GRIST_MECH=off           # both off
GRIST_OBS_PACK=off       # pack only

Spend

Completions are metered against your invite cap. At the cap the CLI stops. The dashboard shows remaining USD, rung mix, and expiry. We hold the inference key. You never paste one. We do not train on tester repos.

[ sign in ]

Sign in

Use Google or email. Beta still needs an invite code.

[ cli ]

You’re in.

Return to the terminal. This machine is authenticated.

Go to dashboard

[ beta ]

Usage

Plans

CLI


      

[ admin ]

Beta codes

Usage

Only codes you generate here can enter the beta. Testers bind one after they sign in.

[ pricing ]

Plans

Usage

Current

Beta

$5 included

Invite-gated. Stops at the cap. Sign in with Firebase, then bind your invite.

After beta

Subscription

TBD

Same dashboard, billed to you. Nothing to manage yet.