← Back to feed
6

Replit Agent and LangSmith Partnership Drives Three LLM Observability Advances

Products1 source·May 11

Summary

  • • Replit Agent's complex multi-step workflows pushed LangSmith to build three new capabilities
  • • LangSmith now handles hundreds-of-steps traces with improved ingestion and rendering
  • • New within-trace search lets teams pinpoint specific events without manual call-by-call review
  • • Thread view collates disjoint traces into coherent multi-turn conversation timelines
Adjust signal

Details

1.Context

Replit serves 30M+ developers; its Agent went viral and created immediate scale demands

Replit Agent automates the full software lifecycle — planning, environment setup, dependency installation, and deployment — not just code writing or review. Its rapid adoption created immediate scale and observability demands that exceeded what LangSmith's existing tooling could handle.

2.Infrastructure

LangSmith overhauled ingestion and frontend rendering to handle hundreds-of-steps traces

Replit's traces were far larger than typical LLM application traces, involving hundreds of sequential and parallel steps. LangChain improved both data ingestion pipelines and frontend rendering to process and display these traces without performance degradation.

3.New Tech

Within-trace search added to filter on input/output keywords inside a single trace

Previously, LangSmith supported search across traces but not within them. Replit's alpha-testing feedback loop required finding specific events inside long traces quickly. The new within-trace search filters on criteria such as keywords in run inputs or outputs, significantly cutting debug time.

4.New Tech

Thread view introduced to unify disjoint traces from multi-turn human-agent sessions

Replit Agent's human-in-the-loop design means users edit and redirect agent trajectories across multiple turns and sessions, each generating separate traces. The thread view groups related traces from a single conversation into one logical timeline, making it easier to identify where users encountered friction.

5.Insight

Most LLMOps tools offer single-call visibility; full execution-flow tracing is needed for complex agents

The source notes that most other LLMOps solutions monitor individual API requests to LLM providers, offering a limited view of single LLM calls. The Replit case illustrates that whole-workflow tracing is the baseline requirement for production-grade agentic systems managing planning, tool use, and multi-agent coordination.

6.Partnership

LangChain and Replit co-developed these features through direct engineering collaboration

Rather than Replit adapting to existing LangSmith constraints, the two teams worked closely together to identify gaps and build new functionality. The features developed — within-trace search and thread view — are now available to the broader LangSmith user base.

New LangSmith platform capabilities built in response to Replit Agent's production observability requirements

What This Means

As AI agents move beyond single-turn interactions into long-running, multi-step, and human-in-the-loop workflows, observability tooling designed for simple LLM API calls breaks down. The Replit-LangSmith collaboration shows that production agentic systems require trace tooling that can handle scale, enable surgical debugging inside complex traces, and reconstruct coherent conversation timelines from fragmented session data. Teams building similarly complex agents should treat observability infrastructure as a first-class engineering concern, not an afterthought. The three features developed — improved large-trace handling, within-trace search, and thread view — are now available to the broader LangSmith user base.

Sources

Similar Events