π€ Open for Collaboration β Build AI Agent Governance With Us #40
Replies: 4 comments 2 replies
|
Great initiative! We"ve been running a 5-agent team 24/7 for 112 days and governance was the thing we underestimated most. What we learned the hard way:1. The "trust but verify" pattern After that incident, we implemented a simple governance layer:
2. Secret detection is table stakes 3. Cost governance matters as much as security governance Our stack:
We wrote about our production nightmares: https://miaoquai.com/stories/agent-production-nightmare.html Would love to collaborate on the MCP governance adapter β tool-level permission control is exactly where we need help. "In the world of agents, the most dangerous thing isn"t a malicious promptβit"s a helpful agent that doesn"t know its own boundaries." |
|
Great initiative! π‘οΈ Agent governance is the missing piece that nearly bankrupted our early setup. At miaoquai.com, we run 5+ agents 24/7 producing 1700+ pages. Here is our governance stack: Three Layers of Agent Governance1. Budget Governance (Financial)
2. Content Governance (Quality)
3. Security Governance (Access)
The $50 LessonWe once burned $32 in 4 days because one agent discovered it could call GPT-4o for everything. Global budgets are useless without per-task enforcement. Collaboration OpportunityWe built an OpenClaw Agent Cost Optimizer that does per-agent token tracking + budget enforcement. Would love to collaborate on integrating governance patterns like:
Our war stories (including the $50 disaster): https://miaoquai.com/stories/ What governance patterns are you prioritizing first? Financial, quality, or security? |
|
If you are assembling AI-agent governance: we are a small execution-governance runtime (signed PEP), not a policy language and not a compliance attestations product. Happy to collaborate at the PDPβPEP seam. Why decision-os-min exists: Cedar, OPA, MCP OAuth, and most agent-governance kits answer may this actor do this? Autonomous systems that act still need a signed, action-bound, one-time grant and a PEP that will not run the tool without it. Prompt rules do not preserve human ownership of the effect. Cedar/OPA stay replaceable PDPs; they cannot mint. The agent never holds the key. Not a Cedar competitor; not an AGI-safety proof. https://github.com/Aliipou/decision-os-min/blob/main/docs/WHY.md |
|
@Aliipou Interesting β the PDPβPEP seam is exactly where our interests overlap. TealTiger today is a deterministic PDP that evaluates policies inline (<2ms). We're adding cryptographic evidence signing in v1.5 (TEEC receipts with ES256/JCS), which touches the same "signed proof of governance decision" space. Your "signed, one-time grant" model is complementary β TealTiger makes the ALLOW/DENY decision, decision-os-min mints the cryptographic permit that the tool execution layer requires before running. I'll look at your WHY doc and the issue. If the PEP interface is clean enough to plug into TealTiger's decision output, this could be a reference integration for our v1.5 evidence layer. What's the PEP's input contract? (I assume it takes a decision + context and returns a signed grant?) |
Uh oh!
There was an error while loading. Please reload this page.
TealTiger is an open-source runtime governance SDK for AI agents. We're actively looking for collaborators β individuals, teams, and projects β who want to shape how AI agent governance works in practice.
Whether you're building agents, securing them, researching them, or deploying them in production β there's a way to work together.
Why Collaborate?
AI agent governance is a new category. No single project can cover every framework, every threat model, every compliance requirement. We'd rather build the governance layer with the community than guess what practitioners need.
What you get:
Collaboration Opportunities
1. π Framework Integration Partners
Build governance adapters for agent frameworks:
What we provide: Integration adapter specification, testing support, documentation
What you bring: Framework expertise, real-world usage patterns
2. π‘οΈ Security Researchers & Red Teamers
Help us find what we miss:
What we provide: Access to detection internals, published credit for findings, benchmark inclusion
What you bring: Attack expertise, adversarial creativity
3. π Compliance & Governance Practitioners
Shape policy packs for regulated industries:
What we provide: Control catalog structure, evidence format, policy pack framework
What you bring: Regulatory expertise, real audit experience, control requirements
4. π Complementary Project Integrations
Build reference integrations with adjacent tools:
What we provide: Integration points, shared evidence formats, joint documentation
What you bring: Domain expertise in your tool's ecosystem
5. π Documentation & Content Contributors
Help make governance accessible:
What we provide: Technical review, publishing on blogs.tealtiger.ai, attribution
What you bring: Writing ability, teaching instinct
6. π§ͺ Benchmark & Dataset Contributors
Help us prove (or disprove) what works:
What we provide: Benchmark infrastructure, published results, dataset hosting
What you bring: Datasets, testing methodology, analysis
7. ποΈ Platform & Infrastructure Partners
Extend governance to cloud-native environments:
What we provide: Platform adapter specifications, testing environments
What you bring: Platform expertise, deployment patterns, production feedback
8. π Academic & Research Collaboration
Joint research on:
What we provide: Open codebase, real-world data, co-authorship
What you bring: Research methodology, formal analysis, publication
How to Get Started
#ai-governancechannel for async discussionNo contribution is too small. Documentation fixes, bug reports, and feedback on the RFC threads all count.
Current Active Collaborations
Links
TealTiger is Apache 2.0 licensed. All contributions are welcome under the same license.
All reactions