Chat demos
- One thread
- Short context
- Reply and done
productagents.md
Why Cue Cloud focuses on coding agents: the loop shape, latency and throughput, and how owned decode keeps interactive turns alive.
Why we focus here
Chat is one shot → reply. Coding agents plan, read the repo, call tools, patch, verify, and often run concurrent turns with fat context. Cue Cloud is sized for that pattern — not demos that look fast on a single bubble.
Chat demos
Coding agents
Context grows. Tools fan out. Idle waits happen. Then decode bursts. That is why chat-optimized infra feels wrong here.
Agents need both: snappy first tokens so the loop stays interactive, and sustained decode so patches and parallel tool work do not stall.
Latency
The loop waits on the first decision. Snappy TTFT keeps plan / tool choice interactive.
Throughput
Long patches and parallel tools need tokens that keep coming — not a burst that dies when concurrency rises.
Good agent latency is time-to-first-useful-token plus steady decode while tools are in flight. Chat benchmarks miss half of that. These are the levers — not unlabeled SLAs.
Tokens decode on hardware we run — not a thin coat on a hyperscaler chat API you cannot tune for agents.
Packing is aimed at tool loops and concurrency, so interactive turns are not treated like one-off chat demos.
When CueCode declares agent structure, the stack can pack work without serializing everything — latency under load, not empty-queue vanity.
One engineer ↔ one seat ↔ one cue_… key. You are not fighting mystery org traffic for the same queue.
Live latency / throughput probes stay labeled until the fleet is public. See the home proof stage for the demo cadence.
Owned coding inference: open Hub models on Mac Studio–class hardware we operate. You bring a seat key. Tokens stream back into the agent loop. Not a reseller badge on someone else’s chat endpoint.
CueCode or OpenAI-compatible client
cue_… per engineer
Auth · seat · route
Mac Studio–class decode we operate
DeepSeek · Kimi · GLM
Tokens + tool turns into the loop
Our IDE + harness can declare agent structure so the stack packs work more efficiently — better interactive feel under real agent load on this fleet.
Cursor, Claude Code, scripts — same Cue Cloud models and flat seat. Conservative defaults; they still get the owned decode path.
Same inference plane. CueCode unlocks extra agent optimizations; the API works everywhere. See api →
Multi-step IDE loops stretch. On usage-based OpenAI / Anthropic APIs, that is a bill spike. On Cue Cloud it is still $1,500/mo per seat · unlimited tokens for that user.