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.