"...the more you focus on control, the more likely you're working on a project that's striving to deliver something of relatively minor value."
Judicious use of register declarations can make your C code run a lot faster (true back in the day; most compilers ignore those declarations now).
Fermat's last theorem is an unsolved math problem. Reference: Knuth TAOCP presented it as an "M50" rated exercise, designating a research problem. (FLT was solved in 1995, after which I think Knuth lowered that exercise's rating to M49).
I have seen so many times a repetitive tasks becomes not that repetitive. And maintaining the automating tool mattress difficult to adapt to changes.
I think it's better to remain flexible than optimized. Until the pattern has demonstrated to be solid.