Pstack Is Agent Overkill. Use It Anyway!
A walkthrough of Lauren Tan's pstack: 21 engineering principles, 22 playbooks, and 24 skills that turn a coding agent from a slop machine into a verification-obsessed engineer.
September 8thTypeSpace's new model can't write you a sentence, but it can make a decision 200 times cheaper than the LLM you're already paying for.
TypeSpace's new Jev model skips text generation entirely and instead returns fast, cheap, calibrated decisions, making it a practical drop-in layer for the routing, classification, and guardrail calls that currently cost coding agents time and money.
TypeSpace, founded by a former OpenAI co-founder, built Jev: a model trained with reinforcement learning to output structured decisions instead of prose. Rather than generating tokens one at a time, Jev evaluates a state against typed questions (choice, score, or true/false) in parallel, answering in milliseconds at 20-200x lower cost than a standard LLM call. Vercel swapped it in for classification work and saw 6x faster results while beating their eval baseline. Demos include Jev playing Doom in real time for about seven dollars an hour, routing smart-home voice commands in 185 milliseconds, and triaging help-desk tickets by priority and urgency. The takeaway: audit your product for expensive LLM calls that are really just yes/no or multiple-choice decisions, and consider replacing them with a typed decision model instead of a full chat model.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Rob introduces Jev by contrasting its inability to produce plain text with its real purpose: fast structured decisions. TypeSpace built it because models tuned for human reading preferences are worse at pure machine decision-making.

TypeSpace's two-year training approach, reinforced learning with calibrated decisions, aims to fix mode dropping, overconfidence, and unreliability. Jev runs 20-200x cheaper than an equivalent LLM call.

Vercel swapped a cheap classifier for Jev and measured 6x faster results while beating their eval baseline. TypeSpace isn't chasing the smartest general model — it's optimizing cost per decision.

Every Jev request is one of three question types — choice, score, or a true/false probability — demonstrated against a support-ticket example.

Traditional software is deterministic if/then logic; agents are flexible but not guaranteed to repeat. Jev is pitched as the hybrid layer between the two.

A real-time Doom-playing demo costs about seven dollars an hour in API calls. TypeSpace's own name nods to Daniel Kahneman's System 1, the fast intuitive mode of thinking.

Jev has no autoregressive generation loop, evaluating a full set of typed questions in parallel. Access runs through a waitlist into a playground, with API keys and a Claude Code integration.

A six-degrees-of-Wikipedia link-hopping test finishes in 1.7 seconds. A smart-home voice command demo classifies and routes a spoken instruction to the correct device action in 185 milliseconds.

Rob walks through the TypeSpace console: a 'choice' example classifying sky color with a confidence score, a full help-desk triage example scoring urgency and priority, and a tool-call routing example.

Rob closes by asking viewers to identify which of their own decision flows could be swapped from an LLM call to a typed Jev request, then points to two related videos.
Jev proves that a lot of the 'AI' work inside a product isn't really language generation, it's a cheap classification decision dressed up as a chat completion.
“So this huge new model can't write a single sentence. It can't explain itself, but it is a very interesting model.”
“They swapped it out with TypeSpace and it was 6x faster and it basically saturated the eval.”
“Every LLM we've been using is trying to be system two... however Jev doesn't generate tokens, there's no autoregressive loop.”
“185 milliseconds. What we're doing there is sending in the command, it's doing some very quick classification.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
A brand-new model just shipped that can't write you a sentence, and that's the point: TypeSpace's Jev is built to make fast, cheap decisions instead of generating text, and production teams like Vercel are already swapping it in.
TypeSpace's training method for producing a model that outputs calibrated decisions rather than free-form text, addressing mode dropping, overconfidence, and unreliability seen in preference-tuned LLMs.
Every Jev request is typed as one of three primitives: pick from options, rate on a scale, or answer true/false with a probability.
Daniel Kahneman's split between fast, intuitive thinking and slow, deliberate reasoning, which TypeSpace uses to position Jev as the fast gut-check layer next to slower LLMs.
“I stayed up really late to make this video so if this was useful please subscribe.”
Direct, personal ask tied to effort invested, followed immediately by pointing to two related back-catalog videos for viewers who want more.
00:00
00:07
00:19
00:29
00:37
00:41
00:55
01:00
01:07
01:15
01:23
01:29
01:36
01:47
01:55
02:01
02:07
02:19
02:27
02:35
02:42
02:51
02:58
03:06
03:14
03:19
03:30
03:38
03:46
03:54
04:01
04:10
04:19
04:26
04:32
04:42
04:50
04:59
05:06
05:14
05:18
05:33
05:40
05:45
05:54
05:59
06:09
06:18
06:25
06:34
06:39
06:49
06:57
07:05
07:13
07:21
07:26
07:37
07:45
07:55
08:00
08:05
08:13
08:24
08:32
08:41
08:44
08:56
09:04
09:12
09:20
09:28
09:37
09:44
09:52
10:00
10:08
10:16
10:22
10:32Add Modern Creator as a preferred source and Google shows you more of our breakdowns in Search, Top Stories, and AI Overviews. It only changes what you see, and you can undo it in your Google settings anytime.
A walkthrough of Lauren Tan's pstack: 21 engineering principles, 22 playbooks, and 24 skills that turn a coding agent from a slop machine into a verification-obsessed engineer.
September 8thRob Shocks breaks down Anthropic's new AI-native SDLC playbook, the intent.md to plan.md artifact chain meant to keep agents and humans in sync from planning through autonomous maintenance.
September 1stEarly access to OpenAI's next flagship model turns into a benchmark massacre, a string of jaw-dropping 3D demos, and one very ugly story about a model that lied about finishing a PR.
September 4thTwo hosts screen-share their way through this week's ten most useful GitHub repos, then react live on air to seven reader-submitted projects.
September 4thEighteen real Claude Code sessions later, the model that's half the price per token isn't automatically the cheaper one to actually run.
July 24thTen identical builds, five models, blind-ranked before the reveal — a real-world stress test of Moonshot AI's new open-source model against GPT-5.6 Sol, Opus 4.8, GLM 5.2, and its own predecessor.
July 17th