trending
marius ndiniโ€ข

2mo ago

Free Drop-in โ€œChat with Xโ€ for your app โ€” NPM package for your site

Hi all - I've built @Mnexium AI and I thought the fastest way to get folks to try was it to build a chat plug-in for websites. I am providing free keys (however much usage it may be) to anyone who is willing to try it.

The plug-in can be found on NPM https://www.npmjs.com/package/@m...

npm install @mnexium/chat
marius ndiniโ€ข

2mo ago

๐Ÿš€ @mnexium/chat โ€” Drop-In AI Chat for Any Web App

We just shipped @mnexium/chat: a single npm package that adds a polished, production-ready AI chat widget to any website. React, Next.js, Express, or plain HTML it just works, and most importantly it remembers.

The Problem

Adding AI chat to a product usually means:

marius ndiniโ€ข

2mo ago

๐Ÿง  AI apps need memory but building it yourself is brutal

Most AI apps eventually hit the same wall. They forget users unless you build a ton of infrastructure first. This means every AI dev eventually will end up building this infra to provide the best user experience needs for their agent and app.

What rolling your own really means:

  • Vector DBs + embeddings + tuning

  • Extracting memories from conversations (and resolving conflicts)

  • Designing user profile schemas and keeping them in sync

  • Managing long chat history + summarization pipelines

  • Juggling different formats across OpenAI, Claude, etc.

  • Hosting, scaling, backups, monitoring

marius ndiniโ€ข

2mo ago

Memory Decay: AI Memory That Forgets Like Humans Do

Most AI memory systems treat all memories equally. Something mentioned two years ago carries the same weight as yesterday's conversation. That's not how human memory works and it creates awkward, irrelevant AI responses.

Today we launched Memory Decay, a feature that makes AI memory behave more like human memory. Frequently used memories stay strong. Unused ones naturally fade. The result is more relevant, contextual AI interactions.

marius ndiniโ€ข

2mo ago

AI Is Learning About You. You Should Own What It Learns

When people talk about AI memory, it s usually framed from the developer s side. How do we store it? How do we retrieve it? How do we keep context alive? This is where @Mnexium AI started as well since that ecosystem is important.

But the initial vision and goal was very different and yet to be executed on.

What if users owned their memories not just the app owners?

marius ndiniโ€ข

2mo ago

We Built a Live AI Memory Demo โ€” Try It Now

See AI Memory in Action

We just shipped something we're really excited about: a fully interactive demo where you can experience AI with persistent memory no signup required.

mnexium.com/chat

marius ndiniโ€ข

2mo ago

Mnexium AI - Persistent, structured memory for AI Agents

๐Ÿง  ๐Œ๐ง๐ž๐ฑ๐ข๐ฎ๐ฆ = persistent memory for LLM apps. Add one ๐ฆ๐ง๐ฑ object and get chat history, semantic recall, and user profiles that follow users across sessions and providers. ๐Ÿ”„ Works with ๐‚๐ก๐š๐ญ๐†๐๐“ and ๐‚๐ฅ๐š๐ฎ๐๐ž โ€” same memories, any model. Switch mid-conversation without losing context. โš™๏ธ No vector DBs or pipelines. A/B test, fail over, and route by cost โ€” your memory layer stays consistent.
marius ndiniโ€ข

2mo ago

๐Ÿš€ New Provider: Google Gemini Support is Live!

@Mnexium AI Now supports all three major AI providers!

OpenAI ChatGPT models

Anthropic Claude Models

marius ndiniโ€ข

2mo ago

๐Ÿง  Memory Graphs: Visualize How Your AI Remembers

When building AI agents with long-term memory, debugging is a challenge.

You know something was remembered but:
When was it created?
What replaced it?
Why is it being recalled now?

Why was it created as a memory in the first place?

marius ndiniโ€ข

2mo ago

Feature Update: Rolling Conversation Summaries โ€” Cut Chat Costs Without Losing Context

We built a feature to solve a problem most AI apps eventually run into:

The longer the conversation, the more you keep paying to resend the entire chat history over and over.

Blog here (https://www.mnexium.com/blogs/ch...)

Docs here (https://www.mnexium.com/docs#sum...)