Your AI sees everything.
Not just what you said.
In Vibe Coding, AI's context is a black box — you don't know what it assumed. In OpenLogos, every decision lives in a document. Reviewable. Reproducible. Cumulative.
Black box vs. open book
Everything lives in logos/
A structured directory where every phase's output becomes the next phase's input — all in human-readable formats.
Three properties that change everything
Reviewable
Every piece of information AI uses is written in Markdown, YAML, or JSON. You can read, audit, and correct any assumption before code is generated.
Reproducible
Same documents → same context → consistent AI output. Switch AI tools, switch team members — the result stays predictable because the context is explicit.
Cumulative
Documents are project knowledge assets. Decisions never get lost. New team members read the docs and understand the full history — no tribal knowledge needed.
AGENTS.md — AI's GPS
When AI opens your project, it reads AGENTS.md first. This file tells it where you are, what to read, and what rules to follow.
logos/resources/ to find current phaseExplore the foundation
See the engineering theory behind the methodology.