HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sgharlow

no profile record

Submissions

Show HN: AI Control Framework – Stop AI coding assistants shipping fake code

github.com
2 points·by sgharlow·vor 6 Monaten·3 comments

[untitled]

22 points·by sgharlow·vor 7 Monaten·0 comments

comments

sgharlow
·vor 6 Monaten·discuss
great--let me know how it goes and if you have any suggested improvements.
sgharlow
·vor 6 Monaten·discuss
Hi HN! I built this after watching AI assistants confidently ship mocked data, break working contracts, and create the illusion of progress for hours.

The core insight: AI sessions fail not from bad models, but from missing structure. The DRS (Deployability Rating Score) gives you a single number (0-100) that answers "can I actually ship this?"

Key components:

* Contract freezing (no silent interface changes)

* Mock expiration (30-minute max)

* Scope limits (5 files, 200 LOC)

* Time-based convergence gatesIt's MIT licensed.

Curious what patterns you've seen in your AI coding sessions.