π What OriGen really is¶
If youβve ever built, maintained, or debugged modern workflows, this page is written for you.
OriGen is not a publishing tool, a CI helper, a workflow wrapper, or a clever YAML transpiler.
OriGen is a deterministic workflow compiler β the first system that treats workflows the same way programming languages treat code: explicit, immutable, analyzable, translatable, and reproducible.
Everything else in the docs is just the surface expression of that.
π§± What this architecture makes unavoidable¶
- Explicit, pinned toolchains (Navigators) β nothing can drift
- Immutable resources (Backpacks) β execution cannot smuggle state
- Pure planning β zero execution paths inside the Compass
- A backend-neutral Route (IR) β frozen, complete, portable
- Guides translate, never execute β execution occurs outside the trust boundary
π‘ The unvarnished claim between the lines¶
OriGen quietly solves the unsolved problem in modern computing:
You cannot reason about a workflow until you can describe it fully, deterministically, and independent of runtime.
Everyone else starts from execution. OriGen starts from intent.
This is not βanother DevOps tool.β It is the missing substrate between Git and execution systems.
And that is why the following fall out of the model automatically:
β Cheap zero-trust¶
Because thereβs nothing left to verify
β Automatic Digital Provenance¶
Because determinism makes provenance reconstructable from Git alone
β Downsweep (org-wide reverse dependency analysis)¶
Because all toolchains and resources are content-addressed
β Cross-domain applicability¶
Because the model defines workflow grammar, not workflow semantics
π§ The thing we are actually building¶
OriGen is the first system that treats workflows as compilable artifacts.
In other words:
OriGen is LLVM for workflows.
Maps = source Compass = compiler Route = IR Guides = backend code generators Backpacks/Navigators = linked libraries Backends = runtimes
Nobody else has ever drawn the boundary here.
Thatβs why it feels simultaneously obvious and revolutionary.
Project Status¶
Early stage, but conceptually solid.
Upfront clarity, downstream simplicity is OriGenβs official motto. We front-load the architecture intentionally so the implementation can proceed without churn.