Skip to content

Built by Agents

TheEngOrg was built using its own framework. Every commit went through the same CAD workflow that ships to users — leadership review, test-first development, code review gates, and automated deployment.

By the Numbers

MetricValue
Commits shipped150+
Lines written by agents220,000+
Tests passing2,300+
Code coverage99%+ enforced
Major releasesv1.0 → v4.1
Net lines in v2.1-6,900 (more features, less code)

The Self-Improvement Loop

TheEngOrg runs a daemon on a Mac Mini that processes its own GitHub issues 24/7. The daemon:

  1. Polls for issues labeled mg-daemon
  2. Triages each ticket (scope, clarity, feasibility, safety)
  3. Plans workstreams via the leadership team
  4. Writes tests, implements, reviews — the full CAD cycle
  5. Creates draft PRs for human review

The framework improves itself autonomously. Human review is the final gate.

Real Example: Architecture Decision in 18 Minutes

When the team needed to decide whether to keep the MCP server or switch to CLI-primary architecture:

  • Minute 0 — Question asked
  • Minute 2 — 3 research agents deployed in parallel
  • Minute 8 — Research complete: old system had 10-32x higher costs, 72% reliability vs 99%+
  • Minute 10 — Leadership review (CEO, CTO, Eng Dir in parallel)
  • Minute 18 — Decision made, PRD and technical design written, build phase began

The resulting release removed 80+ dependencies and 6,900 lines of code while adding new features.

What Agents Wrote Today

The daemon processes tickets continuously. Recent autonomous work includes:

  • Security domain reference files (web, systems, cloud, crypto)
  • Triage gate wiring and configuration
  • CLI command reference documentation
  • Framework glossary
  • Coverage hardening across test suites

Every PR linked to a [GH-*] prefix in the commit history was created by the daemon.

Built with Claude Code