Damus
Dave profile picture
Dave
@Dave
The Pi coding agent shows you all the sausage being made (reasoning/thinking blocks) that Claude Code hides from you. The same sort of basic, repeated mistake -> recovery loops are constant noise and show how fragile the whole thing is. It gets trivial syntax wrong and has to correct it, hallucinates library imports, etc. It's disturbing.
1
Dave · 5d
The only reason it produces workable code in the end is that code is testable. It either lints/runs and conforms to a deterministic output or it doesn't. Then you refactor until it does. Almost nothing else works that way. The world outside of coding and math is squishy and non-deterministic. S...