Coding Crash Courses
Hello and welcome to my channel. I am a german software engineer who works in the AI Space. I love to learn new stuff and teach it to people :-). I already have got a german channel with a lot of videos and full courses on Python, JavaScript, React and much more. German channel: https://studio.youtube.com/channel/UCikLKUS0DZWMkukbkYDG49Q
Channel created: July 26, 2022
17,500
Subscribers
152
Total Videos
1,030,995
Total Views
172
Videos
Recent Videos
View All VideosStop Asking LLMs for Confidence Scores (Do this instead)
When your manager asks: "How confident is the AI?", don't be tempted to just ask the model for a score from 0-100%. It's a trap. These numbers are often just hallucinated text, not real mathematic...
Deep Agents Tutorial: Building Hierarchical AI Systems in Python
Why do most AI agents fail at long, complex tasks? It's not the model—it's the architecture. In this video, we go under the hood of the `deepagents` framework (built on LangChain & LangGraph) to un...
Dynamic Agent Cards: How to Build "Self-Aware" Agents (RAPTOR + A2A)
📽️ PREREQUISITES (Watch these first): • Raptor Introduction: https://youtu.be/zfHQSr_s9PM • A2A Protocol: https://youtu.be/4rbh2XfLCdM Code: https://github.com/Coding-Crashkurse/Raptor-Basics Mos...
Stop Fighting Over AI Models (The Gemini 3.0 Chaos)
Gemini 3.0 is out, and once again, the internet has lost the plot. We are seeing the same cycle repeat itself: half the timeline claims "it's over," and the other half claims it's "trash." In this...
Langflow Crash Course – Build LLM Apps without Coding (Postgres + Langfuse Setup)
Build powerful LLM-based applications without writing a single line of frontend code. In this video we take a deep dive into Langflow, my favorite low-code platform for building AI agents and work...
LangChain & LangGraph 1.0 — Finally Ready for Production?
My courses incl. Coupon Codes: Learn MCP: https://www.udemy.com/course/mastering-model-context-protocol-mcp-a-practical-guide/?couponCode=B5059DA182120238A0FA Learn LangGraph: https://www.udemy.co...
LangChain 1.0 Just Took a Huge Leap Forward
LangChain 1.0 is finally here! 🚀 In this video, we’ll explore what’s new in LangChain 1.0 — the biggest update since its initial release. You’ll get a quick overview of the most important new featu...
Does AI coding make you stupid? My perspective as a senior engineer.
I’m convinced that AI tools don’t make you worse – they just show you where you really stand. This video isn’t a praise piece for ChatGPT – it’s a realistic look at what actually happens when you u...
AI in Gaming - How LLMs can give NPCs a real personality
Code: https://github.com/Coding-Crashkurse/Pygame-Voice-Interaction Imagine NPCs that truly react to you – not with the same three dialogue lines, but with real intelligence. In this video, I’ll s...
Agentic Coding with GPT-5 Codex: A Complete Introduction
In this video, I introduce Agentic Coding with GPT-5 Codex. You’ll learn how to set it up, configure it to your needs, and make the most of its capabilities. Based on my hands-on experience over th...