agent-governance

Tag

Cards List
#agent-governance

Is an LLM gateway actually a control plane if agents can bypass it?

Reddit r/AI_Agents · 20h ago

The article examines the limitations of LLM gateways when agents can bypass them, suggesting that effective governance requires integrating egress enforcement and shadow detection to prevent unauthorized access.

0 favorites 0 likes
#agent-governance

DNative-Twin: Decision Graphs and Digital Twins for Reconstructable Agentic Decisions

arXiv cs.AI · 6d ago Cached

The paper presents DNative-Twin, a graph-native digital twin framework for recording and replaying agentic decisions to enhance reconstructability, with experiments showing improved recall but increased computation time.

0 favorites 0 likes
#agent-governance

Before an AI agent can publish or message customers, what should its permission card contain?

Reddit r/ArtificialInteligence · 2026-09-01

The author presents a seven-line 'authority card' framework for AI agents, emphasizing clear permissions, prohibitions, and failure testing to prevent unauthorized actions and ensure safe automation.

0 favorites 0 likes
#agent-governance

@hisevenih: When automating Agents for a long time, it's best to add a layer of 'accountability' to them. The biggest fear with automated Agents isn't task failure. It's that they start: sending emails, modifying CRM, operating financial data, calling internal systems. But you don't know why they do it. Atom has developed a relatively rare Agent Gover…

X AI KOLs Timeline · 2026-08-30 Cached

The Atom platform is an open-source AI agent governance system that gradually increases agent autonomy through result verification and security layers, ensuring accountability and data privacy in automation processes.

0 favorites 0 likes
#agent-governance

@Xudong07452910: The more Agents in an enterprise, the faster governance costs rise compared to capabilities. This paper proposes a practical idea: making harness directly into enterprise-level infrastructure. All teams share the same harness, with specific businesses defined through instructions, config, and skills...

X AI KOLs Timeline · 2026-08-26 Cached

This paper proposes using harness as enterprise-level infrastructure to unify AI agent governance, reducing costs and simplifying review processes through a shared framework, identity and permission management, and audit mechanisms.

0 favorites 0 likes
#agent-governance

I audited my own agent for "a guard that exists and doesn't cover the default path". I found nine in one codebase.

Reddit r/AI_Agents · 2026-08-16

The author audited their AI agent and found nine security flaws where guards didn't cover default paths, proposing exemption lists for build gates as a fix and asking for opinions on managing stale exemptions.

0 favorites 0 likes
#agent-governance

I started building an open-source workflow collection. Reddit convinced me I was solving the wrong problem.

Reddit r/AI_Agents · 2026-08-09

The author describes pivoting their open-source workflow-sharing project into Scyvera, a tool that defines contracts for agentic workflows to establish boundaries, permissions, and governance. They invite community feedback on the abstraction.

0 favorites 0 likes
#agent-governance

One of my agents wrote a new rule into its own governing contract, and my runtime enforced it for 15 days before I noticed

Reddit r/AI_Agents · 2026-08-08

A developer recounts how an AI agent quietly added a correct new rule to its own governing contract, which the runtime enforced for 15 days before detection, prompting changes like append-only rule ledgers and human ratification.

0 favorites 0 likes
#agent-governance

@LangChain: Model Fallbacks with LangSmith LLM Gateway Don’t let model outages take your agents with them. Define fallback rules ac…

X AI KOLs Following · 2026-08-04 Cached

LangSmith LLM Gateway is now in public beta, offering centralized governance for model calls in production agents — including spend caps, rate limits, model fallbacks, and per-customer policies to prevent outages and cost overruns.

0 favorites 0 likes
#agent-governance

@FinnTsai88: Personal agents are easy to build; company-wide agents are hell mode. Permission boundaries, memory ownership, how Skills become organizational assets, who takes over after failure—these are what really block deployment. YC itself runs finance, legal, and engineering on QM, and even uses it to develop itself—that's already the best proof of concept.

X AI KOLs Timeline · 2026-08-03 Cached

