Skip to content
ALL ARTICLES
ai elvish tutorask ai about elvish grammarmithrandir aiai wizard tengwarchatgpt vs elvish ai tutorklingon ai tutordothraki ai tutor

How Does the AI Wizard Work? Inside Mithrandir, Tengwar's AI Tutor

9 min read1678 wordsBy Tengwar Editorial

Try It Yourself — Free Elvish Tools

Quick Answer: Mithrandir, Tengwar's AI Wizard, answers Elvish, Klingon, and Dothraki questions by first looking up matching attested vocabulary from Tengwar's own language database and feeding it to the model before it responds — so it's reasoning from real documented words instead of guessing. Try one free message with no account at learningelvish.com/ai-chat.

If you've ever asked a general AI chatbot to explain a grammar rule in Quenya, or translate a phrase into Klingon, you've probably noticed the answers feel confident right up until you check them against a real dictionary. That's the core problem Tengwar's AI Wizard — a tutor named Mithrandir — is built to solve. This post walks through what it actually does, how the grounding works, what kinds of questions it's good at, and how to try it.

What the AI Wizard actually is

The AI Wizard lives at learningelvish.com/ai-chat inside Tengwar, the same platform that teaches Elvish (30 lessons), Klingon (21 lessons), and Dothraki (21 lessons) through structured, Duolingo-style courses. Mithrandir is a chat interface — you type a question in plain English, and it responds in character as a guide to Middle-earth, the Klingon Empire, or the Dothraki Sea, depending on which language you're asking about.

It isn't a separate product from the lessons. The same vocabulary and grammar data that powers Tengwar's flashcards and quizzes is what Mithrandir draws on when it answers you, which is the whole reason the grounding described below is possible in the first place.

The real differentiator: retrieval before generation

"nuqneH" — want to actually speak Klingon?

Try It Free →

Here's the part that actually matters, and it's not marketing language — it's a description of what the code does.

When you send a message to Mithrandir, the system doesn't just hand your question straight to a language model and hope for the best. Before generating a response, it searches Tengwar's own vocabulary databases — the same structured data files (lib/data/languages/) that back the AI translator and the lesson content — for the canonical entries that most closely match your question. The top 8 to 10 matches get inserted directly into the model's instructions as reference material. Only then does the model write its answer.

In plain terms: instead of asking a general model "what do you remember about this word," the system asks "here are the actual documented entries for this — now answer using them." This retrieval step (engineers call it RAG, retrieval-augmented generation) is why Mithrandir can reliably say a word is attested, point to roughly where it comes from, or say it doesn't know something — rather than producing a fluent-sounding guess.

This matters most in exactly the cases where general AI tends to fail:

  • Rare or obscure words. A model that's only seen a word once or twice during training is more likely to blend it with something similar. Handing it the real entry directly removes the guesswork.
  • Grammar edge cases. Case systems, verb conjugation patterns, and mutation rules are the kind of detail that gets flattened or invented when a model is reasoning from vague training-data memory instead of a specific reference.
  • Distinguishing similar words. Two words that look alike but mean different things are a classic hallucination trap — grounding in the actual entry, not just a vibe of "similar to," is what prevents the mix-up.

What it's good at asking

Mithrandir is built for questions about Quenya, Sindarin, Tengwar, Klingon (tlhIngan Hol), and Dothraki — plus the lore that surrounds each. A few realistic examples of what that looks like in practice:

"What's the difference between mellon and meleth in Sindarin?" A retrieval-grounded answer can pull both entries and explain that mellon means "friend" (famously the password at the Doors of Durin) while meleth means "love" — different roots, easy to confuse if you're going purely by ear.

"How does the Klingon verb prefix system work?" Klingon verbs take prefixes that encode both subject and object — a genuinely unusual feature for an English speaker to learn. This is exactly the kind of structural grammar question worth asking an AI tutor rather than trying to piece together from scattered forum posts.

"Is hrazef the only Dothraki word for horse?" A grounded answer can confirm what's actually documented for Dothraki's (deliberately smaller, real-world-attested) vocabulary rather than inventing plausible synonyms to fill a gap that doesn't need filling.

"How do I say 'be brave' in Quenya?" Translation-flavored questions like this benefit the most from grounding, since imperative and command forms are exactly where general models tend to improvise.

If you want a deeper look at where general AI specifically goes wrong on Elvish, ChatGPT's Elvish translations have already been tested phrase-by-phrase — worth reading alongside this post if you're deciding whether a dedicated tool is worth it for your use case.

Where a dedicated tutor differs from asking ChatGPT or Gemini cold

Ask a general-purpose assistant "how do I say X in Sindarin" and it will answer — confidently, and often correctly for the famous, widely-quoted lines. The gap shows up once you move past Namárië and Mae govannen into original sentences, less common vocabulary, or grammar you actually need explained rather than just an output string. A general model has no equivalent of the lookup step described above for Quenya, Sindarin, Klingon, or Dothraki specifically — it's drawing on whatever it happened to absorb from the open web, mixed in with everything else it knows. That's a fine way to get a plausible-sounding answer. It's not a reliable way to get a correct one for a small, specific, real language corpus.

The practical difference isn't that a dedicated tutor "knows more" in some abstract sense — it's that the answer is anchored to specific, checkable source material at the moment it's generated, instead of relying on the model's memory of training data it saw once.

Try it: the free trial and how limits work

