There is something appealing about still watching tutorial videos or reading documentation where the steps being performed have an explanation of what we are doing and why we are doing it.
Coding agents may have made it faster to set up and execute, but suddenly you will see that your solution is using a webhook and you have no idea why.
This adds a comprehension debt, and you can’t optimise or scale a system that you do not understand.
A good strategy is to offload but be curious to learn. Get your solution to work first. You also can’t optimise or scale a solution that does not work.