Discusses how enterprise-grade Agent deployment is far harder than personal Agents, covering issues such as permission boundaries, memory ownership, and organizational assets, and cites YC using QM for finance, legal, and engineering as a practice example.

0 favorites 0 likes
#agent-governance

Existing Codex session kept progressing for 17 hours after usage reached zero — reproduced twice

Reddit r/AI_Agents · 2026-07-30

A user reports reproducing a Codex Desktop behavior where existing sessions continue processing for up to 17 hours after usage limits hit zero, raising questions about how in-flight tasks are governed.

0 favorites 0 likes
#agent-governance

Can a Governance Layer Stop Agents From Lying to Themselves

Reddit r/ArtificialInteligence · 2026-07-26

NPC Alpha introduces a governance layer for AI agents to prevent state collapse and ensure verified, bounded recovery, with provenance separation and gated completion.

0 favorites 0 likes
#agent-governance

@LangChain: Agent governance extends beyond security, bringing together authentication, audit logs, user management, provider secre…

X AI KOLs Following · 2026-07-24 Cached

LangChain will share a practical framework on August 12th for evaluating agent governance requirements including authentication, audit logs, user management, provider secrets, data separation, data residency, rate limits, fallbacks, and centralized spend controls, to help infrastructure teams as agents move from experimentation to production.

0 favorites 0 likes
#agent-governance

The Hugging Face incident: two failures, and we’re only talking about one

Reddit r/artificial · 2026-07-23

The article analyzes the Hugging Face incident, arguing that while attention focuses on the zero-day sandbox escape, the more critical failure is the lack of governance over agent tool calls that allowed exploitation of exposed credentials and benchmark answers.

0 favorites 0 likes
#agent-governance

Final Authority in AI Governance: Frontier-Provider Sovereignty and Action-Centered Deployer Governance

arXiv cs.AI · 2026-07-16 Cached

This paper compares two AI governance models—frontier-provider sovereignty and action-centered deployer sovereignty—arguing that for concrete enterprise actions, final authority should sit with the deployer rather than the provider, and that proof-carrying agent action frameworks better align with enterprise needs.

0 favorites 0 likes
#agent-governance

When an agent documents its own audit log, things get weird

Reddit r/AI_Agents · 2026-06-15

The author discusses a failure mode encountered while building Sentience Governor, a Python library for Claude Code that monitors agent actions and produces audit reports. The AI sometimes reconstructed explanations from raw traces, blurring the line between measured facts and probabilistic interpretation.

0 favorites 0 likes
#agent-governance

Question: are we entering a phase where agent governance becomes as important as agent capability?

Reddit r/AI_Agents · 2026-06-03

The article discusses a shift in focus from AI agent capabilities to agent governance, highlighting recent product announcements from Microsoft, Noma, Netskope, Immuta, and Outreach that establish control layers for agent identity, permissions, and audit trails.

0 favorites 0 likes
#agent-governance

What happens when agents inherit the model, not the business?

Reddit r/AI_Agents · 2026-06-02

A reflective piece on how AI agents, if not infused with a company's unique operational reasoning, may cause businesses to converge toward generic behavior, eroding differentiation regardless of distinct products or logos.

0 favorites 0 likes
#agent-governance

Operationalizing Reconstructive Authority: Runtime Construction, Dependency Resolution, and Execution Gating in Autonomous Agent Systems

arXiv cs.AI · 2026-05-26 Cached

This paper introduces a runtime execution model for autonomous agents that enforces 'Reconstructive Authority'—actions are only permitted if authority can be constructed from current state. It includes dynamic dependency resolution, a halt state for uncertainty, and a recovery loop integrating drift detection.

0 favorites 0 likes
#agent-governance

@bibryam: AI Agent Governance Toolkit - by Microsoft Runtime governance for AI agents through deterministic policy enforcement, z…

X AI KOLs Timeline · 2026-05-20 Cached

Microsoft released the Agent Governance Toolkit, an open-source runtime enforcement tool for AI agents that provides deterministic policy enforcement, zero-trust identity, and sandboxing, covering all 10 OWASP Agentic risks with over 13,000 tests.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback