Open-source alternative to Duolingo for learning anything
I built an open-source tool for learning anything using AI: - Type what you want to learn - It creates a full interactive course for you Move from beginner to mastery of any subject, even complex things like Quantum Physics It has three formats: - Explanation: bite-sized lessons that you swipe like TikTok/Instagram - Practice: solve problems in real-world situations - Quiz: test your knowledge in Duolingo-like lessons - Language courses have a different format covering vocabulary, reading, and listening skills It's more hands-on than reading a long textbook or watching a video Plus, it…
What it does
In the maker’s words, at launch
I built an open-source tool for learning anything using AI: - Type what you want to learn - It creates a full interactive course for you Move from beginner to mastery of any subject, even complex things like Quantum Physics It has three formats: - Explanation: bite-sized lessons that you swipe like TikTok/Instagram - Practice: solve problems in real-world situations - Quiz: test your knowledge in Duolingo-like lessons - Language courses have a different format covering vocabulary, reading, and listening skills It's more hands-on than reading a long textbook or watching a video Plus, it uses everyday language, so it's easier to connect complex concepts to your reality. I built the tool I wish I had when I was in school/uni Of course, I'm biased but I've been using it for the past few weeks and I'm truly loving it. I can't imagine myself going back to learning through traditional ways If you have some spare time, please give me your brutal feedback. No need to be soft in the comments: give me real, honest feedback. I’m sure current approach/version has tons of issues. I want to turn this into the best learning tool in the world and, eventually the go-to place for learning and career development, so any feedback is really helpful GitHub repo: https://github.com/zoonk/zoonk
Does the same job
all alternatives →



- LBLLM-based Toolset for Language Learning2025 · drillapp.xyz · ▲9
Hello everyone. I built an AI-based toolset to help me with language learning. I wanted to be able to easily generate very specific study content and get rapid feedback on my writing. Unlike most language apps, it doesn’t actually try to teach you a language. Instead, it’s a collection of tools for people at an intermediate level who already have a learning process It’s particularly great for Anki users. There a demo video on the login page, and I set up anonymous auth for people who want to test it without creating an account. Feedback and bug reports welcome.

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 · 18d 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, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com