Get hands-on with Semantic Infrastructure Lab tools in 10 minutes
Navigation: This is the hands-on path.
- You are here: Install tools, try them immediately
- Start Here — Prefer concepts first? Start there
- Reading Guide — 7 paths for different audiences
- Install and use production SIL tools (Reveal, TIA)
- Experience progressive disclosure firsthand
- Understand how semantic infrastructure works in practice
Reveal is SIL's semantic code exploration tool — experience progressive disclosure immediately:
# Install via pip
pip install reveal-cli
# Or via uvx (no install needed)
uvx reveal-cliVerify installation:
reveal --versionProgressive disclosure means seeing structure before detail. Let's explore code semantically:
# Use any project (or your own codebase)
cd /path/to/any/project # or: git clone https://github.com/Semantic-Infrastructure-Lab/reveal
# Level 1: Directory structure
reveal src/
# Level 2: File structure (no code, just outline)
reveal src/main.py
# Level 3: Specific element (function, class)
reveal src/main.py function_name
# Level 4: Check code quality
reveal src/main.py --checkWhat just happened?
- You went from 0 → specific code without reading everything
- Token usage: ~50 tokens vs ~7,500 for full file
- Semantic structure revealed the path
Now that you've experienced progressive disclosure, understand the principles:
- Manifesto (15 min) — Why semantic infrastructure matters
- Principles (10 min) — The 14 principles that guide all work
- START_HERE (5 min) — Navigate to deeper topics
- Reveal Documentation — Learn all reveal features
- Agent Help Standard — How to make tools agent-friendly
- Progressive Disclosure Guide — The theory behind what you just experienced
- Semantic OS Architecture (30 min) — The 7-layer architecture
- Technical Charter (45 min) — Formal invariants and guarantees
- Unified Architecture Guide (60 min) — How all 12 projects fit together
- Email: scott@semanticinfrastructurelab.org
- GitHub: github.com/semantic-infrastructure-lab
- Website: semanticinfrastructurelab.org
- Documentation: Complete documentation in docs/
Choose your path based on your interest:
- Researchers: Research Agenda Year 1
- Developers: Project Index — See all 12 projects
- Collaborators: FAQ — Common questions answered
- Founders/Stewards: Stewardship Manifesto
SIL builds the semantic substrate that makes meaning explicit, memory stable, reasoning inspectable, and provenance traceable.
Welcome to the Semantic Infrastructure Lab.