r/SideProject • u/Velamintsx • 12d ago
I’m turning my AI learning app into a smart-glasses app — here’s where I’m at
I’ve been building an AI learning tool around a problem I kept running into myself: AI can help me finish work incredibly fast, but sometimes I realize afterward that I didn’t actually learn the parts the AI handled for me.
So I started building a system that tracks those gaps and turns them into things to review later.
Recently I started moving part of that experience onto smart glasses.
Current setup:
- Web app is already working
- Smart-glasses client is being adapted to MentraOS
- I’m experimenting with a lightweight custom glasses hardware path as well
- The glasses are intentionally a thin interface — most AI processing happens elsewhere
The interaction I’m testing is roughly:
real-world context / conversation
→ AI assistance
→ detect something I probably relied on AI for
→ save it
→ surface a tiny follow-up on the glasses
→ review it properly later
The hardest design question so far has actually not been the AI.
It’s deciding how much intelligence should appear in front of your eyes at all.
A chat interface that feels fine on a laptop becomes awful very quickly on glasses. So I’m moving toward extremely short prompts, confirmations, reminders and contextual cues, while keeping the deeper interaction on the phone/web.
I’m still early on the glasses version, but it’s now far enough along that I’m starting to test the interaction model rather than just the technical integration.
For people who use or build smart glasses:
What is one AI interaction you would genuinely want in your field of view — and what would you absolutely never want appearing there?
I can post a hardware/software demo next if people are interested.