TypeSafe AI: Fast, Typed AI Decisions for Security Automation
TypeSafe AI introduces Jev, a "System One" model designed for fast, narrow security judgments rather than text generation. Unlike LLMs that return free-form text requiring parsing, Jev accepts state data plus typed questions and returns typed answers—probabilities, choices, or scores—with calibrated confidence via RLCD training. The article argues that using large language models for quick AppSec decisions (like reviewing agent skills or triaging bug reports) is slow, expensive, and prone to output-parsing failures and prompt injection. Jev runs in roughly 100 ms at $42 per billion input tokens, operates without tools or text output, and is positioned as a fast judge inside code that escalates uncertain cases to humans or reasoning LLMs. The post walks through three AppSec use cases—catching malicious agent skills, bug bounty triage, and agent tool-call guardrails—and details installation, SDK usage, context-window limits, known weaknesses (adversarial input can still shift answers), and adoption guidance such as keeping deterministic rules and thresholds in code, pinning model versions, and red-teaming questions before production use.
https://benhurott.com/ai-security/appsec/2026/09/19/typesafe-ai-system-one-for-appsec.html
Comments
Post a Comment