Three Meta-Patterns of Claude Code
- Entity ID:
ent-20260423-e005f100000c - Type:
concept - Scope:
private - Status:
active
Description
The design guide's meta-synthesis across the six decisions: (1) graduated layering over monolithic mechanisms (safety, context, extensibility all use stacked independent stages), (2) append-only designs favoring auditability over query power, (3) model judgment within a deterministic harness (the 1.6%/98.4% ratio is not accidental). Provides a compact lens for evaluating any agent's design stance.
Key claims
- none yet
Relations
- Three Meta-Patterns of Claude Code --[describes]--> Claude Code