Home | Specification | Spec v1.0 | Context | Primer | Examples | Governance | Limitations | Releases


Recursive-LD Standard

Open Standard for Cognitive Transparency and Recursive Reasoning
Maintained by the Recursive Architecture Intelligence Institute (RAI)


Overview

Recursive-LD is a minimal, open, JSON-LD–based schema for representing how intelligent systems reason, reflect, and update internal states. It defines a structured, machine-readable vocabulary for cognitive layers, recursive inference, epistemic lineage, and interpretability metadata.


Core Documents


Purpose

The purpose of Recursive-LD is to define the missing semantic substrate beneath modern AI systems — enabling transparent reasoning, structured recursion, and graph-compatible cognitive traces.


Example

A minimal Recursive-LD document:

{
  "@context": "https://recursive-ld.org/context.json",
  "@type": "CognitiveTrace",
  "layerId": "layer-1",
  "intent": "Determine user request",
  "input": "User asked for an overview",
  "output": "Provide explanation",
  "confidence": 0.94
}

Additional Resources


© Recursive-LD Standard — Maintained by the Recursive Architecture Intelligence Institute (RAI)