Loading video...

Video Failed to Load

Go Home

Godfather of agents showed how he created the loop engineering that everyone now uses: as PhD student, he wrote the formula every AI agent now runs on - his formula taught agents to self-improve here's the formula: step 1 → stop making the model just think OR just act...

28,457 views • 15 days ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,186 views • 1 month 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

One of the most important people in AI just let an agent loose inside his home. An autonomous AI agent taught itself how an entire house works, then took control of it. This is Andrej Karpathy, the co-founder of OpenAI and former head of AI at Tesla. What he just described should terrify and excite you at the same time. He typed three words into a chat box: "Can you find my Sonos?" The agent immediately ran an IP scan of every device sitting on the home network. It found the Sonos system, noticed there was zero password protection, and logged straight in. Then it searched the web, reverse-engineered the API endpoints, and asked if it should try playing something. Music started coming out of the speakers in the study and Karpathy could not believe what he was watching. The agent then did the exact same thing for every other system in the house. It mapped the lights, the HVAC, the window shades, the pool, the spa, and the full security system, all without being told how any of them worked. It built its own dashboard, created its own APIs, and stitched six separate apps into one unified control center. Now Karpathy just says "Dobby, it's sleepy time," and every light in the house turns off. This is proof that AI agents can now enter an unknown environment, figure out how it works from scratch, build their own tools around it, and take autonomous control. Karpathy also released something called AutoResearch, an AI agent that runs scientific experiments overnight while he sleeps. In just two days, with zero human input, it executed 700 separate experiments and surfaced improvements that trained researchers had missed entirely. Truly incredible.

Milk Road AI

35,698 views • 4 months ago