Setup with AI · portable prompt · free-tier compatible

Use any AI to set up kolm.

Paste this prompt into Claude, ChatGPT, Gemini, or Copilot. It knows the whole CLI, the spec.json schema, the K-score gates, and the export targets. Tell the AI what you want to build. It returns the spec and the commands to run.

No kolm account needed to draft the spec Free-tier AIs Claude / ChatGPT / Gemini / Copilot Updated 2026-05-15

01 system prompt (paste first)

Open Claude

01 system prompt (paste first)

Open ChatGPT

01 system prompt (paste first)

Open Gemini

01 system prompt (paste first)

Open Copilot
system prompt(0 lines, 0 chars)

    

02 user prompt (fill in, then paste)

user prompt templateeditable

What to do with the AI's response.

The AI returns suggestions, not guaranteed-correct kolm. You still run the compile gate locally to confirm K-score and ship-readiness.

step 1

Save the spec

Copy the JSON block from the AI's reply and save it as a file.

$ pbpaste > my-task.spec.json
step 2

Compile the recipe

kolm reads the spec, runs the gate, and emits a signed .kolm.

$ kolm train --spec my-task.spec.json
step 3

Test the artifact

Run a real input through the compiled artifact and confirm output.

$ kolm run my-task.kolm 'your test input'

What this page is, honestly.

Claude, ChatGPT, Gemini, and Copilot are third-party assistants. This is not a kolm integration with any of them. It is a prompt we wrote that primes the assistant with the kolm CLI verbs, the spec.json schema, and a few worked examples. Paste it, describe your task, and the assistant returns the spec and commands. You still run kolm train on your own machine.

Why the assistant's output is a draft, not a guarantee.

The assistant has not run your inputs. It does not know your real evaluation data. It will guess at the regex patterns and the K-score. The compile gate is what verifies. If the K-score comes in under 0.85, the gate refuses to ship the artifact. That is the right behavior. Iterate on the spec or the eval cases until the gate passes.

If you do not have a kolm account yet.

You do not need one to ask the AI to draft a spec.json. You will need one to compile and run. Free tier gives you 10,000 calls per month.