Register and share your invite link to earn from video plays and referrals.

Sydney Runkle
@sydneyrunkle
product + open source @LangChain
414 Following    14.4K Followers
the biggest lesson that i took away from our jev webinar w/ @allietheicon is that jev actually enables REAL TIME inference this is because jev is fast and cheap. you can: - do content filtering on a stream in real time - add guardrails that don't really impact ux - monitor (and steer) agent trajectory w/o prohibitive cost there's a lot more to say here but i find these examples in particular very compelling curious what others are doing in real time w/ jev! webinar here icymi:
Show more
here's a quick breakdown of @typesafeai's new jev model: what it is, and how to plug it into your agents!
let the building begin!! a simple guide on what makes jev special, how to use it w/ your agents, and a few model use cases:
jev as a Judge proves to be a cheaper and more precise alternative to LLM as a judge for online evals. great guide from Sean and Daniel on why Jev is great for evals, an experiment vs other LLMs, and how to try this out for your agents!
Show more
jev is so exciting! so you started using jev, now you need to know 1. what decisions is jev making? (observability) 2. is it making the right ones for my application? (evals) 3. how can i help jev make better decisions? (engine) and for obs+evals+engine, you need langsmith
Show more
a few months ago we wrote about "graph engineering" for agents with langgraph jev fits really nicely into graphs for classification steps
super cool use case -- browser use w/ jev! would highly recommend following work from @ndrezn for great agent dev content
Browser use w/ @LangChain + @typesafeai's Jev! Really fun to build. ... I found it's excellent at playing the Wikipedia Game. (But, it's also great at "folding laundry" type tasks, like finding cheap flights.)
Show more
super pumped for this convo w/ @huntlovell and @allietheicon on all things langchain 🤝 jev
great callout from @ktech9999 on a use case jev is going to transform
instead of generating text, jev from @typesafeai generates structured output this makes it great for classification tasks like model routing, tool selection/search, and guardrails of many forms! it's also ridiculously fast and cheap compared to LLMs doing the same tasks
Show more
If you’re deep in agents, this is def worth the click @sydneyrunkle walks through Jev & @LangChain Deep Agent Harness in a way that maps to how we actually build Practical intel not demo-ware 🔖 Great info if you’re thinking about Agents
Show more
right now, a lot of agents perform classification tasks / steps if you can replace those steps with a model that's optimized for classification, you can massively reduce latency and cost i think jev is re-kindling the "graph engineering" phase of agent design
Show more
i normally would not post this late, but wanted to share what @huntlovell and I have been jamming on. @typesafeai just released Jev, a new type of classification model. it's really popular right now because it's ridiculously fast and cheap (up to 200x / 400x reductions vs comparable LLMs on classification tasks). learn all about Jev and how to build it into your harness!
Show more
had to turn auto mode off in my coding agent before bc the classification was slow turning it back on now that we're using jev!
overheard on my ride to work this morning, guy taking a phone call on a lyft bike “yeah RL environments”… “the value of evals…” “i mean coding agents especially…” should have thanked him for planning my next few tweets
Show more
building an agent is all about choosing the a) right model and b) right harness
oh how i love violin plots!! working on evaluating how a task-specific router affects agent cost and performance now just waiting for data to roll in over the next few days; blog post coming soon!
Show more
LangChain's CEO says they built their gateway a year too late, and it's still costing them. I sat down with Harrison Chase, Co-Founder & CEO of LangChain, to talk about what's changed since LangChain started as a side project in 2022, why sub-agents rarely work the way people expect, and why LangChain now runs its own hiring, content, and coding work through internal agents in Slack. 00:00 Why "I use agents for everything" is a red flag in an interview 01:21 How LangChain started as a fall 2022 side project 05:18 From LangSmith to LangGraph: rebuilding as the ground kept shifting 09:06 The gateway LangChain built a year too late 13:23 Code mode: why agents writing code beats human-style tools 19:04 Should the agent run inside the sandbox, or call it as a tool? 28:31 The agent identity problem: whose credentials does it use? 45:43 Running LangChain's own GTM, content, and coding agents in Slack 48:34 The AI slop problem, and why they built a Slack emoji for it The full pod is also available on YouTube, Apple Podcasts, or Spotify.
Show more
read more about how middleware lets you customize your agent harness:
PSA: You can add custom middleware to your Managed Deep Agents. With middleware, you can add behavior around model calls, tool calls, and the agent lifecycle. Here's a quick demo.
Show more