Can LLMs write better code if you keep asking them to “write better code”?
1–10 of 461 posts
Re: Can LLMs write better code if you keep asking them to “write better code”?
#2However on Arduino it's amazing, until the day it forgot to add a initializing method. I didn't notice and neither did she. We've talked about possible issues for at least a hour, I switched hardware, she reiterated every line of the code. When I found the error she said, "oh yes! That's right. (Proceeding with why that method is essential for it to work)" that was so disrespecting in a way that I am still somewhat disappointed and pissed.
Re: Can LLMs write better code if you keep asking them to “write better code”?
#3Re: Can LLMs write better code if you keep asking them to “write better code”?
#4Re: Can LLMs write better code if you keep asking them to “write better code”?
#5Re: Can LLMs write better code if you keep asking them to “write better code”?
#6I’m sure there’s enough documented patterns of how to improve code in common languages that it’s not hard to get it to do that. Getting it to spot when it’s inappropriate would be harder.
Re: Can LLMs write better code if you keep asking them to “write better code”?
#7Re: Can LLMs write better code if you keep asking them to “write better code”?
#8Re: Can LLMs write better code if you keep asking them to “write better code”?
#9its best to tell them how you want the code written.
Re: Can LLMs write better code if you keep asking them to “write better code”?
#10Something major missing from the LLM toolkit at the moment is that it can't actually run (and e.g. test or benchmark) its own code. Without that, the LLM is flying blind. I guess there are big security risks involved in making this happen. I wonder if anyone has figured out what kind of sandbox could safely be handed to a LLM.