Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 4.06 KB

File metadata and controls

33 lines (24 loc) · 4.06 KB

Primary Sources

The 0.2.0 harness update and subsequent Lovable compatibility work were researched on 2026-07-17. These sources inform the repository design; they are not loaded by the runtime skill.

OpenAI

Anthropic

Lovable

Practitioner And Reference Implementations

  • Andrej Karpathy, autoresearch, 2026-03: fixed evaluator, bounded trials, one mutable surface, one metric, and keep/discard iteration. This is a reference implementation, not evidence that the pattern generalizes to durable product code.
  • Mitchell Hashimoto, My AI Adoption Journey, 2026-02-05: turn recurring agent mistakes into repository guidance or deterministic tools. Practitioner experience.
  • Armin Ronacher, The Coming Loop, 2026-06-23: autonomous loops work well for experiments, ports, research, and mechanically verifiable tasks, with caution for long-lived code. Practitioner judgment.