Skip to content

Research: context-sensitive axiom amplification — epigenetic tagging for task-type routing #72

@AccessiT3ch

Description

@AccessiT3ch

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:

  1. 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
  2. Task-type selectors in AGENTS.md — a lookup table mapping task keywords to axiom amplification hints, referenced in the session-start ritual
  3. 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

  • D1 — Comparison of three mechanisms (metadata / AGENTS.md selector / script); recommendation with rationale
  • D2 — Proof-of-concept implementation of recommended mechanism in ≥1 agent file or AGENTS.md
  • D3 — Findings documented in docs/research/values-encoding.md §5 (OQ-VE-2 resolution) or new section
  • D4 — If a script is produced: tests with ≥80% coverage

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions