The problem
Every team already trusts a review structure: scoped requirements, an architecture pass, security sign-off, code review, a test plan. AI coding assistants skip straight to a diff — collapsing all of that into one chat window and one person's judgment about when it's done.
BinChicken doesn't make the model smarter. It puts the review structure back — as software, not as a habit someone has to remember to follow.
How it works
A workflow run is, in full, the artifact graph it produced plus the approvals gating it. Every artifact is versioned, attributed to a role and a provider, and links to the artifacts it was built on — a real audit trail, not a transcript.
Claude, GPT, Gemini, local models, and whatever ships next are interchangeable execution workers behind a stable interface. Roles declare a preferred provider; nothing else in the platform changes when you swap one out.
Security and release gates block automatically. A decision — approve, reject, or request changes — is captured with who made it and when. Nothing ships past a gate because no one objected.