LumiChats - Open source model. Proprietary agent. One AI workspace.
by•
Bootstrap team. No VC. We fine-tuned our own AI model and open sourced it. LumiChat is built around it with an agentic mode that writes and executes real Node.js code in a sandboxed browser (no server), persistent memory, Study Mode, and RAG for large documents. Multi-model support. ₹69/day. The model is ours, the code is open, and the agent is extensible by anyone.


Replies
Training and open sourcing your own model instead of just wrapping existing APIs is a bold move, and it makes the transparency promise actually credible. The "coffee price" positioning is clever too since it shifts the conversation away from feature comparisons and toward trust. @aditya_kumar_jha1 what was the hardest part of getting the model to perform well enough that you felt confident shipping it at this price point?
@marcelo_farr Honestly, it took about four months and we're still not done. Flashcards, mind maps, better quiz controls are all still on the roadmap.
We caught the hallucination problem ourselves during testing. I'd upload a 100-page PDF and ask something I knew was specifically on page 56. Simple, but brutal. If the answer didn't come from page 56, the model failed. That became our only benchmark everything else stopped mattering once that test was passing consistently.
And the ₹69/0.73 US Dollar pricing came before Study Mode. We're developers, we can afford AI. Students often can't. I just didn't want that gap to get worse.
Training and open sourcing your own model at this price point is impressive. What dataset did you fine tune on to get the hallucination rate low enough for exam prep? Looks great.
@borrellr_ Sorry for the late reply! We fine-tuned on mlabonne/FineTome-100k with response-only training, so the model only learns from assistant outputs and not user inputs. That combined with our internal benchmark (asking questions from specific PDF pages and failing the model if it got it wrong) is what kept hallucinations low. All configs are public on our Hugging Face if you want to dig in!