probe-factory reads your self-hosted model's own internals to flag misuse, with higher AUROC and fewer false positives than Llama Guard 3 8B, at one matmul on activations you already computed. Because it runs during prefill, it decides before the first output token exists. An output guard can't.
Beats Llama Guard 3 8B on detection quality and false positives, at 122× lower cost and 135× lower latency. It's one matmul on activations you already computed.
Earlier than any output guard can manage, since it has to generate the harmful text before it can judge it. Median 87× faster; 94% of harmful prompts caught before a single token ships.
Higher detection quality and a lower false-positive rate than Llama Guard 3 8B (0.975). It isn't the cheap option that gives something up. It's the better one that also happens to cost 1/122 as much.
What it is
If you run your own model, whether for cost, latency, data residency, or because you fine-tuned it, safety is your job, and the tools you're handed are text-level guard models: a second forward pass that reads the prompt or the response. probe-factory instead reads the activations your model already produced. Intent shows up there before it shows up in the output, so a linear probe catches it earlier, cheaper, and, on our data, more accurately than the guard model everyone already knows.
The approach is proven: Google DeepMind ships production probes for Gemini; Goodfire deployed probes at Rakuten at 10–500× lower cost than an LLM judge. What no one has built is the part that keeps a probe valid once it's deployed against weights that never stop changing.
Where it runs — and where it can't
A probe reads the model's own activations, so it works wherever you — or your provider — control the process the model runs in, and nowhere you don't. Plainly:
On-prem, or a box you rent on RunPod, Lambda, CoreWeave, or an AWS/GCP GPU VM. Renting the GPU is the same as owning it: you control the process, so the probe taps it inline.
Baseten, Modal, Replicate (custom images), RunPod serverless. You ship the container that runs the model, so the probe ships inside it — no provider buy-in needed.
Fireworks, Together's shared endpoints, AWS Bedrock, Vertex. You get text in and text out; only the provider can reach activations. Here we're a feature they integrate and resell — a partnership, not a self-serve install.
OpenAI, Anthropic, Gemini. No access to internals, ever — which is exactly why we build for open weights.
What you get
A probe is calibrated to a specific set of weights, so as you fine-tune and upgrade, we keep yours current. You never operate a stale one, and you never touch the machinery. It ships as a managed lifecycle, not a library you maintain.
Tuned to your model and your traffic, and benchmarked head-to-head against the guard models you'd otherwise run.
Included and automatic. You ship model changes on your schedule; the safety layer stays in lockstep without you managing it.
Character-level tricks and fresh jailbreaks get folded into your probe, with no regression on clean traffic.
Every verdict, threshold, and re-certification, exportable. The compliance artefact that turns a security tool into a budgeted line item.
Straight about the limits
Who we're looking for
Fintech, health, legal, gov. You run it yourself because sensitive traffic can't leave, and compliance already owns a budget for evidence.
Companions, agents, coaches, high-volume assistants. You fine-tune constantly and feel every extra forward pass in the GPU bill.
RunPod, Baseten, Fireworks, Together. A white-box safety add-on you could resell to the open-weight workloads you already host.
You operate open weights internally and you're the one who finds out what breaks on a version bump. Usually the hard way.
For investors Why the maintenance is the moat
A linear probe is ~200 lines and DeepMind published the recipe, so any competent ML team builds one in a week. What they cannot cheaply do is keep it valid. We measured where it goes stale, and each failure a customer can't self-detect is recurring, ops-shaped revenue.
Full numbers: the internal results memo, reproducible for under $1.
We'll fit a probe to your weights and put it head-to-head with whatever you run today (cost, latency, false positives) on a non-prod model, in about an afternoon. Worst case, you walk away with a free read on your current safety stack.
Start a pilot conversation →