601
OpenAI will not disclose GPT-5’s energy use. It could be higher than past models
(www.theguardian.com)
This is a most excellent place for technology news and articles.
Well I mean also that they kinda suck, I feel like I spend more time debugging AI code than I get working code.
I only use it if I’m stuck even if the AI code is wrong it often pushes me in the right direction to find the correct solution for my problem. Like pair programming but a bit shitty.
The best way to use these LLMs with coding is to never use the generated code directly and atomize your problem into smaller questions you ask to the LLM.
That's actually true. I read some research on that and your feeling is correct.
Can't be bothered to google it right now.