←back to thread

214 points Brajeshwar | 3 comments | | HN request time: 0.793s | source
1. LarryMade2 ◴[] No.45084360[source]
I tried it - didn't like it. Had an LLM work on a backup script since I don't use Bash very often. Took a bunch of learning the quirks of bash to get the code working properly.

While I'll say it got me started, it wasn't a snap of the fingers and a quick debug to get something done. Took me quite a while to figure out why something worked but really it didn't (LLM using command line commands where Bash doesn't interpret the results the same).

If its something I know, probably wont use LLM (as it doesn't do my style). If it's something I don't know, might use it to get me started but I expect that's all I'll it for.

replies(1): >>45084581 #
2. dboreham ◴[] No.45084581[source]
Can I ask which agent/model you used? I'm similarly irritated with shell script coding, but find I have to make scripts fairly often. My experience using various models but latterly Claude Code has been quite different -- it churned out pretty much what I was looking for. Also old, fwiw. I'm older than all shells.
replies(1): >>45088575 #
3. LarryMade2 ◴[] No.45088575[source]
It was Gemini, I picked the point of least resistance. I've heard Claude does better but haven't looked at it.