Technology · Autonomous Systems·Live·2026

AutonomousAJ

The thesis layer of everything else here: that personal identity and capability are becoming digital infrastructure you build and own — with the command center and agent fleet behind it as the proof.

Autonomous agentsPersonal infrastructureDjango

From the code

Created
Apr 2023
first repo
Total commits
2,369
lifetime, all repos
Merged PRs
2,000
shipped changes
Velocity
~13.3
commits / week (avg)
Primary language
CSS
+2 more
Active span
3y 5m
since first commit
Last commit
10 days ago
Sep 2026

Commits per week

Apr 20251,594 commits · trailing yearJul 2026

AutonomousAJ is a bet: that individuals will increasingly build, own, and operate their own digital infrastructure — personas, agents, data pipelines — for better or worse, and that the people who do will have an edge. It isn't pure speculation. The command center that plans and ships the projects on this site, the autonomous agent fleet that runs them, and this portfolio-as-database are the working system the argument is made from.

The three layers: a persona layer (the public digital identity), an infrastructure layer (the command center + agents that operate it), and the thesis that owning both is becoming the norm rather than the exception.

"The site is the argument; the machine behind it is the evidence. They're the same system."

What makes the evidence credible is how the command center is actually built. A few of the decisions I'm most deliberate about:

  • The source of truth is a markdown file; the database is a projection of it. Roadmaps and initiatives live in git — reviewable, diffable, portable across machines — not trapped in a dashboard's UI.
  • Anything that writes to an outside system is dry-run by default. It shows me what it would do; it only acts when I say so.
  • Status is observed, not declared — and the drift is the signal. It computes real state from ground truth instead of trusting a field that says "done." I've been burned too many times by a green light that was lying.
  • The public API is a deliberately narrow seam. The internal system knows a lot; what it exposes to the open internet is thin and whitelisted — and it's what feeds this very site. The portfolio presents itself, from data it owns.

How it works, end to end

A unit of work moves through the same supervised path every time. A roadmap item written in git becomes a task. The command center dispatches an agent to plan it, and the agent proposes the concrete changes. Anything that touches an outside system is a dry run first: the agent shows the exact diff, the command it would run, or the record it would write, and waits. I approve, adjust, or reject. Only on approval does it execute. Afterward the system recomputes real state from ground truth and reports what actually shipped, so a task is done because the world changed, not because a field says it did.

The safety layer is not a promise on a slide; it is code you can read and install:

  • agent_action_approvals — a Django app that puts durable human approval in front of any agent-initiated action, so a consequential write is gated by a person, not by trust.
  • agent_db_guard — guardrails that protect a production database from an agent's mistakes.
  • content_homogeneity_gate — a quality gate that blocks near-duplicate, thin content before it ships.

That is the whole point for anyone evaluating this to hire: it is autonomous-agent orchestration running against real production sites, with a human in the loop at every consequential step, not a chat demo. The scale below is measured from the live system, not asserted.

Honest status: now live. autonomousaj.com has been rebuilt to make this argument directly — a short manifesto backed by a live feed of what the machine actually ships: merged work, sites in production, and the portfolio's real week-by-week cadence. It shows the output, not the mechanics. It's still early, and says so — but the storefront finally matches the machine behind it.