The Core Thesis
Jaya Gupta argues that China's defining internet product was the super-app — WeChat unified personal and business context into a single surface. The US internet evolved in the opposite direction: privacy, procurement, payments, antitrust, and enterprise trust split the graph apart. But those structural barriers — the fragmentation that prevented a US super-app — are also the features that will produce something different: the super-agent.
The super-agent is not a platform that owns everything. It is an interface layer that operates across fragmented systems — calendars, messages, payments, health data, work identity — without consolidating them. The shift is from owning the graph to operating across it. Capability determines what an agent can do; permission determines where it can go.
Five Sections
1. AI Has a Usage Problem Disguised as a Revenue Problem
Consumer AI creates enormous surplus but hasn't monetized well. Enterprise AI captures value because it attaches to budgets, workflows, and measurable outcomes. Consumers create usage; enterprises create budgets. Underneath that economic split is an institutional one.
2. The Rarest Companies Are Bilingual in Trust
The rarest tech companies are intimate enough for consumers and governable enough for institutions. Microsoft, Google, and Apple exemplify this; Meta does not. Privacy turned one possible graph into many companies — the US preserved boundaries that made total platform control harder.
3. The American Super-Agent
An American super-app faces structural barriers (mobile gatekeepers, fragmented payments, antitrust, privacy rules). But those barriers are features reflecting American democracy. The super-agent emerges as an interface layer that unlocks access across fragmented systems rather than consolidating them.
4. Access Is the Moat
Agents become more useful with visibility into calendars, messages, photos, location, purchases, health data. Different companies accumulate different currencies of permission: Apple (personal context), Microsoft (organizational governance), Google (breadth), Palantir (institutional efficacy).
5. The Next Platform Is the Interface Allowed to Act
OpenAI starts with consumer habit; Anthropic starts with institutional trust. Both converge on the same destination. The next platform is not the company that owns everything — it is the interface allowed to act across everything. Capability determines what an agent can do; permission determines where it can go.
Super-App vs Super-Agent
| Dimension | Super-App (China) | Super-Agent (US) |
|---|---|---|
| Architecture | Single platform consolidating personal + business graphs into one operating layer | Interface layer operating across fragmented systems without consolidating them |
| Graph model | Graph consolidation — all data flows through one surface | Graph federation — data stays in place, agent operates across it |
| Identity | Platform-owned identity (WeChat ID) | Federated identity via HTTP IRIs + WebID — user controls the identifier |
| Trust model | Platform IS the trust intermediary | Bilingual trust — intimate for consumers, governable for institutions |
| Payment | Integrated into platform (WeChat Pay) | Fragmented — banks, cards, MPP, Stripe, ACP — agent mediates across them |
| Permission | Platform grants or denies access | ACLs on resources — authorization decoupled from any single platform |
| Privacy | Platform observes everything | Privacy split the graph — different institutions hold different contexts |
| Key risk | Total platform control, surveillance | Fragmentation makes cross-context action harder; determinism gap |
The Agent Operating Space — Six Loosely Coupled Components
Kingsley Idehen's comment extended the super-agent thesis into an architectural blueprint. The Agent Operating Space is not a new platform to own — it is a set of interoperability contracts any agent, skill, or data space can participate in.
1 Identity
Who the agent is and on whose behalf it acts. WebID provides a dereferenceable HTTP IRI for every agent and user. The identity is not platform-owned — it resolves on the Web.
2 Identification
Unambiguous naming across systems using HTTP-based identifiers as super keys. Every entity has a globally unique, dereferenceable IRI.
3 Authentication
Verifying identity claims. mTLS with PKCS#12 certificate bundles cryptographically binds the agent's WebID to its actions. Decoupled from any single platform's identity provider.
4 Authorization
What the agent is permitted to do. Expressed as WebID-ACL on WebDAV resources and SPARQL graph permissions. Authorization at the data layer.
5 Semantic Layer
Graph-based knowledge representation providing shared meaning, RDFS/OWL inference, and entity resolution across heterogeneous data sources. This is the determinism layer.
6 Systems of Record, Engagement, Analytics, Action
The data spaces the agent operates across: databases, knowledge bases, file systems, APIs. Virtualized through a DBMS layer — data stays in place. RDF Views, SPARQL-FED, MCP tools.
Currencies of Permission
Gupta identifies companies accumulating different permission currencies. The comment thread adds the architectural layer that makes permission interoperable.
| Company | Permission Currency | Super-Agent Position |
|---|---|---|
| Apple | Personal context — device, health, calendar, messages | Most intimate consumer data surface |
| Microsoft | Organizational governance — work identity, email, documents | Enterprise trust + consumer reach |
| Breadth — search, email, maps, photos, Android | Hardest trust challenge, widest surface | |
| Palantir | Institutional efficacy — government, defense, intel | Deepest institutional integration |
| OpenAI | Consumer habit — ChatGPT as default interface | Distribution play: become the default |
| Anthropic | Institutional trust — safety, enterprise, government | Permission play: safety as strategy |
| OpenLink / Virtuoso | Interoperability contracts — open standards | The substrate any agent can use: HTTP IRIs + WebID + mTLS + SPARQL + RDF + MCP |
Frequently Asked Questions
Key Concepts
- Super-Agent Thesis
- The US will produce an interface layer operating across fragmented systems rather than a single platform consolidating them. The shift is from owning the graph to operating across it.
- Super-App (China Model)
- WeChat unified personal and business context into a single surface. Extraordinary for convenience; revealed the power and danger of graph consolidation.
- Bilingual in Trust
- Companies intimate enough for consumers and governable enough for institutions. The US split the graph; the most strategic companies operate across both sides.
- Access Is the Moat
- Agents become more useful and defensible as they gain permission to act across calendars, messages, location, purchases, health data.
- Permission Strategy
- Anthropic's safety as a trust-building strategy for institutions; OpenAI's consumer distribution as a bid to become the default interface.
- Agent Operating Space
- Six loosely coupled components (Identity, Identification, Authentication, Authorization, Semantic Layer, Systems of Record) implemented through open standards.
- Graph Consolidation
- Social, financial, and business activity converging into dominant platform surfaces — behavior becomes more legible and controllable.
- Determinism in Agent Systems
- A governed semantic layer provides repeatable, verifiable outputs that raw LLM generation lacks. Capability + permission without determinism amplifies errors.
How to Build an Agent Operating Space
Establish identity and identification using HTTP-based identifiers
Assign every entity a dereferenceable HTTP IRI. Use WebID for agent and user identity. Link identities across platforms via owl:sameAs.
Implement authentication with mTLS and PKCS#12 certificates
Use mutual TLS with PKCS#12 bundles. The certificate carries the agent's WebID, cryptographically binding identity to actions.
Define authorization as ACLs on resources
Express authorization as WebID-ACL on WebDAV resources and SPARQL graph permissions. Authorization at the data layer.
Deploy a semantic layer with shared ontologies and inference
Use RDF + SPARQL + RDFS/OWL. Adopt shared ontologies (schema.org, DBpedia). The semantic layer provides the determinism that raw LLM outputs lack.
Virtualize data spaces rather than consolidating them
Use a virtual DBMS that compiles graph queries to SQL for in-place execution. RDF Views map relational schemas to RDF without copying data.
Expose all capabilities as MCP tools for AI agent consumption
Wrap identity, auth, semantic, and data layers as MCP tools. The Agent Operating Space is interoperability contracts any agent can participate in.
Explore Knowledge Graph using SPARQL
SELECT queries use text/x-html+tr. DESCRIBE and CONSTRUCT use text/x-html-nice-turtle.
Comments
The super-agent needs an operating space that comprises the following loosely coupled components:
1. Identity — who the agent is, acting on whose behalf.
2. Identification — unambiguous naming using HTTP-based identifiers as super keys.
3. Authentication — verifying identity claims (mTLS, WebID).
4. Authorization — what actions are permitted (ACLs, graph-level permissions).
5. Semantic Layer — a graph-based knowledge representation providing shared meaning, inference, and entity resolution.
6. Systems of Record, Engagement, Analytics, and Action — the data spaces the agent operates across.
These components are loosely coupled — each can evolve independently. This is what distinguishes operating across the graph from owning it.
Shared references: Virtuoso · URIBurner · OpenLink Software · RDF 1.1 · SPARQL 1.1 · WebID