langchain

Tag

Cards List
#langchain

@LangChain: New LangChain Academy Course: Autonomous Agent Improvement with LangSmith Engine In our latest course, we'll show you h…

X AI KOLs Following · 2026-07-29 Cached

LangChain Academy released a new free course on autonomous agent improvement using LangSmith Engine, covering the agent development lifecycle from identifying issues to monitoring regressions.

0 favorites 0 likes
#langchain

Graph Engineering Needs a Compiler

Hacker News Top · 2026-07-29 Cached

The blog argues that as AI generates code faster, understanding the combined execution becomes difficult, and proposes using graph engineering with a compiler to create deterministic orchestrators.

0 favorites 0 likes
#langchain

@LangChain: .@UseApolloio will be at Interrupt NYC. Apollo's AI Assistant is one of the earliest production multi-agent systems on …

X AI KOLs Following · 2026-07-29 Cached

LangChain's Interrupt NYC conference on September 24 will feature Apollo's talk on migrating their AI Assistant to a production multi-agent system using LangGraph, alongside other industry speakers.

0 favorites 0 likes
#langchain

@LangChain: En route to improving your agents

X AI KOLs Following · 2026-07-28 Cached

LangChain announces a resource for improving AI agents.

0 favorites 0 likes
#langchain

@LangChain: OpenWiki supports all the most common LLM providers. Try it out today with one of the many we support: https://github.c…

X AI KOLs Following · 2026-07-28 Cached

OpenWiki is a CLI tool from LangChain that writes and maintains agent wikis for codebases or personal knowledge, supporting all common LLM providers.

0 favorites 0 likes
#langchain

@LangChain: Our data agent now handles roughly 40x the request volume our 3 person data team could manage directly. Now, our data t…

X AI KOLs Timeline · 2026-07-28 Cached

LangChain rebuilt its data stack around an AI agent that handles ~40x the request volume of its 3-person data team, enabling self-serve analysis and shifting the team's focus to models, context, and guardrails.

0 favorites 0 likes
#langchain

@gp_pulipaka: RAG from First Principles! #BigData #Analytics #DataScience #AI #MachineLearning #NLProc #LLM #IoT #IIoT #PyTorch #Pyth…

X AI KOLs Timeline · 2026-07-28 Cached

Announces a new book 'RAG from First Principles' by Jia Huang, a code-first guide to engineering retrieval-augmented generation systems using Python, LangChain, and LlamaIndex.

0 favorites 0 likes
#langchain

@freeCodeCamp: AI agents can be hard to debug when all you see is the final output. In this tutorial, Darsh shows you how to trace and…

X AI KOLs Timeline · 2026-07-26 Cached

A tutorial by Darsh on how to trace and monitor local AI agents using LangSmith, LangChain, Ollama, and Qwen, enabling inspection of model and tool calls, latency, and usage.

0 favorites 0 likes
#langchain

@freeCodeCamp: Running an AI agent locally is useful, but exposing it as a service makes it much easier to build real apps. In this tu…

X AI KOLs Timeline · 2026-07-25 Cached

A tutorial showing how to serve a multi-user local AI agent as a REST API using FastAPI and Streamlit, built with LangChain, Ollama, and Qwen.

0 favorites 0 likes
#langchain

@mdancho84: My 2026 AI data science stack: 1. Python ($0) 2. Pandas ($0) 3. Scikit Learn ($0) 4. LangChain ($0) 5. LangGraph ($0) 6…

X AI KOLs Timeline · 2026-07-24 Cached

Matt Dancho shares his 2026 AI data science stack including free tools like Python, Pandas, Scikit Learn, LangChain, and LangGraph, plus a low-cost OpenAI API, and promotes a free live teaching session.

0 favorites 0 likes
#langchain

@LangChain: .@JensenHuang + @hwchase17 fireside chat: Why companies need open agent systems NemoClaw for LangChain Deep Agents blue…

X AI KOLs Following · 2026-07-24 Cached

Jensen Huang and Harrison Chase discuss why companies need open agent systems and introduce the NemoClaw blueprint for LangChain Deep Agents.

0 favorites 0 likes
#langchain

@LangChain: An inside look from @nickhollon10

X AI KOLs Following · 2026-07-23 Cached

An inside look at LangChain from developer nickhollon10.

0 favorites 0 likes
#langchain

Towards Automating Eval Engineering (5 minute read)

TLDR AI · 2026-07-23 Cached

LangChain released an Eval Engineering Skill that automatically generates executable Harbor evaluations by mapping agent repositories and production traces, with an iterative user interview process to refine evals.

0 favorites 0 likes
#langchain

@LangChain: Every turn of a conversation has two pieces. What the user did: observable signals that tell you where the conversation…

X AI KOLs Following · 2026-07-22 Cached

LangChain highlights IO-HMM from GetCandidly, a design that separates user behavior (observable signals) from agent behavior (controllable inputs) in conversation turns.

0 favorites 0 likes
#langchain

@LangChain: Google Gemini AI Studio, Enterprise Vertex and the new Gemini 3.6 Flash, and 3.5 Flash Lite now available in OpenWiki

X AI KOLs Following · 2026-07-21 Cached

OpenWiki now supports Google's Gemini AI Studio and Vertex AI, including the newly released Gemini 3.6 Flash and 3.5 Flash Lite models, thanks to community contributions.

0 favorites 0 likes
#langchain

@freeCodeCamp: AI agents can behave differently from one run to the next, which makes regressions hard to catch. In this tutorial, Dar…

X AI KOLs Following · 2026-07-21 Cached

This tutorial demonstrates how to build a repeatable evaluation harness for AI agents using rule-based checks and an LLM-as-a-judge, leveraging LangChain, Ollama, and Qwen to test local agents with clear pass/fail results.

0 favorites 0 likes
#langchain

@LangChain: We built a tracing plugin that turns every @cursor_ai agent session into a structured trace in LangSmith: the model run…

X AI KOLs Following · 2026-07-21 Cached

LangChain released a tracing plugin that converts every Cursor AI agent session into a structured trace in LangSmith, including model runs, tool calls, and nested subagent work, part of a series comparing coding-agent traces.

0 favorites 0 likes
#langchain

@LangChain: The Agent Development Lifecycle is continuous building, deploying, monitoring, improving, and governing agents as they …

X AI KOLs Timeline · 2026-07-20 Cached

LangChain announces a summer AMA series on the agent development lifecycle using LangSmith, covering building, deploying, monitoring, improving, and governing agents.

0 favorites 0 likes
#langchain

I built a self-hosted visual builder for LangChain/LangGraph agents and would love feedback

Reddit r/AI_Agents · 2026-07-20

The developer created a self-hosted visual builder for LangChain/LangGraph agents and is requesting feedback from the community.

0 favorites 0 likes
#langchain

@LangChain: IssueBench is a detailed evaluation suite we built for Engine (continual learning agent in LangSmith, runs on your trac…

X AI KOLs Following · 2026-07-20 Cached

LangChain introduces IssueBench, a detailed evaluation suite for Engine, a continual learning agent in LangSmith that automatically improves agents based on traces.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback