trending
marius ndiniโ€ข

14h 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โ€ข

2d 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โ€ข

3d ago

Switch between ChatGPT and Claude โ€” without losing memory or context

We just shipped multi-provider support in @Mnexium AI so you can change LLMs without resetting conversations, user context or memories.

The problem

When teams switch providers, they usually lose everything:

marius ndiniโ€ข

4d 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...)

marius ndiniโ€ข

6d ago

๐Ÿš€ New Feature in Mnexium: Profiles that Build Themselves

Profiles that populate automatically

Mnexium can build structured user profiles based on what users say in conversations without any separate onboarding forms.

If a user says:

I m Sarah from Acme

marius ndiniโ€ข

6d 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โ€ข

6d ago

๐Ÿš€ Getting-started: Build a ChatGPT-style app with persistent memory

In this new getting-started guide, you will learn how to build a ChatGPT-style application that includes persistent memory, conversation history, and semantic recall all using a single API from Mnexium.

The guide walks through how Mnexium simplifies AI memory by replacing complex setups such as:

vector databases
embedding pipelines
retrieval logic
custom chat storage