Why writing math in Word hurts — and what we changed
· 4 min read
Every equation editor makes the same bet: that you will stop writing, reach for the mouse, hunt through a symbol palette, click your way to a fraction, and then somehow get back to the sentence you were in the middle of. It is a bet that costs you the thought you were having.
The placeholder problem
Word’s equation field is a grid of empty boxes. You tab between them, and the document stops being prose and starts being a form. For a one-off formula that is tolerable. For a problem set, a lab report, or a derivation that runs three pages, it is the reason people give up and photograph their handwriting instead.
LaTeX solves the input problem and creates a new one: you have to hold an entire markup language in your head, and you cannot see the result until you compile. That is a fair trade for a journal submission. It is a bad trade for lecture notes you are writing while someone is talking.
What we changed
Mathend keeps you on the keyboard. A virtual math keyboard sits inside the editor, so advanced notation is one keystroke away and you never have to remember whether it is \varphi or \phi. Tables behave like tables — you can create, edit and calculate in them without fighting the formatting. And the whole document exports to DOCX and PDF, so the thing you hand in looks like the thing your institution expects.
An agent that reads the document
The AI agent is not a chat window bolted to the side. It reads the document you are in, so “check this derivation” means the derivation on screen. You can point it at your own API key — Claude, OpenAI, Gemini, GLM, DeepSeek, Grok, Mistral, Groq, OpenRouter, or GitHub Copilot — and pay the model provider directly, or use the hosted agent and pay per request out of a prepaid balance.
Your notes stay yours
Notes are stored locally on your machine, not on our servers. The editor works signed out and costs nothing, forever. The only thing you can pay for is the hosted agent, and only if you would rather not manage an API key.
Download Mathend for Windows or Linux, or read what it does first.