OPEN SOURCE BY Enric
We Build the Tools We Wished Existed
Enric is an engineering studio behind three open source projects โ an autonomous coding orchestrator, a browser-to-API recon pipeline, and a small-model code-generation framework. No product to buy. No login required. Just the tools, on GitHub.
Built and maintained in the open โ every guarantee below is enforced in code you can read.
- Open Source Projects
- 3
- Vendor Lock-In
- 0
- Auditable Source
- 100%
Our Open Source Projects
Leerie
The autonomous task driver for Claude Code
- Evidence-gated confidence is the only hard gate before a worker's code counts as done
- Isolated git worktrees keep parallel subtasks from ever colliding
- Resumable by design โ a reboot, rate limit, or Ctrl-C loses nothing
Beacon
Small models, senior-level code โ grounded in how programmers read
- AST-aware indexing with dependency and call-graph analysis
- Four cognitive modes โ recognize, comprehend, design, forage
- Risk reporting surfaces viscosity, hidden dependencies, and bus-factor concentration
How Leerie Works
The model writes code. The program runs everything else.
Leerie classifies a task, decomposes it into right-sized subtasks, and hands each one to an isolated worker in its own git worktree. Every worker's output is JSON-schema-validated and self-gated on evidence-anchored confidence before the orchestrator โ ordinary Python, not another model โ decides the run is done.
- 1
Program, not agent
Phases, wave scheduling, retries, and merge logic are ordinary Python โ real loops and conditionals that cannot drift, deciding when work is done instead of letting a model declare it.
- 2
No silent failures
Every worker's output is JSON-schema-validated before the orchestrator acts on it โ malformed output or a confident hallucination can't push the system into an undefined state.
- 3
Confidence is the only hard gate
Each implementer clears domain-specific evidence gates โ file-and-line citations, reproductions, falsification attempts โ before a confidence score of 9 or higher is trusted.
- โEvidence-gated confidence is the only hard gate before a worker's code counts as done
- โIsolated git worktrees keep parallel subtasks from ever colliding
- โResumable by design โ a reboot, rate limit, or Ctrl-C loses nothing
How Beacon Works
A cognitive loop, not a bigger model.
Beacon indexes a codebase into an AST with dependency and call-graph analysis, then cycles a task through four cognitive modes modeled on how expert programmers actually build understanding of unfamiliar code โ producing a reviewable diff without requiring a frontier-scale model.
Recognize, comprehend, design, forage
Beacon cycles through four cognitive modes โ recognize, comprehend, design, forage โ modeled on how expert programmers actually build understanding of unfamiliar code.
Metacognitive self-calibration
A metacognitive layer tracks bias, calibrates confidence, and escalates a knowledge_request when Beacon genuinely lacks the context to proceed.
Judged, GREEN-tier routing
Only call types that scored 91-100% factual accuracy in a 296-call LLM-as-judge audit (July 2026) are routed to a smaller model โ everything else stays on the primary model.
Get Running in Under a Minute
Every project ships as a real, working install โ no waitlist, no signup, just a command.
Leerie
One command installs the CLI and sets up the container runtime for you.
curl -fsSL https://raw.githubusercontent.com/enricai/leerie/main/scripts/install.sh | bashBeacon
Beacon's repository isn't public yet โ the deep dive above covers how it works.
Coming SoonBuilt Different, By Design
Three projects, one philosophy: replace supervision with evidence. Here's how each one stacks up against a named alternative.
Leerie
Beacon
THE ENRIC APPROACH
Why These Three Projects Matter
Every Enric project starts from the same non-negotiables.
Evidence over assertion
Confidence scores are backed by falsifiers, citations, and reproductions โ never a model's self-report.
Deterministic control flow
Real loops and conditionals decide what happens next in every project โ not a model narrating its own plan.
Built to run unattended
Resumable state, isolated execution, and graceful fallback mean a reboot, rate limit, or site change never loses work.
Open source, auditable
Every one of these projects ships its source โ you can read exactly how the guarantees above are enforced.
Contribute, Star, or Just Follow Along
These are living projects. Issues, pull requests, and questions are welcome on every repo โ no account or login required to read the source.
