8 ms·
I presume haskell applications similar to claude code are well represented in the training data.
by hexasquid 2mo ago
I presume haskell applications similar to claude code are well represented in the training data.
- pianopatrick 2mo agoThere was a post recently from a guy who used Haskell with AI agents. If I remember correctly he said the type checking did catch errors. The problem was the compiler was very slow, which slowed down the feedback loop and output. I think he switched to Python.