Skip to content

Commit 406281b

Browse files
authored
Merge pull request #19 from sscargal/site-updates
Site updates
2 parents bca13e5 + 4987c42 commit 406281b

File tree

7 files changed

+46
-28
lines changed

7 files changed

+46
-28
lines changed

content/en/blog/2025/09/locomo-results/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ featured_image: "featured_image.png"
55
tags: ["AI Agent", "LoCoMo Benchmark", "Generative AI", "LLM", "Agent Memory", "featured"]
66
author: "The MemMachine Team"
77
description: "In a groundbreaking performance result, MemMachine reaches new heights on the challenging LoCoMo benchmark, setting a new standard for long-term conversational memory in AI agents. Discover how our multi-layered memory system is revolutionizing the field."
8+
aliases:
9+
- /blog/2025/09/locomo-results/
810
---
911

1012
In their paper, "[Evaluating Very Long-Term Conversational Memory of LLM Agents](https://arxiv.org/abs/2402.17753)", Snap researchers introduced the open-source [LoCoMo benchmark](https://github.com/snap-research/LoCoMo). LoCoMo provides a new standard for evaluating the true long-term conversational memory of AI agents.

themes/memmachine/assets/css/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,15 @@ footer p {
16571657
* 15. Custom
16581658
/* ====================================== */
16591659

1660+
/* Gradient text effect for highlighted text */
1661+
.highlight-text-gradient {
1662+
background: var(--gradient-lavender-pink-peach);
1663+
-webkit-background-clip: text;
1664+
background-clip: text;
1665+
-webkit-text-fill-color: transparent;
1666+
color: transparent;
1667+
}
1668+
16601669
/* Container for the tags and read-more link */
16611670
.card-footer {
16621671
display: flex;

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=========================================================-->
44
<div class="hero-area">
55
<div class="container">
6-
<div data-aos="fade-up" data-aos-duration="1000">
6+
<div>
77
<div class="row">
88
<div class="col-md-12">
99
<h1 class="title">
@@ -14,26 +14,20 @@ <h1 class="title">
1414
Meet MemMachine, an open-source memory layer for advanced AI agents. It enables AI-powered applications to learn, store, and recall data and preferences from past sessions to enrich future interactions. MemMachine's memory layer persists across multiple sessions, agents, and large language models, building a sophisticated, evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to understand and respond with better precision and depth.
1515
</p>
1616
<div class="hero-btn">
17-
<div data-aos="fade-up" data-aos-duration="1000">
17+
<div>
1818
<a
1919
href="https://docs.memmachine.ai/getting_started"
2020
class="btn btn-primary mx-2"
21-
data-aos="fade-up"
22-
data-aos-delay="200"
2321
>Start Building
2422
</a>
2523
<a
2624
href="https://memmachine.ai/playground/"
2725
class="btn btn-primary mx-2"
28-
data-aos="fade-up"
29-
data-aos-delay="200"
3026
>Try the Playground
3127
</a>
3228
<a
3329
href="https://discord.gg/usydANvKqD"
3430
class="btn btn-primary mx-2"
35-
data-aos="fade-up"
36-
data-aos-delay="200"
3731
>Let's Chat on Discord
3832
</a>
3933
<!--

themes/memmachine/layouts/playground.html

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=========================================================-->
55
<div class="hero-area">
66
<div class="container">
7-
<div data-aos="fade-up" data-aos-duration="1000">
7+
<div>
88
<div class="row">
99
<div class="col-md-12">
1010
<h1 class="title">
@@ -24,28 +24,41 @@ <h1 class="title">
2424
=========================================================-->
2525
<div class="container">
2626
<div class="row">
27-
<div class="col-md-12" data-aos="fade-up" data-aos-duration="1000">
27+
<div class="col-md-12">
2828
<div class="ready-section" style="margin: 100px 0;">
29-
<h2 class="title-2">We're <span>Building</span> Something <span>Amazing</span></h2>
30-
<p>
31-
Our Playground is getting a major upgrade to give you an even better experience.
32-
</p>
33-
<p>
34-
We're working hard to make it worth the wait! While you're waiting, please explore these resources to start your journey.
35-
</p>
36-
37-
<div class="hero-btn">
38-
<div data-aos="fade-up" data-aos-duration="1000" class="aos-init aos-animate">
39-
<a href="https://docs.memmachine.ai/getting_started" class="btn btn-primary mx-2 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">Read the Docs
40-
</a>
41-
<a href="https://discord.gg/usydANvKqD" class="btn btn-primary mx-2 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">Let's Chat on Discord
42-
</a>
43-
</div>
44-
</div>
29+
<h2 class="title-2">How to Use the <span>MemMachine Playground</span></h2>
30+
<p class="mx-auto" style="max-width: 800px; line-height: 1.8;">To get started with the MemMachine Playground, follow these simple steps.</p>
31+
<ol class="list-decimal text-left mx-auto" style="max-width: 800px; line-height: 1.8;">
32+
<li class="mb-5">
33+
<p>Click the "Go to Playground" button.</p>
34+
<div class="hero-btn mt-12">
35+
<div>
36+
<a href="https://playground.memmachine.ai/" class="btn btn-primary mx-2" style="background-color: #5d5dd4;" target="_blank">Go to Playground</a>
37+
</div>
38+
</div>
39+
</li>
40+
<li class="mb-5">
41+
<p>On the login page, click "Continue with Google" to create a secure account and log in. The email and password feature is not enabled.</p>
42+
<img src="/img/playground_signin_with_OAuth.png" alt="Continue with Google button" style="width: 100%; max-width: 400px; margin-top: 10px; border-radius: 8px;">
43+
</li>
44+
<li class="mb-5">
45+
<p>In the model selection dropdown at the top of the page, click the '+' to add both of these models to create a side-by-side comparison:</p>
46+
<ul class="list-disc ml-6 mt-2">
47+
<li><span class="highlight-text-gradient">gpt-4.1-mini:</span> This model has no memory and will not remember information in a new chat session.</li>
48+
<li><span class="highlight-text-gradient">gpt-4.1-mini-memory:</span> This model uses the power of MemMachine to remember facts and information within and across chat sessions.</li>
49+
</ul>
50+
<img src="/img/playground_select_models.png" alt="Model selection dropdown with two models" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;">
51+
</li>
52+
<li class="mb-5">
53+
<p>Once both models are added, you can start chatting. You can compare the response from both models simultaneously.</p>
54+
<img src="/img/playground_side-by-side-chat-session.png" alt="Side-by-side chat session for A/B testing" style="width: 100%; max-width: 500px; margin-top: 10px; border-radius: 8px;">
55+
</li>
56+
<li class="mb-5">
57+
<p>Start a new chat session by clicking the "New Chat" button on the left sidebar. Continue chatting. You will notice the <span class="highlight-text-gradient">gpt-4.1-mini</span> forgets everything from the previous session(s), whereas the <span class="highlight-text-gradient">gpt-4.1-mini-memory</span> retains context and information from all prior sessions.</p>
58+
</ol>
4559

4660
</div>
4761
</div>
4862
</div>
4963
</div>
50-
51-
{{ end }}
64+
{{ end }}
17.7 KB
Loading
87.5 KB
Loading
22.5 KB
Loading

0 commit comments

Comments
 (0)