PulseAugur
实时 20:57:50

Bifrost gateway improves LLM cost, data quality for robotics and agents

Two separate teams at Nexus Labs and Prophesee have adopted Bifrost, an open-source gateway, to manage their interactions with multiple large language models. Prophesee used Bifrost to caption 1.2 million robotics frames, achieving a 22% cost saving by intelligently routing requests across GPT-4o, Claude 3.7 Sonnet, and Gemini 2.5 Pro. Nexus Labs implemented Bifrost to improve the quality of their agent training data, finding that nearly half of their production traces were unusable due to inconsistent model behavior and hidden provider failures. By using Bifrost's advanced fallback and logging features, they were able to reduce corrupted traces from 17% to under 3%, enabling more reliable fine-tuning. AI

影响 Bifrost's adoption by multiple teams highlights the growing need for robust infrastructure to manage LLM API costs and ensure data quality for agent development.

排序理由 The cluster describes the adoption and benefits of an open-source gateway tool for managing LLM API interactions, rather than a core AI model release or research.

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

报道来源 [2]

  1. dev.to — LLM tag TIER_1 English(EN) · Marco Rinaldi ·

    使用VLMs自动标注120万个机器人帧:一个故障转移的故事

    <p><strong>TL;DR: We needed to caption 1.2M reconstructed event-camera frames using vision-language models for auxiliary supervision. The first run died at 340K from Anthropic rate limits. Putting Bifrost in front of three VLM providers cut the rerun cost by 22% and finished in 9…

  2. dev.to — LLM tag TIER_1 English(EN) · Marcus Chen ·

    我们审计了我们的Agent工具调用跟踪。一半的评估数据是垃圾。

    <p><strong>TL;DR: We pulled 41,000 production agent traces at Nexus Labs to build a fine-tuning dataset. After a manual audit of 1,200 of them, ~48% were unusable: tool calls that "succeeded" but returned wrong data, retries masking provider failures, and silent fallbacks that ch…