←back to thread

214 points Brajeshwar | 2 comments | | HN request time: 0.437s | source
1. matt3210 ◴[] No.45088202[source]
Brute forcing a problem by writing more lines with an LLM instead of designing better code is a step the wrong direction
replies(1): >>45092838 #
2. lyu07282 ◴[] No.45092838[source]
better code == less code? In my mind that would be highly succinct purely functional code in scala or haskell. Those really allow you to "compress" code down to its barest essential domain logic? Perhaps the future is writing highly domain specific DSLs and have the LLM generate the runtime for it.