The Alliance Tax
When OpenAI and AWS announced their $50 billion partnership, the enterprise AI agent market changed. Frontier — OpenAI’s flagship agent platform — now runs on Amazon Bedrock for stateful workloads and Azure for stateless inference. If you want Frontier, you need AWS or Azure.
This pattern is everywhere:
- Salesforce Agentforce: Requires Salesforce Cloud
- ServiceNow Now Assist: Requires ServiceNow Cloud
- Microsoft Copilot Studio: Requires Azure / M365
- Google Vertex AI Agent Builder: Requires GCP
Every platform requires their cloud. This is the alliance tax: your agent governance is locked to a specific cloud vendor because your agent platform chose an alliance partner.
Three Questions Enterprises Should Ask
1. What happens to my agent governance if I change cloud providers?
If governance is embedded in the cloud platform, changing clouds means rebuilding governance. That’s not a migration — it’s a restart.
2. What happens when I need agents from multiple vendors?
Most enterprises will use agents from multiple platforms. If each platform’s governance only covers its own agents, you end up with fragmented governance — different audit trails, different compliance controls, different approval workflows for each vendor.
3. Can I deploy agent governance without any cloud dependency?
For regulated industries — healthcare (HIPAA), government (FedRAMP), financial services (SOX), EU organizations (GDPR) — the ability to deploy governance on your own infrastructure isn’t a nice-to-have. It’s a compliance requirement.
Three Deployment Patterns
JieGou offers three deployment options, all with the same 10-layer governance stack:
Full Cloud (SaaS)
Standard managed deployment. Fastest setup, automatic updates, zero maintenance. For teams that want to start immediately.
Hybrid (VPC)
The execution agent runs in your VPC. The governance console runs in the cloud. Data never leaves your infrastructure, but you get managed updates for the governance layer.
Air-Gapped
Docker Compose + Ollama + Redis. Zero external network dependencies. Data never leaves your infrastructure. Models run locally. For classified environments, sovereign deployments, and maximum security requirements.
The Regulated Enterprise Advantage
Air-gapped deployment isn’t just for security — it directly addresses regulatory requirements:
| Regulation | Requirement | How Air-Gapped Helps |
|---|---|---|
| HIPAA | PHI must be protected | Patient data never leaves hospital infrastructure |
| FedRAMP | Federal data sovereignty | Fully sovereign deployment for federal agencies |
| SOX | Financial controls and audit trails | Audit trail on your infrastructure, no third-party exposure |
| GDPR | Data residency in EU | Self-hosted ensures data stays in EU jurisdiction |
The Choice
Every other AI agent platform requires you to use their cloud. JieGou deploys on yours — or on no cloud at all. Same governance. Same compliance. Same 10 layers. Your infrastructure.
Explore deployment options at Air-Gapped Deployment. See the self-hosted starter kit at GitHub.