is this basically folding deepagents into langchain 1.0?
OPEN SOURCE
-

Open Source AI Models: Safety Benefits Gaining Recognition
By
–
Great to see the safety benefits of Open Source models starting to get discussed more.
-
BEHAVIOR Benchmark Advances Embodied AI and Robotics Research
By
–
(3/N) As a reminder, BEHAVIOR is an open-source benchmark built on top of NVIDIA’s Omniverse, designed to enable and evaluate embodied AI and robotics solutions. It includes 1,000 everyday household tasks grounded in human needs. Paper: https://
arxiv.org/abs/2403.09227
What’s new in -

OpenPipe AI Team Achieves Remarkable Results
By
–
Another incredible result from the @OpenPipeAI team.
-
Core Combinators Required for Functional Programming Systems
By
–
RQ2: Which core set of 'combinators' is necessary to get anything done? This has been my focus today! The original Joy implementation has many built-in primitives within the core VM: from the obvious function calling, looping and stepping through lists, to linear recursion
-
Open-Source Small Models Solve AIME Math Problems
By
–
I've since run the similar AIME25 eval suite against gpt-oss-20b on my own laptop and was surprised to see even that much smaller model solve some of those math problems, again without tools
-

LangChain and LangGraph 1.0 Alpha Releases Announced
By
–
LangChain & LangGraph 1.0alpha releases Today we are announcing alpha releases of v1.0 for langgraph and langchain, in both Python and JS. LangGraph is a low-level agent orchestration framework, giving developers durable execution and fine-grained control to run complex
-

Serena: Transform Any LLM into Semantic Coding Agent
By
–
Turn any LLM into a semantic coding agent! Semantic Retrieval & Editing Noetic Agent (Serena) is an open-source toolkit that transforms any LLM into a fully-featured coding agent that works directly on your codebase. 100% Open Source
-

Delta Sharing Protocol Wins VLDB2025 Industry Runner-Up Award
By
–
We're excited to share that Delta Sharing: An Open Protocol for Cross-Platform Data Sharing was named Best Paper Industry Runner-Up at #VLDB2025! https://
vldb.org/pvldb/vol18/p5
197-puttaswamy.pdf
… Catch @matei_zaharia
's keynote Thurs (9:15–10:15 BST) and visit our booth or Careers Site for more -

Joyfl v0.1: Minimal Python Interpreter with 342 Lines
By
–
v0.1 : Minimum Viable Interpreter Most notable is that the source code is only ~342 lines — from parser to interpreter, including terminal interaction but excluding comments! ▶︎ You can launch the REPL just by running the `joyfl` script with Python 3.10+. All the samples