Skip to content

Cheatsheet: Your first conversation and picking a model

ZoneWhereWhat it holds
Agent railLeft edge, vertical stripOne avatar per agent. Assistant is the default. Click to switch agents.
ChatCenterHeader (agent + conversation + current model), message area, input box.
Dock rowBelow the input boxNew conversation, online status dot, Skills shortcut, Tools shortcut, Commands shortcut, model picker.
Navigation railFar left, narrow icon stripPanels: Tools, Skills, Memory, Channels, Cron, Logs, Usage, Settings.
PropertyValue
LocationDropdown chip in the dock row, just below the input box
DisplayCurrent model name (for example, Claude Opus 4.6)
ContentsCurated short list, grouped by provider
DefaultFirst provider key you set up during onboarding
Off-list modelsType provider-prefixed name directly into the picker
provider_slug/model_name

Worked example:

openai/gpt-5.1-mini

Type the pattern into the picker and Clawless uses that model even when it is not on the visible short list. Use this only when you have a specific reason; the short-list defaults handle almost everything.

You seeYou doWhat it means
Empty inputClick into it, type, press EnterSends the message.
Status line below your messageRead itActivity indicator: thinking, reading a file, searching the web, calling a tool.
Reply streaming word by wordRead alongStreamed output. No need to wait for the whole reply.
Square icon where Send used to beClick itStop. Halts the stream. Usually instant.
Red banner with Force StopUse as last resortStop did not take effect after about ten seconds.
Code block in replyClick Copy in the cornerLifts the block to clipboard.
RuleDetail
No per-conversation lockSwitch anytime. The new model sees the full conversation history.
Cost meter follows current modelOnly the message you are about to send is billed at the new model’s rate. Past messages stay billed at their original model.
Common pattern: start big, then smallUse a capable model for the hard first question, switch to cheaper for follow-ups. Drops cost per message 5x to 10x without restarting.
Reverse also worksStart small for an easy task, switch up when it gets harder.
What you clickWhat changes
A different agent on the left railConversation swaps (each agent has its own thread). Model picker updates to that agent’s preferred model. Neither thread is lost.
Picker on the current agentModel changes for this conversation only. Permanent default lives on the agent’s settings (covered in a later lesson).

The model name in the conversation header shows the current model you have selected. If you switch models mid-conversation, the header reflects the model you have selected.

Four first-day surprises (so they do not surprise you)

Section titled “Four first-day surprises (so they do not surprise you)”
SurpriseWhy it happens
First message of a session feels slowEngine warmup plus possible provider cold start. Subsequent messages are faster.
Status line appears below your messageThat is the activity indicator. Tells you what the agent is doing. Not a problem.
Switching agents loads a different conversationEach agent has its own thread, by design. Stay in one agent to continue the same topic.
Picker shows different defaults across agentsEach agent has its own preferred model. Picker is following the agent.

The Usage dashboard in the navigation rail, after your first few conversations, breaks down cost by provider, model, and conversation. Reading the real numbers is more durable than guessing what each model costs you.

  • Treating the model choice as a permanent setup decision (it is a live dial)
  • Re-pasting context after switching models (the new model already has it)
  • Starting every conversation on the biggest model (cheap models handle a lot of follow-up work fine)
  • Typing slash commands by accident on the first day (safe to ignore; covered later)

A later lesson covers connecting providers (API keys vs ChatGPT OAuth), so you understand what is in the picker and why. A later lesson covers Tools, Skills, Memory, Channels, Cron, Logs, Usage, and Settings, one by one. Everything else in the track sits on top of the model picker you just met.