A Socratic teaching tool that follows curiosity, not curriculum
As a student, I was trained to play the formal education game—flashcards, diagrams, fastidiously organized notes. But as a 32-year-old, I’m disappointed by the knowledge and understanding I’ve retained over time. And without the familiar game of formal education to play, I’m often at a loss for how to learn new topics that are interesting but intimidating to me. AI has the potential to change the way people learn, and existing tools show promise. But I’m still dissatisfied—these tools often dump knowledge on me without helping me integrate it into my understanding. --- I built Stella to…
In plain words
Stella is an AI learning tool designed for adults tackling subjects that interest but intimidate them. Rather than delivering information directly, it uses Socratic questioning to guide learners through curiosity-driven exploration. The tool separates thinking spaces and emphasizes genuine understanding over information dumping, helping users integrate new knowledge meaningfully instead of relying on traditional study methods like flashcards or memorization.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
As a student, I was trained to play the formal education game—flashcards, diagrams, fastidiously organized notes. But as a 32-year-old, I’m disappointed by the knowledge and understanding I’ve retained over time. And without the familiar game of formal education to play, I’m often at a loss for how to learn new topics that are interesting but intimidating to me. AI has the potential to change the way people learn, and existing tools show promise. But I’m still dissatisfied—these tools often dump knowledge on me without helping me integrate it into my understanding. --- I built Stella to explore how thoughtful UX can transform AI interactions into genuine learning experiences. Instead of optimizing for information delivery, Stella optimizes for learning through curiosity. Some key design decisions that emerged from testing: 1. Separated thinking spaces: Most AI chats blur the line between user and AI thoughts. Stella's chat interface creates distinct spaces for communication, encouraging users to reflect on their own thinking before engaging with AI responses. 2. Socratic dialogue patterns: Rather than just delivering answers, Stella guides users to discover knowledge gaps and build on existing understanding. This creates more durable learning moments. 3. Interest-aware conversations: Users can highlight interesting concepts, and Stella adapts the conversation to explore these areas more deeply. Learning follows natural curiosity rather than a predetermined path. Early users have reported unexpected learning moments—from a Computer Science PhD finally understanding “weak form” to a doctor exploring what it is about Quaker philosophy that inspires her work. --- Technical implementation focuses on thoughtful UX that extracts practical value from existing LLM capabilities. Stella uses Claude for dialogue but innovates in how these interactions are structured and presented. The interface is built in React, with a backend that adjusts to user interest and existing understanding. Some interesting challenges solved: - Balancing guidance vs. independent thinking - Tracking the user’s level of interest and curiosity - Creating meaningful conversation paths that lead to new understanding --- I’m currently looking for feedback from: - Educators interested in AI learning tools - Developers exploring new UX paradigms for AI - Curious minds who enjoy deep learning conversations Currently opening Stella for limited beta testing. Looking for 20–30 people who want to explore topics deeply and provide feedback on the learning experience. If you're interested in trying it out, sign up here: https://krelb9yoq56.typeform.com/to/Ild6JaQD I'm particularly interested in hearing how the interface affects how much you actually learn and retain compared to traditional LLM chatbots. Happy to discuss more in the comments!
Does a similar job
all alternatives →- IBI built a "Socratic" AI to stop my daughter from copy-pasting homeworkFeb 2026 · thinkqurio.com · ▲35
Hey HN, I’m a dev and a dad to a 10-year-old. I built this because I caught my daughter using ChatGPT to do her history homework. She wasn't learning; she was just acting as a "middleware" between the AI and the paper. The Backstory: I realized the problem isn't the AI—it's the zero-friction answers. Most "AI for kids" apps are just "parrots"—they mimic intelligence by repeating patterns. What’s Different: Qurio is a "Bicycle" for the mind. It treats the child like a future "Architect" rather than a "Junior Executor." Technically, it wraps an LLM in a strict "Socratic Loop." It detects…

WonderingAug 2026 · wondering.app · ▲345Hey HN! I’m excited to show you my app that lets you learn any topic in a structured, bite-sized way. Each lesson has an audio version, some visuals, and interactive quizzes. They’re personalized to your background and goals, and you can pick a concept inside a lesson and ask it to go deeper. When my co-founder was at NotebookLM, he realized the biggest bottlenecks in learning are that people don’t have time or feel like they’re not smart enough. We wanted to see if software can take the mental load of figuring out what resources to use and what order to learn them in, and make lessons easy…

- IMI'm a teacher and built an AI presentation tool2025 · ▲260
Hi, I'm a high school teacher from Australia and I've built what I'd like to think is a pretty nifty ChatGPT powered presentation tool for teachers. I'd love it if you could have a look at it and give me some of your feedback. I don't think there's much overlap with the HN crowd and school teachers, but I've been coming here for many years and thought I'd post here and see what you all think. Check it out if you have a minute and I'd be super happy to hear your feedback too. https://www.slidehero.ai/ You can jump in and have a play with the tool all you like ;) Cheers, Eli

More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 19d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 27d ago · cactuscompute.com


Launched alongside, September 2025
the whole month →
- AS
Commerce · Sep 2025 · anycrap.shop
- TE
I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and…
Dev tools · Sep 2025 · github.com
- IR
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS…
AI · Sep 2025 · mitchivin.com

