Agentic Frameworks Podcast Summaries
Agentic Frameworks on Yedapo: 3 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

I Built The Best Claude Memory System (Beats Hermes)
Simon Scrapes
Jun 10, 2026
Agentic systems fail when they rely on single, limited memory frameworks. By synthesizing components from Memarch, Hermes, and GBrain, you can construct a hybrid system that handles automated storage, intelligent context injection, and semantic recall with verified citations.
Key insight: A memory system that confidentially admits it doesn't know an answer is fundamentally more valuable than one that hallucinates; true reliability requires citation-backed recall.

פרק 21 - המדריך המלא לעבודה אופטימלית עם אייג׳נטים, גרסת מאי 2026
סוכני הבינה
May 3, 2026
הפרק מציג שינוי פרדיגמה בעבודת פיתוח: מעבר מכתיבת קוד ידנית לניהול סוכנים (Agents) בתוך תהליך מובנה. המפתח ליעילות אינו רק הכלי הנבחר, אלא יצירת סביבה דוקומנטרית חכמה ושיטתית המאפשרת לסוכנים להבין קונטקסט עסקית וארכיטקטונית בצורה עצמאית.
Key insight: המעבר המחשבתי הוא מהתמקדות בכתיבת הקוד לניהול ה-Pipeline של הסוכנים; ככל שתשקיעו יותר זמן ב-Brainstorming ובתכנון (Plan) עם הסוכן, כך תחסכו פי חמישה זמן בדבאגינג מאוחר יותר.
Claude Code + SUPERPOWERS = The End of Vibe Coding? (Full Tutorial)
Eric Tech
Mar 31, 2026
While most developers rely on unpredictable 'vibe coding,' Eric reveals why the Superpowers framework is the key to enterprise-grade AI agents. By mandating test-driven development and isolated sub-agent environments, this workflow eliminates context rot and forces AI to validate its own code before execution.
Key insight: Superpowers differentiates itself by using Git worktrees to create secluded environments for sub-agents, allowing for parallel task execution without the context overlap that typically causes AI hallucinations.