You don't need an account to see how this works. At learningelvish.com/ai-chat, anyone can send one free message to Mithrandir with no signup — type a real question about Elvish, Klingon, or Dothraki and see the answer. After that first message, a free account unlocks a daily message allowance so you can keep a conversation going across study sessions, and Premium raises that daily limit further for regular use alongside the lesson content.

This is deliberately low-friction: the point is to let you test the grounding claim above yourself, on a question you actually care about, before deciding whether to sign up.

Try the AI Wizard now — no account needed for your first question. Ask Mithrandir at learningelvish.com/ai-chat →

Beyond translation: it's also a study partner

Because Mithrandir sits inside the same platform as the lesson content, it's useful for more than one-off lookups. If a lesson introduces a grammar concept that doesn't fully click — a Quenya noun case, a Klingon object prefix, a Dothraki verb conjugation — you can ask it to explain the same rule a different way, or ask it to walk through why a specific example sentence is built the way it is. That's a different use case than translation, and arguably the more durable one: a translator gives you an answer, a tutor helps the rule stick.

If you're earlier in the process and haven't started lessons yet, How to Learn Elvish is a good starting point for the structured side of things, with the AI Wizard as a supplement rather than a replacement for it.

People Also Ask

What is the AI Wizard on Tengwar? The AI Wizard is Tengwar's built-in AI tutor, named Mithrandir, that answers questions about Elvish (Quenya and Sindarin), Klingon, and Dothraki — grammar rules, word meanings, and translation nuance — grounded in each language's real attested vocabulary rather than generating answers from general web knowledge alone.

How is Mithrandir different from asking ChatGPT? Before Mithrandir answers, the system looks up the top matching canonical vocabulary entries for your question from Tengwar's own vocabulary database and includes them in its instructions. A general-purpose model like ChatGPT or Gemini has no equivalent lookup step for Quenya, Sindarin, Klingon, or Dothraki, so it is reasoning from whatever it absorbed during training — which is where invented words and mixed-up grammar creep in.

Can I try the AI Wizard without an account? Yes. Anyone can send one free message to Mithrandir at learningelvish.com/ai-chat with no signup required. After that first message, creating a free account unlocks a daily message allowance, and Premium raises the daily limit further.

What can I ask the AI Wizard? Grammar questions (like how a particular case or verb form works), word meanings and etymology, pronunciation guidance, translation nuance between similar-sounding words, and general lore questions about Middle-earth, the Klingon Empire, or the Dothraki Sea.

Does the AI Wizard support Klingon and Dothraki, or just Elvish? All three. Mithrandir answers questions about Quenya and Sindarin, tlhIngan Hol (Klingon), and Dothraki. The underlying vocabulary lookup pulls from a dedicated database for each language, so the answer is grounded in that language's own attested material.

Will the AI Wizard just make up words if it doesn't know one? It's instructed not to. When a word or form isn't in the attested vocabulary it was given, Mithrandir is expected to say so rather than invent something plausible-sounding — the same honesty standard Tengwar applies across its lessons and tools.

Related Reading


Start a Conversation with Mithrandir

The AI Wizard is free to try — one message, no account needed. If it's useful, sign up free for a daily allowance across Elvish, Klingon, and Dothraki, or go Premium for the full daily limit. Ask Mithrandir now →

FREQUENTLY ASKED QUESTIONS

What is the AI Wizard on Tengwar?

The AI Wizard is Tengwar's built-in AI tutor, named Mithrandir, that answers questions about Elvish (Quenya and Sindarin), Klingon, and Dothraki — grammar rules, word meanings, and translation nuance — grounded in each language's real attested vocabulary rather than generating answers from general web knowledge alone.

How is Mithrandir different from asking ChatGPT?

Before Mithrandir answers, the system looks up the top matching canonical vocabulary entries for your question from Tengwar's own vocabulary database and includes them in its instructions. A general-purpose model like ChatGPT or Gemini has no equivalent lookup step for Quenya, Sindarin, Klingon, or Dothraki, so it is reasoning from whatever it absorbed during training — which is where invented words and mixed-up grammar creep in.

Can I try the AI Wizard without an account?

Yes. Anyone can send one free message to Mithrandir at learningelvish.com/ai-chat with no signup required. After that first message, creating a free account unlocks a daily message allowance, and Premium raises the daily limit further.

What can I ask the AI Wizard?

Grammar questions (like how a particular case or verb form works), word meanings and etymology, pronunciation guidance, translation nuance between similar-sounding words, and general lore questions about Middle-earth, the Klingon Empire, or the Dothraki Sea.

Does the AI Wizard support Klingon and Dothraki, or just Elvish?

All three. Mithrandir answers questions about Quenya and Sindarin, tlhIngan Hol (Klingon), and Dothraki. The underlying vocabulary lookup pulls from a dedicated database for each language, so the answer is grounded in that language's own attested material.

Will the AI Wizard just make up words if it doesn't know one?

It's instructed not to. When a word or form isn't in the attested vocabulary it was given, Mithrandir is expected to say so rather than invent something plausible-sounding — the same honesty standard Tengwar applies across its lessons and tools.

Is the AI Wizard free?

There's a free trial message with no account, then a free daily allowance once you sign up, and a higher daily limit on Premium. See learningelvish.com/pricing for current limits.

Learn Klingon Free

4 free Klingon lessons, an AI tutor, and spaced repetition review — no credit card required.

START LEARNING FREE

GET THE TENGWAR APP

14 free lessons, AI tutor & offline review — in your pocket

Download the App