optimization-loop
FeaturedThe optimizer brain for the ladder-foundry pretraining loop. Runs the two-level nested batch loop, delegates gating to gate_eval, attributes a failing batch to one weight (attribute-first), and recovers from disk after compaction. Control flow is fully scripted; only the backprop attribution is a judgment call.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- yogsoth-ai
- Repository
- yogsoth-ai/de-anthropocentric-research-engine
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- HTML
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
loop-experiment
Run a Karpathy-loop / autoresearch-style optimization experiment on any task with measurable fitness. Bounds the loop with the stack's discipline (fitness-function gating, branch/worktree isolation, anti-slop, audit logging). Use when running prompt evolution, code optimization, content A/B testing. anywhere with a stable measurable metric and cheap iteration.
optimize-loop
OPTIMIZE mode driver (CLAUDE.md §15) — performance work, measure-first. No fix without a number; revert any change that doesn't prove a real gain. REQUIRES observability (§12) to already exist. Use when the user says "optimize", "make it faster", "perf", "it's slow", "reduce latency/cost".
loop
Iterative improvement loop — refine a target across multiple Algorithm cycles toward ideal state. USE WHEN loop, iterate, refine, multiple passes, keep improving, revisit, rework.