|
|
|
|
|
by theshrike79
296 days ago
|
|
To be more exact, 90% of the _code_ I write is mostly just different types of API glue. Get data from this system, process it and put it in another system. It's the connectors that are 90-95% AI chow, just set it to task with a few examples and it'll have a full CRUD interface for your data done while you get more snacks. Then you can spend _more_ of your limited time on the 10% of code that matters. That said, less than 50% of my actual time spent on the clock is spent writing code. That's the easiest part of the job. The rest is coordinating and planning and designing. |
|
I assumed you were only talking about the actual code. It still seems really odd. Why is there so much unavoidable boilerplate?