Constrained decoding fixes syntax. Activation steering fixes semantics. Suppress destructive intent, enforce tone, and guarantee safety invariants directly in the residual stream with zero prompt tokens.
In-browser forward-hook simulation powered by LiteRT.js & WebAssembly SIMD kernels.
Test Web SimulatorDrop-in inference hooks for batch generation with zero VRAM adapter swapping.
SteerGuardPlugin.attach(llm)
Extract real CAA steering tensors (h_L^+ - h_L^-) on a free cloud T4 GPU and deploy to edge.
Detects GPU/MPS hardware, trains local vectors, and audits prompt waste.
steerguard init
Extract mathematical representation differences (h^+ - h^-) on an un-gated SLM (Qwen 2.5 1.5B or Gemma 2 2B) and deploy the compiled .bin directly back to this edge gateway via 1-click webhook.
Anyone can inject a vector in a Jupyter notebook. SteerGuard delivers the automated CI/CD harness to ensure interventions don't silently destroy model intelligence.
Steering for one attribute (e.g. truthfulness or refusal) often risks degrading orthogonal capabilities. SteerGuard automatically benchmarks every vector against standard evaluation suites before deployment.
Residual geometries shift under low-bit weight quantization. SteerGuard auto-calibrates steering vectors across FP16, AWQ (4-bit), and GPTQ formats, ensuring consistent behavioral clamping on edge hardware.
Traditional safety guardrails (NeMo, Llama Guard) require costly secondary judge LLM calls. SteerGuard enforces behavioral safety directly inside the primary forward pass with $O(1)$ tensor additions.
Eliminates 500,000 secondary judge API calls per month and saves ~400ms round-trip latency per moderated query.