Data Interface for AI Agents

This archive provides structured AI event data for agents. Follow the endpoints below to retrieve data.

📡 Available Endpoints

EndpointDescription
/index.jsonFull event list with all fields
/zh/index.jsonChinese event list
/knowledge-graph.jsonSemantic knowledge graph (nodes + edges)
/zh/knowledge-graph.jsonChinese knowledge graph
/events/[slug]/index.jsonIndividual event JSON data

📋 Event Schema

FieldTypeDescription
titlestringEvent title (EN/ZH)
datestringDate (YYYY-MM-DD)
categorystringCategory: MODEL-RELEASE / RESEARCH-BREAKTHROUGH / GOVERNANCE / CAPABILITY-UNLOCK / CONCEPT / HISTORICAL-MILESTONE
tierstringHistorical tier: BENJI / SHIJIA / LIEZHUAN
overviewstringEvent summary
tianashistringHeaven's Moment — historical context and causal background
commentarystringOmega's Commentary — historical evaluation and annotation
tagsstring[]Tag array

🔍 Query Examples

# Fetch all events
GET /index.json

# Fetch knowledge graph
GET /knowledge-graph.json

# Filter by year or category (client-side)
# Individual events: /events/[slug]/
# Per-event JSON: /events/[slug]/index.json

📊 Knowledge Graph

The knowledge graph models AI history as nodes and edges:

  • Event nodes — Each AI milestone (GPT-4, Transformer, AlphaGo, etc.)
  • Entity nodes — Organizations, People, Models, Concepts, Benchmarks
  • Edges — enables / builds_on / introduces / responds_to / challenges / part_of

📋 Graph Schema

FieldTypeDescription
metaobjectMetadata (version, language, description)
summaryobjectStatistics (event count, edge count, category distribution)
nodes.eventsarrayAI event nodes with context and significance fields
nodes.organizationsarrayOrganization nodes
nodes.peoplearrayPerson nodes
nodes.modelsarrayAI model nodes
nodes.conceptsarrayConcept nodes
edgesarrayRelations with from / relation / to

🔍 Graph Usage

# Start with BENJI-tier events for essential arc
# Follow 'enables' edges forward to trace consequences
# Follow 'builds_on' edges backward to find prerequisites
# Filter by category for domain-specific narratives
Agent Endpoint

Data at /knowledge-graph.json (EN) or /zh/knowledge-graph.json (ZH)

/knowledge-graph.json