Timeline · September 2025
The Day I Shipped Two AI Apps Before Dinner
September 7, 2025 was a GenAI sprint I still talk about with a grin. I pushed two repositories the same day: an LLM Chatbot powered by Mistral with Flask and Hugging Face, and PlanifyAI, an AI study-plan generator built with Gradio and Jupyter compatibility for Colab workflows. Neither day was about perfection; it was about momentum. The chatbot taught me how brittle prompt chains can be when UI outruns error handling. PlanifyAI taught me that scheduling logic and summarization fight each other unless you design boundaries early. Shipping both in twenty-four hours forced ruthless prioritization — the same skill you need in hackathons and startup sprints. I remember alternating between repos like a pit crew: fix inference on one, tune document ingestion on the other, repeat. Looking back, this date is the hinge of my timeline — before it, AI was a feature; after it, AI became the product surface. Everything that followed, from semantic ontologies to RefactorAI Gen 2, inherited that day's energy: ship, learn, ship again. It was exhausting and exhilarating in equal measure — and exactly the kind of day that makes you trust your own pace. Both repos still sit on my GitHub as proof that speed and learning can coexist. I would rather ship two imperfect systems and learn twice than polish one forever in private. That sprint set the tone for December and January: less waiting for perfect conditions, more commits with clear intent.