cross-posted from: https://lemm.ee/post/53805638
Try getting a quick powershell script from Microsoft help or spiceworks. And then do the same on GPT
What should I expect? (I don’t do powershell, nor do I have a need for it)
So unreliable boilerplate generator, you need to debug?
Right I’ve seen that it’s somewhat nice to quickly generate bash scripts etc.
It can certainly generate quick’n dirty scripts as a starter. But code quality is often supbar (and often incorrect), which triggers my perfectionism to make it better, at which point I should’ve written it myself…
But I agree that it can often serve well for exploration, and sometimes you learn new stuff (if you weren’t expert in it at least, and you should always validate whether it’s correct).
But actual programming in e.g. Rust is a catastrophe with LLMs (more common languages like js work better though).