AI-generated shovels or second-order slop? | Protocols Made Fun #46
Replies: 1 comment
-
|
LLMs are great assistants in shovel building :). Modern LLMs (Claude 4.5, ChatGPT 5.x) are so good that I stopped calling their output slop. The output can be sloppy and it's overly verbose, which is a problem. However, if chunks are of manageable size then reviewing and rewriting is not a big deal now. My philosophy is that custom shovels matter. I'd rather use a more traditional "meta-programming" instead :). LLMs add a new dimension in a form of inexact matching/generation, which is often handy. I'm still experimenting (with LLM-assisted shovel building), but already very impressed :). I think that for custom shovels, code quality is not critical, mostly. If it sucks, it tends to reveal itself during later stages (testing, type-checking, etc). E.g. if my custom type inference engine made a mistake, then resulting code won't pass type-checking. The shovel quality can be critical. E.g. a custom model checker will be highly likely unsound. It can find bugs, but cannot really guarantee absence of them. I'd go for certified stuff then (checkable by external tools). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
AI-generated shovels or second-order slop? | Protocols Made Fun
Author: Igor Konnov
https://protocols-made-fun.com/llms/testing/2026/02/12/second-order-slop.html
Beta Was this translation helpful? Give feedback.
All reactions