SeedSky CCT · technical preview · reasoning control

Does DeepSeek really think in only three gears?

Thinking level is not a menu of three buttons — it is a continuous terrain of computation. SeedSky CCT reads the model's internal signals to map that terrain, and finds four new reasoning workspaces between and beyond the official anchors.

向内探寻,向外进化。Seek within. Evolve beyond.

Install · win / mac / linux npm install -g @seedsky/cct && cct claude github.com/seedsky-ai/cct ↗ ⚠ Searched & verified on DeepSeek V4 Flash only, so far — behavior on Pro is unknown.

The scientific question

A continuous terrain, controlled by a few isolated coordinates.

Reasoning models grow stronger by the month — running tools, editing code, verifying results for half an hour at a stretch. Yet the way developers control how much a model thinks is still, mostly, two or three fixed gears. DeepSeek V4 and Kimi K3 expose Low / High / Max; GLM-5.2's public templates concentrate on High and Max. When capability is continuous but control is discrete, a model is forever thinking either too little or too much — and the right working point sits in a gap no button reaches.

01

Simple tasks overpay

High or Max on a routine request still burns tokens, latency, and tool calls on reasoning the task never needed.

02

Middle tasks have no home

Medium-difficulty work needs more planning than Low affords — but not the full cost of High. The natural middle gear simply does not exist.

03

Hard tasks stop early

Long-horizon agent tasks can wind down before verification finishes even at Max — or spend the extra compute circling and re-treading. What is scarce is not a bigger Max, but verified working points with different optimization goals.

Many names ≠ many gears. DeepSeek's own docs accept five effort names for compatibility — but map low and medium to High, and xhigh to Max. The interface looks fine-grained; the model lands in a few buckets. OpenAI and Claude, meanwhile, already ship finer effort ladders — and their docs note that different tasks profit from extra reasoning very differently.

The result, first

A working point the official gears cannot reach.

On the 89 tasks of Terminal-Bench 2.1, SeedSky ran every thinking profile of DeepSeek V4 Flash under identical conditions — one run per profile per task, recording completion rate and output tokens. The headline working point is called Value.

60.7%task completion at ~55k output tokens per task
−32%output tokens versus the official High gear
+5.3points above the official effort–cost curve at the same token position

Value does not sit on the official curve — it sits above and to its left. A new working point can do more than interpolate between Low and High: it can move the Pareto frontier between effect and cost. This is a single-sample technical preview, not a cross-model, cross-benchmark conclusion; what it establishes is that a working point worth re-verifying exists.

Better result, less cost. Scatter of tasks solved versus output tokens per task on Terminal-Bench 2.1 (89 tasks, deepseek-v4-flash, one run per task per tier). The official Low and High tiers trace a gray curve; the blue Value diamond sits above and to the left of it — 60.7% solved at about 55k tokens, 32% fewer tokens than High and 5.3 percentage points above the official curve.
Fig. 1 Better result, less cost. Value (blue diamond) sits above-left of the curve traced by the official tiers: 60.7% solved at ~55k tokens — −32% tokens versus High, +5.3 pp above the official curve. Terminal-Bench 2.1 · 89 tasks · deepseek-v4-flash · one run per task per tier.

How this is even possible

The thinking dial was text all along.

DeepSeek's own model files spell out the control surface. In the official encoder for V4-Flash, each gear maps to a natural-language anchor placed at the very front of the conversation: Low adds nothing, High injects “Reasoning Effort: Absolute maximum …”, Max injects “Reasoning Effort: Beyond maximum …”. The model learned, in post-training, to respond to these anchors with different search depth, verification strength, tool use, and stopping behavior. The anchor is not magic — handed to an untrained model it creates nothing. But once the mapping exists, text becomes a programmable interface for reasoning control. GLM-5.2, Kimi K3, and gpt-oss all do the same.

So the innovation is not “prompts can make models think harder” — every official encoder already proves that. The real research question is: official anchors are hand-written and few. Which internal computation does each anchor actually change? Do reproducible working points exist between the official coordinates — or beyond Max? And can the model's own internals turn anchor search from guessing words into directed exploration?

Three official effort tiers — and four more found inside and beyond them. Seven rows of token distributions on a log axis for deepseek-v4-flash over 89 Terminal-Bench 2.1 tasks: gray dots mark DeepSeek's official Low, High and Max tiers; blue diamonds mark the four SeedSky CCT working points — Value and Classic between Low and High, Extra between High and Max, and Deeper beyond Max. Bars show IQR and p10–p90 ranges; open markers show means with 95% BCa confidence intervals.
Fig. 2 The measured terrain. Gray dots: DeepSeek's official tiers. Blue diamonds: the four CCT working points — Value and Classic between Low and High, Extra between High and Max, Deeper beyond Max. Wide bars and whiskers show token distributions (IQR · p10–p90); open markers, mean ±95% BCa CI. Log token axis.
V

