Nextchat Librechat and Mistral AI

one is worth using

Posted by Isaac on Tuesday, August 11, 2026

I had a couple of sites bookmarked to circle back on: Nextchat.club and LibreChat. I’m not certain what they really are, just that they were on an AI startup leader board recently.

The other AI offering I haven’t visited in some time is Mistral. I liked the early Mistral models for coding. I also like that it’s based in France.

Nextchat.club

We can sign-up at nextchat.club/login:

/img/2026-08-nextclub-01.png

in the Application area we can pick a persona. Here I’ll pick a resume writer

/img/2026-08-nextclub-02.png

However, it didn’t pick up English and still gave me Chinese

/img/2026-08-nextclub-03.png

I picked “Github Copilot”, but it shows me basically a prompt to pretend it’s Copilot

/img/2026-08-nextclub-04.png

But my first prompt kicked me to a paywall

/img/2026-08-nextclub-05.png

I can go to billing to top off

/img/2026-08-nextclub-06.png

Which will let me use crypto or alipay - perhaps this is why it was topping to AI popularity charts

/img/2026-08-nextclub-07.png

LibreChat

Let’s try the demo

/img/2026-08-librechat-01.png

I need to accept the EULA

/img/2026-08-librechat-02.png

I tried an OpenAI prompt and it just wants a key and I would never drop a valid key of my own into some trial page

/img/2026-08-librechat-03.png

But every model wants a key

/img/2026-08-librechat-04.png

Mistral AI

Let’s do the “Try for free”

/img/2026-08-mistral-01.png

So I started with what I thought would be a simple ask - ASCII art of “POOP” and didn’t get a right answer

/img/2026-08-mistral-02.png

I got the same answer twice

/img/2026-08-mistral-03.png

I even tried “thinking”

/img/2026-08-mistral-04.png

Perhaps ASCII isn’t it’s forte. I asked for a ROT13 one-liner

/img/2026-08-mistral-05.png

That looks about right

$ echo -n "Enter text: " ; read text ; echo "$text" | tr 'A-Za-z' 'N-ZA-Mn-za-m'

The best part of ROT 13 is we can test by just feeding it back on itself:

/img/2026-08-mistral-06.png

I asked it to create an image next. How about a Spork?

/img/2026-08-mistral-07.png

I mean, it is a spoon and a fork - it got that part right. But not your typical spork.

Same with my request for Open Heart Surgery:

/img/2026-08-mistral-08.png

I asked for a diagram of a well architected 2-tier web app in GCP:

/img/2026-08-mistral-09.png

That is clone - but not quite right. A CDN wouldn’t point to the compute. You might have a global LB or ALB point to both a CDN and compute instance though

/img/2026-08-mistral-10.png

But tweaking Mermaid would be a lot easier than trying to use the noisy mess Gemini Pro returned on the same query:

/img/2026-08-mistral-11.png

I then went back to Gemini and gave it a more specific prompt: “Create a simplified 2D architecture for a 2-tier web app in GCP that features: Key Components: Global Load Balancer: Distributes incoming traffic across regions. Cloud CDN: Caches static content for faster delivery. Compute Engine/App Engine: Hosts the web application logic. Cloud SQL: Managed relational database (e.g., PostgreSQL, MySQL). Memorystore: Redis-based caching for performance. Cloud Storage: Stores static assets (images, videos, etc.). VPC: Isolates resources in a private network. Firewall Rules: Controls traffic flow for security.”

/img/2026-08-mistral-12.png

That largely matches what I thought.

I swear that some of these AI tools make me start second guessing myself on architecture sometimes.

For giggles, I tried in on vomit trash AI tool:

/img/2026-08-mistral-13.png

I tried Copilot as well

/img/2026-08-mistral-14.png

It has a lot of almost there diagrams:

/img/2026-08-mistral-15.png

Back to AI images… I asked for a bloody evil clown as a lot of tools block things like that:

/img/2026-08-mistral-16.png

One last one - logos. How about one for FBS?

/img/2026-08-mistral-17.png

Not bad:

/img/2026-08-mistral-18.png

That hit my free tier limit (not sure if daily). I was curious how much the upgrade would be:

/img/2026-08-mistral-19.png

Summary

I plan to come back to Mistral later to see how it when my quota comes back (or doesn’t). I’m not going to use xai or grok. I almost wrote a block in here for that trash but realized my utter disdain would just render it a rant session.

I was really quite surprised how much I got for free in Mistral just poking around - more than I would have expected. I’ll have to consider Mistral vs Copilot next time that comes up as the $10/mo Copilot doesn’t give that much.