Register and share your invite link to earn from video plays and referrals.

cv usk
@cv_usk
AI / Software Research Notes AI Agent, LLMOps, MLOps, Software Architecture
Joined May 2026
240 Following    206 Followers
Logging alone won't prevent incidents. Meet runtime governance that blocks problematic requests before they reach the LLM 🛡️ Title: LangSmith LLM Gateway: runtime governance built into the agent lifecycle URL: 🛡️ Overview A runtime governance layer that sits between agents and their model providers. As an enforcement point inside the LangSmith platform, it aims to stop problems at the source rather than just logging them after the fact. ❓ Challenges Solved Observability (logging) alone can't prevent problems. Logging an incident after it happens is too late — problematic requests should be blocked before they reach external LLM providers. 💡 How It Works ・Spend controls: hard caps at org, workspace, user, or API-key level; returns 402 when exceeded ・Cost visibility: real-time spend tracking across org units ・Data protection: auto-redaction of PII and secrets before they reach the model ・Trace integration: gateway-proxied calls appear in the same workspace ・Audit logging and layered policies Setup is minimal: point base_url at the Gateway, store provider keys in workspace secrets, and define policies in the LangSmith UI. 🌍 Use Cases ・Preventing runaway agent spend from retry loops ・Stopping sensitive data (SSNs, PII) from leaking into provider logs ・Establishing org-wide cost governance and compliance auditing #LLMOps# #AIGovernance#
Show more