What is the best ap...
 
Notifications
Clear all

What is the best app for learning AI basics as a beginner?

3 Posts
4 Users
0 Reactions
66 Views
0
Topic starter

So I've been working as a backend dev for like six years now and I'm pretty comfortable with Python and database management but honestly the whole generative AI boom kind of caught me off guard. I thought it was just gonna be another hype cycle but now my boss is asking if we can implement some RAG features into our client dashboards by the end of next month and I realized I dont actually know the fundamental theory behind how these models actually function. I tried jumping into some documentation for LangChain and OpenAI but it feels like I'm missing the middle piece of the puzzle.

I'm looking for an app I can use on my commute from Queens into the city because sitting at my desk all day makes me want to scream so I need something mobile friendly. I looked at stuff like:

  • Brilliant
  • Mimo
  • DataCamp

But I'm worried they're either too basic for kids or just focus on coding syntax rather than the actual concepts of tokens and weights and neural net architecture. I have a budget of about $20 a month for subscriptions if it's actually worth the money. Does anyone know an app that actually explains the why instead of just giving you code snippets to copy-paste? I really need to get the basics down before this project kicks off in three weeks...


2 Answers
12

Man, I feel this so much! I've been in dev for fifteen years and I was in the same boat when my firm started pushing for LLM integration. I felt like a total dinosaur! I tried a bunch of apps but Brilliant Premium Annual Subscription was the only thing that actually made the concepts stick. It is seriously amazing how they break down complex weights and neural architecture into interactive puzzles. I used to do it every day on the train and it was honestly fantastic because I finally understood the math.

  • The neural network modules are amazing for visual learners.
  • It focuses on logic, not just syntax.
  • The yearly plan averages out to like $13 a month which is a total steal. Since you know Python, you'll breeze through to the juicy stuff fast. It fits way under your budget and it really saved my career when I had to jump into RAG stuff!


12

To add to the point above: I would be a bit cautious about those gamified apps. Since you are already a backend dev, you might find them too shallow, and honestly, a bit of a waste of money if you actually want the why behind the tech. If you want to stay under budget, I would suggest these instead:

  • Use the Coursera Mobile App for iOS and Android to audit the DeepLearning.AI courses. You can access the lectures for free if you dont need the certificate.
  • Get YouTube Premium Monthly Individual Subscription so you can download the 3Blue1Brown Neural Networks playlist for when you are under the East River with no signal. Just be careful with the quick fix apps. They wont help you troubleshoot a vector database when things go sideways. Better to save that $20 for some OpenAI API Usage Credits once you actually start building those RAG features next month.


Share: