Home / Companies / Dagster / Blog / February 2025

February 2025 Summaries

2 posts from Dagster

Filter
Month: Year:
Post Summaries Back to Blog
When developing an AI application, it's essential to thoroughly evaluate and test each Large Language Model (LLM) to ensure production-ready performance. However, this can be challenging due to the inherent non-determinism of LLMs and numerous options available. A promising solution is to employ an LLM router, which can learn to dynamically select the optimal LLM for each query, thereby enhancing accuracy by up to 25% and reducing both inference costs and latency by a factor of 10. This approach addresses the challenge of selecting the best model overall while offering significant cost savings without compromising performance for most inputs. By using an LLM router in a Dagster pipeline with Not Diamond, developers can create a "meta-model" that integrates multiple models and intelligently determines when to utilize each LLM, thereby surpassing the performance of any individual model and reducing costs and latency. This enables the creation of cost-effective AI workflows by strategically employing smaller, more economical models when performance won't be compromised.
Feb 14, 2025 899 words in the original blog post.
Dagster 1.10 brings significant improvements to its platform, focusing on clarity and consistency across the board. The new release refines core areas such as concurrency management, ELT integrations, and developer experience. Concurrency updates include unified concurrency pools, enhanced UI visibility, and improved configuration. Modernized ELT integrations refresh existing tools like Fivetran and Airbyte with customizable asset loading, simplified interfaces, and enhanced metadata visibility. Developer experience improvements consolidate GRPC server overhead, enhance asset APIs, and introduce new module loading APIs. The release also introduces a new API lifecycle system, marking features as preview, beta, or superseded. Dagster 1.10 lays the groundwork for upcoming exciting features and invites users to try out the new release by upgrading to Dagster 1.10 today.
Feb 12, 2025 1,008 words in the original blog post.