logoalt Hacker News

0x3fyesterday at 7:21 PM1 replyview on HN

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.


Replies

iddanyesterday at 8:04 PM

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