コンパイラが大嫌い
同じ入力バイトを与えても、同じ出力バイトが得られるとは限らない。コンパイラの動作は複雑で、ビルドの再現性は簡単には保証されないという痛切な経験談。
背景メモ
- Anubis は、Cloudflare の Turnstile に代わる軽量なボット対策ツール。CAPTCHA を使わず、Proof-of-Work(計算負荷による認証)をブラウザ側に要求する。
同じ入力バイトを与えても、同じ出力バイトが得られるとは限らない。コンパイラの動作は複雑で、ビルドの再現性は簡単には保証されないという痛切な経験談。
The post argues that while LLMs can generate millions of lines of code, any important code must be hand-audited for correctness—a process harder than writing it from scratch. This creates a fundamental limit to the speedup LLMs provide for code that matters, since they cannot be trusted like a human engineer.