AI makes execution fast. I built the operating layer that makes it trustworthy.
CalvinOS turns product evidence into reviewable work without collapsing source truth, human judgment, external authority, and verification into one opaque “agent completed” state.
Inspect the real workflow- 01Route sources
- 02Build artifact
- 03Gate authority
- 04Verify truth
Only accepted facts become durable context.
- Role
- Designer and builder
- Scope
- Orchestration, source routing, review, verification
- Status
- Actively used internal system
- Proof
- Real workflow + 11-test runnable reference
Technical surface
- Agent routing
- MCP integrations
- Approval gates
- Validators and audit trail
When output gets cheap, coordination debt gets expensive.
Agentic coding made it possible to research, draft, implement, and verify work much faster. It also made a dangerous failure mode easier: an agent could produce a plausible result while using stale context, crossing an authority boundary, or promoting an unverified claim.
The hard problem was no longer making an agent perform a task. It was keeping accelerated actions aligned with the right source, exact scope, review state, and owner.
I built CalvinOS as a human-readable operating layer. Product repositories still own implementation truth. Live systems still own dynamic state. CalvinOS routes evidence, creates review artifacts, records decisions, and promotes only accepted facts into durable context.
One Product Content Ops workflow, opened state by state.
The trace follows one real kardfolio campaign across its production, review, approval, and reconciliation records. Private details are removed; the sequence, outcomes, authority boundary, and evidence gaps are preserved.
Content approval, native scheduling, and publication evidence remained separate states. CalvinOS reconciled the confirmed external action; it did not perform it.
I tested the authority boundary as code, not a promise.
A small, dependency-free TypeScript reference isolates how deterministic policy, exact approval, tool failure, and replay should behave around untrusted input.
- Test coverage
- 11 / 11 boundary tests passed
- Exact approval
- Action, payload digest, destination, and revision must match
- Untrusted input
- Cannot add tools, permissions, or downstream actions
- Runtime evidence
- Terminal state, validation, side effects, and replay are recorded
One synthetic workflow, opened at the control points that matter. No message was sent, content published, or external system changed.
- 01Blocked
Approval missing
Policy passed. Execution stayed unavailable with zero side effects.
- 02Failed
Synthetic tool failure
The approved call failed, recorded zero side effects, and became replayable.
- 03Replay succeeded
Linked recovery
The replay preserved its source run and recorded one simulated in-memory effect.
Scope, not a production claim. The reference uses an in-memory ledger and synthetic executor. It does not claim authentication, tenant isolation, signed approvals, durable storage, or distributed idempotency.
The useful test was what happened when a boundary failed.
A local capture inherited an external analytics configuration.
Synthetic test events left the intended local boundary.
The workflow preserved the affected scope and incident state.
It did not hide the failure behind a successful content artifact.
Cleanup required separate authority.
The system refused to self-delete external data without approval.
The incident exposed a missing precondition: local synthetic capture must first prove external analytics are disabled. Cleanup remains a distinct, auditable action.
The labels change. The control model transfers.
Repositories and live systems still own truth. Tickets and review artifacts make exact work inspectable. Approvals grant narrow authority. Release evidence records what actually happened.
- Source ownerRepositories and live systems own the facts.
- Review surfaceTickets, pull requests, and design reviews expose exact work.
- Authority gateApproval covers a named action, not every downstream effect.
- VerificationRelease records preserve both confirmed effects and open gaps.