PulseAugur
EN
LIVE 16:32:17

OpenSmith releases major update for local LLM tracing

OpenSmith, a local-first alternative to LangSmith for tracing LLM pipelines, has released a significant update. The new version features a redesigned dashboard with real-time updates, enhanced search and filtering capabilities, and options for exporting traces to JSON, CSV, or OpenTelemetry backends. It also introduces an optional PostgreSQL backend and token budget alerts for cost management. OpenSmith aims to provide a zero-configuration, local-only tracing solution, with over 3.7K downloads and no marketing spend, indicating a strong user need for privacy-focused LLM observability. AI

IMPACT Enhances local LLM development by providing robust, privacy-focused tracing capabilities, potentially reducing reliance on cloud-based observability tools.

RANK_REASON This is an update to an existing open-source tool for LLM observability, not a frontier model release or significant industry event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

OpenSmith releases major update for local LLM tracing

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Shivnath Tathe ·

    I built a local-first alternative to LangSmith – 3.7K downloads, zero marketing

    <p>I was debugging a RAG pipeline at work, and I needed traces.</p> <p>LangSmith was the obvious choice. Except it requires a cloud account, and I was running the model locally on Ollama. It felt wrong to send traces to a third-party server when the model itself never left my mac…