Tag
SLCA-GRPO introduces Segment-Locked Credit Assignment to improve reinforcement learning for tool-calling agents by decoupling advantage estimation and using hierarchical rewards, leading to faster convergence and higher accuracy.
TwinCheck is an inference-time verification policy that enhances stateful tool agents by using evidence-grounded negative-twin comparisons, significantly improving task success rates in benchmarks like BFCL V4.
OpenAI has added tool calling support to ChatGPT Voice, allowing it to use plugins like email, calendar, and Slack, powered by GPT-6 Astra, Sol, and Luna.
The article questions whether smaller quantized models are becoming the preferred choice for local AI applications, emphasizing their balance of VRAM usage, performance, and capability like tool calling.
CMU offers a new fall 2026 course on AI Agents taught by Daniel Fried and Graham Neubig, covering topics like tool calling, reinforcement learning training, and human-computer interaction.
The post discusses verification patterns for AI agents to ensure reliability, suggesting techniques like separating actor and verifier, forcing structured outputs, and using evidence caps to prevent hallucinations and misbehavior.
This controlled study compares supervised fine-tuning and reinforcement learning methods for training tool-calling agents across different datasets and model scales, finding that SFT with LoRA is strongest in-distribution while RL shows slight advantages in cross-dataset transfer.
Thariq argues that MCPs are better than CLIs for AI tool calling due to improved model capabilities and MCP's stateless design, while bash and sandboxes are still good for code generation and execution.
Ruby UTCP is an open-source library that provides a standard way for Ruby applications and AI agents to discover and call tools using various protocols. It supports 12 transports and includes features like streaming, authentication, and OpenAPI discovery.
Needle 3 is a compact AI foundation model optimized for edge devices like mobiles and wearables, offering tool calling, structured extraction, and text embedding in a single 8-29 MB file.
The author argues that Model Context Protocol (MCP) is superior to Command Line Interface (CLI) for most AI integrations, citing improved tool calling and statelessness.
Google DeepMind demonstrates the use of their 3.8 Live Extended Thinking model as a programming tutor, featuring upgraded reasoning, near real-time visual understanding, automatic detection for 97 languages, and background tool calling.
The article asks if there are better small AI models than Qwen3.5 4B for building a fast local assistant, focusing on improving capabilities like conversation, reasoning, multilingual support, and tool calling while maintaining speed.
Jenny is a free, open-source Electron desktop application for running local LLMs with tool calling, rollback, and IDE features, developed as a solo project over 1.5 years.
Occamy-1.0 is a cost-efficient open-source AI model for co-work agents, achieving strong performance on complex multi-step tasks and being competitive with larger frontier systems while maintaining broad agentic capabilities.
Needle 2 is an open, 45M-parameter AI model for tool calling and structured extraction, optimized to run in browsers at 14MB with guaranteed JSON output via constrained sampling.
CAST is a critique-aware training framework that improves LLM agent reliability by generating structured action-level rationales from sparse outcomes, outperforming GPT-OSS-120B on tool-calling benchmarks.
The article showcases the development of ARK, a runtime supervision layer for AI agents, tested with a LangGraph agent and OpenAI model to enforce constraints by rejecting non-compliant tool calls and facilitating model replanning.
This tutorial from freeCodeCamp explains how to design schemas, validate outputs, and handle failures to reliably extract structured data from LLMs, covering techniques like constrained outputs, retry loops, and streaming.
This article describes an experiment showing that GPT-5.6 Sol can consistently stop before making a tool call by setting a numeric threshold just above a boundary, with all 25 test pairs demonstrating the expected behavior.