16 points
Most programmers agree debugging can be harder than writing code, so basically the easy part is automated, but the more challenging and interesting parts, architecture and the debugging remain for programmers. Still it’s possible they’ll try to sell it to programmers as less work.
13 points
*
but the more challenging and interesting parts, architecture and the debugging remain for programmers
And is made harder for them. Because it turns out the “easy” part is not that easy to do correctly, and if not it just makes maintaining the thing miserable.
8 points