ワンクリックで
evolve
Evolve this harness with Darwin Mode — frozen model, evolving harness (real, sandboxed, safety-gated).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evolve this harness with Darwin Mode — frozen model, evolving harness (real, sandboxed, safety-gated).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Turn a feature request into a minimal, file-level implementation plan before any code.
Create and run custom background analysis workers with composable phases. Use when you need automated code analysis, security scanning, pattern learning, or API documentation generation.
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform
| name | evolve |
| description | Evolve this harness with Darwin Mode — frozen model, evolving harness (real, sandboxed, safety-gated). |
timesfm-harness ships with Darwin Mode (@metaharness/darwin, ADR-070…146): the model
is frozen; the harness evolves. Each generation mutates ONE of the 7 surface files
(planner, contextBuilder, reviewer, retry/tool/memory/score policy), sandboxes each
child, scores it, and keeps only variants that measurably improve — building an
archive of successful descendants.
npm run evolve # real substrate: runs your test command per variant (deterministic mutator — no API key, no network)
npm run evolve:dry # mock substrate: fast, fully offline, no test execution
Or directly:
npx metaharness-darwin evolve . --sandbox real --generations 3 --children 4
validateGeneratedCode gate: no new imports, network,
filesystem, shell, env access, or dependencies — pure refactor/tuning only.See @metaharness/darwin for selection strategies (--selection, --crossover,
--curriculum), statistical gates (--fdr, --bench), and the real-LLM mutator (library API).
Defaults worth carrying into how you evolve and run this harness (full evidence + CIs in
@metaharness/darwin's LEARNINGS.md / bench/results/RESULTS.md):