- Voice AI
- Diagrams
- Bilingual
- 2026
Mofiz Marma
Talk, and Mofiz draws. A voice agent that renders live Mermaid diagrams as you describe them, in English or Bangla.
Situation
Describing a system takes a minute; drawing it takes an hour. Diagram tools make you stop thinking and start placing boxes, so the diagram in your head rarely survives the trip to the screen.
Task
- Let someone talk and watch the diagram appear.
- Work in Bangla as naturally as in English.
Result
Speak a system and it draws itself — flowchart, sequence, ER, mindmap — with the code editable and exportable. Idea to deployed in a single day.
My Contribution
- Bet that the bottleneck was the drawing, not the thinking, so the product's only job is to get out of the way between the two.
- Made the model fix its own diagrams — parse errors go back to it as feedback, capped — so the user never sees a broken render.
- Locked the persona and tools into the session token, so the product cannot be quietly repurposed by whoever opens the page.