Sinan Ozdemir
516 posts

Sinan Ozdemir
@Prof_OZ
AI Education @FireworksAI_HQ 🔥🎆 NLP + Gen AI Expert / LLM whisperer 🤖 AI Author 📚 Founder @Aikylie (acquired) 📈 Fellow @YCombinator

For my first post, I’m sharing a letter @NVIDIA signed on why open models matter. AI will transform every industry, power every company, and be built by every country. Open models strengthen safety and cybersecurity, accelerate innovation and diffusion, and enable sovereignty. The world needs both frontier closed models and frontier open models. images.nvidia.com/pdf/Open-Weigh…

Almost every agent product has an intent-routing layer: an LLM that looks at a task and decides what should handle it. For a proof of concept, a prompt and an OpenAI API key may be enough. But once you are routing millions of production requests, cost and latency start to matter. You could send every decision to the best frontier model and expect it to work. In our test, GPT-5.5 reached 91.7% routing accuracy with 1.19-second P50 latency, costing $2.40 per 1K requests. To see how open source performs, I asked my coding agent to “vibe tune” a router using Fireworks’ Training Agent skill. It selected managed LoRA SFT and trained Qwen3-8B on 600 labeled examples. Fine-tuning improved Qwen’s routing accuracy from 80.0% to 93.3%, with 0.38-second P50 latency. On this small holdout, its quality was effectively comparable to GPT-5.5, while latency was roughly three times lower. The economics depend on scale. One dedicated H200 costs $5,040 per month, breaking even with GPT around 2.1M monthly routing requests. At 10M requests, tuned Qwen is about 4.8 times cheaper. Below break-even, GPT remains cheaper. Closed APIs are often the fastest way to get started. But when production volume makes cost, latency, and control important, custom-trained open-weight models become compelling.







I'm launching a live series at @FireworksAI_HQ to help you ship on inference + training Every month: ⚡Webinar - live demos + what's new at Fireworks ⚡2 office hours - bring any AI/Fireworks question ⚡Discord AMA First webinar runs next Thursday 👇 fireworks.ai/event/fine-tun…




DSpark from @deepseek_ai ingeniously integrates many speculative decoding ideas to achieve 1.5x to 5x higher throughput in a real production system Let's understand it with 10 ideas, starting from the very basics 🧵




With our partner @fireworksai_hq, we ran an evaluation to find out if open models have gotten strong enough to handle real software engineering work. Our result: Claude Code + GLM-5.2 matched Kimi on quality while running faster and cheaper. More details: faros.ai/blog/open-mode…



You can now try GLM 5.2 in Cursor! Excited to see more useful open models, thank you to Fireworks for partnering here. Results from our evals ↓



