logoalt Hacker News

wrsyesterday at 7:36 PM1 replyview on HN

This is a way of using LLMs that doesn’t seem appreciated enough: prototyping a refactor or other new approach to see how it goes. Even if you then rewrite it from scratch, it’s a big timesaver because you’re using the new knowledge to do the “right thing” and avoid backtracking.


Replies

jadyoysteryesterday at 9:36 PM

This is exactly how I use LLMs. "I wonder if it's possible to ...", and if I get something that seems to work or passes the test suite that gives me lots of added confidence that an approach is worth spending proper engineering time on.

Or sometimes you get suggested a method or library you've never heard of, opening your horizons.