HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sgharlow

no profile record

投稿

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

github.com
2 ポイント·投稿者 sgharlow·6 か月前·3 コメント

[untitled]

22 ポイント·投稿者 sgharlow·7 か月前·0 コメント

コメント

sgharlow
·6 か月前·議論
great--let me know how it goes and if you have any suggested improvements.
sgharlow
·6 か月前·議論
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.