logoalt Hacker News

cryptonymtoday at 2:34 PM1 replyview on HN

They also "reap huge benefits from the tight feedback loop that the compiler provides".

When something is easier/requires less context, it tends to work well for both human and LLM.


Replies

vips7Ltoday at 3:13 PM

I've noticed this a lot in LLM generated Java. Since it doesn't know what can or can't be null it tends to wrap everything in Optional<T>. Super strong type systems are becoming even more important.

show 1 reply