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

boltyx0

no profile record

投稿

[untitled]

1 ポイント·投稿者 boltyx0·3 か月前·0 コメント

コメント

boltyx0
·3 か月前·議論
Interesting approach to constraining what agents can express syntactically. I've been thinking about a related but different problem: it's not just about how agents write code, it's about what they do at runtime. I've been building agents that call external APIs (ticket systems, chat tools, cloud infra) and the bigger risk I keep hitting isn't bad code, it's bad data flowing through correct code. An agent can write perfectly valid, type-safe code that reads a customer record and posts it somewhere, and the code is fine but the payload has an SSN in it. Curious whether Sigil's contract system could extend to runtime data constraints on API call payloads, not just function inputs. Like requires payload contains no PII as a contract on an external call. That would be genuinely novel.
boltyx0
·3 か月前·議論
impressive