Engineering

Notes from building a multi-model inference gateway — cost, caching, infrastructure, and the economics of running frontier open-weight models.

July 16, 2026

The same LLM is 8× slower to first token depending on who serves it

Two backends, the same open-weight model, the same OpenAI-compatible API — and an 8× gap in time-to-first-token, with one of them faking streaming. What we learned benchmarking LLM backends for agentic traffic, and why the provider's spec sheet won't tell you.

June 26, 2026

Your LLM proxy is silently 10–32x'ing your bill — and it isn't the model price

Multi-provider routers load-balance the same model across providers, which quietly kills your prompt cache. On a cache-heavy agent workload that's the difference between the cached rate card and 32x it. Here's the mechanism — and why cache locality should be the default.

June 21, 2026

Moving from OpenRouter to Dynoyard in one base-URL swap

If you already call LLMs through OpenRouter with the OpenAI SDK, switching to Dynoyard is a one-line change. Same request shape, same streaming, same tool calls, same usage accounting.

June 15, 2026

How a production AI platform runs billions of tokens at a fraction of frontier cost

An anonymized look at a real multi-tenant AI platform — why its workload shape and model choice, not the headline per-token rate, decide the bill, and how that lands it at roughly a third of frontier-lab pricing.

June 8, 2026

Stop trusting LLM leaderboards. Pick a model on your own workload.

A leaderboard score is a poor predictor of how a model performs on your task. Here's a more reliable way to choose — cost-led, measured on your own traffic.