Join Nostr
2026-04-02 03:11:42 UTC
in reply to

Marcel Waldvogel on Nostr: I was so baffled to learn how *mandatory* output verification is implemented. Any ...

I was so baffled to learn how *mandatory* output verification is implemented. Any sane developer would have resorted to a compact loop along the lines of

`do { result = tool_call(…) } while (!is_valid(result));`

Zero overhead besides the wasteful repetitive tool calls in the hope of eventually getting the format right.

Instead, they have complex, expensive instructions for the LLM to do that.
https://neuromatch.social/@jonny/116326861737478342