This.
While most of the people think they should revew each line of ai code, the reality is they should move their focus from individual functions to modules, systems, entities.
Focus on system design, architecture,observability, logging, testing instead.
You might believe you should spend less time thinking about code because of AI.
I strongly disagree! Weโre watching this play out live where tons of AI generated code becomes a liability.
At the end of the day, an engineer needs to be responsible / on call for code that gets shipped to production. If you donโt understand the system youโre trying to debug, youโre probably going to have a bad time.
Yes, AI can help with all of this, if you set up the proper systems. You can have agents triage prod logs, look at errors, etc. You can speed up parts of the investigation, but an engineer needs to make the call. There might be serious customer or financial implications from that change.
I expect the trend continue for trimming dependencies, vendoring code so you can modify it directly, preferring simpler systems with fewer abstractions, and spending waaaay more time thinking about system design and code maintenance.
Iโve said this before, but itโs a great time to get familiar with CS fundamentals and some of the history behind what great software looks like. Many parts will be different in the coming years as AI progresses, but also a lot more than people realize will stay the same.