why aren't all 9 resolved? a statement only gets an assessment when the public
record can support or contradict it. opinions and what-ifs never can, and 0 checkable
ones are still open, waiting for their date. predictions held up or didn't;
assertions are supported or contradicted. on every card:
▮▮▮▮▮ certainty ·
▮▮▮▮▮ debate potential. speakers are clickable
Disclosure
LangChain adds tools for AI agents to autonomously trigger context compaction
“One interesting thing there, actually, that we haven't yet released as of this recording, but will probably be released by the time it comes out, is we actually give the agent a tool to trigger its own compaction.”
Insight
DIY modular vector stacks face scale and latency issues in production
“And actually for prototyping, it's great to use that. Now get that into production at scale. And that's when you're going to start running into hiccups in terms of scalability cost wise, scalability performance wise on the ingest side, and then on the query ru…”
Assertion Not checkable as stated
LangChain sees a 50-50 split in how developers deploy agent sandboxes
“In practice, we see people doing about fifty-fifty between each of these.”
Disclosure
Chase: LangChain does not maintain a one-year product roadmap
“I don't think we have a one year roadmap.”
Insight
Chase: High reliability AI agents require structured, graph-like scaffolding workflows
“So people ended up building scaffolding around the models to make them do things in a more predictable and reliable way. And that's why we at link chain, we built lane graph, which was another framework really aimed at that kind of like. Graph like workflows a…”
Disclosure
LlamaIndex focuses on data infrastructure while LangChain builds broader application frameworks
“Blind train is a great application framework for you to just like get us out of building blocks for a lot of different components, for instance, from like LL modules to prompts to some basic like retrieval and vector database abstractions to like also agent fr…”
Disclosure
Chase: DeepAgents enables agent learning by editing procedural memory files
“So one of the things that we do in deep agents is we represent those all as files. And so the agent can update those as they go along so it can learn things. And so when we say agents kind of like can learn with deep agents, what that really means is it can mo…”
Disclosure
Chase: LangChain is debating building a separate harness for conversational agents
“We talk a bunch about this internally because we're debating whether we should build like a different type of agent harness for these types of agents.”
Disclosure
LangChain's Deep Agents offloads large tool outputs into virtual files
“Is if you call a tool and it comes back with like 60,000 tokens, we don't show that all to the LLM because that's a ton of tokens. Rather, we actually put that in a file and then say, hey, here are the first like thousand tokens. If you want to read the rest, …”