Start Here — The single front door to SIL

Quick Links:
- FAQ — Common questions answered
- Glossary — Terms and definitions


SIL at a Glance

mindmap
  root((Semantic Infrastructure Lab))
    Production Tools
      Reveal
        Progressive disclosure
        Token-efficient
      Morphogen
        Deterministic execution
        40+ domains
      GenesisGraph
        Provenance tracking
        Cryptographic attestation
    Architecture
      Semantic OS
        7-layer model
        Cross-cutting concerns
      Pantheon IR
        Universal types
        Cross-domain composition
      Agent Ether
        Multi-agent protocols
        Choreography and orchestration
    Research
      Progressive Disclosure
      Semantic Transport
      Feedback Loops
    Foundation
      Manifesto
      Principles
      Glossary

What is SIL?

SIL is a Semantic Operating System — a new substrate for meaning, memory, and structured reasoning.

Just as UNIX provided an operating system for computation, SIL provides an operating system for semantics: a stable foundation where representations are explicit, transformations are traceable, and reasoning is inspectable.

Why Does SIL Exist?

Today's AI systems are powerful but structurally incomplete.

They lack:
- Stable semantic structure — meaning drifts, representations are opaque
- Provenance — you can't trace how conclusions were reached
- Deterministic reasoning — the same input produces different outputs
- Cross-domain coherence — every domain builds its own isolated infrastructure

SIL builds the missing layer: semantic infrastructure that makes meaning explicit, transformations auditable, and reasoning reliable.

What Has SIL Built?

SIL is not a vision document. It's working infrastructure:

Core Architecture

Production Tools

Philosophical Foundation

Infrastructure & Deployment

SIL's production systems run on distributed infrastructure:

graph TB
    subgraph Public["Public Internet"]
        USER["Users"]
    end

    subgraph TIA_Staging["tia-staging Server"]
        NGINX_S["Nginx<br/>:8082"]
        SIF_HUGO["SIF Website<br/>(Hugo static)"]
    end

    subgraph TIA_Apps["tia-apps Server"]
        NGINX_A["Nginx<br/>:8010"]
        SIL_API["SIL Website<br/>(FastAPI)"]
    end

    USER -->|"https://semanticinfrastructurefoundation.org"| NGINX_S
    USER -->|"https://semanticinfrastructurelab.org"| NGINX_A

    NGINX_S --> SIF_HUGO
    NGINX_A --> SIL_API

    style TIA_Staging fill:#e3f2fd,stroke:#1565c0
    style TIA_Apps fill:#e8f5e9,stroke:#2e7d32

What Makes SIL Different?

Most AI labs build applications on top of opaque models.
SIL builds the semantic substrate beneath them.

This is the difference between:
- Building apps in the 1960s
- Building the OS, file system, and memory model that every future app relies on

Core Commitments

Structure Before Heuristics
SIL prioritizes explicit structure over statistical inference. Structure decides, heuristics only propose.

Provenance Everywhere
Every transformation produces a provenance record. No silent changes.

Determinism When Promised
If an operation claims to be deterministic, the system ensures it.

Meaning Must Be Explicit
Every meaningful object must be represented as a typed, inspectable semantic structure.

Long-Lived Artifacts
SIL builds infrastructure meant to last decades, not chase quarterly trends.

Where to Go Next

For the Story

Founder's Letter — Why SIL was built, the vision, and what we're inviting you to help build

For the Personal Vision

Founder Background — Working systems, production metrics, and track record
Influences & Acknowledgments — The thinkers and traditions that shaped SIL

For the Philosophy

Manifesto — The philosophical foundation
Principles — 14 foundational constraints that define SIL

For the Technical Depth

Technical Charter — Formal specification with invariants and guarantees
Semantic OS Architecture — 7-layer architecture from memory to interfaces

For the Tools

Reveal — Code structure navigation
Agent Help Standard — Strategic guidance for agents
GenesisGraph — Verifiable provenance
Morphogen — Unified computational substrate

For Collaborators

FAQ — Common questions answered
GitHub — How to join us

The Bell Labs of AI

SIL stands in the lineage of foundational systems work — not building products, but building the substrate that makes future systems possible.

Built by one person over two years, inspired by:
- Alan Turing — computation, emergence, morphogenesis
- K&R + UNIX — clarity, composability, simplicity as power

This is infrastructure work. Long-term work. Work that matters.

If this resonates with you — welcome.


Semantic Infrastructure Lab
Building the semantic substrate for the next generation of human-machine reasoning.

Email | GitHub | Website