tool-calling

Tag

Cards List
#tool-calling

Ornith 1.5 is actually pretty good

Reddit r/LocalLLaMA ↗ · 2026-08-28

A user shares a positive review of the Ornith 1.5 model, highlighting its high inference speed and strong tool-calling capabilities, comparing it favorably to Qwen 3.8 for daily testing use.

0 favorites 0 likes
#tool-calling

PROOF-Gen: From Optimized Data to Better Distillation

arXiv cs.AI ↗ · 2026-08-26 Cached

PROOF-Gen presents a per-scenario reflective optimization method to recover failed trajectories for distilling tool-calling capabilities, enhancing data quality and model performance in distillation pipelines.

0 favorites 0 likes
#tool-calling

@Saboo_Shubham_: This is the WAY...Speculative Programmatic Tool Calling for Agent Harness. While the LLM is streaming tokens, it specul…

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

Describes a speculative programmatic tool calling method for agent harnesses, where LLMs queue up tool calls during token streaming to act as futures in code execution.

0 favorites 0 likes
#tool-calling

35B-A3B tool calling benchmark: Original Qwen vs. KAT Coder, Ornith and Tiel-Coder

Reddit r/LocalLLaMA ↗ · 2026-08-25

The article benchmarks fine-tuned Qwen3.6-35B-A3B models for tool calling capabilities, showing Ornith 1.5 and Tiel-Coder perform best, approaching scores of larger Qwen models. The study uses extensive GPU time and the tool-eval-bench utility for evaluation.

0 favorites 0 likes
#tool-calling

Granite 4.2 LLMs: How They're Built

Hugging Face Blog ↗ · 2026-08-25 Cached

Granite 4.2 is IBM's new family of reasoning LLMs available in 3B, 8B, and 30B sizes, featuring thinking modes, tool calling, and trained with a multi-stage reinforcement learning pipeline under the Apache 2.0 license.

0 favorites 0 likes
#tool-calling

Speculative Programmatic Tool Calling (12 minute read)

TLDR AI ↗ · 2026-08-25 Cached

The article proposes speculative programmatic tool calling (sPTC), a technique to optimize tool calls in AI harnesses by overlapping execution with token generation, reducing latency inspired by speculative execution in CPUs and LLMs.

0 favorites 0 likes
#tool-calling

the tool calling part of an agent is a way smaller problem than the models we usually point at it

Reddit r/AI_Agents ↗ · 2026-08-24

The article describes the development of a 48M parameter model specialized for tool calling in AI agents, which uses grammar to ensure valid JSON outputs and is open-source for customization on specific API catalogs.

0 favorites 0 likes
#tool-calling

@a1zhang: Introducing Speculative Programmatic Tool Calling (sPTC)! A general class of technique for speculating on tool calls du…

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

Introducing Speculative Programmatic Tool Calling (sPTC), a technique to speculate on tool calls during code generation to overlap with token generation and execution time, improving efficiency in AI harnesses.

0 favorites 0 likes
#tool-calling

MobilePA-Bench: Benchmarking Mobile Planner Agents on Complex Real-World Tasks

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

MobilePA-Bench is an interactive benchmark designed to evaluate mobile planning agents on complex real-world tasks, focusing on tool-calling, sub-agent collaboration, memory usage, and skill invocation under runtime constraints.

0 favorites 0 likes
#tool-calling

# Qwen3.8-27B — One Week Later: The r/LocalLLaMA + r/LocalLLM Verdict

Reddit r/LocalLLaMA ↗ · 2026-08-23

A compilation of community feedback on Qwen3.8-27B, highlighting its strong performance in agentic coding and tool-calling, while noting issues with knowledge recall and thinking-level settings.

0 favorites 0 likes
#tool-calling

I fine tuned Gemma 4 12B for a 2.7x improvement on tool calling because I can't fit anything else comfortably into my 16 GBs of Vram

Reddit r/LocalLLaMA ↗ · 2026-08-23 Cached

A fine-tuned version of Gemma 4 12B that improves tool-calling reliability by 2.7x, optimized for consumer GPUs with 16GB VRAM using QLoRA training.

0 favorites 0 likes
#tool-calling

@mikenevermiss: GLM 5.3 is FREE right now and you can actually use it. you can access it through ZenMux with a free API key, and Z. ai …

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

GLM 5.3 AI model is currently available for free through ZenMux and Z.ai, featuring a 1M context window, up to 128K output, and tool calling with MCP support.

0 favorites 0 likes
#tool-calling

Just got OC up and running

Reddit r/openclaw ↗ · 2026-08-21

The author shares their hands-on experience setting up the OC agentic framework, troubleshooting voice model and local LLM issues, and building a secure, sandboxed workspace for AI agents.

0 favorites 0 likes
#tool-calling

DART-SD: Diamond-topology Aware Retrieval and Tuning for Self-Distillation of Multi-Turn Tool-Calling Agents

arXiv cs.CL ↗ · 2026-08-20 Cached

DART-SD proposes a topology-aware retrieval and tuning framework for self-distillation of LLM-based tool-calling agents, improving policy diversity by correcting only critical topological breakpoints while preserving valid reasoning.

0 favorites 0 likes
#tool-calling

Looped Language Models Improve Compositional Tool Calling

arXiv cs.AI ↗ · 2026-08-20 Cached

The paper explores how looped language models, which use iterative latent computation, improve compositional tool calling in agentic systems, showing benefits for multi-step API interactions.

0 favorites 0 likes
#tool-calling

@mtasic85: You know I am going down the rabbit hole, when you see me making LFM2.5 2.6B behaving close to Qwen3.8 27B when it come…

X AI KOLs Following ↗ · 2026-08-19 Cached

@mtasic85 demonstrates that with prompt programming alone, without fine-tuning, LFM2.5 2.6B can behave close to Qwen3.8 27B in tool calling and skill system applications.

0 favorites 0 likes
#tool-calling

@OpenAIDevs: What are startups learning from building cost-effective agents with GPT-5.6? We worked with teams across industries to …

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

Startups are learning to build cost-effective AI agents with GPT-5.6 by leveraging smarter model selection, reasoning, and tool calling for complex work.

0 favorites 0 likes
#tool-calling

I built a web-searching AI agent from scratch with JavaScript

Reddit r/AI_Agents ↗ · 2026-08-14

The author built a web-searching AI agent from scratch using JavaScript and LLM tool-calling, demonstrating agent construction without frameworks and sharing it on GitHub for feedback.

0 favorites 0 likes
#tool-calling

How is everyone handling agent regression testing in CI without going crazy?

Reddit r/AI_Agents ↗ · 2026-08-14

The author discusses challenges in automated regression testing for AI agent tool calling in CI/CD due to LLM non-determinism and seeks community insights on effective setups and frustrations.

0 favorites 0 likes
#tool-calling

my ai report generator agent demos like magic. 90% of the actual code is there because it lies confidently

Reddit r/AI_Agents ↗ · 2026-08-14

A practitioner's honest breakdown of building an AI report-generation agent, explaining that 90% of the code exists to handle silent, confident model failures and ensure reliability in production.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback