Home/ Products/ Bud SENTRY/ Bud Sentinel/ Product Brief
Bud Sentinel overview
Product Brief · Inside Bud SENTRY · Guardrail Engine

Bud Sentinel

The guardrail engine inside Bud SENTRY — jailbreak detection, prompt-injection defence, and content moderation in single-digit milliseconds on commodity CPUs, 65,536-token inputs natively, and the only evaluated model with attack-success and false-refusal rates both under 20%. Powered by Resource Aware Attention.

Product reference v1.0 July 2026 ~14 min read
01At a glance

A guardrail built for the fleet it runs on.

Every production LLM call passes through safety classifiers — on every input, again on every output, almost always on CPU fleets. The category sits at hundreds of milliseconds per classification, capped at 512 tokens. Sentinel is a different curve: single-digit milliseconds on the same silicon, 65,536 tokens natively, and an operating point a product team can actually ship.

p50 latency · CPU0.70ms
ASR & FRR, both<20%
Req/s, one Xeon node4,400+
Tokens, natively65,536
measured end-to-end over the serving interface · methodology in §06
What it is
The safety-guardrail product line built on RAA-Safety — jailbreak detection, prompt-injection defence, and content moderation across toxicity, hate, harassment, self-harm, violence, illegal, and regulated-advice categories, plus PII across 11 regions
23 specialised models across 33 variants, served from one binary through the Bud Guardrail Gateway
Deploys on the same fleet the application already runs on, at the latency budget the application already has — not in a separate GPU service with its own scaling story
A classifier that adds 300ms to every turn changes the shape of an application; one that adds 8ms does not — that difference is the whole case
What it is not
A separate platform layer — Sentinel is the guardrail engine inside Bud SENTRY, which wraps it with policy, identity, FinOps, and audit
A generative model — RAA is a mechanism for classification, scoring, and span extraction, and will not match a frontier LLM on open-ended reasoning
A compression result — it is a new attention mechanism designed against the deployment envelope, not a shrunken GPU transformer
02Where it fits

Inside Layer 06, on both edges of every call.

Sentinel is the enforcement engine of Bud SENTRY, the security and governance plane. Every inference request the platform serves crosses it twice — once on the way in, once on the way out.

Input guard — before inference, every prompt is classified for jailbreaks, prompt injection, PII, and content safety in 0.70ms p50 on CPU. Violations are blocked before they ever reach the model.

Output guard — every response is classified again for safety, PII, toxicity, and compliance before it reaches the user, and both passes land in SENTRY's one immutable audit trace.

Sentinel is a component within Bud SENTRY — SENTRY owns admission (RBAC, 160+ policies, budgets), the zero-trust model supply chain, and the audit record; Sentinel owns the classification on the input and output edges. This brief covers the engine; the SENTRY brief covers the plane around it.

03Capabilities, in full

Classify. Redact. Contain. Compose.

Six capability groups — the threat surfaces Sentinel covers, the input lengths it handles, and the envelopes it deploys into, expanded to the specifics an evaluator needs.

01Jailbreak & prompt-injection defenceA jailbreak detector decides whether the input is admissible; a prompt-injection detector decides whether retrieved context is trying to take over the model · only evaluated model with attack-success and false-refusal rates both under 20%, aggregate across four public benchmark suites · strongest single slice: WildJailbreak at 6.5% ASR / 11.42% FRR — lower on both sides than every other evaluated modelASR 15.97% · FRR 14.92%
02Content moderationToxicity, hate, harassment, self-harm, violence, illegal & regulated-advice categories, classified on every generation before it ships · 23 specialised models across 33 variants cover the input and output edges of every LLM call · trained on 4.5M labelled samples — the largest open guardrails dataset in existenceinput + output edge
03PII detection & redactionDetection and redaction across 11 regional regimes, run natively on every call — input and output · span-level work rides the same attention pass as the safety decision, no separate PII transformer at 100–900ms in the chain · prompt firewalling and egress controls sit alongside, on the same plane11 regions
04Long-context classification65,536-token inputs classified as a single call at 560ms p50 — long transcripts, multi-turn history, RAG context, documents, code files · no quadratic phase change with sequence length — long inputs mean more of the same cheap work · transformer baselines cap at 512 tokens, then need chunking, voting & re-aggregation pipelines that degrade accuracy and latency65,536 tokens native
05Edge & on-device deployment~1,500 req/s at 128 tokens on a fanless laptop CPU — guardrails inside a desktop app, browser extension, IDE, or embedded agent, with no server call · ~25ms on edge-class CPUs, 96× faster than competing guardrails on the same hardware · nothing depends on a GPU or an external call — the same engine runs air-gapped and sovereignno GPU · no egress
06Multi-head compositionA single RAA pass supports many task heads in parallel — safety decision, PII spans, intent classification, routing · the marginal cost of another head is the head's own work, not another attention pass · a gateway chaining five or six small classifiers per request collapses into one shared attention cost with cheap decisions on topone attention pass
04How it works

Resource Aware Attention.

Existing guard models take a GPU-designed transformer and compress it until it fits on a CPU — landing at 334–3,855ms per classification, capped at 512 tokens. RAA inverts the order: the mechanism is designed against the resource envelope from the start, and Bud Sentinel is the first product built on it.

Three principles govern RAA

The envelope is an input

The target cache hierarchy, precision tier, and latency SLO are declared before training — the mechanism is shaped by its resources, not retrofitted to them through post-hoc compression. A new envelope is a new training run, not a compression project.

Bounded by envelope, not length

No quadratic phase change with sequence length: long inputs mean more of the same cheap work. That is why 65,536-token classification is native rather than a chunk-and-vote retrofit.

Heads compose over one pass

A single attention pass supports many task heads in parallel — safety, PII spans, intent, routing. A chain of five classifiers becomes one shared attention cost with cheap decisions on top.

The layered guardrail

Sentinel ships as a layered product. The RAA-powered fast layer handles the firehose; behind it sit deeper scans and escalation paths for the cases that warrant them. The speed of the fast layer is what makes the deeper layers affordable to run at production volume.

01Fast layerRAA classification at single-digit ms, on every request
02Deep scanHigher-capacity review for tail risk
03Specialised detectorsAdversarial patterns get dedicated models
04EscalationAmbiguous cases route to review paths

Every decision — fast-layer or escalated — lands in Bud SENTRY's one immutable audit trace.

The RAA model family

RAA is a mechanism; the family is organized by the task class and resource envelope each variant targets, not by parameter count. Because every variant shares the mechanism, multiple variants co-host in a single process and share one attention pass per request.

VariantStatusTargets
RAA-BaseAvailableThe general-purpose backbone — standard server-CPU envelope; classification, scoring, span extraction, and retrieval-style tasks with equal standing.
RAA-Safetypowers SentinelAvailableTrained against the jailbreak, prompt-injection, and content-moderation surfaces on the input and output edges of an LLM.
RAA-SpanRoadmapToken- and span-level extraction — PII, compliance tagging, code detection, secret scanning; workloads that need attribution, not just a score.
RAA-RetrieveRoadmapRe-ranking at candidate-set scale, designed for the envelope of a retrieval pipeline rather than a classifier.
RAA-RouteRoadmapRequest classification at the gateway edge — a tighter envelope than RAA-Base and a sub-millisecond SLO.

Designed to run together. A gateway running separate safety, router, and PII transformers — each at 100–900ms on CPU — can in principle replace all three with a single-process RAA deployment whose per-request cost is dominated by one attention pass, regardless of how many heads it carries.

05Deployment & compatibility

The same fleet the application already runs on.

CPU-native means no GPU dependency and no egress — the same engine runs in the cloud, on-prem, air-gapped, on a laptop, and out at the edge, served from one binary through the Bud Guardrail Gateway.

EnvelopeHardwareWhat it sustains
Server classIntel Xeon 6972P4,400+ req/s at 512 tokens, 50-way concurrency, p99 under 12ms — a classifier on every request that will never be the bottleneck.
Long-sequence classIntel Xeon Platinum 8272CL65,536-token inputs at 560ms p50, ~100 req/s at concurrency 100 — an input length the baselines do not operate at.
Laptop / on-deviceIntel Core Ultra 7 268V (fanless)~1,500 req/s at 128 tokens under load; 1.18ms p50 at low load — guardrails with no server call at all.
Edgeedge-class CPUs~25ms — 96× faster than competing guardrails on the same hardware.

Deployment modes

On-premHybridCloudSovereign / air-gappedEdgeOn-device

Air-gapped deployments give up nothing — nothing depends on a GPU or an external call, and nothing calls home. The same engine and policy set run identically in every tier, so moving between them means zero re-integration.

Threat & content coverage

JailbreakPrompt injectionToxicityHate · harassmentSelf-harmViolence · illegalRegulated advicePII · 11 regions

23 specialised models across 33 variants cover the input and output edges of every LLM call.

Served through SENTRY

Bud Guardrail GatewayOne binary160+ policiesOne audit trace

Sentinel enforces; Bud SENTRY governs — admission, policy, identity, FinOps, and the immutable trace wrap every classification.

06Proof & methodology

Every headline number, with its basis.

Accuracy is reported on four public benchmark suites. Competitors were measured via their published runtime pipelines on the bare machine; Sentinel was measured end-to-end over its serving interface — its numbers include the network and RPC path a real request traverses.

0.70ms
Guardrail p50 latency
How it's measuredp50 classification latency at 10,000 concurrent connections on CPU (Sentinel serving benchmark). Per-request, end-to-end on named silicon: 5.67ms on EPYC 7V13, 5.99ms on Xeon 8272CL, 8.39ms on a laptop i7 — all at 512 tokens, including the RPC path.
<20%
ASR and FRR — only occupant
How it's measuredAggregate across JailBreakBench, PIGuard, WildJailbreak, and the Qualifire suite: 15.97% attack-success, 14.92% false-refusal — the only evaluated model with both under 20%. The two rivals with lower ASR refuse 82–89% of benign traffic.
678×
Faster on the same silicon
How it's measured5.67ms versus 3,777–3,855ms for transformer guard baselines on the same EPYC 7V13 server CPU at 512 tokens. On a laptop CPU (8.39ms), Sentinel is faster than every baseline running on an A100 GPU (18–19ms) — 2.3× faster than $15,000 of dedicated hardware.
4,400+
Requests/sec, one node
How it's measuredSustained throughput on a single Xeon 6972P at 512 tokens, 50-way concurrency, p99 below 12ms (4,445 req/s; 4,690 req/s at 128 tokens). A fanless laptop sustains ~1,500 req/s at 128 tokens; a 65,536-token input classifies at 560ms p50 on a Xeon 8272CL.

Aggregate accuracy — all four benchmark suites

ASR is the false-negative rate on the harmful class; FRR the false-positive rate on the benign class. All models at 512-token sequence length. Sentinel's aggregate: 84.56% balanced accuracy — #1 across the four benchmarks.

ModelAttack Success RateFalse Refusal Rate
Bud Sentinel-Jailbreakthis model15.97%14.92%
Prompt-Guard-2-86M34.68%15.30%
Prompt-Guard-86M5.83%89.35%
ArchGuard5.40%81.65%
PIGuard25.01%25.86%
ProtectAI PI V236.35%24.39%

Per-request latency at 512 tokens — CPU and GPU targets

Sentinel's numbers include the serving path; the baselines' do not. On a laptop CPU, Sentinel is faster than every baseline on an A100.

ModelLaptop i7-11370HA100-80GBEPYC 7V13Xeon 8272CL
Bud Sentinel-Jailbreakthis model8.39 msn/a5.67 ms5.99 ms
Prompt-Guard-2-86M803.85 ms18.52 ms3854.91 ms334.15 ms
Prompt-Guard-86M883.99 ms18.92 ms3871.68 ms401.97 ms
ArchGuard850.43 ms19.07 ms3851.31 ms379.89 ms
PIGuard844.18 ms19.00 ms3777.85 ms349.33 ms
ProtectAI PI V2841.37 ms19.13 ms3842.30 ms345.19 ms

Sentinel per-suite — the honest slices

Harder slices are harder for everyone, ours included — we say so directly. PIGuard is the hardest suite for every evaluated model; the aggregate above is the operating point that ships.

Benchmark suiteSamples (benign / harmful)ASRFRR
WildJailbreak210 / 2,0006.50%11.42%
Qualifire Prompt Injection3,001 / 1,99918.20%5.56%
JailBreakBench100 / 1,90016.20%47.00%
PIGuard1,310 / 12550.40%14.96%

Cost-performance at production scale

In production the engine sustains 124M classifications a day — guardrailing every agent action — at 15–18× the cost-performance of GPU-based guardrails: ~$0.50/hr for a CPU node against $2–3/hr for a GPU guardrail instance, landing at ~$0.10 per million classifications at CPU pricing throughout, against ~$24 per million on GPU.

Intel Corporation
“By optimizing Sentinel for Intel® Xeon® processors, Bud enables enterprises to scale AI safety with high performance and significantly lower total cost of ownership, without the cost and complexity of GPUs.”
Sangeeta Roy — Director, Global Partner Business Leadership, Intel
07Why Bud Optional

A different curve, honestly drawn.

The comparables are transformer guard models — Prompt Guard 2, Prompt-Guard-86M, ArchGuard, PIGuard, ProtectAI V2. The category forces a choice between guardrails that miss most attacks and guardrails that block most benign traffic. Sentinel doesn't.

Where the category stands

  • Transformer guards land at 334–3,855ms per classification on the server CPUs operators actually run
  • Input capped at 512 tokens — long context means chunking, voting, and re-aggregation pipelines
  • The low-ASR models get there by refusing 82–89% of benign traffic — unshippable operating points
  • Acceptable latency only with a dedicated GPU in front of every classifier
  • Compression has plateaued — shrinking, int8, faster runtimes have not moved the category out of the hundreds-of-milliseconds regime

Where only Bud Sentinel lands

  • Only evaluated model with ASR and FRR both under 20%
  • Single-digit ms on commodity CPUs — faster than the baselines on an A100
  • 65,536-token inputs natively, no chunking retrofit
  • 4,400+ req/s on one Xeon node · ~1,500 req/s on a fanless laptop
  • A new mechanism (RAA), not another compression pass
  • Many task heads over one attention pass
  • No GPU, no egress — air-gapped, edge, and on-device
  • Trained on 4.5M labelled samples — the largest open guardrails dataset
Deployable operating point CPU-native RAA 65,536-token native One pass, many heads No GPU, no egress Audited through SENTRY
08Who it's for Optional

Where the engine earns its keep.

Six situations where a guardrail at single-digit milliseconds — instead of hundreds — changes what a team can ship.

Platform & safety teams

Guardrails on the existing fleet

Safety classification on every input and output of every LLM call, on the CPU fleet the application already runs on — no dedicated GPU service, no separate scaling story.

RAG & document workloads

Long context without chunking

Retrieved context, uploaded documents, code files, and multi-turn transcripts classified as one 65,536-token call — the chunk-and-vote pipeline and its accuracy loss disappear.

Gateway operators

Five classifiers, one pass

Safety, routing, and PII transformers at 100–900ms each collapse into a single-process RAA deployment — one attention pass carrying all the heads, at the cost of any one of them.

Product teams

Guardrails inside the app

~1,500 req/s on a fanless laptop CPU means the guardrail ships inside a desktop app, browser extension, IDE, or embedded agent — no server round-trip at all.

Government & sovereign

Air-gapped, no GPU, no egress

The full engine runs CPU-native with zero call-home — sovereign deployments get the same guardrails as the cloud, on infrastructure that never touches an external API.

Latency-sensitive UX

Safety that users never feel

A classifier that adds 300ms to every turn changes the shape of an application; one that adds 8ms does not. Real-time assistants keep their responsiveness with guardrails on.

09Go deeper & next steps

The full benchmarks, in depth.

This brief is the reference. For the complete per-benchmark tables, the long-sequence characterization, and the full Resource Aware Attention argument, read the whitepaper — and for the governance plane around the engine, see Bud SENTRY.

Get started with Bud

Put your data on it.

The fastest way to see what an integrated AI operating system does for your enterprise is a proof-of-concept on your infrastructure, with your data.

01 Identify a use case where complexity, cost, or governance is a known pain point.
02 Joint discovery — Bud maps your AI pain points to platform capabilities.
03 POC in days, on your hardware, with your data.