Chat GPT appears to hallucinate or outright lie about everything
thebestaquaman @ thebestaquaman @lemmy.world Posts 11Comments 602Joined 2 yr. ago
thebestaquaman @ thebestaquaman @lemmy.world
Posts
11
Comments
602
Joined
2 yr. ago
In general I agree: ChatGPT sucks at writing code. However, when I want to throw together some simple stuff in a language I rarely write, I find it can save me quite some time. Typical examples would be something like
"Write a bash script to rename all the files in the current directory according to
<pattern>
", "Give me a regex pattern for <...>", or "write a JavaScript function to do <stupid simple thing, but I never bothered to learn JS>"Especially using it as a regex pattern generator is nice. It can also be nice when learning a new language and you just need to check the syntax for something- often quicker than swimming though some Geeks4Geeks blog about why you should know how to do what you're trying to do.