@@ -570,14 +570,6 @@ export const LEARN_MORE_POSTS: LearnMoreCardItem[] = [
570570 href : "https://markmhendrickson.com/posts/agent-memory-truth-problem" ,
571571 imageUrl : "https://markmhendrickson.com/images/posts/agent-memory-truth-problem-hero.png" ,
572572 } ,
573- {
574- label : "Related post" ,
575- title : "Why agent memory needs more than RAG" ,
576- description :
577- "Why similarity search works for exploration but breaks for durable state, and how schema-first memory closes the gap." ,
578- href : "https://markmhendrickson.com/posts/why-agent-memory-needs-more-than-rag" ,
579- imageUrl : "https://markmhendrickson.com/images/posts/why-agent-memory-needs-more-than-rag-hero.png" ,
580- } ,
581573 {
582574 label : "Related post" ,
583575 title : "Six agentic trends I'm betting on (and how I might be wrong)" ,
@@ -586,6 +578,14 @@ export const LEARN_MORE_POSTS: LearnMoreCardItem[] = [
586578 href : "https://markmhendrickson.com/posts/six-agentic-trends-betting-on" ,
587579 imageUrl : "https://markmhendrickson.com/images/posts/six-agentic-trends-betting-on-hero.png" ,
588580 } ,
581+ {
582+ label : "Related post" ,
583+ title : "Why agent memory needs more than RAG" ,
584+ description :
585+ "Why similarity search works for exploration but breaks for durable state, and how schema-first memory closes the gap." ,
586+ href : "https://markmhendrickson.com/posts/why-agent-memory-needs-more-than-rag" ,
587+ imageUrl : "https://markmhendrickson.com/images/posts/why-agent-memory-needs-more-than-rag-hero.png" ,
588+ } ,
589589 {
590590 label : "Related post" ,
591591 title : "Agent command centers need one source of truth" ,
0 commit comments