Blog
Posts about how typed.cloud is built, why we made the calls we did, and what we're learning.
-
September 10, 2026
Your laptop can run the model. Running the agent is a different question.
Local-LLM benchmarks quote speed at an empty context. A coding agent never sees an empty context. Measuring at realistic prompt depth inverts the engine ranking, and on an NPU the window you compile is a throughput cost you pay whether you fill it or not.
-
August 24, 2026
No weekly caps, and a free tier that runs on your machine
typed has two tier families: a free one that runs on your own hardware with no account and no key, and paid typed++ tiers on monthly billing -- no weekly cap, no 5-hour rolling window.
-
July 24, 2026
Nobody has figured out how to bill a coding agent
Cursor, Copilot, and Claude have all repriced in the past year. An agent costs whatever it costs, and nobody can tell you the number in advance. Here is what that problem looks like from inside a company selling one.
-
July 22, 2026
typed++ is live: dynamic agentic workflows, deep reasoning
typed's default tier is free, runs on your own machine, and needs no account or API key. typed++ is the paid hosted top of the lineup -- typed++max, typed++xhigh, and typed++high -- plus dynamic sub-agentic workflows: the model decomposes a task and fans out parallel subagents on its own.
-
June 13, 2026
typed Team and Team Max: one shared pool, one shared index
typed Team ($25/seat) and Team Max ($100/seat) pool one quota across the whole org instead of N per-developer silos, and add hosted codebase indexing.
-
May 31, 2026
typed vs Opus 4.8: a coding head-to-head
We ran the same Claude Code against Opus 4.8 and against typed on medium-to-hard coding tasks, graded by real test suites. They tied, 14 of 14. Here is the data.
-
May 23, 2026
Why typed doesn't use 5-hour windows like the leading Pro plan
The leading Pro and Max AI CLIs reset on a 5-hour rolling clock, not on your work. typed's paid tiers use a monthly quota with optional one-click top-ups -- and the default tier is free, runs on your own machine, and has no quota at all. Here's why.