RedinGhost's picture
Publish curated reproducibility artifact
c406af5 verified
|
Raw
History Blame Contribute Delete
2.55 kB
metadata
license: cc-by-4.0
language:
  - en
pretty_name: Governed Skill Evolution from Persistent Agent Experience
size_categories:
  - n<1K
tags:
  - ai-agents
  - agent-skills
  - persistent-memory
  - ablation
  - cross-model-transfer
  - reproducibility
configs:
  - config_name: replicate_results
    data_files:
      - split: train
        path: data/replicate_results.jsonl
  - config_name: aggregate_results
    data_files:
      - split: train
        path: data/aggregate_results.jsonl
  - config_name: skill_impact_ledger
    data_files:
      - split: train
        path: data/skill_impact_ledger.jsonl

Governed Skill Evolution from Persistent Agent Experience

Prospective ablation and cross-model transfer study of three experience-retention conditions for governed Agent Skill evolution: no persistent history, flat chronological history, and a persistent Pattern Registry with a forward-chained Skill Impact Ledger.

Viewer subsets

  • replicate_results: 9 rows, one per condition and replicate.
  • aggregate_results: 3 condition-level descriptive summaries.
  • skill_impact_ledger: 36 compact ledger entries. The full verified ledger, including digest material, remains under results/.

Main result

Persistent Wiki did not outperform flat history on task quality in this setting. It used fewer input tokens and produced a larger target-model Skill gain, but had lower final task quality and more rollbacks. The release therefore preserves negative and mixed results rather than treating persistent state as automatically beneficial.

Evidence boundary

This is prospective descriptive evidence for one synthetic deterministic grader, three replicate sequences, and two Codex model versions in one model family. It is not a causal provider comparison, safety certification, or broad claim about Agent performance.

Source code and machine-readable protocols are Apache-2.0. The manuscript, documentation, result tables, figures, and release metadata are CC BY 4.0; see CONTENT-LICENSE.md.