Remix.run Logo
hexasquid a day ago

I presume haskell applications similar to claude code are well represented in the training data.

pianopatrick a day ago | parent [-]

There 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.