Skip to content

Commit d1b347b

Browse files
committed
Reprioritized the order of the content
Signed-off-by: Steve Scargall <[email protected]>
1 parent 705fe03 commit d1b347b

File tree

1 file changed

+105
-204
lines changed

1 file changed

+105
-204
lines changed

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

Lines changed: 105 additions & 204 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,106 @@ <h1 class="title">
104104
</div>
105105
</div>
106106

107+
<!--=======================================================
108+
COMPARISON
109+
=========================================================-->
110+
<div class="solution-area mtb-192">
111+
<div class="container">
112+
<div data-aos="fade-up" data-aos-duration="1000">
113+
<div class="row">
114+
<div class="col-md-12">
115+
<h2 class="title-2">
116+
Agents without Memory <span>Forget</span>
117+
</h2>
118+
</div>
119+
<div class="col-md-12">
120+
<div class="solution-item">
121+
<div data-aos="fade-up" data-aos-duration="800">
122+
<div class="row mb-5">
123+
<div class="col-md-8 mx-auto text-center">
124+
<p class="mw-100 text-center">
125+
See how an agent with memory provides a compassionate, personalized healthcare experience, while one without creates frustration.
126+
</p>
127+
</div>
128+
</div>
129+
130+
<div class="row mb-5">
131+
<div class="col-lg-6 mb-4 mb-lg-0">
132+
<h4 class="text-center mb-3">Without MemMachine</h4>
133+
<div class="solution-item-list solution-item-chat h-100">
134+
<div class="solution-chat-message">
135+
<div class="solution-chat-message-item">
136+
<i class="fa-solid fa-circle-user"></i>
137+
<div class="solution-chat-message-item-content">
138+
<h3>Patient <span>10:14 AM</span></h3>
139+
<p>Hi, I need to schedule my 3-month follow-up with Dr. Anya Sharma.</p>
140+
</div>
141+
</div>
142+
<div class="solution-chat-message-item">
143+
<i class="fa-solid fa-robot"></i>
144+
<div class="solution-chat-message-item-content">
145+
<h3>Healthcare AI <span>10:14 AM</span></h3>
146+
<p>Of course. Dr. Sharma has an opening next Tuesday at 9:00 AM. Does that work for you?</p>
147+
</div>
148+
</div>
149+
<div class="solution-chat-message-item">
150+
<i class="fa-solid fa-circle-user"></i>
151+
<div class="solution-chat-message-item-content">
152+
<h3>Patient <span>10:15 AM</span></h3>
153+
<p>No. I need an afternoon appointment. What do I need to do to prepare?</p>
154+
</div>
155+
</div>
156+
<div class="solution-chat-message-item">
157+
<i class="fa-solid fa-robot"></i>
158+
<div class="solution-chat-message-item-content">
159+
<h3>Healthcare AI <span>10:15 AM</span></h3>
160+
<p>You will need to fast for 12 hours before your appointment for the blood test.</p>
161+
</div>
162+
</div>
163+
</div>
164+
</div>
165+
</div>
166+
167+
<div class="col-lg-6">
168+
<h4 class="text-center mb-3">With MemMachine</h4>
169+
<div class="solution-item-list solution-item-chat h-100">
170+
<div class="solution-chat-message">
171+
<div class="solution-chat-message-item">
172+
<i class="fa-solid fa-circle-user"></i>
173+
<div class="solution-chat-message-item-content">
174+
<h3>Patient <span>10:14 AM</span></h3>
175+
<p>Hi, I need to schedule my 3-month follow-up with Dr. Anya Sharma.</p>
176+
</div>
177+
</div>
178+
<div class="solution-chat-message-item">
179+
<i class="fa-solid fa-robot"></i>
180+
<div class="solution-chat-message-item-content">
181+
<h3>MemMachine AI <span>10:14 AM</span></h3>
182+
<p>
183+
Of course, Jane. Dr. Sharma has a 9:00 AM slot on Tuesday, but <strong>I remember you dislike morning appointments and find fasting difficult.</strong> Would you prefer an afternoon slot on Wednesday at 2:00 PM instead? That one doesn't require fasting.
184+
</p>
185+
</div>
186+
</div>
187+
</div>
188+
</div>
189+
</div>
190+
</div>
191+
192+
<div class="row mt-6" style="padding-top: 20px;">
193+
<div class="col-md-8 mx-auto text-center">
194+
<h3 class="title-3">Memory is the <span>Key to Personalization</span></h3>
195+
<p class="mw-100 text-center">
196+
A generic agent follows a script, ignoring a patient's personal needs and creating a sterile, one-size-fits-all experience. An agent powered by MemMachine remembers what makes each patient unique, allowing it to provide truly empathetic and personalized care.
197+
</p>
198+
</div>
199+
</div>
200+
</div>
201+
</div>
202+
</div>
203+
</div>
204+
</div>
205+
</div>
206+
</div>
107207

