AI News AI资讯 4h ago Updated 3h ago 更新于 3小时前 48

When agents act on their own, governance has to live in the data layer 当AI代理自主行动时,治理必须存在于数据层

Enterprise AI agents need governance enforced at the operational data layer, not as abstract policies or agent-layer guardrails Agent identity should be treated as a first-class principal with declared purpose bound at session start, evaluated alongside role and attribute-based access controls Nine controls organized under three imperatives: Enforce it (RBAC, column masking, agent identity), See it and prove it (classification, audit logging, lineage), Unify and harden (centralized policy, encry AI Agent自主性增强,企业面临Agent越权执行的核心治理挑战 传统Agent层护栏存在结构性局限,无法跟上毫秒级多系统并发操作 治理必须下沉到数据层,在操作发生的当下强制执行,而非依赖模型"自觉"遵守策略 提出9个控制措施,分为"执行"、"可见与证明"、"统一与加固"三类 基于开源Postgres的开放架构可保持企业对数据控制权,避免治理权让渡

65
Hot 热度
60
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Enterprise AI agents need governance enforced at the operational data layer, not as abstract policies or agent-layer guardrails
  • Agent identity should be treated as a first-class principal with declared purpose bound at session start, evaluated alongside role and attribute-based access controls
  • Nine controls organized under three imperatives: Enforce it (RBAC, column masking, agent identity), See it and prove it (classification, audit logging, lineage), Unify and harden (centralized policy, encryption, cross-environment consistency)
  • Governance must be executable and contextual — literal rules fail without situational awareness, but probabilistic agent behavior cannot be relied upon for policy compliance
  • Built on open-source Postgres, enabling enterprises to maintain control over data location, access, and policy without ceding governance to proprietary layers

Why It Matters

This article addresses a critical gap in enterprise AI adoption: as agents gain autonomy to plan, decide, and act across systems, traditional guardrail approaches fail because they depend on predictable agent output — precisely the property autonomy undermines. Shifting enforcement to the data layer provides deterministic bounds that hold regardless of how the agent behaves, enabling faster adoption with confidence.

Technical Details

  • Data-layer enforcement: Role- and attribute-based access control (RBAC/ABAC) enforced at query time, dynamic column masking driven by the same policy path, and agent identity as a first-class principal with declared purpose bound at session start
  • Auditability framework: Session-level audit logging capturing agent identity, acting user, and declared purpose; lineage tracking across pipelines to trace results back to originating requests
  • Nine-control architecture: Grouped under Enforce it (3 controls), See it and prove it (3 controls), Unify and harden (3 controls) — covering classification/tagging, centralized portable policy management, encryption at rest and in transit, and consistent enforcement across on-prem, cloud, and sovereign environments
  • Declared purpose as policy attribute: Purpose becomes an evaluatable attribute in the same policy path as role and row-level security, enabling contextual governance without changing enforcement mechanisms
  • Open-source foundation: Built on Postgres, keeping enterprises in control of data location and governance without vendor lock-in

Industry Insight

  • Enterprises should audit their existing data-layer controls (RBAC, masking, audit trails) as the foundation for agent governance rather than building parallel agent-layer guardrails — the mechanisms already exist, they just need to recognize agents as principals
  • Declared purpose binding at session start is a practical innovation that enables contextual policy evaluation without requiring agents to exercise judgment about their own actions, bridging the gap between rigid rules and probabilistic behavior
  • The shift from "locked door" to "digital leash" framing suggests the industry is moving toward scoped autonomy models where agents operate within defined boundaries rather than being blocked entirely — a pattern likely to become standard in regulated industries

TL;DR

  • AI Agent自主性增强,企业面临Agent越权执行的核心治理挑战
  • 传统Agent层护栏存在结构性局限,无法跟上毫秒级多系统并发操作
  • 治理必须下沉到数据层,在操作发生的当下强制执行,而非依赖模型"自觉"遵守策略
  • 提出9个控制措施,分为"执行"、"可见与证明"、"统一与加固"三类
  • 基于开源Postgres的开放架构可保持企业对数据控制权,避免治理权让渡

为什么值得看

这篇文章为AI Agent的企业级部署提供了关键的治理思路,指出单纯依赖模型遵循策略是不够的,必须通过数据层的强制执行来构建不可逾越的边界。对正在推进Agent落地的企业架构师和治理团队具有重要参考价值。

技术解析

  • 核心架构:将治理从Agent层下沉到数据层,在查询时强制执行角色/属性访问控制(RBAC/ABAC)、动态列级掩码,确保策略在数据访问瞬间生效
  • 身份管理革新:Agent作为一等公民(first-class principal),会话开始时绑定"声明的目的"(declared purpose),该目的作为策略评估的关键属性,与角色、部门同等处理
  • 审计与追溯:会话级审计日志完整记录Agent身份、操作对象、声明目的,结合数据血缘(lineage)实现从结果追溯到原始请求的完整链路
  • 技术栈:基于开源Postgres,支持混合云、主权云和隔离环境的统一策略管理,加密覆盖静态和传输中数据

行业启示

  • 治理范式转变:企业应从"事后审核"转向"事前约束",在数据层构建不可绕过的安全边界,而非依赖不可预测的Agent输出
  • Agent身份治理:Agent的身份管理需与人类用户同等对待,"声明的目的"将成为策略评估的核心属性,建议企业提前规划Agent身份体系
  • 开源架构优势:基于开源Postgres的治理方案让企业保持对数据和控制权的掌控,避免治理权让渡给不透明的AI层,适合对数据主权敏感的行业

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Security 安全 Policy 政策 Ethics 伦理