Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

AI-Ready Examples Gallery

This directory provides concrete implementations of the AIRD v1.1 specification. Instead of reading the SPEC, copy these structures to make your project AI-native.

📂 Available Examples

Focus: API discovery and usage constraints.

  • Ideal for: Open-source libraries, SDKs, internal utility tools.
  • Key Feature: L3 ai-context blocks that warn AI about thread-safety and dependency versions.

Focus: Managing complexity and cross-document dependencies.

  • Ideal for: Enterprise software, microservices, complex game engines.
  • Key Feature: L1 $\rightarrow$ L3 mapping that prevents "context fragmentation" across multiple architectural layers.

Focus: Deterministic execution and result verification.

  • Ideal for: AI-driven workflows, automated research agents, complex prompt chains.
  • Key Feature: L4 feedback loop integrated into the operational process.

Quick Start:

  1. Pick a scenario that matches your project.
  2. Copy the file structure.
  3. Replace the content with your actual project details.