Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# materialize

A phased read-manifest becomes an isolated, audited workspace with a
fail-closed provenance record of every file inside. The
[red-team protocol](PROTOCOL.md) shows how to use that boundary for cold
attackers.

> **ma•te•ri•al•ize**
>
> verb | məˈtirēəˌlīz |
Expand All @@ -8,22 +15,16 @@
> (of a ghost, spirit, or similar entity) appear in bodily form: he plays a teenager whose make-believe friend materializes.
>- [with object] cause to appear in bodily or physical form: a medium, she was reputed to materialize substances.

---

> A phased read-manifest in, a real **isolated, audited environment** out — with a
> fail-closed provenance record of exactly what's inside. Declarative coldness by
> construction.

The general capability: turn a *declaration* of "what may be present" into a concrete,
standing workspace that contains exactly that and provably nothing else. Its **first job**
was red-team coldness — sealing an attacker away from a system's design discussion so its
blind spots are its own. The **second proven shape is constructive**: a cold *builder* seat
([`construct`](https://github.com/stack-research/construct)'s EFC calibration machinery,
([`construct`](https://github.com/alignment-farm/construct)'s EFC calibration machinery,
2026-07-12/13) implementing against a sealed spec
inside a workspace that simply does not contain the design discussion, the evidence, or the
facts it must not touch. Same spine, opposite role — the tool is not *about* red-teaming.

Sibling pattern is [`substrate`](https://github.com/stack-research/substrate): a small tool, used in anger immediately, that
Sibling pattern is [`substrate`](https://github.com/alignment-farm/substrate): a small tool, used in anger immediately, that
becomes infrastructure. The lab's way: prove a capability in one concrete job, then lift it
out as its own thing.

Expand Down