Home / Companies / Fireworks AI / Blog / September 2025

September 2025 Summaries

2 posts from Fireworks AI

Filter
Month: Year:
Post Summaries Back to Blog
The article explains a method for quickly evaluating and ranking AI models using production data, specifically focusing on customer service conversations. It introduces Eval Protocol, an open-source toolkit that allows users to create an internal model leaderboard in minutes without requiring ground-truth labels. The process involves deconstructing conversations into test cases, generating new responses with challenger models, and using a large language model (LLM) as an impartial judge to perform pairwise comparisons. This method is validated by correlating its results with those from the Tau Bench Airline benchmark, demonstrating that it accurately identifies the best and worst-performing models. By leveraging production data, this approach provides a reliable, fast, and cost-effective way to determine the optimal AI model for specific use cases, allowing for smarter decision-making in model selection.
Sep 22, 2025 2,091 words in the original blog post.
Retrieval-Augmented Generation (RAG) has become a pivotal approach in enhancing large language models with external knowledge, relying heavily on advancements in embeddings and reranking technologies to improve information retrieval. Traditional keyword-based search systems like BM25 have limitations due to vocabulary mismatches, which embeddings address by transforming words into vector spaces that capture semantic relationships. The introduction of transformer-based models allows for dynamic, context-aware embeddings, enhancing the retrieval quality for complex queries. In RAG systems, reranking plays a crucial role by refining the retrieval process, first employing broad retrieval methods to gather potential documents and then using rerankers to evaluate and precisely rank these documents based on their relevance to the query. Different industries apply RAG systems uniquely, with legal tech focusing on authoritative documents, healthcare emphasizing clinical context, e-commerce optimizing for multi-dimensional relevance, and finance accounting for temporal changes. The interplay between embedding quality, retrieval architecture, and reranking strategy is essential for building effective RAG systems, which must be tailored to specific domains and user intents to truly define relevance in context.
Sep 12, 2025 1,546 words in the original blog post.