RSS Parrot

BETA

🦜 LangChain Blog

@blog.langchain.dev@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

LangChain Blog

Your feed and you don't want it here? Just e-mail the birb.

Site URL: blog.langchain.dev/

Feed URL: blog.langchain.dev/rss

Posts: 11

Followers: 7

How Paradigm runs and monitors thousands of agents in parallel with LangChain and LangSmith

Published: September 4, 2024 15:34

See how Paradigm used LangSmith and LangChain to build, iterate, and monitor their AI agents.

How Podium optimized agent behavior and reduced engineering intervention by 90% with LangSmith

Published: August 15, 2024 14:00

See how Podium tests across the lifecycle development of their AI employee agent, using LangSmith for dataset curation and finetuning. They improved agent F1 response quality to 98% and reduced the need for engineering intervention by 90%.

LangChain Integration Docs: Find information faster with revamped pages & API references

Published: August 14, 2024 15:36

See the latest updates to the LangChain integration docs, including a new standardized format and improved API references that can help you find relevant information faster.

UX for Agents, Part 3: Spreadsheet, Generative, and Collaborative UI/UX

Published: August 10, 2024 14:00

Learn about spreadsheet UX for batch agent workloads, Generative UI, and collaborative UX with agents.

LangGraph v0.2: Increased customization with new checkpointer libraries

Published: August 7, 2024 16:16

LangGraph v0.2 includes new checkpointer libraries for increased customization — including a SQLite checkpointer for local workflows and an optimized Postgres checkpointer to take your app to production. Plus, learn about LangGraph Cloud in open beta.

Dynamic few-shot examples with LangSmith datasets

Published: August 6, 2024 16:00

With dynamic few-shot examples in LangSmith, you can Index examples in your datasets in one click and dynamically select the most relevant few-shot examples based on user input. This lets you rapidly iterate and improve LLM app performance.

UX for Agents, Part 2: Ambient

Published: August 3, 2024 00:53

This is our second post focused on UX for agents. We discuss ambient background agents, which can handle multiple tasks at the same time, and how they can be used in your workflow.

Dataset schemas for fast and iterative data curation in LangSmith

Published: July 31, 2024 12:17

Define and flexibly manage dataset schemas in LangSmith. Validate examples against a defined schema, and update the schema easily in the LangSmith UI.

UX for Agents, Part 1: Chat

Published: July 27, 2024 01:14

At Sequoia’s AI Ascent conference in March, I talked about three limitations for agents: planning, UX, and memory. Check out that talk here. In this post I will dive deeper into UX for agents. Thanks to Nuno Campos, LangChain founding engineer, for many of…