Loading video...

Video Failed to Load

Go Home

Stanford CS professor just dropped the ultimate framework for building self-learning ai agents. 65-minutes. free. by stanford ai faculty. "reward hacking - your agent is gonna learn to do exactly what it is that you tell him to do" here's what they cover: •solving the credit assignment problem and...

14,835 views • 1 month ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

Stanford professor just gave away the entire foundation of how AI Agents & automation actually works. 1-hour lecture. Tool calling. Multi-step workflows. Planning. Reflection. SAVE this to watch this before you open Netflix tonight. More valuable than 6 months of copying Make and n8n tutorials, for building Ai Agents Most people learn by copying tutorials blindly. Stanford teaches you WHY agents work the way they do. Follow Himanshu Kumar for more high-signal content that actually moves your skills forward instead of just entertaining you for 30 seconds. ↓ Why your automations keep breaking. You copied a Make tutorial. Built the exact workflow. Worked for a week. Then the API changed. The trigger failed. An edge case broke everything. You had no idea how to fix it. Because you never understood why it worked. You were copying keystrokes. The people shipping real automation were understanding architecture. ↓ What Stanford actually teaches. Tool calling: how an agent decides which tool to use by scoring each option against the current task state, not just matching keywords. ReAct loop: the agent reasons, acts, observes, then reasons again. Break this cycle and your workflow fails silently. Planning vs execution: why agents that plan all steps upfront break on dynamic inputs, and why iterative planners survive production. Memory architecture: short-term context for the current task, long-term vector memory for patterns. Most automations fail because they confuse the two. Reflection: how agents catch their own errors by evaluating outputs against original intent before moving to the next step. Tool composition: why chaining 10 tools blindly creates cascading failures, and how to structure dependencies so one broken node doesn't kill the whole workflow. This is the foundation behind every automation that actually works. Not prompting tricks. Not "10 best AI tools" reels. Actual architecture. Follow Himanshu Kumar for more high-signal content that actually moves your skills forward. ↓ Your weekend plan. Tonight: watch the Stanford lecture. 1 hour. Saturday to Sunday: build 3 projects applying what you learned. Next 2 weekends: 6 more projects. 9 projects. 2 weeks. APIs, webhooks, LLM integration, real workflows. No theory. Just build. ↓ Stanford Agentic AI lecture: free on YouTube. Watch it this weekend or buy another $500 "AI automation course" in 2027 that teaches less than this one free lecture. Bookmark. Watch tonight. Follow Himanshu Kumar for more high-signal content that actually moves your skills forward.

Himanshu Kumar

28,120 views • 3 months ago

STANFORD JUST PUT ITS ENTIRE ARTIFICIAL INTELLIGENCE CURRICULUM ON YOUTUBE FOR FREE. CS221. The same course that produced engineers now running AI labs, building frontier models, and getting paid $500,000 a year at the companies everyone is trying to work for. Most people have never heard of it. The ones who have are not telling you about it. Here is what the course actually covers: Search algorithms. The mathematical foundation behind every AI that finds optimal solutions in complex environments. Constraint satisfaction. How AI reasons through problems with thousands of interdependent variables simultaneously. Markov decision processes. The probabilistic framework behind every AI agent that makes sequential decisions under uncertainty. Machine learning from first principles. Not how to use sklearn. How the math actually works underneath it. Neural networks. Built from the ground up before jumping to applications. Logic and knowledge representation. How AI systems reason about the world formally. Natural language processing. The foundation of everything happening in LLMs right now. Robotics and computer vision. How AI perceives and acts in physical environments. Every concept that powers every AI product you use daily is in this curriculum. Not a surface level overview. The actual mathematics. The actual algorithms. The actual reasoning. This is what separates engineers who build AI from operators who use it. Stanford charged $60,000 a year for students to sit in this classroom. They put the whole thing on YouTube. Bookmark this before you open any other AI resource today. Follow CyrilXBT for more elite resources that build real depth the moment they drop.

CyrilXBT

54,956 views • 2 months ago

AI AGENTS 101 (58 minute free masterclass) send this to anyone who wants to understand ai agents, claude skills, md files, how to get the most out of AI etc in plain english: 1. chat vs agents - chat models answer questions in a back and forth while agents take a goal, figure out the steps, and deliver a result 2. agents don’t stop after one response. they keep running until the task is actually finishedno babysitting required 3. everything runs on a loop. they gather context, decide what to do, take an action, then repeat until done 4. the loop is the system. they look at files, tools, and the internet. decide the next step. execute and then feed that back into the next step. over and over until completion 5. the model is just one piece. gpt, claude, gemini are the reasoning layer. the key is model + loop + tools + context 6. mcp is how agents use tools. it connects things like browser, code, apis, and your internal software. once connected, the agent decides when to use them to get the job done 7. context beats prompt all day. you don't need to write perfect prompts. load your agent with context about your business, style, and goals and then simple instructions work 8. claude.md or agents.md is the onboarding doc it tells the agent who it is, how to behave, what it knows, and what tools it can use. this gets loaded every time before it starts 9. memory.md is how it improves. agents don’t remember by default. this file stores preferences, corrections, and patterns you tell the agent to update it, and it gets better over time 10. skills + harnesses make it usable. skills are reusable tasks like writing, research, analysis the harness is the environment like claude code or openclaw that runs everything. basiclaly, different interfaces, same system underneath this episode with remy on The Startup Ideas Podcast (SIP) 🧃 was one of the clearest ways of understanding a lot of the core concepts of ai agents could be the best beginners course for ai agents 58 mins. all free. no advertisers. i just want to see you build cool stuff. im rooting for you. send to a friend watch

GREG ISENBERG

375,365 views • 4 months ago