Archive position — measured, not model output
0 likes on Devpost
2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #5,266 place in the like-ranked listing is a tie-break inside that group, not a ranking.
Projects (log scale)
Likes on Devpost. ▲ marks this project's group.
Show the figures
| Likes | Projects | Share of archive |
|---|---|---|
| 0 | 5,592 | 71.2% |
| 1 | 1,758 | 22.4% |
| 2 | 285 | 3.6% |
| 3–4 | 132 | 1.7% |
| 5–9 | 75 | 1.0% |
| 10+ | 14 | 0.2% |
Executive Summary
What the company appears to be
Mentora is a self-reported voice-first visual AI tutor for beginners learning foundational concepts. The product is built as a solo project by Mahir Asif and uses a multimodal input system (voice, text, drawing) with a shared whiteboard interface. It is designed to adapt teaching based on student interaction and confusion.
What changed
The author describes building Mentora in two days from scratch using GPT-5.6 as the planner, gpt-4o-mini-transcribe for transcription, and gpt-realtime-2.1-mini for voice performance. The system separates roles between planning, transcription, and execution to avoid hallucinations and maintain control over visual output.
Single most important open question
Is there any evidence of traction, revenue, or real-world adoption beyond the author’s solo development and demo?
What The Product Actually Is
The description states that Mentora is a voice-first visual AI tutor. It supports input through:
- Voice (transcribed via gpt-4o-mini-transcribe)
- Text
- Drawing
It operates on a shared whiteboard interface, where:
- A planner (GPT-5.6) creates the teaching plan, including what to say, which visual metaphor to use, and diagnostic questions.
- The voice performer (gpt-realtime-2.1-mini) delivers the script naturally without independently planning or inventing board facts.
- Visual actions are executed through a validated toolset that preflights scripts on a cloned board before rendering them live.
The system allows:
- Marking specific words in board text (word-level object storage).
- Interrupting mid-session and resuming later.
- Sessions persist locally.
It is described as being built for beginners stuck with text-only explanations, especially those studying independently without access to one-on-one tutoring.
Evidence
- The author states: “Mentora is a voice-first visual AI tutor for beginners learning fundamentals.”
- It uses GPT-5.6 (gpt-5.6-sol) as the planner.
- Voice is handled by gpt-realtime-2.1-mini.
- Transcription is done via gpt-4o-mini-transcribe.
Inference The product is designed to simulate a whiteboard lesson from a teacher, with visual metaphors and adaptive questioning.
Positioning & Claim Evolution
The author positions Mentora as an alternative to text-only chatbots, which they claim are poor substitutes for live teaching. The core idea stems from observing how teachers use whiteboards — drawing, pointing, adapting when students get stuck.
Key claims
- “Most AI tutors do not teach, they rephrase textbook text.”
- “Text-only chat is a poor substitute for a shared board.”
- Mentora aims to teach like that teacher, using a live whiteboard and allowing student interaction.
- The goal is not speed but clarity — providing another explanation, visual metaphor, and question until understanding occurs.
Evidence
- The author says: “I was watching a teacher from Bangladesh talk about why AI still fails at teaching...”
- Mentora is described as designed for learners who remain stuck when text explanations are repeatedly rephrased.
- It supports a visual loop: teach → student interacts → adapt.
Inference Mentora positions itself as a pedagogically grounded tool that improves upon traditional AI tutoring by adding interactivity and visual learning.
Target Customer & ICP
The description states that Mentora is designed for:
- Beginners
- Who are stuck with text-only explanations
- Especially those studying independently without access to patient one-to-one tutoring
It targets learners who struggle with foundational concepts, particularly in areas like:
- Python variables
- Fractions
- Arithmetic/algebra
- Simple process or geometry layouts
Evidence
- “Mentora is designed for beginners who remain stuck when text explanations are repeatedly rephrased.”
- “The strongest demos today are foundational visuals that fit Mentora’s primitives: Python variables as labelled containers, fraction bars as equal regions, short arithmetic/algebra, and simple process or geometry layouts.”
Inference The target customer is likely a self-directed learner or student who needs help with basic concepts and prefers visual explanations over text.
Business Model & Pricing Evidence
There is no evidence of any business model or pricing structure in the provided description.
Evidence
- No mention of monetization, subscriptions, licensing, or revenue streams.
- No indication of whether this is a freemium, enterprise, or consumer product.
Inference The project appears to be a prototype or hackathon submission with no commercialization strategy evident.
Technical & Delivery Signals
Key technical elements:
- Built solo in two days using Cursor + Grok 4.5 + gpt-5.6-sol xhigh.
- Uses three models: Planner (GPT-5.6), Transcriber (gpt-4o-mini-transcribe), Voice performer (gpt-realtime-2.1-mini).
- Separation of roles: planner plans, voice performs, tools execute.
- Visuals are validated on a cloned board before being rendered live.
- Board text is stored as individual word objects, enabling precise marking.
- Sessions persist locally for resumption.
Evidence
- “I built Mentora solo in two days...”
- “Three models, three jobs.”
- “The planner never gets unchecked tool access to live state. It writes a script. A local validator and ten deterministic board tools preflight that script on a cloned board.”
Inference The architecture is designed for reliability and trustworthiness over breadth — prioritizing verified teaching loops over open-ended visual generation.
Traction & Maturity Signals
There is no evidence of traction, customers, or adoption beyond the author’s solo development.
Evidence
- The project was built in two days by one person.
- No mention of users, usage metrics, or feedback from real learners.
- No revenue, ARR, or headcount data.
- No customer names, logos, or testimonials.
Inference This is a prototype or proof-of-concept, not a mature product with market traction.
Competitive Context
The description does not provide any information about competitors or the broader market landscape.
Evidence
- No mention of existing AI tutoring platforms.
- No comparison to other educational tools or services.
Inference Without external context, it's unclear how Mentora fits into the current market for AI education tools.
Key Risks & Red Flags
- Solo development: The entire project was built by one person in two days — raises questions about scalability and long-term viability.
- No commercialization strategy: No evidence of a business model, pricing, or monetization plan.
- Limited scope: The system is restricted to foundational concepts and visual primitives; it does not yet support advanced topics.
- Dependency on APIs: Relies heavily on OpenAI models (GPT-5.6, gpt-4o-mini-transcribe, gpt-realtime-2.1-mini), which may be costly or unstable.
- No real-world testing beyond author’s own use: No external validation or user feedback.
Evidence
- “I built Mentora solo in two days.”
- “The current validated scope focuses on foundational concepts that can be represented reliably through structured diagrams...”
- “I tested with a friend, and we both learned Go basics through Mentora’s visual loop.”
Inference While the author shows some success in testing, there is no evidence of broader market validation or scalability.
Diligence Questions To Ask The Founders
- What are your plans for scaling beyond solo development?
- How do you intend to monetize this product?
- Have you conducted any formal user research or usability testing beyond personal use?
- Are there any technical limitations that prevent expansion into more complex domains?
- What is the cost structure of running this system at scale?
- How do you plan to ensure consistency and quality across different types of learners?
Investment/Partnership Verdict
There is no evidence of traction, revenue, or a clear path to market adoption.
Evidence
- No financials, customers, or usage data.
- The product is described as a prototype built in two days by one person.
- No indication of any commercial strategy or team beyond the founder.
Inference This appears to be a proof-of-concept or hackathon project, not a viable investment or partnership opportunity at this stage. It lacks the foundational signals needed for due diligence.
Source
Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.
The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.
