Version control is one of software engineering’s greatest inventions.
It tells us exactly what changed and when.
But it rarely answers why.
As AI becomes part of everyday development, this missing layer becomes increasingly important.
Large language models don’t just need source code.
They need engineering intent.
Imagine asking:
- Why was this module introduced?
- Which design decision does this file depend on?
- Is this assumption still valid?
- What event would invalidate this architecture?
- Which previous discussion led to this implementation?
These questions require more than Git history.
They require structured reasoning history.
Contorium explores this idea by maintaining a cognitive layer alongside the repository.
Instead of viewing project knowledge as documentation that slowly becomes outdated, it models evolving engineering intelligence through linked artifacts representing intent, decisions, impacts, confidence and project state.
The objective isn’t to replace Git.
Git remains the source of truth for code.
Contorium aims to become the source of truth for engineering reasoning.
As AI development workflows mature, preserving thinking may become just as important as preserving code.
https://www.contorium.dev/
https://github.com/ContoriumLabs/contorium
Top comments (0)