Speaker

Karthik Kalyanamaran

1 podcast 23 moments 2026
1 episodes
1 podcasts
11 quotes
12 snapshots
1 years active

Appearances over time

1 episodes

Less
More

Episodes

1

Podcasts

Quotes & moments

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.

Technology
Why Traditional Software Engineering Breaks with LLMs

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

Before LLMs, software bugs were logical — a missing condition, a stack overflow. You could reason your way to the fix. LLMs are non-deterministic: the same input can produce a different output every time, and traditional unit tests are useless against that. Observability is no longer reactive maintenance; it's a required part of the build process from day one.

Technology
What Langtrace Actually Measures: Tokens, Cost, Latency, and More

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

Token count, cost per model call, time-to-first-token, and tokens-per-second for streaming — these are the core metrics Langtrace surfaces for every LLM invocation. For vector databases like MongoDB Atlas, Langtrace traces pipeline settings, retrieved results, and even embeddings, enabling replay analysis when something goes wrong in retrieval.

Technology
What Is an AI Engineer? Context Engineering Beats Prompt Engineering

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

An AI engineer isn't just someone who writes good prompts. The more important skill is context engineering — knowing precisely how much information to feed a model, when to feed it, and how to structure it. Beyond that, AI engineers must constantly choose between single-agent and multi-agent architectures, with no established right answer yet.

Technology
Defining AIOps: The Operational Discipline Behind Reliable AI

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

AIOps is the set of processes and tools that keep an AI product reliable across its entire lifecycle — from development through production and beyond. It includes observability, guardrails, privacy-safe tracing for sensitive data, evaluation strategy, and vector database tuning. Accuracy is a moving target, and AIOps is how you keep chasing it.

Technology
Live Demo: Tracing a MongoDB Atlas Vector Search Query with Langtrace

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

With a simple Python script querying MongoDB's Atlas Vector Search on the MFlix movie dataset, Langtrace captures the entire trace: the OpenAI embedding call, the MongoDB aggregation pipeline, top-k settings, cosine similarity scores, and matched documents — all visible in a single dashboard without any custom instrumentation code.

Technology
Human vs. Automated Evaluation: When to Use Each

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

Manual evaluation of LLM traces is not scalable, but it's essential early on for establishing a baseline and understanding failure modes. Once that baseline exists, LLM-as-a-judge — where one model scores another's outputs — can automate ongoing evaluation at scale. Langtrace acts as the reporting and visualization layer for both approaches.

Technology
The Future of AIOps: From Surfacing Data to Intelligent Recommendations

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

Right now, Langtrace surfaces all the data and leaves interpretation to the developer. The next frontier is the platform providing intelligent suggestions — telling you whether to fix your prompt, improve your context, or tune your retrieval — without the developer having to figure it out themselves. Langtrace is also building AI agents internally to stay close to the real problems.

Technology
Build with Model Primitives First, Then Pick a Framework

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

Every experienced AI builder Karthik knows has followed the same arc: start with a framework, hit its limits, and strip back to native model primitives. The lesson is to start there. Building directly on OpenAI's or another provider's raw API gives you the deepest understanding of what's actually happening — and that understanding is what lets you design a real architecture.

Technology
MongoDB's Unique Advantage: Operational and Vector Data in One Place

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

SQL databases force developers to maintain a separate vector table alongside their regular data table and write two separate query layers. MongoDB lets you vectorize existing collections in place and query both types of data through a single PyMongo client. The operational overhead of managing vector data just disappears.

Analysis

What they talk about

  • Technology 100%

Connections

Shows they appear on and people they share episodes with. Drag to explore.

Karthik Kalyanamaran Podcasts Co-speakers