One of the interesting things about agentic coding is that it changes where the effort of programming goes.
A lot of traditional programming is occupied by fairly mechanical work: remembering APIs, writing glue code, satisfying the type checker, mov...