108208
<!--=======================================================
109209
LOGO MARQUEE
@@ -178,7 +278,11 @@ <h3>Unlock Complex Workflows</h3>
178278
</div>
179279

180280
<!--=======================================================
181-
SOLUTIONS
281+
HOW IT WORKS
282+
=========================================================-->
283+
284+
<!--=======================================================
285+
SOLUTIONS/USE CASES
182286
=========================================================-->
183287
<div class="solution-area mtb-192">
184288
<div class="container">
@@ -264,209 +368,6 @@ <h4>A Technical Writer</h4>
264368
</div>
265369
</div>
266370
</div>
267-
268-
<div class="solution-item">
269-
<div data-aos="fade-up" data-aos-duration="800">
270-
<div class="row mb-5">
271-
<div class="col-md-8 mx-auto text-center">
272-
<h2>From Impersonal to Empathetic</h2>
273-
<p class="mw-100 text-center">
274-
See how an agent with memory provides a compassionate, personalized healthcare experience, while one without creates frustration.
275-
</p>
276-
</div>
277-
</div>
278-
279-
<div class="row mb-5">
280-
<div class="col-lg-6 mb-4 mb-lg-0">
281-
<h4 class="text-center mb-3">Without MemMachine</h4>
282-
<div class="solution-item-list solution-item-chat h-100">
283-
<div class="solution-chat-message">
284-
<div class="solution-chat-message-item">
285-
<i class="fa-solid fa-circle-user"></i>
286-
<div class="solution-chat-message-item-content">
287-
<h3>Patient <span>10:14 AM</span></h3>
288-
<p>Hi, I need to schedule my 3-month follow-up with Dr. Anya Sharma.</p>
289-
</div>
290-
</div>
291-
<div class="solution-chat-message-item">
292-
<i class="fa-solid fa-robot"></i>
293-
<div class="solution-chat-message-item-content">
294-
<h3>Healthcare AI <span>10:14 AM</span></h3>
295-
<p>Of course. Dr. Sharma has an opening next Tuesday at 9:00 AM. Does that work for you?</p>
296-
</div>
297-
</div>
298-
<div class="solution-chat-message-item">
299-
<i class="fa-solid fa-circle-user"></i>
300-
<div class="solution-chat-message-item-content">
301-
<h3>Patient <span>10:15 AM</span></h3>
302-
<p>No. I need an afternoon appointment. What do I need to do to prepare?</p>
303-
</div>
304-
</div>
305-
<div class="solution-chat-message-item">
306-
<i class="fa-solid fa-robot"></i>
307-
<div class="solution-chat-message-item-content">
308-
<h3>Healthcare AI <span>10:15 AM</span></h3>
309-
<p>You will need to fast for 12 hours before your appointment for the blood test.</p>
310-
</div>
311-
</div>
312-
</div>
313-
</div>
314-
</div>
315-
316-
<div class="col-lg-6">
317-
<h4 class="text-center mb-3">With MemMachine</h4>
318-
<div class="solution-item-list solution-item-chat h-100">
319-
<div class="solution-chat-message">
320-
<div class="solution-chat-message-item">
321-
<i class="fa-solid fa-circle-user"></i>
322-
<div class="solution-chat-message-item-content">
323-
<h3>Patient <span>10:14 AM</span></h3>
324-
<p>Hi, I need to schedule my 3-month follow-up with Dr. Anya Sharma.</p>
325-
</div>
326-
</div>
327-
<div class="solution-chat-message-item">
328-
<i class="fa-solid fa-robot"></i>
329-
<div class="solution-chat-message-item-content">
330-
<h3>MemMachine AI <span>10:14 AM</span></h3>
331-
<p>
332-
Of course, Jane. Dr. Sharma has a 9:00 AM slot on Tuesday, but <strong>I remember you dislike morning appointments and find fasting difficult.</strong> Would you prefer an afternoon slot on Wednesday at 2:00 PM instead? That one doesn't require fasting.
333-
</p>
334-
</div>
335-
</div>
336-
</div>
337-
</div>
338-
</div>
339-
</div>
340-
341-
<div class="row mt-6" style="padding-top: 20px;">
342-
<div class="col-md-8 mx-auto text-center">
343-
<h3>Memory is the Key to Personalization</h3>
344-
<p class="mw-100 text-center">
345-
A generic agent follows a script, ignoring a patient's personal needs and creating a sterile, one-size-fits-all experience. An agent powered by MemMachine remembers what makes each patient unique, allowing it to provide truly empathetic and personalized care.
346-
</p>
347-
</div>
348-
</div>
349-
</div>
350-
</div>
351-
352-
<!--
353-
<div class="solution-item">
354-
<div data-aos="fade-up" data-aos-duration="800">
355-
<div class="row align-items-center">
356-
<div class="col-md-6 pr-47">
357-
<div class="solution-item-list solution-item-chat">
358-
<div class="solution-chat-message">
359-
<div class="solution-chat-message-item">
360-
<i class="fa-solid fa-circle-user"></i>
361-
<div class="solution-chat-message-item-content">
362-
<h3>Project Manager <span>2:15 PM</span></h3>
363-
<p>
364-
Hey, can I get a quick summary of our last call with the 'Innovate Corp' account? I'm heading into a follow-up meeting.
365-
</p>
366-
</div>
367-
</div>
368-
<div class="solution-chat-message-item">
369-
<i class="fa-solid fa-robot"></i>
370-
<div class="solution-chat-message-item-content">
371-
<h3>MemMachine Agent <span>2:15 PM</span></h3>
372-
<p>
373-
Of course. On our last call, we discussed their feature request for SSO integration. The key action item was for us to provide a cost estimate by EOD Friday.
374-
</p>
375-
<p>
376-
<strong>I also recall their lead, Sarah, mentioned she would be on PTO this week.</strong>
377-
</p>
378-
</div>
379-
</div>
380-
<div class="solution-chat-message-item">
381-
<i class="fa-solid fa-circle-user"></i>
382-
<div class="solution-chat-message-item-content">
383-
<h3>Project Manager <span>2:16 PM</span></h3>
384-
<p>Perfect, thanks for the reminder about the PTO. That's a huge help.</p>
385-
</div>
386-
</div>
387-
</div>
388-
</div>
389-
</div>
390-
<div class="col-md-6 pl-47 mt-30">
391-
<h3>Memory, Integrated Everywhere</h3>
392-
<p>
393-
MemMachine isn't a standalone application; it's a memory layer designed to enhance the agents and workflows you already use. With powerful integrations for <strong>Slack</strong>, <strong>Notion</strong>, <strong>LangChain</strong>, and more, you can bring persistent, personalized memory directly into your team's workspace.
394-
</p>
395-
<a href="{{ "integrations" | relLangURL }}" class="btn btn-secondary">Learn more</a>
396-
</div>
397-
</div>
398-
</div>
399-
</div>
400-
-->
401-
402-
<!--
403-
<div class="solution-item">
404-
<div data-aos="fade-up" data-aos-duration="800">
405-
<div class="row align-items-center">
406-
<div class="col-md-6 pr-47">
407-
<h3>Granular Control Over Agent Knowledge</h3>
408-
<p>
409-
MemMachine gives you complete authority over what your agent knows. Securely connect to your existing data silos and frameworks. You decide which sources populate the agent's memory, ensuring it has the precise context it needs to be effective—and nothing it doesn't.
410-
</p>
411-
<a href="{{ "integrations" | relLangURL }}" class="btn btn-secondary">Explore Integrations</a>
412-
</div>
413-
<div class="col-md-6 pl-47 mt-30">
414-
<div class="solution-box-list">
415-
<div class="solution-box-item">
416-
<h4>
417-
<i class="fa-solid fa-book-bookmark"></i>
418-
Notion
419-
</h4>
420-
<ul>
421-
<li>Project Docs: Synced</li>
422-
<li>Meeting Notes: Active</li>
423-
<li>Company Wiki: Indexed</li>
424-
<li>Databases: 2 Connected</li>
425-
</ul>
426-
</div>
427-
<div class="solution-box-item">
428-
<h4>
429-
<i class="fa-brands fa-slack"></i>
430-
Slack
431-
</h4>
432-
<ul>
433-
<li>#dev-team: Listening</li>
434-
<li>#support-tickets: Active</li>
435-
<li>#announcements: Read-only</li>
436-
<li>Direct Messages: Disabled</li>
437-
</ul>
438-
</div>
439-
<div class="solution-box-item">
440-
<h4>
441-
<i class="fa-solid fa-share-nodes"></i>
442-
LangGraph
443-
</h4>
444-
<ul>
445-
<li>Agent State: Managed</li>
446-
<li>Memory Persistence: Enabled</li>
447-
<li>Human-in-the-loop: Active</li>
448-
<li>Cycles: 14 Allowed</li>
449-
</ul>
450-
</div>
451-
<div class="solution-box-item">
452-
<h4>
453-
<i class="fa-solid fa-link"></i>
454-
LangChain
455-
</h4>
456-
<ul>
457-
<li>ConversationBufferMemory: Active</li>
458-
<li>VectorStoreRetrieverMemory: Enabled</li>
459-
<li>Custom Chains: 3</li>
460-
<li>Documents Loaded: 1,204</li>
461-
</ul>
462-
</div>
463-
</div>
464-
</div>
465-
</div>
466-
</div>
467-
</div>
468-
-->
469-
470371
</div>
471372
</div>
472373
</div>

0 commit comments

Comments
 (0)