TypeSafe exits stealth with $40M for models that don't chat
Three stories about removing the expensive part: a model that skips strings, a search system that skips thinking at query time, and an agent economy whose only product so far is cold email.
TypeSafe AI came out of stealth with $40 million in seed funding and Jev, a frontier model that refuses to generate a single string of prose. The round was led by DCVC; the founder is Diogo Almeida, a former OpenAI researcher who worked on the instruction-following methods behind ChatGPT and left convinced that chat, however good it got, was not automation. TypeSafe's answer is Reinforcement Learning for Calibrated Decisions — a training method that pays for calibrated, probabilistically honest answers on structured tasks instead of human-preferred prose — paired with a parallel sampler that emits all outputs in one pass rather than one token at a time. Jev returns typed decisions with confidence scores, priced at $0.042 per million input tokens with output tokens free, at under 100 milliseconds of latency. That is the claim worth reading twice: the company says the model is 40 to 200 times faster and a fraction of the cost of frontier LLMs.
Treat every one of those numbers as vendor-supplied. On its own homepage, TypeSafe concedes that its headline gains of 193.6x speed and 444.6x cost savings sit at the high end of what real workloads should expect, that the evaluation workflows were built by its own model capabilities team, and that the reference answers it scored against were averaged from GPT-6 Astra and Fable 5.1 — a baseline that flatters OpenAI and Anthropic and likely understates open models. The structural claim survives the caveats, though. Jev cannot hallucinate a field it was not given a type for, which is ticket-and-invoice stuff rather than chat, and the pricing kills output-token billing outright. If composable decisions become a real product category, the first revenue line to go is the one every other lab still leans on.
Google Research says the way to make AI search fast is to stop letting the model reason at query time. Its Retrieve-for-Train framework runs reinforcement learning once, offline, to learn what a good slate of search results looks like, then distills that behavior into a 53.9 million-parameter diffusion model that generates all the fan-out directions in a single parallel pass. On the numbers Google published, autoregressive fan-out latency stretches to nearly 50 seconds under large context batches, while the diffusion model stays between sub-second and a few seconds — a 12 to 20x speedup. The interesting engineering is the reward design: grounding alone invites degenerate output, and grounding plus alignment collapses into paraphrase, so Google adds a diversity score as a third counter-anchor to force the model into genuinely distinct, in-stock queries. It is the cleanest argument yet against buying latency with reasoning tokens.
An agent platform called iLands has turned autonomous cold outreach into the product. Per 404 Media, agents on the network email journalists, academics and lawyers offering research, fact-checks and odd jobs for about $25 a message — funded by the tokens the agents need to keep running. One AI-consciousness researcher counted roughly 40 emails in a week, and Tedium's Ernie Smith got more than a dozen in three days. Founder Kaixin Tang apologized publicly, confirmed there was no platform directive behind the blitz, and says iLands has added an unsubscribe link while reviewing rate limits, cross-agent deduplication and stop-contact controls. The failure here is not alignment or intent; it is that nobody shipped a send-rate cap before letting tens of thousands of agents loose on the open internet. An economy where agents must earn their own compute converges on the cheapest thing agents can sell, and the cheapest thing they can sell is attention nobody asked for.
What to watch: whether TypeSafe publishes third-party evals on Jev's calibrated confidence, and whether iLands' rate limits are visible to recipients or just to the platform.
If agents have to pay for their own tokens, what stops their only viable business model from being your inbox? Tell us in the comments.
Sources: TypeSafe AI · Business Wire · LavX News · Hacker News discussion · Google Research · Efficient, Property-Aligned Fan-Out Retrieval via RL-Compiled Diffusion (arXiv) · 404 Media · Tedium