LLM Wikis and how to give your agents memory
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Unlock all features
FREE: Get instant access to 10 AI summaries, chats, or transcripts per day.
Related videos
The language holding our agents back.
Theo - t3․gg
89.3k views
Delete your CLAUDE.md (and your AGENT.md too)
Theo - t3․gg
294.3k views
How To Change Your Life In One Day
Matt Walsh
19.1k views
Give Me 36 Minutes and I'll Teach You How to Find $1M SaaS Ideas
Rob Walling
33.5k views
Context Engineering for AI Agents with LangChain and Manus
LangChain
67.0k views
How to Build AI Agents in Python
Tech With Tim
46.7k views
The Let Them Theory: How to Take Back Your Peace and Power
Mel Robbins
267.1k views
How to apply context engineering
LangChain
58.0k views
How to Move On, Let Go of Past Mistakes, and Reinvent Yourself
Mel Robbins
213.3k views
Oprah on The Hoffman Process, How to Forgive Your Parents – And Yourself
Oprah
1.5m views
Top Comments (9)
the wiki framing for agent memory instead of just dumping everything into vector chunks is such a clean way to think about it. i ran into the same problem trying to keep entity relationships straight and ended up using HydraDB since it's graph based under the hood, so that structure mapped a lot better than forcing it all into embeddings
Interesting. The hard part isn't building the wiki, it's keeping it from becoming another stale doc layer. Self-correction loops sound great until you try to measure ROI.
~42mins, why not store the searches? domain = context from qlora adapter loaded (slm) agentic cache, ace rlm update the coordinates retrieve json packet?) for a dag that has states, langsmith? trace, nothing new, santizes packets aio postgresql like to maintain context os, apps, review, updates, where the states are cached like a cuda kernel anti cheat thing?
I can't express how awesome I feel seeing you Harrison! I miss you and Lance immensely showing those LCs demos! I have learnt from each of your videos. I wish to serve LangChain as THE Community Support agent who will serve LC till you do and then I follow you wherever you go. Immense respect and aspiration to work w you! Thanks again, Harrison & Lance, and ALL LC team!
Hooks > Instructions
People are missing the meta layer.. There is the actual data / blob what ever - and then there is a layer that organises this - conceptualizes the data. For example when is an update to a document available for wider consumption. And who has access (CRUD) to the data ? What category does this belong, how does it relate to other information (you can almost see a network of weights applied to the data) We need to ingest this into the corpse of knowledge via an agent that is honed as a curator. Also the house keeping never stops - the agent continuously evaluates updates the weights, the links, the stats (used, updates, referenced) and of course the index.
Thank you for this. I learned a lot !
Really interesting!
@16:50 - Display of human-to-human error correction.
Unlock the Data Inside
Turn Videos into Knowledge
- Get FREE 10/day: transcripts, summaries, chats
- Chat with videos, export text & PDF
- $1 free API credit for RAG, chatbots & research
Free forever plan • All features unlocked
Top Comments (9)
the wiki framing for agent memory instead of just dumping everything into vector chunks is such a clean way to think about it. i ran into the same problem trying to keep entity relationships straight and ended up using HydraDB since it's graph based under the hood, so that structure mapped a lot better than forcing it all into embeddings
Interesting. The hard part isn't building the wiki, it's keeping it from becoming another stale doc layer. Self-correction loops sound great until you try to measure ROI.
~42mins, why not store the searches? domain = context from qlora adapter loaded (slm) agentic cache, ace rlm update the coordinates retrieve json packet?) for a dag that has states, langsmith? trace, nothing new, santizes packets aio postgresql like to maintain context os, apps, review, updates, where the states are cached like a cuda kernel anti cheat thing?
I can't express how awesome I feel seeing you Harrison! I miss you and Lance immensely showing those LCs demos! I have learnt from each of your videos. I wish to serve LangChain as THE Community Support agent who will serve LC till you do and then I follow you wherever you go. Immense respect and aspiration to work w you! Thanks again, Harrison & Lance, and ALL LC team!
Hooks > Instructions
People are missing the meta layer.. There is the actual data / blob what ever - and then there is a layer that organises this - conceptualizes the data. For example when is an update to a document available for wider consumption. And who has access (CRUD) to the data ? What category does this belong, how does it relate to other information (you can almost see a network of weights applied to the data) We need to ingest this into the corpse of knowledge via an agent that is honed as a curator. Also the house keeping never stops - the agent continuously evaluates updates the weights, the links, the stats (used, updates, referenced) and of course the index.
Thank you for this. I learned a lot !
Really interesting!
@16:50 - Display of human-to-human error correction.