
learn-agent
A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
It addresses fundamental reliability issues in agentic coding—memory collapse, hallucinated certainty, and attention smear—by providing a structured dual-loop workflow with durability and verification, achieving 90% first-pass success in benchmarks versus 0% for ad-hoc prompting.
A human-in-the-loop control plane for reliable agentic coding—plan, challenge, implement, verify, and preserve progress.
Similar projects matched by category, topics, and programming language.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.