Earlier quoted context omitted.
It's what takes time though. When you need to make a wrapper for some API for example LLMs are incredible. You give it a template, the payload format and the possible methods and it just spits out a 500-1000 line class in 15 seconds. Do it for 20 classes, that's work for a week 'done' in 30 mins. Realistically 2 days since you still have to fix and test a lot but still..
Or write a lisp macro in one hour and be done. Or install an opengenerator and be done in 10 minutes, 9 of which is configuring the generator.
I've implemented connections to (public) APIs of different services multiple times using LLMs without even looking up the APIs myself.
I just say "Enrich the data about this game from Steam's API" and that's about it.