Google Brain founder, Andrew Ng:
"Prompting will be dead in 6 months, graphs are what's replacing it."
In 2 hours at Stanford he shows how to build agents that work and improve entirely on their own.
The first 10 minutes cover what most $500 courses never do.
Watch the lecture first, then read the guide below on how to build a system that improves itself.
Trust us, you’re going to want to watch the whole thing! 🤣
Sam Houston is soaking in some good old-fashioned Texas fun in the sprinkler! 💦🤠☀️
📸: Keeper Gabby
I modified @karpathy's AI Coding Agent guidelines for early-stage development.
Dropped "Surgical Changes"—strict edits pigeonhole early code into poor decisions and create tech debt.
Added "Research First" to kill infinite agent trial-and-error loops.
My 4 rules 👇
• Instead of "Fix the bug" → "Write a test that reproduces it, then make it pass"
• Instead of "Refactor X" → "Ensure tests pass before and after"
For multi-step tasks, state a brief plan:
[Step] → verify: [check]
[Step] → verify: [check]
[Step] → verify: [check]