- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Should You Learn Robotics Coding or Do Vibe Coding? AI Will NOT Replace You! Coding For Robotics
🔴 WATCH THIS BEFORE YOU QUIT LEARNING TO CODE!
Is AI like ChatGPT and GitHub Copilot going to replace robotics developers? Should you even bother learning C++, Python, or Arduino in 2026? Or should you just "vibe code" and let AI do everything?
I get these questions EVERY SINGLE DAY.
And in this video, I'm giving you the honest answer that most YouTubers won't tell you.
Check out Roborear's official site: https://roborear.com/
Read the Full Blog for the necessary materials: https://roborear.com/should-you-learn-robotics-coding-or-do-vibe-coding/
💡 THE SHORT ANSWER:
AI is NOT replacing engineers who understand fundamentals. AI IS replacing people who only copy-paste from Stack Overflow.
Here's the difference:
✅ Engineers who understand algorithms, data structures, and memory management → AI makes them 10x MORE productive
❌ Beginners who rely on ChatGPT without understanding the code → They become COMPLETELY helpless when AI fails
📚 IN THIS VIDEO, I COVER:
00:00 – The core question: In the age of AI, learn robotics coding?
01:26 – Reflecting on starting with web development (HTML, CSS, PHP)
03:15 – Why university-level courses on C, C++, and data structures are essential
04:40 – The importance of being able to debug and understand logic that AI can't always solve
05:31 – A recommended learning path for starting to learn coding for Robotics
07:03 – Final thoughts: Why AI will not replace coders
🎯 WHO IS THIS VIDEO FOR?
Complete beginners asking "should I learn to code?"
Mechanical engineering students at BUET, IIT, or any university
Hobbyists building robots with Arduino/ESP32
Students worried AI will make their degree worthless
Parents wondering if coding is still worth teaching their kids
Anyone who's been copy-pasting from ChatGPT and feeling stuck
⚠️ THE HARD TRUTH ABOUT VIBE CODING:
"Vibe coding" is trending on social media. People are showing off how they build entire apps just by prompting AI.
But here's what they don't show you:
❌ When the AI-generated code has a bug (and it WILL)
❌ When the library updates break everything
❌ When you need to debug a segmentation fault at 2 AM
❌ When your ESP32 keeps rebooting (power issue? wiring? code?)
❌ When you need to optimize for battery life on a Mars rover
AI cannot see your wiring. AI cannot measure your voltages. AI cannot test your components.
YOU need to be the engineer.
📚 RECOMMENDED RESOURCES (all free or cheap):
FREE Courses:
CS50 (edX) - Computer science fundamentals
Python for Everybody (Coursera - free audit)
Learn C++ (learncpp.com) - Complete C++ from scratch
The Odin Project - Full-stack web development
For Robotics Specifically:
ROS Tutorials (Robot Operating System)
Arduino Project Hub (learn by doing)
ESP32 forums (real-world problems from real engineers)
📖 MY PROVEN 5-STEP LEARNING PATH:
Step 1: Algorithms & Data Structures (2-3 months)
Arrays, Linked Lists, Stacks, Queues
Trees, Graphs, Sorting, Searching
RECURSION (this is where most people quit - don't!)
Resource: CS50 (Harvard's free course) - LINK IN PINNED COMMENT
Step 2: Python (1-2 months)
Variables, loops, conditionals
Functions, classes, modules
Lists, dictionaries, tuples
Libraries: numpy, matplotlib, OpenCV
Resource: Python Crash Course - LINK BELOW
Step 3: C and C++ (2-3 months)
POINTERS (yes, you NEED them)
Memory allocation (malloc, free, new, delete)
Stack vs Heap (understand this or suffer)
Classes, inheritance, polymorphism, templates
Resource: learncpp.com (completely FREE)
Step 4: Arduino/ESP32 (1 month)
Blink LED (hello world of hardware)
Button input with pull-up/pull-down
PWM for LED dimming and servo control
Sensor reading (DHT11, ultrasonic, etc.)
Motor control with H-bridges
NO AI YET. Write everything yourself.
Step 5: AI as a Tool (ongoing)
GitHub Copilot for boilerplate
ChatGPT for explaining concepts
Claude for debugging help
BUT you MUST understand every line generated.
🎥 Watch Other Videos of Roborear:
Easiest Face Recognition Using ESP32-CAM & Python
https://youtu.be/V48BwBdp4QU
DIY LoRa Security System with Motion Detection Camera
https://youtu.be/3a_6NtJLRJg
🙏 SUPPORT THE CHANNEL:
Like this video? Subscribe and hit the bell 🔔 so you don't miss my weekly robotics tutorials. Every Monday, I drop a new video that takes you from beginner to builder.
📢 CONNECT & SUPPORT
- Blog: https://roborear.com/
- Email: roborearbd@gmail.com
TAGS:
robotics coding, learn robotics, AI vs coding, vibe coding, arduino tutorial, esp32 project, platformio vs arduino ide, c++ for robotics, python for robotics, chatgpt coding, github copilot tutorial, should I learn to code, will AI replace programmers, robotics for beginners, embedded systems programming, learn c programming, arduino esp32, Robotics Coding or Do Vibe Coding, robotics engineering career, coding fundamentals, data structures and algorithms, Coding For Robotics, learn coding for robotics
#RoboticsCoding #LearnCoding #AIvsCoder #RoboticsForBeginners #LearnToCode
Видео Should You Learn Robotics Coding or Do Vibe Coding? AI Will NOT Replace You! Coding For Robotics канала Roborear
Is AI like ChatGPT and GitHub Copilot going to replace robotics developers? Should you even bother learning C++, Python, or Arduino in 2026? Or should you just "vibe code" and let AI do everything?
I get these questions EVERY SINGLE DAY.
And in this video, I'm giving you the honest answer that most YouTubers won't tell you.
Check out Roborear's official site: https://roborear.com/
Read the Full Blog for the necessary materials: https://roborear.com/should-you-learn-robotics-coding-or-do-vibe-coding/
💡 THE SHORT ANSWER:
AI is NOT replacing engineers who understand fundamentals. AI IS replacing people who only copy-paste from Stack Overflow.
Here's the difference:
✅ Engineers who understand algorithms, data structures, and memory management → AI makes them 10x MORE productive
❌ Beginners who rely on ChatGPT without understanding the code → They become COMPLETELY helpless when AI fails
📚 IN THIS VIDEO, I COVER:
00:00 – The core question: In the age of AI, learn robotics coding?
01:26 – Reflecting on starting with web development (HTML, CSS, PHP)
03:15 – Why university-level courses on C, C++, and data structures are essential
04:40 – The importance of being able to debug and understand logic that AI can't always solve
05:31 – A recommended learning path for starting to learn coding for Robotics
07:03 – Final thoughts: Why AI will not replace coders
🎯 WHO IS THIS VIDEO FOR?
Complete beginners asking "should I learn to code?"
Mechanical engineering students at BUET, IIT, or any university
Hobbyists building robots with Arduino/ESP32
Students worried AI will make their degree worthless
Parents wondering if coding is still worth teaching their kids
Anyone who's been copy-pasting from ChatGPT and feeling stuck
⚠️ THE HARD TRUTH ABOUT VIBE CODING:
"Vibe coding" is trending on social media. People are showing off how they build entire apps just by prompting AI.
But here's what they don't show you:
❌ When the AI-generated code has a bug (and it WILL)
❌ When the library updates break everything
❌ When you need to debug a segmentation fault at 2 AM
❌ When your ESP32 keeps rebooting (power issue? wiring? code?)
❌ When you need to optimize for battery life on a Mars rover
AI cannot see your wiring. AI cannot measure your voltages. AI cannot test your components.
YOU need to be the engineer.
📚 RECOMMENDED RESOURCES (all free or cheap):
FREE Courses:
CS50 (edX) - Computer science fundamentals
Python for Everybody (Coursera - free audit)
Learn C++ (learncpp.com) - Complete C++ from scratch
The Odin Project - Full-stack web development
For Robotics Specifically:
ROS Tutorials (Robot Operating System)
Arduino Project Hub (learn by doing)
ESP32 forums (real-world problems from real engineers)
📖 MY PROVEN 5-STEP LEARNING PATH:
Step 1: Algorithms & Data Structures (2-3 months)
Arrays, Linked Lists, Stacks, Queues
Trees, Graphs, Sorting, Searching
RECURSION (this is where most people quit - don't!)
Resource: CS50 (Harvard's free course) - LINK IN PINNED COMMENT
Step 2: Python (1-2 months)
Variables, loops, conditionals
Functions, classes, modules
Lists, dictionaries, tuples
Libraries: numpy, matplotlib, OpenCV
Resource: Python Crash Course - LINK BELOW
Step 3: C and C++ (2-3 months)
POINTERS (yes, you NEED them)
Memory allocation (malloc, free, new, delete)
Stack vs Heap (understand this or suffer)
Classes, inheritance, polymorphism, templates
Resource: learncpp.com (completely FREE)
Step 4: Arduino/ESP32 (1 month)
Blink LED (hello world of hardware)
Button input with pull-up/pull-down
PWM for LED dimming and servo control
Sensor reading (DHT11, ultrasonic, etc.)
Motor control with H-bridges
NO AI YET. Write everything yourself.
Step 5: AI as a Tool (ongoing)
GitHub Copilot for boilerplate
ChatGPT for explaining concepts
Claude for debugging help
BUT you MUST understand every line generated.
🎥 Watch Other Videos of Roborear:
Easiest Face Recognition Using ESP32-CAM & Python
https://youtu.be/V48BwBdp4QU
DIY LoRa Security System with Motion Detection Camera
https://youtu.be/3a_6NtJLRJg
🙏 SUPPORT THE CHANNEL:
Like this video? Subscribe and hit the bell 🔔 so you don't miss my weekly robotics tutorials. Every Monday, I drop a new video that takes you from beginner to builder.
📢 CONNECT & SUPPORT
- Blog: https://roborear.com/
- Email: roborearbd@gmail.com
TAGS:
robotics coding, learn robotics, AI vs coding, vibe coding, arduino tutorial, esp32 project, platformio vs arduino ide, c++ for robotics, python for robotics, chatgpt coding, github copilot tutorial, should I learn to code, will AI replace programmers, robotics for beginners, embedded systems programming, learn c programming, arduino esp32, Robotics Coding or Do Vibe Coding, robotics engineering career, coding fundamentals, data structures and algorithms, Coding For Robotics, learn coding for robotics
#RoboticsCoding #LearnCoding #AIvsCoder #RoboticsForBeginners #LearnToCode
Видео Should You Learn Robotics Coding or Do Vibe Coding? AI Will NOT Replace You! Coding For Robotics канала Roborear
vibe coding coding with ai coding for robotics arduino coding programming robotics coding learn robotics AI vs coding arduino tutorial python for robotics should I learn to code will AI replace programmers CS50 review robotics for beginners learn c programming arduino esp32 sensor programming coding fundamentals robotics robotics engineering robotics software engineer ai for robotics learn coding for robotics robotics coding for beginners
Комментарии отсутствуют
Информация о видео
7 мая 2026 г. 21:58:09
00:07:37
Другие видео канала




















