| title | Waveframe Labs Organization Overview | ||||||
|---|---|---|---|---|---|---|---|
| filetype | documentation | ||||||
| type | non-normative | ||||||
| domain | infrastructure | ||||||
| version | 1.3.0 | ||||||
| doi | N/A | ||||||
| status | Active | ||||||
| created | 2026-03-04 | ||||||
| updated | 2026-04-01 | ||||||
| author |
|
||||||
| maintainer |
|
||||||
| license | CC-BY-4.0 | ||||||
| copyright |
|
||||||
| ai_assisted | partial |
What actually stops an AI system from executing a bad decision?
Most systems:
- detect issues
- log them
- or audit after the fact
But by the time that happens, the action has already executed.
Waveframe Labs builds systems that decide whether an action is allowed to execute — before it happens.
pip install cricoreCRI-CORE evaluates a proposed action and returns:
commit_allowed = true | false
true→ action executesfalse→ action is blocked
👉 This is the execution decision boundary.
You can run CRI-CORE alone, or as part of a simple pipeline:
pip install cricore-proposal-normalizerConverts an action into a structured input.
pip install cricore-contract-compilerCompiles roles, approvals, and constraints into enforceable contracts.
pip install cricoreDeterministically decides if the action executes.
Finance scenario
An AI proposes moving $2M between cost centers.
Without enforcement: → action executes
With CRI-CORE: → blocked due to missing approval
👉 See: governed-finance-mutation-demo
This organization provides the infrastructure required to control execution:
- enforcement tooling
- input normalization
- contract compilation
- validation utilities
- working demonstrations
The goal is simple:
no action executes unless it passes validation
CRI-CORE is the final step before execution.
It does not:
- generate actions
- interpret meaning
- make policy decisions
It only answers:
Does this action execute or not?
These layers support enforcement but are not required to get started:
- Stamp — validates artifacts and metadata
- AWO — workflow structure
- ARI / NTS — governance and disclosure rules
Repositories in this organization show real execution control:
- blocked financial actions
- governed state transitions
- validation failures
Each demo shows:
an action either executes — or it doesn’t
| Component | Purpose |
|---|---|
| CRI-CORE | Execution decision layer |
| Contract Compiler | Converts rules into enforceable contracts |
| Proposal Normalizer | Structures actions for evaluation |
| Stamp | Validates artifacts |
| Category | License |
|---|---|
| Tooling & Code | Apache 2.0 |
| Documentation | CC BY-NC-SA 4.0 |
| Governance & Methods | CC BY 4.0 |
Website — https://waveframelabs.org ORCID — https://orcid.org/0009-0006-6043-9295 Contact — swright@waveframelabs.org
