Assistant

The next generation of assistance

A Discord bot where the AI is the product, not a feature. Ask it for what you want and it works out the sequence and does it, after showing you exactly what it will do.

The operations it uses are the same typed, permissioned ones behind /ban and /ticket close, so the fast path stays fast and nothing the model touches can exceed what you could do by hand.

Three ways in

Slash commands

For what people do constantly. Instant, and no model is involved.

Events

Joins, XP, logging, schedules. Thousands an hour, always plain code — routing these through a model would be ruinous on cost and latency, and they need no judgement.

Conversation

For intent: when the operation is obvious but the sequence is not. This is the only surface that costs a model call. Composite requests become a plan you approve before anything happens — data, never generated code.

What it can do

Every command, what each one needs permission-wise, and what each module stores is generated from the bot itself. Not written alongside it — read out of it, so the page cannot describe a command that is not registered, or miss one that is.

Before you add it

The terms and the privacy statement are readable signed out, because you cannot agree to terms you have to sign in to read. Both are versioned, and every version anyone has accepted stays at its own address. What is stored is generated from the bot’s own schema rather than written beside it.

Signing in is Discord, and shows you your servers - its configuration in any you administer - and your own record: what you have accepted, and every operation you have asked it for.