Operator Field Manual · Get more out of any LLM

Get more out of every model.

Same model, same price — what changes the output is how you drive it. Eight habits we use to get more out of any LLM. Steal them.

Any model, out of the boxSame model, driven well
Eight directives · the moves that compound
01
Input bandwidth

Talk. Don't type.

Dictation runs about 3× the words per minute typing does, and talking drags out the context, caveats, and specifics a model needs. Hold the mic and explain it like you would to a teammate — the detail comes free.

The moveSpend 90 seconds out loud: where it breaks, what you've already tried, and what "done" looks like.
02
Tooling

Load a skill before you ask.

Point the model at a specific skill — front-end design, a marketing framework — and it executes a real discipline instead of a generic answer. No skill for what you need yet? Have it build one, then reuse that expertise forever.

The move"Use the frontend-design skill, then redesign this page."
03
Direction

Anchor to a goal.

Declare the end-state up front and every step stays aimed at it, instead of drifting message to message. Use the /goal feature where you've got it.

The move/goal "ship a live, verified Tips page at cortev.com/tips"
04
Compute

Crank the reasoning to max.

For anything genuinely hard, turn reasoning up to maximum and let the model think before it answers. The extra thinking time pays for itself — you get a right answer on the first pass instead of a fast one you have to redo.

The moveOn a gnarly problem, set effort to max and let it work the whole thing through.
05
Economics

Buy the seat, not the credits.

Consumer subscription tiers ship far more usage per dollar than metered API credits. For hands-on daily driving, a flat plan used hard goes further — save the API budget for what truly needs automating.

The moveRun everyday work on a flat consumer subscription; save metered API for automation.
06
Feedback loop

Make it show its work.

Give the model eyes on the result — let it run the test, read the error, see the screenshot — and a tight loop to fix what it finds. It closes the gap itself in seconds instead of handing you a draft to debug.

The moveWire it so it can write → run → read the failure → fix, all in one turn.
07
Context

Front-load the truth.

The model works from what's in the window, so hand it the real file, the real error, the real constraints up front. Solid context beats clever phrasing every time.

The movePaste the actual file, your stack, and the exact error — then ask.
08
Verification

Verify before you trust.

Confident and correct are different settings, so make the work prove itself — run it, hit the URL, show the output — before "done" counts. The best results arrive with their own evidence.

The moveAsk for proof: "200 OK — here's the live page rendering," then move on.