Arachne documentation

June 17, 2026 · View on GitHub

Welcome to the Arachne documentation. Arachne is a DSPy-native runtime for turning goals into typed, inspectable, self-healing execution graphs.

The docs follow the Diátaxis structure so readers can choose the right material for the job: tutorials for learning, guides for doing, explanation for understanding, and reference for exact details.

Start here

graph TD
    A[New reader]
    B[Getting started]
    C[Architecture]
    D[CLI reference]
    E[Developer guide]
    A --> B
    A --> C
    A --> D
    A --> E
Reader goalRecommended page
Install Arachne and run a first goalGetting started
Understand the runtime lifecycleArchitecture
Learn command syntaxCLI reference
Work on the codebaseDeveloper guide
Understand DSPy-native designDSPy-native concepts
Understand large-output handlingPointer pattern

Documentation map

graph LR
    A[Tutorials]
    B[Guides]
    C[Explanation]
    D[Reference]
    A --> B
    B --> C
    C --> D

Tutorials

Guides

Explanation

Concepts

Reference

Project resources

  • README — public project landing page.
  • AGENTS.md — AI coding assistant context.
  • ROADMAP.md — project vision, phases, and milestones.