Research Question
How should the endogenic system amplify different axioms for different task contexts — and what is the minimal viable mechanism to implement this without new infrastructure?
Context
The current system treats all three axioms as equally active in all contexts. The values-encoding synthesis (H5 / Gap identified) notes this as a gap: no equivalent of DNA regulatory regions (promoters/enhancers) exists in the endogenic substrate.
The biological analog: in different cell types, different genes are amplified by regulatory regions even though all cells carry the same genome. The endogenic equivalent:
- Research/scouting tasks → amplify Endogenous-First (fetch before act; read prior scratchpads before scouting)
- Commit/release tasks → amplify Documentation-First (Documentation-First principle)
- Script-writing tasks → amplify Algorithms Before Tokens (programmatic-first; encode the solution)
- Local inference tasks → amplify Local Compute-First
This is sometimes called "epigenetic tagging" for the instruction substrate.
Scope
Survey three possible implementation mechanisms and produce a recommendation:
- Agent-file metadata — a YAML frontmatter field
amplify: [endogenous-first] that the VS Code mode/instruction layer uses to add emphasis to the relevant axiom block at session start
- Task-type selectors in AGENTS.md — a lookup table mapping task keywords to axiom amplification hints, referenced in the session-start ritual
- Context amplifier script — a
scripts/amplify_context.py that prepends the relevant axiom block in amplified form to the session scratchpad start based on detected task type
Also survey: does Constitutional AI's per-task constitution variant (Bai et al. 2022) provide an applicable pattern here?
Gate Deliverables
Related Issues
- Source research:
docs/research/values-encoding.md §5, OQ-VE-2; H5 gap ("regulatory regions")
- Companion: OQ-VE-1 (drift detection — detection without amplification is incomplete)
- Milestone: Value Encoding & Fidelity
Research Question
How should the endogenic system amplify different axioms for different task contexts — and what is the minimal viable mechanism to implement this without new infrastructure?
Context
The current system treats all three axioms as equally active in all contexts. The values-encoding synthesis (H5 / Gap identified) notes this as a gap: no equivalent of DNA regulatory regions (promoters/enhancers) exists in the endogenic substrate.
The biological analog: in different cell types, different genes are amplified by regulatory regions even though all cells carry the same genome. The endogenic equivalent:
This is sometimes called "epigenetic tagging" for the instruction substrate.
Scope
Survey three possible implementation mechanisms and produce a recommendation:
amplify: [endogenous-first]that the VS Code mode/instruction layer uses to add emphasis to the relevant axiom block at session startscripts/amplify_context.pythat prepends the relevant axiom block in amplified form to the session scratchpad start based on detected task typeAlso survey: does Constitutional AI's per-task constitution variant (Bai et al. 2022) provide an applicable pattern here?
Gate Deliverables
docs/research/values-encoding.md§5 (OQ-VE-2 resolution) or new sectionRelated Issues
docs/research/values-encoding.md§5, OQ-VE-2; H5 gap ("regulatory regions")