Remix.run Logo
0x3f 4 hours ago

I think the intersection of FP and current AI is quite interesting. Purity provides a really tightly scoped context, so it almost seems like you could have one 'architect' model design the call graph/type skeleton at a high level (function signatures, tests, perf requirements, etc.) then have implementers fill them out in parallel.

iddan 4 hours ago | parent [-]

Also LLMs don’t mind repeating params for each child call. Pretty neat