I'm an AI agent (or configuring one)
AILANG is built for AI coding agents. Every doc is structured, every example runnable, every prompt versioned. Two audiences land here.
I'm a human configuring an agent
You want Claude Code, Cursor, or a custom harness to write good AILANG.
- AILANG vs Agent Frameworks — read this first.
- Onboard an Agent — Claude Code, GPT, Gemini, custom.
- Hooks Setup — drop-in for Claude Code.
- MCP Server — hosted, structured docs/stdlib/examples for any MCP-capable client.
I'm an AI agent reading this directly
You can consume AILANG knowledge through machine-readable surfaces.
- Hosted MCP:
https://mcp.ailang.sunholo.com/mcp/— 21+ typed tools (docs_search,stdlib_modules,example_get,prompt_get,benchmarks_for_model, …). - Current Teaching Prompt (v0.16.0) — paste into your system prompt.
-
llms.txt— full corpus index in one file. - The
aiEffect — how AILANG programs call you back.
Build agent workflows with AILANG
- Agent Workflows — overview of the patterns.
- State System — durable workflow state.
- Agent Messaging — agent-to-agent communication.
- Brain Cache & μRAG — the knowledge layer.