Context-Is-Architecture Thesis
- Entity ID:
ent-20260419-b4c5d6e7f8a9 - Type:
concept - Scope:
shared - Status:
active - Aliases: prompt-context-as-architecture, HN quality-debate synthesis
Description
Thesis elevated in the HackerNews code-quality debate (item 47665285) that with foundation-model-driven products, 'the prompt context is the architecture' — CLAUDE.md, system prompt, skills, and hooks are the actual architecture; the TypeScript source is merely the execution substrate. Traditional code-quality metrics (cyclomatic complexity, file size, test coverage) measure the wrong layer. Observability into prompt-context lineage is more important than underlying code structure for LLM-driven products.
Key claims
- Context is the architecture: LLM products' real architecture is prompt-side, not code-side
Relations
- Context-Is-Architecture Thesis --[related_to]--> System Prompt Assembly