diff --git a/content/blog/Memories for All.md b/content/blog/Memories for All.md index 4935b5cc4356f..64b1a04fedbdc 100644 --- a/content/blog/Memories for All.md +++ b/content/blog/Memories for All.md @@ -42,7 +42,8 @@ As it stands today the space is mostly focused on the (albeit generative) [[The Every agent interaction can be generated just in time for every person, informed by relevant personal context more substantive than human-to-human sessions. User context will enable disposable agents on the fly across verticals for lower marginal cost than 1:many software paradigms. - + + (*Here's our co-founder [Vince](https://twitter.com/vintrotweets) talking more about some of those possibilities*) ## "Open vs Closed" @@ -79,9 +80,11 @@ Today we're releasing a naive adaptation of [research we published late last yea There's a ton we plan to unpack and implement there, but the key insight we're highlighting today is affording LLMs the freedom and autonomy to decide what's important. - + + (*If you want to go deeper into the research, [this webinar we did with LangChain](https://www.youtube.com/watch?v=PbuzqCdY0hg&list=PLuFHBYNxPuzrkVP88FxYH1k7ZL5s7WTC8) is a great place to start, as is [the "Violation of Expectations" chain they implemented](https://js.langchain.com/docs/use_cases/agent_simulations/violation_of_expectations_chain)*) + This release allows you to experiment with all these ideas. We feed messages into an inference asking the model to derive facts about the user, we store those insights for later use, then we ask the model to retrieve this context to augment some later generation. Check out the [LangChain implementation](https://docs.honcho.dev/how-to/personal-memory/simple-user-memory) and [Discord bot demo](https://discord.gg/plasticlabs).