How this repo is built: I set the boundaries, agents write the code, tests decide what is true #50
daichunghy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I do not write the TypeScript in this repository myself. Most of it was produced by AI coding agents, and I could not have produced it without them. That is the working method, so here is the honest version, because the interesting part is not the code — it is what keeps the code honest.
What I do:
What the agents do: implementation, refactors, fixture generation, first drafts of docs.
What decides:
npm run verify. Green means the change is real. Red means the agent is wrong, politely.The failure mode I watch closest is an agent writing a confident README claim the code does not back. That is why this repo documents what it does not do in the same breath as what it does.
If you maintain something built the same way: what is the one check you would not delegate to the agent? That is the layer I am trying to describe, and I collect examples.
All reactions