HomeLaunchesLaminar
16

Laminar - Open-source observability and analytics for complex LLM apps

Observability and analytics which helps you track LLM apps in production.

tldr: Laminar is an open-source developer platform that provides full instrumentation of LLM applications and combines trace data with event-based analytics.

Hey everyone, we’re Robert, Din, and Temirlan. Previously, we built infrastructure at Palantir, Amazon, and Bloomberg — now, we’re building an open-source platform to help developers understand how their LLM apps perform in production.

Why do LLM apps need observability from day 0?

LLMs are stochastic, and designing robust software around them (e.g., RAG, Agents) is an iterative process. A great observability platform not only facilitates this process, but actually makes it more productive. Hence, many AI developers adopt observability tools early on.

Laminar goes beyond single LLM call tracing and provides tools for entire app instrumentation and powerful UI for full trace visualization, trace search, and session grouping.

What is different about analytics for LLM apps?

LLM apps produce traces, which are essentially very rich text. Traditional event-based analytics tools are not built for extracting metrics from this kind of data.

Currently, AI devs spend a good chunk of their time manually inspecting traces to understand usage patterns of their LLM apps. As they scale, manual inspection is not feasible anymore.

Laminar tackles this problem by using other LLMs to process rich text outputs in the background. With Laminar, developers can define custom events, such as “USER SENTIMENT,” to collect user sentiments and track this metric at scale as they deploy their LLM apps into production.

Each event is linked to the trace that produced it, and developers can understand when and why certain semantic events have happened. It gives developers deeper understanding of the performance and usage of their LLM apps.

Our ask