docs: introduce MEOW acronym (Molecular Expression Of Work)
This commit is contained in:
@@ -355,9 +355,12 @@ rig/
|
|||||||
| Process termination | Burn (discard) or squash (save state) |
|
| Process termination | Burn (discard) or squash (save state) |
|
||||||
| IPC | Mail beads |
|
| IPC | Mail beads |
|
||||||
|
|
||||||
## Molecules: Composable Workflow Templates
|
## Molecules: Composable Workflow Templates (MEOW)
|
||||||
|
|
||||||
Molecules are **crystallized, composable, nondeterministic-idempotent workflow templates**. They encode structured workflows that any worker can execute, with full auditability and the ability for any worker to pick up where another left off.
|
**MEOW** - **M**olecular **E**xpression **O**f **W**ork. Molecules are **crystallized,
|
||||||
|
composable, nondeterministic-idempotent workflow templates**. They encode structured
|
||||||
|
workflows that any worker can execute, with full auditability and the ability for
|
||||||
|
any worker to pick up where another left off.
|
||||||
|
|
||||||
### Core Concepts
|
### Core Concepts
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
> searching for its purpose."*
|
> searching for its purpose."*
|
||||||
|
|
||||||
Gas Town is a **work composition and execution engine**. This document describes
|
Gas Town is a **work composition and execution engine**. This document describes
|
||||||
the chemical algebra for expressing, instantiating, and executing work at any
|
**MEOW** - the **M**olecular **E**xpression **O**f **W**ork - a chemical algebra
|
||||||
scale - from single tasks to massive polymers that can grind through weekends
|
for expressing, instantiating, and executing work at any scale, from single tasks
|
||||||
of autonomous operation.
|
to massive polymers that can grind through weekends of autonomous operation.
|
||||||
|
|
||||||
**Core insight**: Structure is computation. Content is cognition. They're separate.
|
**Core insight**: Structure is computation. Content is cognition. They're separate.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Molecule Algebra: A Composition Language for Work
|
# Molecule Algebra: A Composition Language for Work (MEOW)
|
||||||
|
|
||||||
> Status: Design Spec v1 - December 2024
|
> Status: Design Spec v1 - December 2024
|
||||||
>
|
>
|
||||||
@@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This document defines the **Molecule Algebra** - a declarative language for
|
This document defines **MEOW** - the **M**olecular **E**xpression **O**f **W**ork -
|
||||||
composing, transforming, and executing structured work. The algebra enables
|
a declarative algebra for composing, transforming, and executing structured work.
|
||||||
mechanical composition of workflows without AI, reserving cognition for
|
The algebra enables mechanical composition of workflows without AI, reserving
|
||||||
leaf-node execution only.
|
cognition for leaf-node execution only.
|
||||||
|
|
||||||
**Key insight**: Structure is computation. Content is cognition. They're separate.
|
**Key insight**: Structure is computation. Content is cognition. They're separate.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user