Value

An efficiency workspace growing sideways off the official curve: near-Low cost, aiming higher than Low's effect. Not a point on the intensity axis at all.

M

Classic (Medium)

Between Low and High — the natural middle gear the official lineup never shipped. Callable by the alias medium.

X

Extra (XHigh)

Between High and Max: fuller reasoning that stops short of Max's full cost. Callable by the alias xhigh.

D

Deeper

Beyond Max: extending the search outward, for runs where the extra thinking must keep producing new information — longer effective search, checking, and self-correction.

CCT did not slice three gears into seven equal parts. It searched for usable working points under different optimization goals — and the four it found sit in four different places on the terrain.

The science · internal signals

Why look inside? Because the same token is not the same state.

The evidence comes from the RAD paper, Does the Same Token Mean the Same State? (Chen et al., 2026): with the emitted token held fixed, the expert routing that produced it still separates question identity, trajectory history — and reasoning-effort mode. At a fixed answer-boundary anchor token, Low / Medium / High routing states separate cleanly. “Thinking level” is not an external label; it is a real, measurable internal computation state.

  1. sense

    Internal signals become a reasoning sensor

    When two anchors trigger distinguishable internal states, CCT can tell whether a new anchor genuinely changed the computation. Different words with overlapping routing: probably the same workspace. Stable routing separation: a genuinely different thinking state — even through the same tokens.

  2. search

    Official gears become known coordinates on a map

    Low, High, Max are treated as three known points in the internal reasoning space. CCT explores around and beyond them — observing internal state → identifying key reasoning patterns → locating workspaces → directing the search for new anchors → verifying against effect and tokens → shipping a Reasoning Profile.

  3. steer

    Results pick the point; mechanisms pick the direction

    Internal mechanisms cannot grade an answer — but they prove that measurably distinct thinking states exist behind identical text, and they tell the search where to go next. External results tell us which working point is effective; internal mechanisms tell us where to search next.

The easter egg: an anchor no human would write

The Value anchor never says “think harder” or “verify carefully”. It stages a conflict: “Two people have already answered this and they did not give the same answer… Exactly one of them made a single mistake, and it leaves the arithmetic intact.” Instead of prescribing how to think, it forces the model to hunt for a deep, arithmetic-preserving error. The search went beyond human intuition about good thinking instructions — and the internal readout confirmed the counterintuitive anchor really does induce a new computation state.

Try it

A local control layer — your workflow stays.

CCT is the first technical preview on this research line: a local reasoning-control layer that sits beside your existing agent tools. No model weights are modified; no workflow is replaced. Works on Windows, macOS, and Linux. Note the scope: the profiles were searched and verified on DeepSeek V4 Flash only — behavior on Pro has not been tested.

npm install -g @seedsky/cct
cct claude

Details, profile guide, and command aliases: github.com/seedsky-ai/cct  ·  SeedSky.ai

QQ group QR code for the CCT community group, group number 1019231337 — scan in QQ to join.
QQ group · 1019231337
WeChat group QR code for the CCT community group — scan in WeChat to join.
WeChat group · CCTthe WeChat code is refreshed periodically; if expired, use the QQ group

What is established

Text anchors select real, internally measurable computation states; a directed search over them found four working points, one of which beats the official effort–cost curve on a public agent benchmark.

What remains open — honestly

Whether Classic and Extra stay separable from their neighbors across tasks and samples; whether Value's double advantage holds at larger scale; whether Deeper keeps producing new information rather than longer output; whether internal signals survive intervention experiments; whether the method transfers beyond DeepSeek. A technical preview — the caution is load-bearing.

Cite

If you use or discuss this work — cite this page.

This page is the canonical reference for the CCT technical preview: https://cckfdu.com/cct/. For the internal-signal evidence it builds on, cite the RAD paper (arXiv:2606.22798) and the JAR paper (arXiv:2608.17638).

@misc{seedsky2026cct,
  title = {SeedSky CCT: Four New Reasoning Workspaces
           Found Inside DeepSeek},
  author = {{SeedSky} and {CckFdu}},
  year = {2026},
  howpublished = {\url{https://cckfdu.com/cct/}},
  note = {Technical preview. Please cite this page.},
}

向内探寻,向外进化。Seek within. Evolve beyond.