Mutating and Evaluating Trajectory Harnesses: a coding agent that remembers its failures, budgets its moves, compiles its own tools mid-session, and rewrites its own harness overnight. self-improving without the psychosis.
TypeScript
1
4,531 commits
updated Sep 16, 2026
prime meth — the mutating evolutionary trajectory harness. a coding agent that runs qwen3.8-flash-next locally on apple silicon with the model's native multi-token prediction, wrapped in a harness that learns from its own trajectories and improves itself from execution traces.
qwen3.8-flash-next is a multimodal moe and an early preview of the qwen4 architecture, now open-weight: 125b parameters + 51b n-gram embeddings, with just 6b activated per token. unmatched cost-efficiency.
what prime meth does with it:
measured prefill and decode tokens/sec across the 4k → 1m context ladder, mtp on and off, land here as they are produced.
built on a vendored prime agent workspace — an rlm-native terminal coding and research harness — with four research systems integrated behind one typescript extension and one python cli (the cli is called synth):
the full loop runs end to end (scripts/synth-demo.sh): a lesson distilled from a failure is retrieved in the next session; budgets are visible and enforced; the verifier pivots a failing attempt; the optimizer lands a gated commit; a compiled skill is promoted and invoked.
setup: scripts/setup-offline.sh · docs: docs/synth/ · decisions journal: DECISIONS.md
(top 30 of 216)
TypeScript
90.0%
Python
7.2%
JavaScript
1.6%
Shell
1.0%
Mutating and Evaluating Trajectory Harnesses: a coding agent that remembers its failures, budgets its moves, compiles its own tools mid-session, and rewrites its own harness overnight. self-improving without the psychosis.
TypeScript
1
4,531 commits
updated Sep 16, 2026
prime meth — the mutating evolutionary trajectory harness. a coding agent that runs qwen3.8-flash-next locally on apple silicon with the model's native multi-token prediction, wrapped in a harness that learns from its own trajectories and improves itself from execution traces.
qwen3.8-flash-next is a multimodal moe and an early preview of the qwen4 architecture, now open-weight: 125b parameters + 51b n-gram embeddings, with just 6b activated per token. unmatched cost-efficiency.
what prime meth does with it:
measured prefill and decode tokens/sec across the 4k → 1m context ladder, mtp on and off, land here as they are produced.
built on a vendored prime agent workspace — an rlm-native terminal coding and research harness — with four research systems integrated behind one typescript extension and one python cli (the cli is called synth):
the full loop runs end to end (scripts/synth-demo.sh): a lesson distilled from a failure is retrieved in the next session; budgets are visible and enforced; the verifier pivots a failing attempt; the optimizer lands a gated commit; a compiled skill is promoted and invoked.
setup: scripts/setup-offline.sh · docs: docs/synth/ · decisions journal: DECISIONS.md
(top 30 of 216)
TypeScript
90.0%
Python
7.2%
JavaScript
1.6%
Shell
1.0%