Hi Jose!
Thank you for initiating this interesting discussion!
I guess there are truths in both Sutton's and Brooks views, as often in AI the reality lies somewhere between the extremes! :)
Undoubtedly Deep Learning has made obsolete for instance the comparably way less fruitful approach of feature engineering, here I agree with Sutton.
On the other hand, Brooks has correctly identified that human expertise is now utilized in the design process of the layers, models and loss functions before their parameters are actually optimized.
Personally I'm quite agnostic to whether "human engineering" versus "offline-optimization within human-defined boundaries", is better, both are just two different paradigms of engineering which can also be combined.
While offline-optimization (via Supervised DL especially) has taken over in many domains, for some cases explicit engineering is still superior. An example are the famous legged Boston Dynamics robots: Boston Dynamics engineers physical models and throws them into Model Predictive Controllers, instead of applying any Reinforcement Learning. While there is plenty of research in using Reinforcement Learning in legged robots (often in a RL&Control hybrid approach), these solutions don't perform comparably well so far. Part of the reason is that offline-optimization demands an accurate simulation to work out. This is clearly the case for computer games and board games (perfect simulation availability even there), but not so well for systems which need to operate in the real world!
What matters to me personally is not the particular engineering paradigm to create systems for a specific purpose (via offline-optimization and handcrafting), but whether the AI can effectively adapt, at runtime, to new circumstances. That's a big challenge, and is what distinguishes, at a high level, natural evolution from natural intelligence (whether a single individual can adapt, or whether multiple generations are necessary). Most AGI systems, including OpenCog Prime address this quite well in my opinion, and realizing that's the case was a large part of why I was pulled into this wonderful research field!
Best regards,
Patrick