top | item 42590308

(no title)

viewhub | 1 year ago

Windsurf + Haskell w/ CLI tools has been pretty amazing. Windsurf's agent will loop for minutes on its own to figure out the right structure of a program. You just need to tell it to:

- use the hoogle cli to search for the right types and functions

- include a comprehensive test suite

- run a build after every code change

- run tests after every successful build

GHC + a Claude-based agent is a thing to behold.

discuss

order

stevekrouse|1 year ago

Woah, that sounds awesome! I'd love to see how you set that up and how much it can do without your intervention/approval for various actions. Might you have a video of your workflow that you could share?

viewhub|1 year ago

Sure, I'll record a little something with Loom for you tomorrow.

anonymoushn|1 year ago

What's the maximum file size for which this is useful in your experience? I have been refactoring some project solely to enable AI code editors to edit it. Some users in the discord suggest a maximum file size of 500LOC or small, which seems unreasonable.