· Data

The DeepSeek and GLM-5.3 effect

Switching the default model to DeepSeek and adding GLM-5.3 produced the single biggest jump in usage I have ever recorded.

August 2026 — a data-driven look at my pi-go agent session history


TL;DR

Switching my coding agent’s default model to DeepSeek (via local Ollama) and adding GLM-5.3 to the rotation produced the single biggest jump in usage I’ve ever recorded. Monthly session volume went from a mid-year slump of 326 to an all-time high of 1,868 — a 5.7× increase — and the new model stack now accounts for ~54% of all sessions.

This isn’t a story about “better benchmarks.” It’s a story about adoption: when the right model becomes cheap, fast, and local, you simply use the agent more.


The Data

All numbers come from my pi-go session history (~/.pi-go/sessions), merged across two machines. Each row is one agent session.

Monthly session volume

MonthSessionsChange
2026-041,072
2026-05503−53%
2026-06326−35%
2026-071,060+225%
2026-081,868+76%

Model mix by month (latest → oldest)

MonthDeepSeekGLM-5.3GLM (other)StealthGPT-5.5MiniMaxOtherTotal
2026-08783458621231985411,868
2026-070016704553141241,060
2026-06006201936011326
2026-05500027421212503
2026-0420002894113701,072

The new stack’s share of monthly usage

MonthDeepSeek + GLM-5.3 + StealthShare of month
2026-0420.2%
2026-0551.0%
2026-0600.0%
2026-0700.0%
2026-081,04055.7%

What Actually Happened

1. The mid-year slump (May–June)

Usage collapsed from 1,072 → 326 sessions. The old stack (GPT-5.5 + MiniMax) had plateaued. I was using the agent less, not more.

2. The DeepSeek switch (August)

I moved the default to DeepSeek-V4-Flash via local Ollama. The effect was immediate and dramatic:

3. GLM-5.3 joins the rotation (Aug 27)

GLM-5.3-Flash appeared Aug 27 (38 sessions) and Aug 29 (7 more), running through both Ollama and OpenRouter. It’s brand new — but it’s already the fastest-adopted model in the dataset, appearing across pi-go, ai-eng-course, and subagent task directories on day one.

4. Stealth (Aug 22+)

A third new model, Stealth/Ox-Alpha, ramped from Aug 22 (29) to Aug 25 (79). Together, DeepSeek + GLM-5.3 + Stealth = 1,040 sessions, 55.7% of August.


Why This Matters

The pattern is clear: usage growth tracked model quality-per-dollar, not marketing.

The lesson for anyone building on LLMs: the friction of cost and latency is what suppresses usage. Remove it, and people don’t just do the same work cheaper — they do more work.


Projection (honest, not exponential)

I fit an exponential curve to the new-stack share and it produced nonsense (392%/month, >100% share) — because this is a step change, not organic growth. The realistic read:

The growth is real, but it’s adoption saturation, not a hockey stick.


Data Notes

Try pi-go

Open source, MIT licensed, one binary away.