AI · 2026-09-22 · 5 min read
I built an AI study assistant as a Class 11 student — here's what I learned
SeeMentor AI taught me that the interface around the model matters more than the model — guided prompts, honest fallbacks, and reply pacing.
I am a Class 11 student, not an AI lab. But I still built a working AI study assistant — SeeMentor AI, a chat-style mentor demo for SEE-level learning. Building it taught me things no tutorial did, because users are honest in a way documentation never is.
Start with a conversation box
The simplest useful AI project is a chat interface: somewhere to type, somewhere to show the reply, and logic in between. Building that taught me more about how AI products feel than any article.
Each of those is a UI decision. AI is not just the model; it is the whole experience around the model.
Guided prompts beat blank boxes
Beginners freeze at an empty input. Suggested prompt chips — starter questions that turn broad confusion into focused follow-ups — dramatically improved how the demo felt. My prompt-starter tool documents the pattern.
A good fallback is a feature
The demo answers what it knows and says so when it doesn't, instead of inventing confident nonsense. For a study tool, an honest I-don't-know protects learning instead of corrupting it.
Knowing what you cannot answer well matters as much as what you can.
Small and shipped beats big and imagined
SeeMentor is a static-feel demo, not a platform. It loads fast, works everywhere, and I can update it in minutes. A finished small project teaches more than a grand idea never started.
Try it and tell me
The live demo is linked from /seementor, and the interface lessons feed my build-first guide at /developers. If you are a student in Nepal learning AI, start with a text box and a fallback reply — then iterate.
Jitesh Prakash — teen tech creator writing about coding, AI, and cybersecurity.
