Home / Companies / Fireworks AI / Blog / September 2026

September 2026 Summaries

4 posts from Fireworks AI

Filter
Month: Year:
Post Summaries Back to Blog
Phylo, an applied research lab behind Biomni Lab, uses long-horizon AI agents to help biologists plan, execute, and document research involving large datasets, specialized tools, HPC resources, and hundreds of database integrations. Originally reliant on proprietary models, the company adopted a model-agnostic approach that evaluates open and closed frontier models for quality, latency, and cost, routing much of its workload to open-weight models served through Fireworks. Phylo reports that Fireworks’ serverless endpoints, rapid access to newly released models, and engineering support enabled it to move models into production within about 24 hours, reduce costs by 60%, roughly halve time to first token, and support 2x month-on-month user growth. While proprietary models remain preferred for the most difficult tasks, Phylo says open models perform well across much biomedical work and give users more choice without model lock-in. The company plans to use millions of real-world agent traces to fine-tune and train specialized open models, while advising AI founders to focus engineering effort on customer problems, agent workflows, and product integrations rather than operating their own inference infrastructure.
Sep 17, 2026 2,062 words in the original blog post.
Fireworks reports that DeepSeek-V4.1-Flash establishes a strong cost-performance position for autonomous software engineering, achieving a 74.34% DeepSWE pass rate comparable to GPT-6 Astra, Gemini 3.8 Flash, and Claude Opus 5 while costing about $0.43 per task, or roughly 15 times less than Astra. The 552-billion-parameter mixture-of-experts model uses a split activation design with 8 billion active input parameters and 16 billion output parameters, aiming to reduce costs for coding agents that repeatedly consume far more input context than they generate. Improved KV-cache efficiency, including lower HBM and SSD requirements, is presented as especially important because cached input represented most spending in long agent trajectories. On Terminal-Bench 2.1, it reportedly reached 86.5% accuracy, one percentage point below Astra, at about one-twelfth the total cost per task. However, it performed less strongly on Humanity’s Last Exam, scoring 34.52% compared with Astra’s 50.40%, suggesting it is better suited to agentic coding than difficult academic reasoning. An oracle-routing evaluation found that combining both models could reach 54.80% on HLE, indicating that their differing strengths may improve results in multi-model systems.
Sep 14, 2026 1,351 words in the original blog post.
Genspark and Fireworks Lab post-trained the open-weight MiniMax M3 model into Gen-1 Slides, a specialized agentic system designed to plan, create, render, review, and revise presentation decks across long, multi-turn workflows. The partners treated slide generation as a reinforcement learning challenge because high-quality decks require visual judgment, self-correction, and credit assignment across trajectories that can exceed 100,000 tokens, rather than simple imitation of finished examples. Genspark defined production-based quality standards and evaluation criteria covering design, layout failures, and factual issues, while Fireworks Lab developed training infrastructure, reward engineering, and stability measures through more than 100 experiments. Training used a staged curriculum that began with supervised fine-tuning on curated decks, then expanded RL context lengths as the model improved, while addressing numerical problems such as tokenization mismatches between inference and training systems that could bias updates. According to Genspark’s internal evaluation, Gen-1 Slides matches or exceeds Opus 5 on most quality measures while costing roughly one-seventeenth as much per input token and about 90% less per completed deck, reducing low-rated production decks from 18% to 3.6% relative to the base model.
Sep 10, 2026 1,743 words in the original blog post.
Specialized intelligence is presented as a progression from using rented closed frontier models to building and training models tailored to a company’s unique data, workflows, taxonomy, style, and operational needs. Closed APIs offer powerful initial capabilities but can create dependencies around cost, latency, data control, pricing, and model changes, while prompt engineering, retrieval-augmented generation, tool use, and agent harnesses can improve performance without changing the underlying model. Teams may then incorporate open models to gain greater control and improve unit economics, using task-specific evaluations rather than general benchmarks to select or route work among models based on their relative strengths. Training or fine-tuning becomes valuable when organizations need models to learn proprietary classifications, writing conventions, efficient behaviors, or domain-specific knowledge, while distillation can transfer large-model performance into smaller, cheaper models and reinforcement learning can improve agents on verifiable multistep tasks. For domains that change frequently, the central advantage of ownership is a continual training loop that incorporates new data, production failures, and stronger base models, allowing specialized intelligence to evolve rather than depend on external providers’ roadmaps.
Sep 10, 2026 2,994 words in the original blog post.