tool-calling

Tag

Cards List
#tool-calling

SLCA-GRPO: Resolving Cross-Segment Credit Misattribution in Tool-Calling RL

arXiv cs.AI ↗ · 19h ago Cached

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.

0 favorites 0 likes
#tool-calling

TwinCheck: Evidence-Grounded Negative-Twin Verification for Stateful Tool Agents

arXiv cs.AI ↗ · yesterday Cached

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.

0 favorites 0 likes
#tool-calling

@kentcdodds: Tool calling support in voice mode was inevitable and is terrific

X AI KOLs Following ↗ · 2d ago Cached

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.

0 favorites 0 likes
#tool-calling

(Genuinely asking) Are smaller quantized models becoming the real sweet spot for local AI?

Reddit r/LocalLLaMA ↗ · 6d ago

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.

0 favorites 0 likes
#tool-calling

@shao__meng: Weekends are perfect for settling down to systematically learn foundational knowledge CMU Fall Latest Course 11-768: AI…

X AI KOLs Timeline ↗ · 6d ago Cached

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.

0 favorites 0 likes
#tool-calling

What verification patterns are you using for agents that call tools or automate browsers?

Reddit r/AI_Agents ↗ · 6d ago

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.

0 favorites 0 likes
#tool-calling

SFT or RL for Tool-Calling Agents? A Controlled Study Across Data, Method, and Scale

arXiv cs.CL ↗ · 2026-09-17 Cached

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.

0 favorites 0 likes
#tool-calling

@trq212: related to this- I think bash is no longer all you need, if your goal is just reliably tool calling but sandboxes + bas…

X AI KOLs Timeline ↗ · 2026-09-16 Cached

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.

0 favorites 0 likes
#tool-calling

Ruby UTCP

Product Hunt ↗ · 2026-09-16 Cached

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.

0 favorites 0 likes
#tool-calling

Cactus-Compute/needle3

Hugging Face Models Trending ↗ · 2026-09-16 Cached

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.

0 favorites 0 likes
#tool-calling

@trq212: I was not expecting things to go this way, but I think MCPs are better than CLIs for most integrations. The models have…

X AI KOLs Timeline ↗ · 2026-09-15 Cached

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.

0 favorites 0 likes
#tool-calling

@GoogleDeepMind: Watch how we used 3.8 Live Extended Thinking to act as a programming tutor. Both models feature: Upgraded reasoning Nea…

X AI KOLs ↗ · 2026-09-15 Cached

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.

0 favorites 0 likes
#tool-calling

Is there a better small model than Qwen3.5 4B for a fast local AI assistant?

Reddit r/LocalLLaMA ↗ · 2026-09-14

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.

0 favorites 0 likes
#tool-calling

After over a year of my nights and weekends, the Jenny app is done!

Reddit r/LocalLLaMA ↗ · 2026-09-07

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.

0 favorites 0 likes
#tool-calling

Occamy-1.0: Open Pareto-frontier 35B Intelligence for Co-work

Hugging Face Daily Papers ↗ · 2026-09-04 Cached

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.

0 favorites 0 likes
#tool-calling

@cactuscompute: Needle’s best-kept secret isn’t function calling. It’s structured extraction. Long-form text in → valid JSON out. Small…

X AI KOLs Timeline ↗ · 2026-09-01 Cached

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.

0 favorites 0 likes
#tool-calling

CAST: Critique-Aware Supervision for Training Reliable Long-Horizon Tool-Calling Agents

Hugging Face Daily Papers ↗ · 2026-08-31 Cached

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.

0 favorites 0 likes
#tool-calling

I put a runtime supervisor around a real LangGraph agent — it rejected a tool call before execution and the model replanned

Reddit r/AI_Agents ↗ · 2026-08-29

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.

0 favorites 0 likes
#tool-calling

@freeCodeCamp: Getting structured data your app can actually trust can be tricky. In this tutorial, Vineeth explains how to design sch…

X AI KOLs Timeline ↗ · 2026-08-29 Cached

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.

0 favorites 0 likes
#tool-calling

I got GPT-5.6 Sol to stop before a tool call existed - 25/25 times (Run it yourself)

Reddit r/ArtificialInteligence ↗ · 2026-08-28 Cached

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback