Skip to content

SOTA: attribute failure before mutating planning memory, execution memory, or skills #73

Description

@ruvnet

Finding

Two 2026-09-02 results converge on a useful self-improvement invariant.

CHIME, arXiv:2609.02074, separates planning and execution memory, attributes outcome to planning, execution, both, or neither, then mutates only the implicated bank. The originating team reports average gains of 2.96 and 3.68 absolute percentage points over the strongest baseline on two backbones while retaining 129 memories versus 3,585 for a strong baseline.

MASkills, arXiv:2609.02094, EMNLP 2026 Findings, decomposes multi-agent behavior into individually addressable skills and applies typed Induct, Refine, Consolidate, and Prune operations with held-out validation. The public implementation is MIT licensed.

Claim class: originating-team measured. MASkills has open implementation; CHIME code availability is not treated as independently verified here.

RuV hypothesis

Dream Machine should not mutate a global memory or skill library after every failure. It should first localize the failure to a stage and artifact, then mutate only that bounded surface.

Proposed hierarchy:

trajectory -> stage credit -> artifact credit -> one typed mutation -> held-out validation -> keep or rollback

Stages: planning, execution, retrieval/memory, tool interface, evaluator/infrastructure.

Artifacts: skill, planning memory, execution memory, context policy, router rule, harness code.

Experiment

Compare four fixed-budget conditions:

  1. current Dream Machine selection and mutation
  2. deterministic stage taxonomy before mutation
  3. model-based stage attribution plus skill-level credit
  4. hierarchical stage plus artifact attribution with typed operators

Hold model, tasks, seeds, tool versions, evaluator, total model tokens, wall budget, and promotion criteria fixed.

Metrics

Held-out task success, attribution agreement, false attribution, number of mutated artifacts, rollback rate, memory/skill count, token cost, wall time, model cost, protected slice regressions, evaluator mutations, and authority violations.

Falsification

If the deterministic stage taxonomy performs within variance of model-based attribution, prefer the deterministic mechanism. If attribution reduces mutation volume without improving held-out outcomes or cost, record the negative result and stop.

Promotion

Require at least 5 absolute percentage points higher held-out success at matched total cost, or equal success within 2 points with at least 30% fewer mutated artifacts and 20% lower evaluation cost. No evaluator mutation, no authority expansion, and no protected slice regression above 2 points.

Independent reproduction is tracked in MetaHarness #278.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions