thumbgate 1.27.7 → 1.27.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/.well-known/llms.txt +1 -2
  2. package/README.md +0 -2
  3. package/bin/cli.js +259 -78
  4. package/package.json +12 -18
  5. package/public/blog.html +30 -0
  6. package/public/compare/adopt-ai.html +219 -0
  7. package/public/compare/agentix-labs.html +197 -0
  8. package/public/compare/ai-experience-orchestration.html +216 -0
  9. package/public/compare/anthropic-claude-for-legal.html +260 -0
  10. package/public/compare/anthropic-containment.html +280 -0
  11. package/public/compare/arcade.html +175 -0
  12. package/public/compare/arcjet.html +239 -0
  13. package/public/compare/bumblebee.html +307 -0
  14. package/public/compare/claude-code-hooks.html +294 -0
  15. package/public/compare/databricks-unity-ai-gateway.html +215 -0
  16. package/public/compare/fallow.html +351 -0
  17. package/public/compare/heidi.html +233 -0
  18. package/public/compare/mem0.html +342 -0
  19. package/public/compare/oak-and-sparrow-gatekeeper.html +289 -0
  20. package/public/compare/rein.html +236 -0
  21. package/public/compare/sigmashake.html +256 -0
  22. package/public/compare/speclock.html +342 -0
  23. package/public/compare.html +2 -0
  24. package/public/guides/agent-harness-optimization.html +342 -0
  25. package/public/guides/agentic-web-governance.html +406 -0
  26. package/public/guides/ai-agent-governance-sprint.html +415 -0
  27. package/public/guides/ai-agent-pre-action-approval-gates.html +401 -0
  28. package/public/guides/ai-agent-workflow-migration-checklist.html +392 -0
  29. package/public/guides/ai-deployment-readiness.html +415 -0
  30. package/public/guides/ai-mode-ads-agent-governance.html +401 -0
  31. package/public/guides/ai-search-topical-presence.html +342 -0
  32. package/public/guides/autoresearch-agent-safety.html +342 -0
  33. package/public/guides/background-agent-governance.html +358 -0
  34. package/public/guides/best-tools-stop-ai-agents-breaking-production.html +363 -0
  35. package/public/guides/browser-automation-safety.html +342 -0
  36. package/public/guides/chatgpt-ads-trust.html +353 -0
  37. package/public/guides/claude-code-feedback.html +339 -0
  38. package/public/guides/claude-code-prevent-repeated-mistakes.html +161 -0
  39. package/public/guides/claude-code-skills-guardrails.html +343 -0
  40. package/public/guides/claude-desktop.html +356 -0
  41. package/public/guides/code-knowledge-graph-guardrails.html +365 -0
  42. package/public/guides/codex-cli-guardrails.html +339 -0
  43. package/public/guides/cursor-agent-guardrails.html +339 -0
  44. package/public/guides/cursor-prevent-repeated-mistakes.html +161 -0
  45. package/public/guides/database-agent-safety.html +406 -0
  46. package/public/guides/deepseek-v4-runtime-guardrails.html +346 -0
  47. package/public/guides/developer-machine-supply-chain-guardrails.html +358 -0
  48. package/public/guides/gcp-mcp-guardrails.html +147 -0
  49. package/public/guides/gemini-cli-feedback-memory.html +339 -0
  50. package/public/guides/gpt-5-5-model-evaluation.html +358 -0
  51. package/public/guides/internal-ai-engineering-stack-guardrails.html +348 -0
  52. package/public/guides/long-running-agent-context-management.html +346 -0
  53. package/public/guides/mcp-tool-governance.html +401 -0
  54. package/public/guides/multica-thumbgate-setup.html +134 -0
  55. package/public/guides/native-messaging-host-security.html +342 -0
  56. package/public/guides/policy-engine-pre-action-gates.html +346 -0
  57. package/public/guides/pre-action-checks.html +342 -0
  58. package/public/guides/pretooluse-hooks-vs-advisory-prompt-rules.html +342 -0
  59. package/public/guides/prompt-tricks-to-workflow-rules.html +365 -0
  60. package/public/guides/proxy-pointer-rag-guardrails.html +352 -0
  61. package/public/guides/rag-precision-tuning-guardrails.html +352 -0
  62. package/public/guides/reasoning-compression-guardrails.html +346 -0
  63. package/public/guides/relational-knowledge-ai-recommendations.html +342 -0
  64. package/public/guides/roo-code-alternative-cline.html +339 -0
  65. package/public/guides/semantic-programmatic-seo-guardrails.html +352 -0
  66. package/public/guides/seo-agent-skills-guardrails.html +344 -0
  67. package/public/guides/stop-repeated-ai-agent-mistakes.html +342 -0
  68. package/public/index.html +10 -48
  69. package/public/learn/ac-dc-runtime-enforcement.html +277 -0
  70. package/public/learn/agent-harness-pattern.html +181 -0
  71. package/public/learn/agent-swarms-shared-gates.html +173 -0
  72. package/public/learn/agentic-enterprise-context-brain.html +117 -0
  73. package/public/learn/agentic-os-team-governance.html +146 -0
  74. package/public/learn/ai-agent-governance.html +158 -0
  75. package/public/learn/ai-agent-persistent-memory.html +211 -0
  76. package/public/learn/background-agent-control-layer.html +184 -0
  77. package/public/learn/claude-code-goal-with-rubrics.html +205 -0
  78. package/public/learn/codex-role-plugins-need-governance.html +125 -0
  79. package/public/learn/cost-aware-agent-gate-routing.html +173 -0
  80. package/public/learn/databricks-unity-ai-gateway-runtime-governance.html +157 -0
  81. package/public/learn/deterministic-agent-workflows.html +185 -0
  82. package/public/learn/feedback-loop-vs-decision-layer.html +283 -0
  83. package/public/learn/from-prototype-to-production.html +223 -0
  84. package/public/learn/learn.css +51 -0
  85. package/public/learn/mcp-pre-action-checks-explained.html +172 -0
  86. package/public/learn/pretix-stripe-connect-marketplaces.html +161 -0
  87. package/public/learn/regulated-agent-execution-boundary.html +196 -0
  88. package/public/learn/spec-driven-development.html +168 -0
  89. package/public/learn/stop-ai-agent-force-push.html +134 -0
  90. package/public/learn/vibe-coding-safety-net.html +142 -0
  91. package/public/learn.html +6 -50
  92. package/public/pro.html +6 -6
  93. package/scripts/cli-schema.js +10 -22
  94. package/scripts/dashboard-chat.js +1 -2
  95. package/scripts/document-intake.js +49 -1
  96. package/scripts/gemini-embedding-policy.js +1 -2
  97. package/scripts/hosted-config.js +12 -0
  98. package/scripts/plausible-domain-config.js +1 -3
  99. package/scripts/reddit-browser-notification-watch.js +230 -0
  100. package/scripts/seo-gsd.js +0 -239
  101. package/scripts/vector-store.js +0 -44
  102. package/scripts/workspace-evolver.js +2 -62
  103. package/src/api/server.js +124 -335
  104. package/adapters/policy-engine/ethicore-guardian-client.js +0 -68
  105. package/adapters/policy-engine/thumbgate-policy-engine-adapter.js +0 -260
  106. package/scripts/hook-stop-anti-claim.js +0 -227
@@ -0,0 +1,125 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Codex Role Plugins Need Pre-Action Governance — ThumbGate</title>
7
+ <script defer data-domain="thumbgate.ai" src="https://plausible.io/js/script.js"></script>
8
+ <meta name="description" content="Codex plugins, Sites, and annotations move AI work from code into sales, analytics, design, finance, and documents. Teams need pre-action governance before those workflows publish, share, or modify business systems.">
9
+ <meta name="keywords" content="Codex plugins, Codex Sites, Codex annotations, ChatGPT Codex, role-specific AI agents, pre-action governance, Codex plugin governance, ThumbGate">
10
+ <meta property="og:title" content="Codex Role Plugins Need Pre-Action Governance">
11
+ <meta property="og:description" content="As Codex expands beyond coding into role-specific plugins, ThumbGate is the evidence and policy layer before AI work touches business systems.">
12
+ <meta property="og:type" content="article">
13
+ <meta property="og:url" content="https://thumbgate.ai/learn/codex-role-plugins-need-governance">
14
+ <link rel="canonical" href="https://thumbgate.ai/learn/codex-role-plugins-need-governance">
15
+
16
+ <script type="application/ld+json">
17
+ {
18
+ "@context": "https://schema.org",
19
+ "@type": "TechArticle",
20
+ "headline": "Codex Role Plugins Need Pre-Action Governance",
21
+ "description": "Codex plugins, Sites, and annotations move AI work from code into sales, analytics, design, finance, and documents. Teams need pre-action governance before those workflows publish, share, or modify business systems.",
22
+ "author": { "@type": "Person", "name": "Igor Ganapolsky", "url": "https://github.com/IgorGanapolsky" },
23
+ "publisher": { "@type": "Organization", "name": "ThumbGate", "url": "https://thumbgate.ai" },
24
+ "datePublished": "2026-06-03",
25
+ "dateModified": "2026-06-03",
26
+ "mainEntityOfPage": "https://thumbgate.ai/learn/codex-role-plugins-need-governance",
27
+ "about": [
28
+ { "@type": "Thing", "name": "Codex plugins" },
29
+ { "@type": "Thing", "name": "Codex Sites" },
30
+ { "@type": "Thing", "name": "role-specific AI agents" },
31
+ { "@type": "Thing", "name": "pre-action governance" }
32
+ ]
33
+ }
34
+ </script>
35
+
36
+ <link rel="stylesheet" href="/learn/learn.css">
37
+ <style>
38
+ .matrix { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; }
39
+ .matrix th, .matrix td { text-align: left; padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--border); vertical-align: top; }
40
+ .matrix th { color: var(--cyan); font-weight: 600; }
41
+ </style>
42
+ </head>
43
+ <body>
44
+
45
+ <nav>
46
+ <a href="/" class="brand"><img src="/assets/brand/thumbgate-mark-inline.svg" alt="ThumbGate" class="logo-mark" width="28" height="28"><span class="logo-text">ThumbGate</span></a>
47
+ <a href="/guide">Setup Guide</a>
48
+ <a href="/learn">Learn</a>
49
+ <a href="/dashboard">Dashboard</a>
50
+ <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
51
+ </nav>
52
+
53
+ <div class="container">
54
+ <div class="breadcrumb"><a href="/learn">Learn</a> / Codex Role Plugin Governance</div>
55
+ <h1>Codex role plugins need a governance layer before they touch business systems.</h1>
56
+ <p style="color:var(--muted);">6 min read &middot; For teams adopting Codex plugins, Sites, annotations, and non-developer AI workflows</p>
57
+
58
+ <div class="tldr"><strong>TL;DR:</strong> Codex is becoming a cross-functional work surface, not only a coding tool. OpenAI's Codex docs describe plugins as installable bundles of skills, app integrations, and MCP servers, plus Sites for hosted apps and dashboards. That makes ThumbGate's job sharper: enforce policy, evidence, and feedback-derived blocks before role-specific agents publish, share, edit, deploy, or write into customer systems.</div>
59
+
60
+ <h2>The product shift</h2>
61
+ <p>Codex plugins package skills, app integrations, and MCP servers into reusable workflows. Sites can turn Codex output into hosted websites, apps, dashboards, and games. Annotations let a user select part of a document, spreadsheet, or slide and ask Codex to work on that selected region.</p>
62
+ <p>That is powerful because non-developers can now use the same inspect, edit, verify, report loop on business artifacts. It is risky for the same reason: the action surface expands from code to CRM records, revenue dashboards, design assets, finance decks, sales sequences, and hosted internal tools.</p>
63
+
64
+ <div class="callout">
65
+ <strong>ThumbGate's wedge:</strong> The more Codex becomes a role-specific operating layer, the more every team needs a pre-action policy layer outside the prompt.
66
+ </div>
67
+
68
+ <h2>What can go wrong without gates</h2>
69
+ <ul>
70
+ <li>A sales plugin drafts or updates outreach from stale positioning after a thumbs-down already rejected that claim.</li>
71
+ <li>A data plugin publishes a dashboard before the source query, date window, and metric definition are proven.</li>
72
+ <li>A Sites workflow deploys a public prototype before access mode, secrets, and intended audience are checked.</li>
73
+ <li>A document annotation updates one selected section while breaking a compliance statement elsewhere in the same deck.</li>
74
+ <li>A non-developer approves a tool action without knowing it writes to production systems.</li>
75
+ </ul>
76
+
77
+ <h2>The governance map</h2>
78
+ <table class="matrix">
79
+ <thead>
80
+ <tr><th>Codex surface</th><th>Why it matters</th><th>ThumbGate gate</th></tr>
81
+ </thead>
82
+ <tbody>
83
+ <tr><td>Role plugin</td><td>Bundles repeatable work for sales, analytics, design, finance, and operations.</td><td>Require role-specific allowed tools, scopes, and blocked action patterns before execution.</td></tr>
84
+ <tr><td>App integration</td><td>Lets Codex read or write external systems.</td><td>Route CRM, email, billing, data warehouse, and file-share writes through approval and audit checks.</td></tr>
85
+ <tr><td>MCP server</td><td>Adds custom tools and shared information.</td><td>Inventory tools, tag high-risk writes, and block unauthorized tool calls before the model invokes them.</td></tr>
86
+ <tr><td>Sites</td><td>Turns output into shareable hosted apps and dashboards.</td><td>Require build proof, access mode, secret handling, and deployment evidence before publish.</td></tr>
87
+ <tr><td>Annotations</td><td>Targets exact regions of documents, spreadsheets, and slides.</td><td>Require source-region evidence and prevent partial edits from bypassing whole-document policy.</td></tr>
88
+ </tbody>
89
+ </table>
90
+
91
+ <h2>High-ROI implementation</h2>
92
+ <ol>
93
+ <li><strong>Ship role-specific gate templates:</strong> sales, analytics, design, finance, legal, and customer-support templates with allowed actions and evidence labels.</li>
94
+ <li><strong>Make plugin install prove itself:</strong> every Codex plugin install path should end with <code>npx thumbgate feedback-self-test</code> and one real gate check.</li>
95
+ <li><strong>Gate Sites deploys:</strong> block public deploy or access widening until build, audience, and secret-handling proof are attached.</li>
96
+ <li><strong>Gate annotated edits:</strong> require the selected artifact region, intended edit, and document-level invariant before saving or exporting.</li>
97
+ <li><strong>Measure the new buyer metric:</strong> role-workflow repeats blocked before execution, split by role and tool surface.</li>
98
+ </ol>
99
+
100
+ <div class="callout callout-green">
101
+ <strong>Sales wedge:</strong> "Codex plugins make every team faster. ThumbGate makes every team safer before the plugin writes, shares, deploys, or publishes."
102
+ </div>
103
+
104
+ <div class="cta-box">
105
+ <h2 style="color:var(--text);font-size:1.3rem;margin:0 0 8px;">Add gates to one role workflow</h2>
106
+ <p>Start with the role, the write surface, and the evidence required before that role's agent can claim success.</p>
107
+ <div class="cta-install">$ npx thumbgate init --agent codex</div>
108
+ </div>
109
+
110
+ <div class="related">
111
+ <h3>Related articles</h3>
112
+ <a href="/codex-plugin">ThumbGate for Codex &rarr;</a>
113
+ <a href="/learn/deterministic-agent-workflows">Deterministic Agent Workflows Need Runtime Gates &rarr;</a>
114
+ <a href="/learn/agentic-os-team-governance">Agentic OS Team Governance &rarr;</a>
115
+ <a href="/learn/background-agent-control-layer">Background Agents Need a Control Layer &rarr;</a>
116
+ </div>
117
+ </div>
118
+
119
+ <div class="sticky-cta">
120
+ <span style="color:var(--muted)">Try it now:</span>
121
+ <code>npx thumbgate init --agent codex</code>
122
+ <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub &rarr;</a>
123
+ </div>
124
+ </body>
125
+ </html>
@@ -0,0 +1,173 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Cost-Aware Agent Gate Routing — ThumbGate</title>
7
+ <script defer data-domain="thumbgate.ai" src="https://plausible.io/js/script.js"></script>
8
+ <meta name="description" content="How ThumbGate routes agent checks through deterministic rules, semantic cache, local classifiers, LLM judges, and human review so teams avoid unnecessary latency, tokens, and provider calls.">
9
+ <meta name="keywords" content="AI agent gate routing, LLM classifier, semantic caching, agent governance, pre-action checks, workflow harness, structured data provenance, ThumbGate">
10
+ <meta property="og:title" content="Cost-Aware Agent Gate Routing">
11
+ <meta property="og:description" content="Use deterministic checks, semantic cache, local classifiers, and LLM judges in the right order before an agent action runs.">
12
+ <meta property="og:type" content="article">
13
+ <meta property="og:url" content="https://thumbgate.ai/learn/cost-aware-agent-gate-routing">
14
+ <link rel="canonical" href="https://thumbgate.ai/learn/cost-aware-agent-gate-routing">
15
+
16
+ <script type="application/ld+json">
17
+ {
18
+ "@context": "https://schema.org",
19
+ "@type": "TechArticle",
20
+ "headline": "Cost-Aware Agent Gate Routing",
21
+ "description": "How ThumbGate routes agent checks through deterministic rules, semantic cache, local classifiers, LLM judges, and human review so teams avoid unnecessary latency, tokens, and provider calls.",
22
+ "author": {
23
+ "@type": "Person",
24
+ "name": "Igor Ganapolsky",
25
+ "url": "https://github.com/IgorGanapolsky"
26
+ },
27
+ "publisher": {
28
+ "@type": "Organization",
29
+ "name": "ThumbGate",
30
+ "url": "https://thumbgate.ai"
31
+ },
32
+ "datePublished": "2026-06-03",
33
+ "dateModified": "2026-06-03",
34
+ "mainEntityOfPage": "https://thumbgate.ai/learn/cost-aware-agent-gate-routing",
35
+ "about": [
36
+ {"@type": "Thing", "name": "pre-action checks"},
37
+ {"@type": "Thing", "name": "semantic caching"},
38
+ {"@type": "Thing", "name": "LLM classifiers"},
39
+ {"@type": "Thing", "name": "agent workflows"}
40
+ ]
41
+ }
42
+ </script>
43
+
44
+ <link rel="stylesheet" href="/learn/learn.css">
45
+ <style>
46
+ .matrix { width: 100%; border-collapse: collapse; margin: 1rem 0 1.5rem; }
47
+ .matrix th, .matrix td { text-align: left; padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--border); vertical-align: top; }
48
+ .matrix th { color: var(--cyan); font-weight: 600; }
49
+ .command { background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; padding: 1rem; margin: 1rem 0; overflow-x: auto; }
50
+ </style>
51
+ </head>
52
+ <body>
53
+
54
+ <nav>
55
+ <a href="/" class="brand"><img src="/assets/brand/thumbgate-mark-inline.svg" alt="ThumbGate" class="logo-mark" width="28" height="28"><span class="logo-text">ThumbGate</span></a>
56
+ <a href="/guide">Setup Guide</a>
57
+ <a href="/learn">Learn</a>
58
+ <a href="/dashboard">Dashboard</a>
59
+ <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
60
+ </nav>
61
+
62
+ <div class="container">
63
+ <div class="breadcrumb"><a href="/learn">Learn</a> / Cost-Aware Gate Routing</div>
64
+ <h1>Cost-aware agent gates: rules first, models last.</h1>
65
+ <p style="color:var(--muted);">7 min read &middot; For teams trying to make agent governance fast enough to stay on by default</p>
66
+
67
+ <div class="tldr"><strong>TL;DR:</strong> The expensive part of agent governance should not run on every action. ThumbGate should route checks through deterministic rules, semantic cache, local text classifiers, and local semantic recall before using an LLM judge. High-risk private ambiguity should stop for human review instead of calling a cloud model.</div>
68
+
69
+ <h2>The pattern across the latest agent infrastructure work</h2>
70
+ <p>The same lesson keeps showing up in different forms. Semantic caching cuts repeated LLM calls. Traditional text classifiers beat LLMs on speed and cost when labels are clear. Breadth-first query execution batches similar work instead of walking one branch at a time. Structured live dataset agents only become trustworthy when every row has source provenance. Streaming output removes dead air. Dynamic harnesses work best when critic, tournament, loop, and fan-out patterns are selected deliberately.</p>
71
+ <p>For ThumbGate, these are not separate product bets. They collapse into one control-plane rule: <strong>choose the cheapest reliable gate before the action runs.</strong></p>
72
+
73
+ <h2>The routing ladder</h2>
74
+ <table class="matrix">
75
+ <thead>
76
+ <tr>
77
+ <th>Lane</th>
78
+ <th>Use when</th>
79
+ <th>Why it is high ROI</th>
80
+ </tr>
81
+ </thead>
82
+ <tbody>
83
+ <tr>
84
+ <td>Deterministic</td>
85
+ <td>Secrets, force-push, destructive SQL, protected files, known repeated commands.</td>
86
+ <td>Near-zero latency, no tokens, no provider call. This is the default for exact policy risk.</td>
87
+ </tr>
88
+ <tr>
89
+ <td>Semantic cache</td>
90
+ <td>A prompt or action is semantically equivalent to a prior rejected or approved pattern.</td>
91
+ <td>Returns the cached decision without rerunning the judge. This is the AISG-style buyer message applied to pre-action checks.</td>
92
+ </tr>
93
+ <tr>
94
+ <td>Rubric gate</td>
95
+ <td>A critic/rubric loop failed a criterion, hit its cap, or lacks done evidence.</td>
96
+ <td>Turns LangChain-style rubric iteration into an enforcement event: block completion claims until the missing proof exists.</td>
97
+ </tr>
98
+ <tr>
99
+ <td>Local classical classifier</td>
100
+ <td>High-volume labels with enough examples and low ambiguity.</td>
101
+ <td>Fast and cheap for routine feedback triage, import classification, and known error families.</td>
102
+ </tr>
103
+ <tr>
104
+ <td>Local semantic recall</td>
105
+ <td>Few examples, fuzzy near-misses, or cross-session recurrence.</td>
106
+ <td>Keeps private context local while catching cases regex and keyword routing miss.</td>
107
+ </tr>
108
+ <tr>
109
+ <td>LLM judge</td>
110
+ <td>High-risk semantic ambiguity with explicit cloud permission and a budget cap.</td>
111
+ <td>Useful for critic/rubric review, multi-document evidence review, and structured provenance checks, but not for every action.</td>
112
+ </tr>
113
+ <tr>
114
+ <td>Human review</td>
115
+ <td>Private, regulated, payment, credential, customer-data, or unbounded external-posting risk.</td>
116
+ <td>Prevents automation from laundering a risky decision through a model call.</td>
117
+ </tr>
118
+ </tbody>
119
+ </table>
120
+
121
+ <h2>What changed in ThumbGate</h2>
122
+ <p>ThumbGate now has a small, testable routing primitive that makes this policy explicit:</p>
123
+ <div class="command"><code>node scripts/classifier-routing.js --risk=high --ambiguity=0.82 --allow-cloud --latency-ms=5000</code></div>
124
+ <p>That command returns an evidence-requiring LLM judge lane. Add <code>--semantic-cache-hit</code>, and it reuses the prior decision without a provider call. Add <code>--rubric-failed</code> or <code>--structured-dataset --missing-provenance</code>, and it blocks completion through the rubric gate. Change the same high-risk ambiguous input to <code>--privacy-sensitive</code> without <code>--allow-cloud</code>, and it routes to human review instead.</p>
125
+
126
+ <h2>How the newer signals map to product work</h2>
127
+ <ul>
128
+ <li><strong>Scikit-LLM vs traditional classifiers:</strong> do not spend LLM calls on low-ambiguity bulk labels.</li>
129
+ <li><strong>Semantic proxy caching:</strong> reuse a prior decision when prompt meaning has not changed.</li>
130
+ <li><strong>LangChain-style rubrics:</strong> turn failed criteria into completion blockers instead of post-hoc scores.</li>
131
+ <li><strong>Shopify Cardinal BFS:</strong> batch and evaluate similar gate scopes together instead of repeatedly traversing the same nested context.</li>
132
+ <li><strong>BigSet-style dataset agents:</strong> require structured rows, source URLs, and retrieval traces before accepting live web data.</li>
133
+ <li><strong>Streaming agent output:</strong> stream progress events during long gate reviews so users know the gate is working.</li>
134
+ <li><strong>Dynamic harness patterns:</strong> use critic/rubric for correctness, tournament for ranking, loop-until-done for open-ended work, and fan-out/synthesize for parallel research.</li>
135
+ </ul>
136
+
137
+ <div class="callout callout-green">
138
+ <strong>Buyer proof:</strong> show the same risky action going through three routes: exact repeat blocked instantly, fuzzy repeat caught locally, and genuinely ambiguous production change paused for evidence or human review.
139
+ </div>
140
+
141
+ <h2>Implementation checklist</h2>
142
+ <ol>
143
+ <li>Put exact denials and approval boundaries in deterministic checks.</li>
144
+ <li>Cache semantically equivalent gate decisions with provenance and expiry.</li>
145
+ <li>Use local text classification for routine high-volume feedback labels.</li>
146
+ <li>Use local semantic recall for sparse, fuzzy, or cross-session lessons.</li>
147
+ <li>Treat failed rubrics and missing source provenance as gate failures, not just evaluation notes.</li>
148
+ <li>Reserve LLM judges for ambiguous high-value decisions with evidence requirements.</li>
149
+ <li>Stream progress for long reviews and record every routed decision in the audit trail.</li>
150
+ </ol>
151
+
152
+ <div class="cta-box">
153
+ <h2 style="color:var(--text);font-size:1.3rem;margin:0 0 8px;">Try the routing primitive</h2>
154
+ <p>Check the gate lane before spending tokens on a risky decision.</p>
155
+ <div class="cta-install">$ node scripts/classifier-routing.js --hard-rule --risk=critical</div>
156
+ </div>
157
+
158
+ <div class="related">
159
+ <h3>Related articles</h3>
160
+ <a href="/learn/deterministic-agent-workflows">Deterministic Agent Workflows Need Runtime Gates &rarr;</a>
161
+ <a href="/learn/agentic-os-team-governance">Agentic OS Team Governance &rarr;</a>
162
+ <a href="/learn/agentic-enterprise-context-brain">Agentic Enterprise Context Brain &rarr;</a>
163
+ <a href="/learn/mcp-pre-action-checks-explained">MCP Pre-Action Checks Explained &rarr;</a>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="sticky-cta">
168
+ <span style="color:var(--muted)">Install:</span>
169
+ <code>npx thumbgate init</code>
170
+ <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub &rarr;</a>
171
+ </div>
172
+ </body>
173
+ </html>
@@ -0,0 +1,157 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Databricks Unity AI Gateway validates runtime AI governance - ThumbGate</title>
7
+ <script defer data-domain="thumbgate.ai" src="https://plausible.io/js/script.js"></script>
8
+ <meta name="description" content="Databricks Unity AI Gateway makes runtime AI governance mainstream. The next layer is local pre-action enforcement before developer agents call shell, browser, API, MCP, file, or deploy tools.">
9
+ <meta name="keywords" content="Databricks Unity AI Gateway, AI governance, MCP governance, AI gateway, pre-action enforcement, PreToolUse, ThumbGate">
10
+ <meta property="og:title" content="Databricks validates runtime AI governance">
11
+ <meta property="og:description" content="Enterprise gateways govern the fleet. Local pre-action gates stop the agent action before it fires.">
12
+ <meta property="og:type" content="article">
13
+ <meta property="og:url" content="https://thumbgate.ai/learn/databricks-unity-ai-gateway-runtime-governance">
14
+ <link rel="canonical" href="https://thumbgate.ai/learn/databricks-unity-ai-gateway-runtime-governance">
15
+ <link rel="stylesheet" href="/learn/learn.css">
16
+ <script type="application/ld+json">
17
+ {
18
+ "@context": "https://schema.org",
19
+ "@type": "TechArticle",
20
+ "headline": "Databricks Unity AI Gateway validates runtime AI governance",
21
+ "description": "Databricks Unity AI Gateway makes runtime governance for models, agents, MCP services, tools, guardrails, observability, and AI cost controls mainstream. ThumbGate positions as the local pre-action enforcement layer for developer-agent workflows.",
22
+ "author": {
23
+ "@type": "Person",
24
+ "name": "Igor Ganapolsky",
25
+ "url": "https://github.com/IgorGanapolsky"
26
+ },
27
+ "publisher": {
28
+ "@type": "Organization",
29
+ "name": "ThumbGate",
30
+ "url": "https://thumbgate.ai"
31
+ },
32
+ "datePublished": "2026-06-20",
33
+ "dateModified": "2026-06-20",
34
+ "mainEntityOfPage": "https://thumbgate.ai/learn/databricks-unity-ai-gateway-runtime-governance",
35
+ "about": [
36
+ {"@type": "Thing", "name": "Databricks Unity AI Gateway"},
37
+ {"@type": "Thing", "name": "runtime AI governance"},
38
+ {"@type": "Thing", "name": "MCP governance"},
39
+ {"@type": "Thing", "name": "pre-action gates"}
40
+ ]
41
+ }
42
+ </script>
43
+ <script type="application/ld+json">
44
+ {
45
+ "@context": "https://schema.org",
46
+ "@type": "FAQPage",
47
+ "mainEntity": [
48
+ {
49
+ "@type": "Question",
50
+ "name": "What does Databricks Unity AI Gateway change for agent governance?",
51
+ "acceptedAnswer": {
52
+ "@type": "Answer",
53
+ "text": "It moves the market conversation from static AI governance to runtime governance across models, agents, MCP services, skills, tools, observability, guardrails, and cost controls."
54
+ }
55
+ },
56
+ {
57
+ "@type": "Question",
58
+ "name": "Where does ThumbGate fit?",
59
+ "acceptedAnswer": {
60
+ "@type": "Answer",
61
+ "text": "ThumbGate fits at the local pre-action boundary. It gates the concrete tool action before a developer agent runs shell, edits files, calls MCP tools, opens browsers, hits APIs, or deploys."
62
+ }
63
+ },
64
+ {
65
+ "@type": "Question",
66
+ "name": "Is this a Databricks partnership claim?",
67
+ "acceptedAnswer": {
68
+ "@type": "Answer",
69
+ "text": "No. ThumbGate is not claiming partnership, certification, or endorsement by Databricks. The page uses public Databricks materials as market evidence for runtime governance."
70
+ }
71
+ }
72
+ ]
73
+ }
74
+ </script>
75
+ </head>
76
+ <body>
77
+
78
+ <nav>
79
+ <a href="/" class="brand"><img src="/assets/brand/thumbgate-mark-inline.svg" alt="ThumbGate" class="logo-mark" width="28" height="28"><span class="logo-text">ThumbGate</span></a>
80
+ <a href="/guide">Setup Guide</a>
81
+ <a href="/learn">Learn</a>
82
+ <a href="/compare">Compare</a>
83
+ <a href="https://github.com/IgorGanapolsky/ThumbGate" target="_blank" rel="noopener">GitHub</a>
84
+ </nav>
85
+
86
+ <div class="container">
87
+ <div class="breadcrumb"><a href="/learn">Learn</a> / Databricks Unity AI Gateway</div>
88
+ <h1>Databricks validates runtime AI governance. The next layer is pre-action enforcement.</h1>
89
+ <p style="color:var(--muted);">5 min read &middot; For teams turning enterprise gateway announcements into local agent controls</p>
90
+
91
+ <div class="tldr"><strong>TL;DR:</strong> Databricks Unity AI Gateway is a strong market signal: agent governance is moving into runtime interactions across models, agents, MCP services, tools, cost controls, and observability. ThumbGate should ride that signal by owning the local pre-action gate: the moment before a developer agent calls shell, file, browser, API, MCP, or deploy tools.</div>
92
+
93
+ <h2>What Databricks made obvious</h2>
94
+ <p>Databricks describes Unity AI Gateway as governance for enterprise AI runtime interactions. Its launch materials talk about centralizing access and monitoring across AI providers, coding agents, frameworks, applications, custom AI systems, MCP services, tools, guardrails, and AI cost controls.</p>
95
+ <p>That matters because it tells the buyer what the market now believes: governance cannot stop at policy documents, model catalogs, or dashboards. Once agents use tools, governance has to sit in the path of runtime decisions.</p>
96
+
97
+ <h2>Gateway vs gate</h2>
98
+ <p>An enterprise gateway answers questions like: Which model can this app call? Which MCP service is approved? Which team is burning tokens? Which guardrail applies to this route?</p>
99
+ <p>A local pre-action gate asks a different question: Should this specific agent action run right now?</p>
100
+ <ul>
101
+ <li>Should this command run in this directory?</li>
102
+ <li>Should this file edit proceed without a verified source?</li>
103
+ <li>Should this Reddit, LinkedIn, X, or Bluesky post publish without action-time confirmation?</li>
104
+ <li>Should this deploy continue when tests have not run?</li>
105
+ <li>Should a repeated failure become a durable prevention rule?</li>
106
+ </ul>
107
+
108
+ <h2>The gap teams still hit locally</h2>
109
+ <p>Even with a gateway, the developer's local agent can still drift: it can make the same bad claim, call the wrong tool, touch the wrong file, post externally without approval, or spend tokens on a loop that should have stopped earlier. Those are not abstract governance problems. They are workflow failures.</p>
110
+ <p>ThumbGate's position is not "replace the gateway." The position is: <strong>gateway plus gate</strong>. Use the enterprise gateway for provider, model, service, MCP, and cost governance. Use ThumbGate at the local action boundary where the agent is about to do something irreversible or expensive.</p>
111
+
112
+ <h2>What to test this week</h2>
113
+ <ol>
114
+ <li>Pick one repeated developer-agent failure: unsafe shell, unsupported claim, unapproved external post, missing test proof, wrong MCP tool, or runaway loop.</li>
115
+ <li>Turn it into a ThumbGate rule.</li>
116
+ <li>Run the workflow again and capture whether the bad action is blocked before the tool fires.</li>
117
+ <li>Package the result as a small proof run: failure, gate, replay, result.</li>
118
+ </ol>
119
+
120
+ <div class="callout callout-green">
121
+ <p><strong>Revenue framing:</strong> Databricks creates air cover for the budget line. ThumbGate sells the proof run: "Show me one workflow where your agent keeps repeating the same expensive mistake, and I will gate it before action."</p>
122
+ </div>
123
+
124
+ <h2>Sources and positioning</h2>
125
+ <p>This article is based on public Databricks materials, including the June 2026 Unity AI Gateway launch posts and product page. ThumbGate is not a Databricks partner, product, certification, or endorsed integration. The comparison is architectural positioning.</p>
126
+ <ul>
127
+ <li><a href="https://www.databricks.com/blog/ai-governance-data-ai-summit-2026-whats-new-unity-ai-gateway" target="_blank" rel="noopener">Databricks: AI governance at Data + AI Summit 2026</a></li>
128
+ <li><a href="https://www.databricks.com/blog/whats-new-unity-ai-gateway-service-policies-guardrails-observability-and-cost-controls-ai" target="_blank" rel="noopener">Databricks: service policies, guardrails, observability, and cost controls</a></li>
129
+ <li><a href="https://www.databricks.com/product/artificial-intelligence/unity-ai-gateway" target="_blank" rel="noopener">Databricks: Unity AI Gateway product page</a></li>
130
+ </ul>
131
+
132
+ <div class="cta-box">
133
+ <h2>Run the local gate</h2>
134
+ <p>Start with one repeated agent failure. Gate it before the action executes.</p>
135
+ <div class="cta-install">npx thumbgate init</div>
136
+ <div class="cta-actions">
137
+ <a class="cta-link" href="/compare/databricks-unity-ai-gateway">Compare gateway vs gate</a>
138
+ <a class="cta-link cta-link-secondary" href="/learn/mcp-pre-action-checks-explained">Read MCP pre-action checks</a>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="related">
143
+ <h2>Related</h2>
144
+ <a href="/compare/databricks-unity-ai-gateway">ThumbGate vs Databricks Unity AI Gateway</a>
145
+ <a href="/learn/cost-aware-agent-gate-routing">Cost-aware agent gate routing</a>
146
+ <a href="/learn/background-agent-control-layer">Background agent control layer</a>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="sticky-cta">
151
+ <span>Gate one repeated agent failure</span>
152
+ <code>npx thumbgate init</code>
153
+ <a href="/guide?utm_source=databricks_unity_ai_gateway&utm_medium=learn&utm_campaign=runtime_governance">Setup guide</a>
154
+ </div>
155
+
156
+ </body>
157
+ </html>