c6e14c5928
- LANDVEX_PLATFORM_ARCHITECTURE.md: Five Engines (Reality, Knowledge, Decision, Mission, Economic) - Credit: first-class economic object with types (mission, validation, training, priority, emergency) - IntelligenceLedger: tracks value creation separate from financial accounting - KnowledgeGap: missing information that drives missions - Hotspot: composite score for mission generation - Contradiction: conflicting information as opportunity Key principle: Every component answers 'What value is created here? Who pays for it?' Next: PR-005A — Minimal Mission Import UI for MVP-0
42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
# ADR-012: Economic Engine
|
|
|
|
## Status
|
|
Accepted
|
|
|
|
## Context
|
|
LandveX is not just an image analysis platform. It is an economic control system for control intelligence. Every component must answer: What value is created here? Who pays for it?
|
|
|
|
## Decision
|
|
Model Credits as first-class objects with types:
|
|
|
|
- **Mission Credits** — fund data collection
|
|
- **Validation Credits** — pay for human review
|
|
- **Training Credits** — fund AI model training
|
|
- **Priority Credits** — expedite processing
|
|
- **Emergency Credits** — handle urgent cases
|
|
|
|
## Intelligence Ledger
|
|
|
|
Separate from financial accounting:
|
|
|
|
| Field | Description |
|
|
|-------|-------------|
|
|
| Mission | Which mission |
|
|
| Budget | Credits allocated |
|
|
| Credits Reserved | Committed |
|
|
| Credits Consumed | Spent |
|
|
| Knowledge Produced | Observations created |
|
|
| Decision Produced | Verified decisions |
|
|
| Business Impact | Measured value |
|
|
| ROI | Return on investment |
|
|
|
|
## Key Questions
|
|
|
|
- How many kronor did this verified Decision Case cost?
|
|
- Which municipality gives highest knowledge return per invested krona?
|
|
|
|
## Related
|
|
|
|
- ADR-011: Four-Layer Data Architecture
|
|
- LANDVEX_PLATFORM_ARCHITECTURE.md
|