|
|
|
|
|
by fc417fc802
38 days ago
|
|
Even when I know a domain well an LLM used well allows me to arrive at an answer in minutes that would otherwise have taken hours. It also accelerates onboarding an unfamiliar stack but the benefit doesn't suddenly disappear once that first hurdle is cleared. After arriving at a seemingly workable design it helps spot oversights I've made either directly or by providing a stand in for a person to walk though the logic with (unlike a real person it doesn't become annoyed or impatient). Then it magically materializes any and all boilerplate along with 90% of the solution near instantaneously. Yeah it confidently makes some truly bizarre errors that no half competent person ever would. Failing to go over the output with a fine toothed comb is inevitably leaving landmines in place. But I agree with you that your own mental model is required - if you have that then you will be able to spot the pitfalls assuming you actually put in the effort to read the output and really think about it instead of skimming. (As an example an LLM recently materialized an nftables filter chain for me that would have taken me quit a while to figure out on my own but for no apparent reason omitted a single key detail that would have completely broken all networking if it had been used blindly.) |
|