event
Function Calling
-
Large language models are increasingly deployed as agents that solve tasks by interacting with external tool environments. Although recent tool-use benchmarks increasingly cover complex task settings, they still largely assume clean, stabl…
-
Compact language models (LMs) reduce cost, latency, and deployment risk for tool agents. Yet MCP-style tool use requires more than isolated function calling: an agent must discover tools from live catalogs, satisfy schemas, preserve depend…
-
Agent-related developments are some of the hardest signals to track right now - they're spread across arXiv papers, GitHub repos, model release notes, incident reports, and policy documents simultaneously. I've been running a pipeline that…
-
nvidia/diffusiongemma-26B-A4B-it-NVFP4 · Hugging Face (huggingface.co via reddit)
Model Overview Description: DiffusionGemma 26B A4B IT is an open-weights multimodal generative model developed by Google DeepMind that processes text, image, and video inputs to produce text output via discrete diffusion. Built on the Gemm…
-
▎ What problem does this solve? Right now most agents call tools based on a name and a JSON Schema.
-
Tool calling vs prompt routing for search decisions? (www.reddit.com)
Hi, would appreciate your help. I have a summary of a given topic plus past conversation history.
-
Ran a head-to-head on two open-weight models for tool-calling on a 4-core CPU, no GPU, no cherry-picking. Wanted to see if the small specialist (Needle, 26M, distilled from Gemini 3.1 for function calls) actually holds up against a small g…
-
Not benchmarks — actual tasks, actual results. Claude Sonnet 4.6 for: - Long documents that need nuanced analysis - Writing where voice and precision matter - Reasoning through edge cases in code - Anything where "think carefully" is the r…
-
Finally got Llama 3 70B running locally and wired up function calling so it can search the web. First tried self-hosting SearXNG, but the results are pretty messy.
-
i am working on a router slm that helps in multiple agent orchestration , excels in tool calling but every option comes with a tradeoff of its own , you are invited to give your approaches to refine the architecture 1 - if we use multiple…
-
Switched from prototype to production last month and our AI bill was 3x what we estimated. Not because we picked the wrong model - we just didn't know what we didn't know.
-
Needle-rs – AI Function calling in the browser, 258 KB WASM (needle-rs.pages.dev via hn)
AI TOOL CALLING · WASM · NO_STD Below is a 26M-parameter tool-calling transformer running entirely in this tab — no server, no API key, no data leaving your device. The model is Needle by Cactus Compute; needle-rs is the pure-Rust runtime…
-
Building Expertise in Claude - Seeking Quality Learning Resources (www.reddit.com)
Hi everyone, I'm on a mission to become a serious expert in Claude and AI, and I'm building a structured learning path. I want to create content that's actually valuable - with real practical applications, not surface-level tutorials.
-
Hi r/LocalLLaMA, I built an open-source MIT-licensed desktop app - cursor-aware AI overlay, hold a key, ask AI about whatever's around your cursor, vision LLM answers with a screenshot of the cursor region as context. Currently it routes t…
-
You can compare models on function calling, multi turn tool use, schema adherence. Basically, there's a good amount of public data at the model layer.
-
ReAct or CodeAct, that is the question (www.reddit.com)
Hi guys, Idk what you think, but for me, one of the biggest discussions in the AI engineering field is this issue: ReAct vs. CodeAct.
-
Ran a full eval against four local models last weekend and the spread between them is wider than I expected. All running through Ollama on CPU, no cloud, same prompts, same hardware.
-
I’ve been working on adding function calling to an LLM-based support system over the past few weeks. Thought I’d share a few things that didn’t behave the way the demos suggest.
-
TL;DR - AutoBe — AI backend auto-generation agent - Production-grade backend from natural language conversation - 4 AST types + 4-tier compiler validation + self-healing loops - Schema specs are the new prompts - Typia — The infrastructure…
-
Detailed Article: https://autobe.dev/articles/local-llm-benchmark-about-backend-generation.html Five months ago I posted the "Hardcore function calling benchmark in backend coding agent" thread here. As I wrote in that post, it was an unco…
-
Talk at Qwen Meetup Korea end of May. Looking for review on this draft before I build PPT slides off it.
-
Multi-agent in production: real win or just hype? (www.reddit.com)
Trying to get an honest read on this from people actually shipping. Every other AI announcement lately is "agentic" or "multi-agent," and I can't always tell if it's a real architectural shift or rebranded function calling with extra steps.
-
Hey Everyone, Over the last few months, I noticed a massive gap in how we learn about Agentic AI. There are a million theoretical blog posts and dense whitepapers on RAG, tool calling, and swarms, but almost nowhere to just sit down, run a…
-
Show HN: I built a search engine for llms.txt sites (statespace.com via hn)
More and more developer tools are adopting the llms.txt standard to build AI-friendly versions of their docs. The problem is that it's very hard to search across them.
-
Qwen 3.6 27B BF16 vs Q4_K_M vs Q8_0 GGUF evaluation (www.reddit.com)
Evaluated Qwen 3.6 27B across BF16, Q4_K_M, and Q8_0 GGUF quant variants with llama-cpp-python using Neo AI Engineer. Benchmarks used: HumanEval: code generation HellaSwag: commonsense reasoning BFCL: function calling Total samples: HumanE…
-
Hey Everyone, Over the last few months, I noticed a massive gap in how we learn about Agentic AI. There are a million theoretical blog posts and dense whitepapers on RAG, tool calling, and swarms, but almost nowhere to just sit down, run a…
-
An agentic harness is the orchestration and control layer wrapped around a base language model that transforms it from a stateless text predictor into an agent capable of taking actions, calling tools, maintaining state across steps, and e…
-
Context checkpoint erasure in llama.cpp ? (www.reddit.com)
Has anyone been able to solve or mitigate context checkpoints being erased during single user inference, specifically when function calling is part of the chat history? I've been using Qwen 3.5 35B A3B for some time (now using 3.6), tested…
-
Defender – Local prompt injection detection for AI agents (no API calls) (www.npmjs.com via hn)
Prompt injection defense framework for AI tool-calling Indirect prompt injection defense and protection for AI agents using tool calls (via MCP, CLI or direct function calling). Detects and neutralizes prompt injection attacks hidden in t…
-
Function calling and other API updates (openai.com)