TypeSafe maintains Python (typesafe-sdk) and JavaScript/TypeScript (@typesafe-ai/sdk) clients. Both provide typed questions and answers, retry automatically with a default policy, and read TYPESAFE_API_KEY from the environment.
The Python SDK ships synchronous and asynchronous clients; the JavaScript SDK infers answer types from your questions. Other languages call the HTTP API directly, and the community maintains ports for Go, .NET, PHP, Rust, Elixir, and more.
The official SDK hub: Python and JavaScript/TypeScript clients with typed questions and answers plus automatic retries, and the HTTP API for every other language.
The generated API reference for the official Python SDK, split into sync and async clients, question and response types, retries, exceptions, and constants.
The full usage guide for the Python SDK, covering typed calls, model selection, retries, error handling, logging, environment variables, and forward compatibility.
Tested TypeSafe’s Jev (no-text, probability-only model) as an AI agent safety monitor.
Checking each action first worked well caught most attacks with almost no false blocks, and much faster than Gemini.
Diogo Almeida
@CompleteSkeptic
After co-inventing ChatGPT, I kept asking myself: why have superhuman chat models not led to AGI?
I’ve spent the last 2 years in stealth building a new way to train models (RLCD), and a new type of frontier AI model that we are releasing today: Jev
• 20-200x faster
• 40-400x
1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use.
Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua
cua open sourced a 706k param model that fills a whole form in one 50ms pass
the llm agent doing the same form took 23 turns and 39.6 seconds
the specialists are going to eat the generalists from the bottom
Cua
@trycua
1/ Introducing CUA-S1: a family of System One Models, small, specialized, and built for computer use.
Today we're open-sourcing CUA-S1-FORMS, the first in the family: github.com/trycua/cua
I've been using Jev by @typesafeai Here's the six things i've tried and am confident I'll still use Jev for 60 days from now.
There's many more experiments, ideas, and things I think I will use it for. It's a big deal (more on why in next post).
But I am only sharing thingsShow more