Build Daily

Tinley Park · August 23, 2026
LangChainAug 12, 2026

Building Governed Agents: A Framework for Cost, Control and Compliance

What it covers

This video introduces LangSmith's framework for building governed AI agents, focusing on managing cost, reliability, and compliance through the agent development lifecycle. It outlines key governance areas such as LLM calls, tool usage, MCP interactions, and agent-to-agent communication to ensure secure and scalable deployment.

The outline

Tap a timestamp to jump there in the video.

  1. Introduction to LangSmith

    The video introduces LangSmith as an agnostic platform for the agent development lifecycle, covering build, test, deploy, and monitor stages.

  2. Company Context & Trust

    LangChain highlights its widespread adoption by startups and enterprises across regulated industries to establish trust in their agent engineering tools.

  3. Why Governance Matters

    Production agents require centralized runtime controls to manage the unique risks of autonomy, unpredictable costs, reliability needs, and compliance requirements.

  4. Five Areas of Governance

    Governance is structured into five areas: governing actions/identity, model selection/failover, boundary enforcement, observation/measurement, and assurance/evidence.

  5. Integrated vs. Bolted-on Governance

    The speaker emphasizes that governance must be integrated into the core agent infrastructure rather than bolted on to avoid missing critical pathways for fixes and deployment.

  6. External Interaction Risks

    As agents interact with external LLMs, tools, MCP servers, and other agents, robust authorization is required to prevent unauthorized actions at scale.

  7. LLM Call Governance

    Managing LLM calls involves controlling costs through spend limits and routing, ensuring availability via fallbacks, and protecting private data with redaction.

  8. Tool & MCP Call Controls

    Governance for tool and MCP calls focuses on strict permissioning, access control, and audit trails to prevent unintended or unauthorized actions in production systems.

  9. Agent-to-Agent Identity

    Managing agent-to-agent communication requires defining clear identities and permissions to prevent compounding errors and unauthorized access across agent chains.

  10. Enforcement & Scaling Challenges

    While basic proxies are easy to build, maintaining robust governance controls and integrations becomes significantly harder as organizations scale beyond a few dozen people.

Governance is a solo problem

The agent development lifecycle matters for anyone shipping AI products, not just large organizations. Solo builders need the same controls around cost, reliability, and compliance to ship agents that hold up in production.