Card Network Architecture: A Spatial Content System for the Agentic Web

Version 1.0 / December 2025

Abstract

Card Network Architecture (CNA) introduces a paradigm for content representation where phone-sized cards serve as atomic units that stack, link, and network together. Designed for both human navigation and AI agent consumption, CNA provides structured, tokenized content optimized for edge computing and low-power devices.

1. Introduction

1.1 The Problem

Modern content systems face a fundamental tension:

  1. Humans need visual, navigable, bite-sized content
  2. AI agents need structured, tokenized, context-efficient data
  3. Edge devices need minimal compute and offline capability

Current solutions (documents, wikis, databases) serve one audience poorly while optimizing for another.

1.2 The Solution

CNA resolves this tension through cards: atomic content units sized like a mobile phone screen (~250 tokens). Cards are self-contained, typed, connected, and efficient.

2. Core Concepts

2.1 Cards

A card is the atomic unit of CNA. Each card contains:

2.2 Edges

Edges define relationships between cards with specific semantics:

2.3 Compositions

Compositions are named collections of cards and edges:

3. AI Optimization

3.1 Token Efficiency

Traditional content gets chunked into fragments at retrieval time, losing context. CNA cards are pre-chunked at authoring time with preserved relationships. Each card is complete in isolation.

3.2 Graph Traversal

AI agents can navigate card networks without LLM inference. Follow typed edges to find related content programmatically.

3.3 Multi-Tenant Isolation

Per-tenant card stores share the protocol but never the substrate. Audit-grade isolation is the default.

4. Use Cases

5. License + IP Posture

Spec ships dual-licensed: PolyForm Noncommercial for the protocol (after patent provisional files), per-org Commercial tiers for production deployment. Patent provisional pending; trademarks filed M2.

6. Conclusion

Card Network Architecture bridges the gap between human-readable content and machine-efficient data. By treating cards as atomic units connected by typed edges, CNA enables efficient AI agent context, edge device deployment, and intuitive human navigation.