Home / Companies / Fireworks AI / Blog / May 2025

May 2025 Summaries

6 posts from Fireworks AI

Filter
Month: Year:
Post Summaries Back to Blog
Fireworks AI's DevDay 2025, held in San Francisco, brought together leading AI minds and developers to explore advancements in open-source AI models and infrastructure. The event featured inspiring fireside sessions with industry leaders discussing real-world engineering challenges and solutions, such as optimizing model size and latency for user experiences and leveraging open-source models for niche tasks. Fireworks announced several new tools, including the Build Experiment Platform for seamless experimentation and the Build SDK for programmatic scaling and fine-tuning. Enhancements were made to supervised and reinforcement fine-tuning, multimodal model support, and voice agent capabilities, alongside the introduction of the Global Virtual Cloud for consistent GPU infrastructure across multiple regions. Fireworks also unveiled the 3-D Optimizer and support for NVIDIA B200s, emphasizing speed, quality, and cost efficiency. The event underscored Fireworks AI's commitment to providing flexible and robust infrastructure for AI development, with further workshops and model updates anticipated.
May 29, 2025 963 words in the original blog post.
FireAttention V4, an advanced inference engine, has achieved significant milestones in latency and cost efficiency by leveraging the FP4 precision format on NVIDIA B200 GPUs, surpassing 250 tokens per second in independent benchmarks. The Blackwell architecture of NVIDIA's latest GPU generation supports hardware-native micro-scaling, with NVFP4 emerging as the most efficient precision format compared to alternatives like MXFP4 and MXFP8, due to its superior throughput and reduced memory demands. The FireAttention V4 engine has been optimized to accommodate FP4, showcasing substantial throughput improvements over previous models and offering a competitive edge in quality, particularly when evaluated against comprehensive benchmarks like MMLU Pro. Despite inherent quality drops with FP4, these can be mitigated through Quantization-Aware Training (QAT), which allows models to maintain accuracy while optimizing for performance. Enterprise customers can now access B200 deployments with FireAttention V4 using FP4, ensuring optimal latency and cost-effectiveness for demanding applications.
May 28, 2025 1,011 words in the original blog post.
Fireworks AI is pioneering the development of browser agents that use large language models (LLMs) to navigate and interact with the web much like a human, enabling tasks such as clicking buttons, filling forms, and extracting information. These agents rely on a sophisticated system architecture that combines visual processing, reasoning, and action capabilities to understand and manipulate web content dynamically. The agents employ a continuous loop of observation, decision-making, and action execution, allowing them to adapt to unpredictable web environments. Fireworks AI enhances the speed and efficiency of these interactions through its optimized inference models, which minimize latency and ensure structured decision-making using JSON outputs. The project addresses challenges such as element selection, dynamic content handling, context management, and error recovery with innovative solutions, positioning browser agents as powerful tools for automation, research, and accessibility. The initiative, open-sourced and available for community collaboration, represents a significant advancement in augmenting human interaction with the web by leveraging cutting-edge AI and browser automation technologies.
May 21, 2025 2,613 words in the original blog post.
Agentic AI systems are transforming AI from passive responders into proactive agents capable of perceiving, reasoning, and autonomously executing complex, multi-step tasks. These systems are characterized by their capacity for agency, enabling them to make decisions, plan, and learn iteratively, unlike traditional reactive models. The agentic design pattern comprises four essential components: Reflection, Tool-Use, Planning, and Multi-Agent Frameworks, which together form the operational backbone for autonomous and adaptable AI. Practical applications span various sectors, including DevOps, marketing, enterprise operations, customer experience, and sales, showcasing their potential to handle high-complexity tasks and improve productivity. Technological advances like large language models, open-source and multimodal models, structured outputs, and fast inference infrastructure have enabled the development of these systems. As agentic AI becomes increasingly integrated into real-world applications, it represents a fundamental shift in software design, transitioning from static workflows to intelligent process orchestration, with AI acting as a partner rather than merely a tool.
May 19, 2025 1,900 words in the original blog post.
Fireworks AI offers a comprehensive framework for Supervised Fine-Tuning (SFT) of Large Language Models (LLMs) using Low-Rank Adaptation (LoRA) and its variant, qLoRA, which enhances efficiency by updating only a small subset of parameters and supporting quantized models. This approach significantly reduces computational costs and memory requirements, making it ideal for fine-tuning large models such as LLaMA and DeepSeek. Fireworks AI supports simultaneous execution of multiple LoRA adaptations without additional costs and provides an intuitive pipeline for dataset preparation, model selection, and deployment. The platform offers detailed steps for creating and uploading JSONL-formatted datasets, configuring fine-tuning jobs, and deploying LoRA adapters either serverless or on-demand, with recommendations on best practices for optimizing the process. This method allows for flexible and scalable adaptation of LLMs to domain-specific tasks, ensuring efficient real-world application deployment.
May 12, 2025 1,037 words in the original blog post.
Qwen 3-235B-A22B, a model hosted on Fireworks, introduces a unique architecture that combines reasoning with function calls in a single pass, allowing users to choose between transparency and efficiency by adjusting the "reasoning_effort" parameter. This model, which operates serverlessly with 235 billion total parameters and 22 billion active parameters, is fully compatible with OpenAI's client, enabling seamless integration without the need for custom SDKs. It employs a Mixture-of-Experts approach, utilizing only eight experts at a time, which provides high-quality outputs with reduced computational demands. By segregating the reasoning component, users can selectively log or audit the reasoning process independently, and the model supports extensive context windows, making it suitable for large-scale applications under the Apache-2.0 license.
May 06, 2025 815 words in the original blog post.