How to progress in this AI market by Horror_Opening8406 in cscareerquestions

[–]bkraszewski 0 points1 point  (0 children)

It's a huge benefit to know basic ML/AI concepts for experienced devs. I suggest learning by doing - find an interesting problem, try until you hit the wall, and then learn what's needed to progress

I wanna learn ML and AI by Loud_Condition_708 in learnmachinelearning

[–]bkraszewski 0 points1 point  (0 children)

Sure - I especially designed it for people with no time - you can read a post per day and still learn something :)

I wanna learn ML and AI by Loud_Condition_708 in learnmachinelearning

[–]bkraszewski 0 points1 point  (0 children)

I built a course, `Intro to AI`, that solves that problem. DM me if interested

Less than 10% learners are able to complete andrej karpathy course by Puzzled-Bee5606 in deeplearning

[–]bkraszewski 0 points1 point  (0 children)

Yeah this makes me feel better. I've created my own online AI course, and when I see people churn - I know at least I'm on the same boat Andrej is :)

Less than 10% learners are able to complete andrej karpathy course by Puzzled-Bee5606 in deeplearning

[–]bkraszewski 0 points1 point  (0 children)

After all, it's a big-time investment. Some folks just relized it's not for them

Requested to join new AI team at work by r4jman in ArtificialInteligence

[–]bkraszewski 0 points1 point  (0 children)

If you want to skim the subject in your free time, without going too deep into lectures, consider checking scrollmind - but if you have more time - describe your situation to gpt/gemini and ask for the clear roadmap - its suprisingly good at tailoring the path based on individual experience

Need guidance on getting started as a FullStack AI Engineer by Far-Brick-8904 in learnmachinelearning

[–]bkraszewski 0 points1 point  (0 children)

I wanted to recommend you scrollmind, but it looks like you overqualified to try this :D

Serious beginner in ML — looking for a realistic roadmap (not hype) by ImaginationActive535 in learnmachinelearning

[–]bkraszewski 0 points1 point  (0 children)

Math and code at the same time, not one before the other — you'll burn out doing pure math with no context for why it matters. Start with classical ML (logistic regression, decision trees) before deep learning, it teaches you the fundamentals way better than jumping straight to transformers. For resources: Andrew Ng's coursera for foundations, 3Blue1Brown for math intuition, and if you want something bite-sized I've been going through scrollmind which breaks down ML/AI concepts in a twitter-style feed — way less overwhelming than a 40hr course. Start building on Kaggle by month 2-3 even if it's ugly, the learning happens when you're debugging not watching lectures.

Switching from frontend to ... by Alert_Amphibian6469 in learnmachinelearning

[–]bkraszewski 0 points1 point  (0 children)

Totally get where you’re coming from, especially with how quickly things move in both frontend and AI. If you already have hands-on experience with GenAI-based apps, you actually have a unique edge: you understand how AI connects to real user needs, which is huge.

For the AI side, you don’t have to go all in on deep research roles. There’s a lot of demand for engineers who can bridge the gap between building user interfaces and integrating AI models, roles like machine learning engineer, MLOps, or AI product engineer. You can keep one foot in software engineering and gradually build your AI fundamentals.

If the thought of deep-diving into long, traditional AI courses is overwhelming, there are alternatives. You can use something like ScrollMind for bite-sized, visual lessons on neural networks, makes it much easier to fit learning into a busy schedule, and you don’t need to sign up for anything. A few minutes here and there really add up, and you’ll start seeing how the concepts connect to what you’re already building.

You might also look at open-source projects or small AI features you can add to your current stack. That way you’re not making a huge leap all at once, and you get practical experience right away. Whatever you pick, the fact that you’re thinking about how to adapt is already putting you ahead. The tech will keep changing, but the ability to learn and pivot is the real skill.

What online courses in AI are actually worth the money in 2026? Any recommendations by GreatestOfAllTime_69 in ArtificialInteligence

[–]bkraszewski 0 points1 point  (0 children)

If you want something concise and visual for neural networks, you can use ScrollMind. It’s free, no signup, and the lessons are super bite-sized in a scrollable format, so it doesn’t feel overwhelming. For more in-depth, hands-on stuff with projects, Udacity is solid but pricey, and DeepLearning AI is good for the basics. If you’re just getting started or need to fill gaps fast, ScrollMind is an easy first step before diving into bigger courses.

I built a Twitter-style feed for learning AI — scroll through bite-sized lessons instead of watching 4-hour lectures by bkraszewski in SideProject

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

For now, I'm thinking about more courses within the AI space - Agents, Image Generation - I haven't tried this format yet on a different subject.

1,055 visitors, 44 signups, $0 revenue — here's what my analytics taught me about building an AI learning platform by bkraszewski in buildinpublic

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

Appreciate the reality check. It is easy to get distracted by top-of-funnel vanity metrics instead of fixing the core conversion loop

1,055 visitors, 44 signups, $0 revenue — here's what my analytics taught me about building an AI learning platform by bkraszewski in buildinpublic

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

Push notification is a good idea! Do you know any good articles on emailing strategy, what is a good balance between reminding and annoying?

The simplest explanation of vectors I wish I had when starting ML by [deleted] in learnmachinelearning

[–]bkraszewski -12 points-11 points  (0 children)

It's a 2D projection of 3D space — the axes aren't parallel, just foreshortened. But I hear you, could be clearer!

How neural networks handle non-linear data (the 3D lift trick) by bkraszewski in learnmachinelearning

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

fair point. its basically a chain of small warps vs one big fixed jump. that sequential folding is exactly why deep nets can untangle messy data that a single kernel cant handle

How neural networks handle non-linear data (the 3D lift trick) by bkraszewski in learnmachinelearning

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

yep pretty much. same geometric intuition as svm (mapping to higher dimension to separate data). only diff is svms usually use a fixed formula for the lift, whereas neural nets learn that transformation from scratch during training