@neural_avb: New `fast-rlm` update Check this demo where RLM web searches (exa), reviews Goodreads with tools, and recommends books!…

X AI KOLs Timeline Tools

Summary

New `fast-rlm` update introduces REPL Tool Calling, allowing agents to invoke Python functions via REPL with outputs stored in variables. Demo shows web search and Goodreads review integration.

New `fast-rlm` update Check this demo where RLM web searches (exa), reviews Goodreads with tools, and recommends books! - Introduces REPL Tool Calling - pass any python function into the RLM, and the agent can invoke it through the REPL - Tool outputs do not get auto-loaded into context, instead they are stored inside python variables - Main agents call subagents and pass old/new tools - Configure environment variables and web tools into RLM environment - Helper functions to pretty print pydantic objects in the REPL so agent does not spend extra steps decoding them Very exciting! Example scripts provided in repo.
Original Article

Similar Articles

Memory retrieval is broken under the hood.

Reddit r/AI_Agents

PrecisionMemBench is an open-source benchmark that tests retrieval precision as a strict unit test, revealing that popular memory frameworks like Mem0, Zep, and Hindsight have very low precision (0.05-0.09) and rely on LLMs to compensate. The article argues for zero-tolerance hard fail on precision for production memory infrastructure.

LLM prefomance in Estonian

Reddit r/ArtificialInteligence

The Institute of the Estonian Language has released an open benchmark to evaluate LLM performance in Estonian, covering language proficiency, reasoning, factual accuracy, and resistance to propaganda, revealing that models strong on English benchmarks may perform differently in smaller language environments.