Tagged

LangChain News

Agents, middleware, evaluation and releases across the LangChain stack. Curated and summarized from dozens of sources by AIBriefs.

How-ToDevelopers2 sources

How to Evaluate Voice Agents with LangSmith

The framework scores voice agents on three dimensions: execution (did the agent follow instructions), outcome (did the call achieve its goal), and experience (was the conversation smooth for the caller). LangSmith evaluation combines traces, code evaluators, LLM judges, and human review.

AnalysisDevelopers1 source

Stripe built Kai internal AI agent platform using LangGraph

Stripe's Knowledge AI Platform, or Kai, reached 5,000 internal users within four weeks of deployment. The agentic platform was built using LangChain and LangGraph to provide a context-aware assistant for employees across the company.

LaunchDevelopers5 sources

LangSmith LLM Gateway launches in public beta

LangSmith LLM Gateway is now in public beta: one gateway for spend and rate limits, fallback policies, and PII redaction before data reaches model providers, working across models and providers. Admins can set per-customer and per-user limits under a single API key, and BYOK support lets teams use existing provider contracts.

AnalysisDevelopers1 source

How Apollo Uses Deep Agents and LangSmith for GTM AI

Apollo leverages LangChain's Deep Agents and LangSmith to power an AI assistant for the full GTM loop: prospecting, enrichment, outreach, analytics, and MCP integrations. The case study details how Apollo rebuilt its AI assistant using these tools to improve efficiency.

LaunchDevelopers3 sources

LangSmith launches tracing for voice agents

LangSmith now supports tracing for voice agents built with Pipecat, LiveKit, OpenAI Realtime, and Gemini Live. Captures audio, STT/TTS latency, interruptions, and tool calls in a single trace.

How-ToAI Agents1 source

Tutorial: Build an Agentic Event Venue Operator

Tutorial covers building an agent with persistent memory and operational context using MongoDB Atlas, Voyage, and LangGraph. Goes beyond basic demos to include a place for the agent to write back what happened.