5 Fun Agentic AI Papers to Read
A new article highlights five key papers for understanding agentic AI, including ReAct, Toolformer, Generative Agents, and Voyager, which demonstrate reasoning, tool use, memory, and embodied explorat…
A new article highlights five key papers for understanding agentic AI, including ReAct, Toolformer, Generative Agents, and Voyager, which demonstrate reasoning, tool use, memory, and embodied explorat…
Design patterns have evolved from object-oriented classics like Factory and Singleton to distributed system patterns and now to AI architecture patterns such as ReAct, Plan-and-Execute, and Reflection…
FlowScout, a new execution-guided framework for generating tool-integrated agentic workflows from historical task-solving records, improves tool invocation correctness by at least 92.69% and execution…
AI loop engineering, the practice of designing systems where AI agents act, observe, evaluate, and iterate until a success condition or boundary is met, has become a mainstream focus in 2026, accordin…
IBM Research's ALTK-Evolve and ACE both enable LLM agents to learn from their own trajectories, but ALTK-Evolve uses fewer tokens by delivering only a small core of high-support guidelines plus task-s…
A developer argues that building reliable AI agents requires imposing structure from traditional computer science, specifically Finite State Machines (FSMs), to prevent failure modes like hallucinatio…
A 2026 analysis identifies five foundational papers—ReAct, Toolformer, Reflexion, Voyager, and an unnamed framework paper—that underpin every modern AI agent architecture, tracing the tool-calling loo…
AI agents are transforming back-end engineering by turning passive data pipelines into active reasoning engines that interpret high-level intents and autonomously chain API calls. The shift requires t…
Researchers have identified a new attack surface against multi-hop retrieval-augmented generation (RAG) agents called Salience Induction, which uses truth-preserving edits to redirect reasoning withou…
A developer building an agentic AI system with LangGraph and MCP encountered a memory issue where the support bot fails to remember user context from previous turns. The ReAct loop in LangGraph's Stat…
Skyfall AI released MORPHEUS, a persistent enterprise simulation benchmark for continual reinforcement learning that requires agents to learn under structured non-stationarity without environment rese…
A new planning framework called GATS (Graph-Augmented Tree Search) eliminates the need for LLM calls during inference, achieving a 100% success rate on synthetic planning tasks and outperforming LATS …
A new planning framework called GATS (Graph-Augmented Tree Search) achieves 100% success rate on synthetic planning tasks and a comprehensive stress test spanning 12 scenarios, outperforming LATS (92%…
A developer built Sparsi, a framework that shifts complex logic out of ReAct agent prompts into deterministic DAG-based macro-tools. In a benchmark on customer support ticket triage, Sparsi achieved 1…
Hugging Face's smolagents library enables AI agents to generate and execute SQL queries against databases, using a code-based reasoning approach that allows error correction and verification. The agen…
A developer explains how agentic AI differs from standard conversational models by executing multi-step tasks with self-correction. Using the ReAct framework, agents break goals into sequences of acti…
A developer introduced Program-Aided Language Models (PAL), which offload arithmetic from language models to a code interpreter. PAL splits reasoning and computation: the model writes a program descri…
A developer has created a 10-line prompt that transforms ChatGPT into a fully autonomous AI agent capable of planning, executing, evaluating, and improving tasks without human intervention. The prompt…
The Adaptive Context Elasticizer (ACE), a plug-and-play module for large language models, dynamically manages context by assigning each historical step a type—raw, abstract, or dropped—to optimize inf…
Researchers introduced MultiUAV-Plat, a simulation platform and benchmark for evaluating large language models in multi-UAV collaborative task planning. Their proposed agent framework, Agent4Drone, ac…