Back in April 2025, I joined Kaggle and Google’s 5-Day Gen AI Intensive Course, a live, hands-on event designed to break down the key technologies and techniques behind […]
Personalized Tarot Meditation Generator with Gemini, RAG, and LLM Evaluation
A generative AI system that creates personalized meditations grounded in tarot symbolism and emotional intention, using RAG, few-shot prompting, and LLM evaluation. Can AI Understand How We Feel? […]
Building a Robust Annotation Strategy for High-Quality ML Training Data
This guide combines my hands-on experience — primarily with text-based annotation tasks like named entity recognition and classification — with best practices gathered through research and real-world projects. […]
Time to Pikaffect Everything with Pika 1.5
[Oct. 15] Pika AI’s New Effects: Dissolve It, Crumble It, Ta-da It, and Deflate ItPika AI just introduced four new effects, and they’re so much fun to play […]
Google’s Illuminate vs. NotebookLM – Making Technical Papers Accessible
Illuminate by Google Google’s Illuminate tool is pretty neat – it turns academic papers into interactive conversations. I find it particularly useful since I’ve been using AI to […]
Weather App with Mistral Function Call
Here, we demonstrate Mistral’s function calling with a weather app. The original Mistral function calling tutorial simulates function calls, but here, we want to use a real third-party […]
Tarot Reading with Mistral RAG
I like to watch tarot readings on YouTube sometimes, and while chatbots usually know about the most popular tarot and oracle decks, I love expanding their knowledge with […]
Chatbot Role Play with Mistral’s Prefixes
A prefix is a string prepended to a model’s response. This allows some control over the response. The Mistral tutorial on prefixes mentioned various use cases, such as […]
Mistral’s Embedding Use Cases
Just a quick post about Mistral’s embedding capability and use cases from Mistral’s embedding tutorial. We’ll cover: Setup Embed Sentences Embedding dimensions are 1024 long. Distance Measure Setup […]