gcf
by blackwell-systems
AI-native compact wire format for lossless, token-efficient agent data exchange
Summary
Define a compact, AI-native wire format for structured data (GCF) that reduces token usage while keeping lossless round-trips across formats. Uses a schema-aware, compressed representation optimized for frontier LLMs to achieve 50–92% fewer tokens than JSON and high fidelity across 17 formats. Spec v3.2 documents stable encoding rules and compatibility targets for model inputs/outputs and agent-to-agent exchange. This aligns with the A2A Protocol Pattern.
Why It Matters
When to Use
Teams building agent-to-agent protocols or A2A evaluation pipelines that need deterministic, token-efficient structured payloads. This fits well with the Agent Protocol for cross-agent integration.
Use Cases
- Reduce model input costs by encoding structured agent messages with 50–92% fewer tokens than JSON
- Ensure lossless payload round-trips for agent evaluation and reproducible A2A benchmarks
- Standardize agent-to-agent payloads in MCP or custom A2A protocols to improve interoperability and debugging