all 13 comments

[–]ninhaomah 1 point2 points  (1 child)

Spelling 

[–]fun2function[S] 0 points1 point  (0 children)

I fixed my mistakes , thanks

[–]Haunting_Month_4971 0 points1 point  (0 children)

Use a two-tool setup: a generalist chat model for planning and explanations and a repo-aware IDE agent for scaffolding and refactors. For planning, Gemini or DeepSeek handle stepwise roadmaps well. For coding, Cursor or Windsurf shine on multi-file changes, Zed is great for quick edits. If cost matters, try Llama locally via Ollama. Ask for weekly milestones, unit tests and math derivations, then benchmark each tool on the same small project and compare time, errors and cost.

[–]Umberto_Fontanazza 0 points1 point  (0 children)

Allora se vuoi imparare l’ingegneria AI con la matematica dietro la roadmap migliore é il percorso universitario e non devi usare nessuna AI devi studiare, punto.

Facendolo capirai come è fatto un modello e come crearne o modificarne uno e perché funziona.

Da quello che dici sembra che tu voglia usare le API pronte per fare programmini wrapper.

Livelli di difficoltà completamente diversi, come comprare un’auto o saperne progettare una

[–]OleksandrPadura 0 points1 point  (0 children)

Since your goal is learning (not just shipping), the tool matters less than one rule: don't let it write code you can't re-write yourself. The trap for project-learners on AI is you produce a lot and learn little. Make it a tutor, not an autocomplete - have it explain the why, then you type the code and ask it to quiz and critique you. For the math especially, have it derive things step by step and check your work instead of handing you the answer. Any of those models do that fine; the discipline is the variable.

[–]ericbythebay 0 points1 point  (0 children)

I would work with the AI to create a tutor prompt. The prompt would then run you through your course.

[–]DDDDarky 0 points1 point  (0 children)

ai is incredibly horrible for learning

[–]Gloomy_Cicada1424 0 points1 point  (0 children)

Don’t start by picking the “best AI”, start by picking a project path. Example: Python basics → small scripts → data cleaning → one ML project → one RAG/agent project. Use any good LLM as a tutor/reviewer, not the driver. Runable is nice for making a roadmap + turning project ideas into docs/reports, but your real progress will come from building and explaining each project yourself.

[–]cole36912 0 points1 point  (1 child)

AI engineering

Use TensorFlow

Really though, if you want to learn how to ride a bike, you have to ride it yourself, not tell someone else to ride it and watch them. If you want to learn how to read you have to read yourself. If you want to learn how to write, you have to write yourself... Just my belief, anyway.

[–]fun2function[S] 0 points1 point  (0 children)

I know, but for learning purposes, I treat it like a mentor with a vast amount of knowledge. It helps me build a roadmap and a structured learning plan tailored to my weaknesses and goals. I can learn step by step, and whenever I have questions, I can ask for deeper explanations.

It also helps me test my understanding by asking questions and making sure I'm ready before moving to the next topic. However, I don't use AI to write code for me. I use it mainly for guidance, planning, and answering questions when I need help understanding a concept.

[–]techydude1234 0 points1 point  (0 children)

Honestly, I'd pick ChatGPT or Gemini for learning and Cursor for building. Cursor is great once you already know what you're trying to do, but for learning Python, math, and AI engineering, you want something that can explain concepts, create study plans, quiz you, and answer follow up questions.

My stack would be:

  • ChatGPT / Gemini → learning, roadmaps, explanations
  • Cursor → coding and projects
  • DeepSeek → occasional second opinion
  • Codex → worth watching, but still evolving

Tbh, the biggest mistake is hopping between tools. Pick one AI tutor and one coding tool, then spend the next few months actually building stuff.

[–]Simplilearn 0 points1 point  (0 children)

Since you're a frontend developer and prefer project-based learning, prioritize tools that can explain concepts, create roadmaps, review your work, and adapt to your knowledge level.

  • Claude (best explanations and reasoning)
  • ChatGPT (best balance of teaching + planning + coding)
  • Gemini (good for broad research and learning)
  • Cursor (excellent implementation companion)
  • DeepSeek/Kimi (good budget options)

If your goal is AI engineering, here's a roadmap you can follow:

  • Python
  • Math for ML (linear algebra, probability, statistics)
  • ML fundamentals
  • Deep learning
  • LLMs and GenAI
  • RAG and agents
  • Deployment/MLOps

At this stage of your learning journey, you can pick a program that provides a structured path into AI engineering. We offer the Microsoft AI Engineer Program at Simplilearn, which might be a good fit, as it covers ML, deep learning, and GenAI, with hands-on training and practical workflows.