(no title)
frje1400 | 1 year ago
I use an LLM to generate ideas, to rubber duck, to get a lead on unknowns, and to generate boilerplate occasionally. So I do everything except replace the coding part because that's what requires the most precision, and LLMs are bad at precision. And yet, people claim massive productivity gains in specifically coding. What am I missing?
flembat|1 year ago
BeetleB|1 year ago
Suppose you suddenly are required to write a VBA macro for Excel for your job. It's a one off task - not something you'll do repeatedly. Do you prefer learning VBA for Excel and crafting a solution or asking the LLM and verifying its solution by looking at the docs?
Hint: If you use the macro recorder in Excel and inspect the code you are closer to the LLM end of the spectrum.
dkersten|1 year ago
danjl|1 year ago
kristiandupont|1 year ago