Hacker News new | ask | show | jobs
by edanm 592 days ago
This is an enormously fruitful part of using LLMs for me too.

As a programmer, there's always a million small scripts I can think of to improve my life, but it's often not worth spending time actually building them. But with LLMs, I can now usually build a script, even in a domain I don't know much about, in minutes.

I don't think this would work as easily for non-programmers yet, because the scripts still aren't perfect and the context of actually running them is sometimes non-trivial, but for me it works very well.

(I say scripts, but sometimes even tiny one-off things like "build me this Excel formula" is helpful.)

1 comments

"even in a domain I don't know much about, in minutes."

How is this done exactly ? can you provide an easy example for me (not a programmer but I use python/R from time to time)

Here's an example. I had a ton of XML files in an external drive and I needed to delete all the files that didn't contain a certain phrase. I had Claude write a bash script to move all the non-matching files to a new folder, spot checked a few to confirm that it had worked properly, and deleted them. My bash skills are decent but it still saved me time.