avatar
Laurent Sansonetti @lrz.hipbyte.com

Claude Opus is really good. I have a Python script that does a lot of stuff (parsing/generating/compiling code, like a makefile but on steroids) and it takes over 30 min to run on CI. I asked it to parallelize the code, it added 80 lines without altering much of the script and now it runs in 6 min.

jun 12, 2025, 8:55 am • 4 0

Replies

avatar
Laurent Sansonetti @lrz.hipbyte.com

I did not ask for it but it also added a `-jN` command-line argument to the script, similar to the one you pass to GNU make. If this was a human I would already be writing a nice note to their manager.

jun 12, 2025, 8:55 am • 1 0 • view