tinker-nomics

Tinker-nomics

The economics of post-training

By Simon Guo ยท March 2026

๐Ÿงฎ

Tinker vs Self-hosted RL Cost Calculator

Pick model, workload, steps, batch size โ€” get a side-by-side breakdown.

โ†’

Lately, I have been Tinkering a lot and learning about post-training: I can easily build RL pipelines, train on big models that I would have never been able to fit on my tiny Stanford GPUs, plus I got some free credits through the research grant program..

I keep getting the same questions when I try to get my labmates to use it or convince advisors to pay for it:

โ€œWhy not just rent a GPU and run verl / skyRL yourself? I can spin up an H100 on Lambda for $2/hr and install verl in 20 minutes โ€” is Tinker actually cheaper, or are you just paying for convenience?โ€

โ€œHow much compute do I actually need for this? Like, before I even think about cost โ€” how many GPUs, how much VRAM, how many FLOPs per step? I don't even have a good mental model for what RL training requires vs. regular fine-tuning.โ€

โ€œIf it wasn't for publication, wouldn't you just do this on frontier models? OpenAI has fine-tuning, Gemini has fine-tuning โ€” how much algorithmic control do I actually need, and is it worth giving that up?โ€

โ€œWhat else do I even need to pay for? I want to train on math, kernel writing, SWE agents, tool use โ€” what infrastructure am I missing beyond the GPU bill?โ€

In fact, I have seen these questions before โ€” just dressed differently each time.

2022 โ€” distributed computing

When I worked on Ray for distributed computing: do you rent servers and run Ray yourself, or pay for Anyscale? (Ray was widely used for pretraining (OpenAI, Cohere), but people didn't pay for the managed layer.)

2023 โ€” inference

When everyone was playing with inference: do I host vLLM locally or pay Together AI / Fireworks? This time the managed layer did win โ€” SemiAnalysis calls it tokenomics.

2026 โ€” post-training

Now we are in the age of post-training. The question is the same: where should the abstraction sit, and what does the economics look like this time?

This post explores Tinker-nomics โ€” the economics of RLVR post-training, through the lens of Tinker, the managed training platform from Thinking Machines Lab. What are the technical pieces, the systems challenges, and the real costs? Just like tokenomics for inference, I want to figure out where the value sits for training.

For inference, we have tokenomics โ€” well-understood pricing models where cost scales with tokens consumed. Inspired by SemiAnalysis's tokenomics model for inference, this guide asks: what does the same analysis look like for post-training? GPU-hours, utilization gaps, phase transitions, LoRA multi-tenancy โ€” the cost structure of reinforcement learning is wildly different from what most people assume.

This interactive guide breaks down RLVR (Reinforcement Learning with Verifiable Rewards) cost anatomy through the lens of Tinker.