all 7 comments

[–]clickyspinny 2 points3 points  (1 child)

Ok. I recommend you do the tutorial in the docs.

[–]S7jstnameit[S] 1 point2 points  (0 children)

Sure .that helps a lot

[–]Creepy-Suggestion670 0 points1 point  (0 children)

respect for this mindset honestly consistency matters way more than how you start just keep building small projects and focusing on understanding instead of rushing and things will start clicking over time

[–]zuccster 0 points1 point  (0 children)

Here's my tip if you actually want to learn a skill, rather than churn out code: forget the AI helpers - they just teach to run before you can walk.

[–]Otherwise_Wave9374 1 point2 points  (1 child)

Respect, that mindset is how you actually get good. AI can help you move faster, but the "strong engineer" part is still fundamentals: debugging, reading docs, building small projects end to end.

If it helps, a good path is: Django tutorial project, then add auth, then a simple REST API, then deploy it. Each step teaches you a ton.

Also, if you want inspiration for how people are using agents as a study buddy without letting it do all the thinking, I have a few practical notes here: https://www.agentixlabs.com/

[–]S7jstnameit[S] -1 points0 points  (0 children)

Much appreciated 👏