How do you learn to automate?
If you've ever asked yourself that question, this is for you. In the past 6 months we've gone from Make, n8n, Cursor, Codex, OpenClaw, Antigravity to Claude. That's not one tool, or even two. It's 7 tools in 6 months. Also think about how many new features Claude dropped in March alone. Or OpenClaw? So how can you keep up as a beginner when everyone is dropping new features at breakneck speed? Keep it simple and learn the basics. Understanding how HTTP works will transfer to Python when you need the requests package. What about removing duplicates? If you can remove duplicates in Make, doing it with a JS script won't be much harder. And if I were to give advice to my younger self, I would tell him to start with n8n or Make. It's visual and each node is like a container. Having AI help you with the nodes speeds up the learning. Once my younger self felt confident, I would tell him to start using Claude to code. With one condition: read over the code. Try to understand it. At times, copy it by hand to build a deeper understanding. That way, over time, he would get good at the craft. And before you ask where to go or what to watch, keep it simple. Watch any video. It does not matter. I've watched bad tutorials and still walked away with something. The idea is to immerse yourself in it. If you have zero knowledge, any knowledge will help you