The MongoDB Podcast

Snapshot · The MongoDB Podcast

Modern AIOps: What It Takes to Build Reliable AI Products

Explore episode Jun 5, 2026

Where this was said

What Is Langtrace? A Plain-English Overview

At 2:05 · chapter starts 1:55

Karthik strips away the jargon to explain Langtrace in the simplest possible terms: it shows developers what's happening inside their AI stack. The core problem it solves is the non-deterministic nature of LLMs — query a model ten times with the same question and there is no guarantee of a consistent answer. Langtrace instruments both the inputs going into a model and the outputs coming back, giving developers a concrete window into behavior they would otherwise be guessing at. Built on OpenTelemetry standards, the platform has two components: an SDK (supporting Python and TypeScript) that patches libraries at runtime, and a dashboard for visualizing traces. Because it follows open standards, developers can also route traces to any compatible observability vendor they already use, making adoption low-friction.

Technology
How Langtrace Was Born: From Blockchain Observability to LLM Visibility

Modern AIOps: What It Takes to Build Reliable AI Products · Jun 5, 2026 Technology

Langtrace wasn't designed to monitor LLMs — it was built to fix hallucinating chatbot features inside a blockchain observability product. When users reported the AI features were giving wrong answers, the team had zero visibility into what was going wrong, so they duct-taped an OpenTelemetry SDK together internally. That internal tool became Langtrace.

Similar snapshots