Three Weeks Into AI And My Best Skill Is Closing Tabs
Learning AI is not a single mountain. It is layers. Every new layer makes the one below it look incomplete.
I thought I understood decision trees. Then I learned they are unstable. I thought I understood the fix. Then I found ensembles. Each step reveals a new layer.
This creates a trap. You learn one thing. You feel smart. Then you learn the thing on top of it. Suddenly the first thing feels like a warm-up.
This leads to the tab trap.
You learn trees. You hear about ensembles. You open a tab. That tab mentions XGBoost. XGBoost mentions gradient boosting. Three hours later you have eleven tabs open. You have built nothing.
You must change your approach:
• Write the new concept down. • Close the tab. • Finish the task you are currently doing.
Writing it down ensures you do not forget. Closing the tab ensures you do not drown. Depth is good. Depth at the wrong time is just procrastination.
The same rule applies to tools.
The tech world has a massive tool zoo. APIs, REST, GraphQL, gRPC, and WebSockets. Beginners often feel they must learn all of them before they start building.
You do not.
- REST handles most cases.
- gRPC works for fast backend communication.
- WebSockets work for live data like chat.
Most teams overthink this. Do not reach for complex tools early. Ask what the specific problem needs. If the job is simple, use a simple tool.
Build a basic version first. Ask experts what they would use. The basic version is never a waste. It teaches you the actual problem.
Avoid the hype trap too.
Many people assume automation requires an LLM. It does not. Much of automation is just simple logic. If this, then that.
A major skill is knowing when to use a plain tool instead of a fancy one.
Finally, be skeptical of data.
Research papers often show perfect results. They show the best numbers against the weakest competitors. When a number looks too clean, ask what they left out.
My advice for starting out:
• Pick one real problem. • Find the simplest solution. • When you hit a rabbit hole, write it down and close the tab. • Match the tool to the job, not the hype.
The floor will drop again. That is just the job.
Source: https://dev.to/asfiya_tech/three-weeks-into-ai-and-my-best-skill-is-closing-tabs-1lkj
Optional learning community: https://t.me/GyaanSetuAi
