Plant a seed, harvest a reviewed PR
Once a machine can turn a spec into working software, the open question is no longer "can AI code?" It is how a human expresses intent, watches it happen, and stays in control of the machine that writes it.
First, the evidence that the coding really is solved.
amplifier-resolve is an autonomous platform that takes a specification and hands back working software. Its scale shows it is exercised, not hypothetical.
So if code is handled — what is still missing?
Generating software is one thing. Expressing what you want, watching progress as it happens, and keeping control at every step is a different, still-open problem — and it is the one that matters once the code writes itself.
The Garden is a working experiment aimed exactly at that gap.
The Garden is an experimental interface built on amplifier-resolve. You plant a seed — describe what you want as a brief — and a reviewed pull request grows back. You never touch the code.
Feature status: Early exploration / MVPUnder that one gesture runs a real, staged pipeline.
amplifier-resolve's brief-attractor recipe is organized as five named stages. The final stage doesn't write a report — it creates a branch and opens a PR for you to review and merge.
And control over that run is real, not cosmetic.
Every unit of work runs in its own isolated worker container. Instances stream live events, and any run can pause at a human gate and resume the moment you respond.
Put those pieces together and you get the seed-to-PR moment.
Scenarios are generated from the spec as a holdout set — the scaffolder is forbidden from seeing them. Code iterates in an agent-as-judge loop until it converges, then a branch and PR grow. You review and merge; you never touch the code.
That is the interface working end to end.
The point isn't the AI writing code — that's the solved part. The frontier is the human–AI interface: designing the right way for a person to express intent, watch it happen, and stay in control. That is the problem worth solving.
The Garden is one early experiment aimed straight at it.
Data as of: Local amplifier-resolve checkout, HEAD d4eb669 (commit dates 2026-04-29 – 2026-05-20).
Feature status: amplifier-resolve pipeline SHIPPED / VERIFIED; The Garden as a named product is Early exploration / MVP.
Repos: microsoft/amplifier-resolve, microsoft/amplifier-bundle-context-intelligence (the deck's "CXDB", renamed CI in code).
Commands run:
grep -n 'name: "' src/amplifier_resolve/recipes/brief-attractor.yaml — 5 stages (lines 73/212/305/409/438)sed -n '438,520p' …/brief-attractor.yaml — DELIVER: git checkout -b / push / create-pr → pr_url.txtfind src -name '*.py' | xargs wc -l | tail -1 — 24,007 totalgrep -rn 'def test_' tests/ | wc -l = 3,840; find tests -name '*.py' | wc -l = 184git rev-list --count --all = 100; git shortlog -sne HEAD — Brian Krabach 97, dependabot[bot] 2, Salil Das 1sed -n '11,30p' src/amplifier_resolve/models.py; grep -n 'text/event-stream' …/routes/broker.py — 8 statuses incl. awaiting_input, SSEGaps: No standalone repo named "the-garden" or "issues-to-brief" was found under /home/ramparte/dev/ANext; "The Garden" is the deck's framing over amplifier-resolve. Default iteration count is configurable (recipe default 5, while-cap 10, example brief 3), so no single number is stated as THE count.
Primary contributor: Brian Krabach (97 of 100 commits, local checkout).