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

venturin

no profile record

投稿

Skipper: The closed-loop coding agent

skipperai.dev
4 ポイント·投稿者 venturin·先月·1 コメント

The Apparatus, Not the Artifact

skiplabs.io
4 ポイント·投稿者 venturin·2 か月前·0 コメント

コメント

venturin
·先月·議論
[flagged]
venturin
·2 か月前·議論
[flagged]
venturin
·2 か月前·議論
[dead]
venturin
·2 か月前·議論
Strong agreement on the thesis. The piece is most useful for naming what's bankrupt about prompt chains. Where it stops short is what the verification checkpoints should actually verify.

One way to slice it: there are three kinds of underspecification an agent has to close.

Intent: what the user wanted (JWT vs cookies, should free users see this feature). Verification can't close this and probably shouldn't try.

Structural e.g. null, types, exhaustiveness, ownership. Sound static analysis closes this by construction.

Domain e.g. auth on every route, error propagation, contract stability. A domain-shaped apparatus closes this because it knows what kind of program is being built.

Babysitter, auditor, prayer is the right taxonomy of bad options. The fourth option is making the LLM a component inside an apparatus that handles structural and domain statically, and leaving the human on intent.