Tagged articles

Function Calling

117 articles · Page 1 of 2
Linyb Geek Road
Linyb Geek Road
Aug 16, 2026 · Artificial Intelligence

2026 AI Agent Tech Stack: How Agents Think, Act, and Remember

This article presents a comprehensive six‑layer AI Agent architecture, explains the underlying principles of reasoning, tool use, memory, and planning, compares ReAct, Function Calling, and MCP, walks through a real‑world request flow, and offers practical technology‑selection guidance.

AI agentsFunction CallingLLM
0 likes · 20 min read
2026 AI Agent Tech Stack: How Agents Think, Act, and Remember
Ray's Galactic Tech
Ray's Galactic Tech
Jul 21, 2026 · Backend Development

AI Customer Service at Millions Scale: Chat API to Function Calling (SpringBoot)

The article details how a Spring Boot‑based intelligent customer service evolves from a simple chat endpoint to a robust Function Calling architecture, addressing challenges such as real‑time data access, permission checks, idempotency, error handling, token management, and scaling to tens of millions of daily conversations.

AI Customer ServiceFunction CallingSpring AI
0 likes · 27 min read
AI Customer Service at Millions Scale: Chat API to Function Calling (SpringBoot)
inShocking
inShocking
Jul 15, 2026 · Artificial Intelligence

Understanding Function Calling: How AI Agents Safely Execute Tools

This article explains why AI agents need function calling, describes the structured tool‑call protocol between LLMs and runtimes, shows how to define and secure function tools, and provides best‑practice code and checklists for production deployments.

Agent RuntimeFunction CallingLLM
0 likes · 21 min read
Understanding Function Calling: How AI Agents Safely Execute Tools
Tech Freedom Circle
Tech Freedom Circle
Jul 13, 2026 · Artificial Intelligence

Industrial‑Grade Dynamic Tool Registration, Discovery, and Injection for AI Agents

The article presents an industrial‑level architecture for AI agents that enables tools to be registered, discovered, and injected dynamically, covering both local plugins and remote MCP services, with a unified registry, multi‑mode injection strategies, fault‑tolerant discovery mechanisms, and detailed code examples.

AI AgentDynamic Tool RegistrationFunction Calling
0 likes · 33 min read
Industrial‑Grade Dynamic Tool Registration, Discovery, and Injection for AI Agents
Architecture Digest
Architecture Digest
Jul 3, 2026 · Artificial Intelligence

From Chatting to Getting Things Done: LLM, RAG, Function Calling & Harness in AI Travel Planning

The article walks through a step‑by‑step evolution of AI—from large language models and prompt engineering to retrieval‑augmented generation, function calling, agents, and harnesses—illustrated with a concrete travel‑planning scenario, showing how each technology adds real‑world capability.

AIAgentFunction Calling
0 likes · 12 min read
From Chatting to Getting Things Done: LLM, RAG, Function Calling & Harness in AI Travel Planning
AgentGuide
AgentGuide
Jul 2, 2026 · Artificial Intelligence

What Are the Components and Interaction Flow of MCP in AI Agents? A Complete Guide

The article explains MCP (Model Context Protocol) as a standardized interface for AI agents, detailing its architecture (Host, Client, Server), three core types (Tools, Resources, Prompts), transport options (Stdio and Streamable HTTP), security best practices, and how it differs from function calling.

AI AgentFunction CallingMCP
0 likes · 6 min read
What Are the Components and Interaction Flow of MCP in AI Agents? A Complete Guide
Linyb Geek Road
Linyb Geek Road
Jun 27, 2026 · Artificial Intelligence

Why Agent Skills Are Doomed to Become Obsolete

The article argues that the current rush to collect and sell Agent Skills is a fleeting trend, because each skill is a handcrafted SOP that models will eventually internalize, turning most of today’s skill assets into short‑lived consumables.

AI EcosystemAgent SkillsData Scarcity
0 likes · 10 min read
Why Agent Skills Are Doomed to Become Obsolete
Qborfy AI
Qborfy AI
Jun 26, 2026 · Artificial Intelligence

Mastering Function Calling: Deep Dive into tools, tool_choice, and parallel_tool_calls for LLMs

This guide explains the three core Function Calling parameters—tools, tool_choice, and parallel_tool_calls—showing how to design tool schemas, control model autonomy, choose parallel execution, and avoid common pitfalls, with concrete Python and JavaScript examples and a cross‑platform comparison.

AI agentsFunction CallingLLM APIs
0 likes · 18 min read
Mastering Function Calling: Deep Dive into tools, tool_choice, and parallel_tool_calls for LLMs
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 26, 2026 · Artificial Intelligence

Claude‑style 9B Model with 1M‑Token Context Runs Locally

Qwythos‑9B, a Qwen3.5‑9B model fine‑tuned with over 500 M Claude‑style tokens, offers a 1 M‑token YaRN context, native function calling and tool‑augmented self‑correction, outperforms its base on MMLU and gsm8k benchmarks, and provides GGUF quantizations for consumer‑grade GPU deployment.

1M tokenClaudeFunction Calling
0 likes · 15 min read
Claude‑style 9B Model with 1M‑Token Context Runs Locally
Coder Trainee
Coder Trainee
Jun 21, 2026 · Artificial Intelligence

Hands‑On Java Function Calling with Spring AI: Build an Intelligent Customer Service Bot

This article explains how Function Calling lets large language models invoke Java methods via Spring AI, walks through the four‑step workflow, shows declarative and programmatic tool definitions, and demonstrates a complete customer‑service chatbot with code examples and best‑practice guidelines.

AI integrationChatbotFunction Calling
0 likes · 11 min read
Hands‑On Java Function Calling with Spring AI: Build an Intelligent Customer Service Bot
Coder Trainee
Coder Trainee
Jun 19, 2026 · Artificial Intelligence

Deep Dive into Spring AI: Advanced ChatClient, Prompt Templates, and Function Calling

This article explores Spring AI's core design patterns, advanced ChatClient usage, dynamic PromptTemplate creation, few‑shot prompting, structured output parsing, and declarative function calling with @Tool annotations, providing code examples, advisor mechanisms, and testing tips for Java developers.

AI integrationChatClientFunction Calling
0 likes · 13 min read
Deep Dive into Spring AI: Advanced ChatClient, Prompt Templates, and Function Calling
Coder Trainee
Coder Trainee
Jun 11, 2026 · Artificial Intelligence

Deep Dive into Function Calling for AI Agents: Enabling External Tool Integration

This article explains the concept of Function Calling in large language models, walks through defining function schemas, shows step‑by‑step API call flows, demonstrates multi‑tool orchestration, parallel execution, tool‑chain composition, and integrates Function Calling with LangChain, while providing best‑practice guidelines and code examples.

AI agentsFunction CallingLangChain
0 likes · 16 min read
Deep Dive into Function Calling for AI Agents: Enabling External Tool Integration
Tech Ocean
Tech Ocean
Jun 9, 2026 · Backend Development

Enabling Large Language Models to Call Your Java Methods with Spring AI Tool Calling

This article explains how Spring AI's Tool Calling lets large language models overcome their inability to access real‑time or private data by invoking annotated Java methods, showing step‑by‑step code examples, parameter handling, and the execution flow that bridges model requests with actual method results.

Backend IntegrationFunction CallingLLM
0 likes · 5 min read
Enabling Large Language Models to Call Your Java Methods with Spring AI Tool Calling
AI Illustrated Series
AI Illustrated Series
Jun 8, 2026 · Artificial Intelligence

AI Agent Learning Roadmap for Career Switch – Bookmark This Guide

This article provides a comprehensive, up‑to‑date map of all AI Agent learning resources—including basics, enterprise‑grade customer‑service projects, interview question collections, daily practice, industry trends, multi‑language tutorials, and a supporting website—so newcomers and seasoned readers can quickly locate the content they need.

AI AgentAI Customer ServiceFunction Calling
0 likes · 8 min read
AI Agent Learning Roadmap for Career Switch – Bookmark This Guide
Linyb Geek Road
Linyb Geek Road
Jun 2, 2026 · Artificial Intelligence

Harness Engineering Deep Dive: Turning AI Agents from Toys into Productive Tools

This article explains the Harness Engineering framework that equips AI agents with reliability, efficiency, security, and traceability, showing how to turn them from fragile prototypes into scalable, production‑ready tools through systematic context management, sandboxing, resource control, and data‑driven evolution.

AI AgentFunction CallingHarness Engineering
0 likes · 18 min read
Harness Engineering Deep Dive: Turning AI Agents from Toys into Productive Tools
IT Services Circle
IT Services Circle
May 31, 2026 · Backend Development

Why Hand‑Crafted HTTP Calls to LLMs Are a Pitfall and How Spring AI Solves It

The article analyzes the hidden dangers of writing raw HTTP calls for large language models in Java projects—hard‑coded keys, fragile request bodies, missing retries, no observability—and demonstrates how Spring AI’s unified abstractions, built‑in resilience, streaming, function calling, and seamless Spring integration eliminate these issues while enabling effortless model switching and production‑grade AI services.

AI integrationFunction CallingLLM
0 likes · 20 min read
Why Hand‑Crafted HTTP Calls to LLMs Are a Pitfall and How Spring AI Solves It
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
May 28, 2026 · Artificial Intelligence

Why AI Agent Architecture Mirrors 50 Years of OS Design

The article maps classic operating‑system concepts—processes, system calls, caching, file‑system mounting, and scheduling—to AI agents, showing how these analogies explain challenges like context sharing, tool permissions, token limits, knowledge‑base mounting, and orchestrated execution, and proposes a concrete multi‑layer design framework.

AI agentsAgent ArchitectureContext Management
0 likes · 10 min read
Why AI Agent Architecture Mirrors 50 Years of OS Design
Su San Talks Tech
Su San Talks Tech
May 27, 2026 · Artificial Intelligence

Why Switch from Hand‑Written HTTP Calls to Spring AI for Large‑Model Integration?

The article analyzes the drawbacks of manually coding HTTP calls to large language models—hard‑coded keys, fragile request construction, missing retries, and poor observability—and demonstrates how Spring AI’s layered abstraction, unified configuration, built‑in resilience, function calling, RAG support, and seamless Spring ecosystem integration solve these problems for production‑grade Java applications.

Function CallingLLMRAG
0 likes · 24 min read
Why Switch from Hand‑Written HTTP Calls to Spring AI for Large‑Model Integration?
Java Web Project
Java Web Project
May 26, 2026 · Artificial Intelligence

Master Spring AI Alibaba: Token Basics, RAG, and Multi‑Agent Implementation

This article walks through the core concepts of Spring AI Alibaba—including token mechanics, prompt structures, embedding, structured output, chat memory, RAG pipelines, function calling, and graph‑based multi‑agent workflows—while providing concrete code samples, configuration tips, performance tricks, and a curated list of common pitfalls.

Alibaba CloudFunction CallingGraph Agents
0 likes · 24 min read
Master Spring AI Alibaba: Token Basics, RAG, and Multi‑Agent Implementation
The Dominant Programmer
The Dominant Programmer
May 25, 2026 · Artificial Intelligence

Mastering Structured Output in Spring AI: Getting Precise JSON from Large Language Models

This article walks through using Spring AI with Ollama to enforce JSON‑schema‑based structured output for agents, showing why structured responses matter, how Spring AI generates schemas from Java beans, and providing complete runnable code for both basic and advanced tool‑calling scenarios.

AgentFunction CallingJSON Schema
0 likes · 11 min read
Mastering Structured Output in Spring AI: Getting Precise JSON from Large Language Models
DaTaobao Tech
DaTaobao Tech
May 25, 2026 · Artificial Intelligence

Scaling to Ten‑Thousand QPS: Lessons from Building a Real‑Time Product‑Domain Agent

The article details how the product team tackled AI‑driven challenges by designing a two‑layer, event‑driven Function‑Centric Agent architecture that unifies workflow orchestration and capability supply, enabling real‑time inference for billions of items, cutting development cycles to one person‑week, and boosting search conversion rates.

AI AgentAIFunctionFunction Calling
0 likes · 29 min read
Scaling to Ten‑Thousand QPS: Lessons from Building a Real‑Time Product‑Domain Agent
Shuge Unlimited
Shuge Unlimited
May 23, 2026 · Artificial Intelligence

Why Hermes Agent Manages 40+ Built‑in Tools Without a Config File

The article dissects Hermes Agent’s tool system, explaining its four‑layer architecture, singleton registry, import‑based auto‑registration, AST discovery, argument coercion, async bridging, error handling, schema design, toolset composition, and best‑practice recommendations, all backed by concrete code examples and design rationale.

AI agentsFunction CallingHermes Agent
0 likes · 21 min read
Why Hermes Agent Manages 40+ Built‑in Tools Without a Config File
Tech Ocean
Tech Ocean
May 19, 2026 · Artificial Intelligence

MCP vs Function Calling: How to Choose the Right Tool for AI Integration

This article compares Model Context Protocol (MCP) and OpenAI‑style Function Calling, explaining their fundamental differences, runtime architectures, capability scopes, ecosystem effects, and providing concrete scenarios and a decision tree to help developers pick the most suitable approach for their AI applications.

AI ToolsFunction CallingLLM
0 likes · 11 min read
MCP vs Function Calling: How to Choose the Right Tool for AI Integration
Su San Talks Tech
Su San Talks Tech
May 18, 2026 · Artificial Intelligence

How to Guarantee Reliable Function Calling in LLM Agents

The article breaks down the reliability challenges of LLM Function Calling, categorizes five failure modes, and presents concrete engineering safeguards such as precise schema design, tool description, constraint enforcement, few‑shot calibration, structured output, validation‑feedback loops, monitoring, and risk‑aware trade‑offs.

Function CallingJSON SchemaLLM
0 likes · 17 min read
How to Guarantee Reliable Function Calling in LLM Agents
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
May 13, 2026 · Artificial Intelligence

How to Explain a Jump from 71% to 94% Tool‑Calling Accuracy in a JD Interview

The article walks through a JD interview scenario where a candidate explains how a tool‑calling accuracy metric rose from 71% to 94% by detailing the full SFT data‑engineering pipeline, teacher‑model trajectory generation, quality validation, evaluation methodology, and interview‑ready talking points.

Data EngineeringFunction CallingInterview Preparation
0 likes · 19 min read
How to Explain a Jump from 71% to 94% Tool‑Calling Accuracy in a JD Interview
LuTiao Programming
LuTiao Programming
Apr 26, 2026 · Industry Insights

Is JSON Quietly Fading? How AI Is Redefining Data Interaction

The article examines how JSON, once the universal data language for backend systems, is being pushed back from the interaction layer in AI‑driven applications, outlines its five key shortcomings, and explores emerging alternatives such as natural‑language interfaces, Markdown, YAML, and function calling.

AIData InterchangeFunction Calling
0 likes · 9 min read
Is JSON Quietly Fading? How AI Is Redefining Data Interaction
AI Illustrated Series
AI Illustrated Series
Apr 25, 2026 · Artificial Intelligence

From "Can Talk" to "Can Act": Deep Dive into Function Calling for AI Agents

The article explains how Function Calling enables large language model agents to overcome knowledge staleness and hallucination by invoking external tools—such as search, email, code execution, and databases—to fetch real‑time data, perform actions, and deliver verifiable, multi‑step responses.

AI agentsFunction CallingLLM
0 likes · 25 min read
From "Can Talk" to "Can Act": Deep Dive into Function Calling for AI Agents
Architects' Tech Alliance
Architects' Tech Alliance
Apr 25, 2026 · Artificial Intelligence

How Domestic Claw Platforms Are Winning the AI Agent Entry Battle

The article analyzes OpenClaw’s shift from GUI to API, its continuous workflow capabilities, the competition for high‑frequency user scenarios, the prospect of per‑device Claw instances, data‑context security concerns, and the potential fragmentation of SaaS software in the emerging AI agent market.

AI AgentAPIChina
0 likes · 12 min read
How Domestic Claw Platforms Are Winning the AI Agent Entry Battle
CodeTrend
CodeTrend
Apr 24, 2026 · Artificial Intelligence

How Large Language Models Acquire Tool‑Calling Ability: SFT, RLHF & LoRA Explained

The article explains why pretrained LLMs cannot call tools, then breaks down the three‑stage training pipeline—Supervised Fine‑Tuning, Reinforcement Learning from Human Feedback, and knowledge distillation—showing how each step teaches models to read tool schemas, decide when to invoke a tool, generate JSON calls, and finally transfer the capability to smaller models with LoRA.

AI trainingFunction CallingLLM
0 likes · 19 min read
How Large Language Models Acquire Tool‑Calling Ability: SFT, RLHF & LoRA Explained
Architect
Architect
Apr 20, 2026 · Artificial Intelligence

Why a Tiny Agent Loop Exposes the Real Engineering Hurdles of AI Agents

The article walks through building a minimal 20‑line agent loop, explains each step—from reading a task to invoking tools and feeding observations back—then shows how real systems like Claude Code, OpenClaw and Pi add layers of harness, memory, permission and validation to make the loop safe and reliable in production.

AI AgentAgent LoopFunction Calling
0 likes · 23 min read
Why a Tiny Agent Loop Exposes the Real Engineering Hurdles of AI Agents
AI Engineer Programming
AI Engineer Programming
Apr 15, 2026 · Artificial Intelligence

Elephant Alpha: Free 100B‑Parameter Instant Model with 256K Context on OpenRouter

OpenRouter quietly launched Elephant Alpha, a free 100B‑parameter LLM with a 256K token window, positioned as an "instant model" that prioritises token efficiency and speed, supports function calling and prompt caching, and is compared against other Animal‑series models while community speculation surrounds its origin.

256K contextElephant AlphaFunction Calling
0 likes · 6 min read
Elephant Alpha: Free 100B‑Parameter Instant Model with 256K Context on OpenRouter
Programmer XiaoFu
Programmer XiaoFu
Apr 13, 2026 · Artificial Intelligence

Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER

The article explains how using plain prompts to force large language models to output JSON for intent recognition and named‑entity extraction leads to unpredictable extra text, key mismatches, and hallucinated fields, and it presents three robust alternatives—placeholders, function calling, and constrained decoding—to achieve reliable structured outputs.

Function CallingLLMNamed Entity Recognition
0 likes · 8 min read
Why Prompt‑Based JSON Extraction Breaks LLM‑Driven Intent and NER
James' Growth Diary
James' Growth Diary
Apr 12, 2026 · Artificial Intelligence

MCP Protocol Explained: Why It’s the Next Standard for AI Tool Calls

The article dissects the Model Context Protocol (MCP), showing how it transforms the M×N integration explosion into a linear M+N model, details its four-component architecture, compares it with traditional Function Calling, provides a TypeScript server example, and outlines emerging ecosystem and security considerations.

AI tool integrationFunction CallingJSON-RPC
0 likes · 17 min read
MCP Protocol Explained: Why It’s the Next Standard for AI Tool Calls
James' Growth Diary
James' Growth Diary
Apr 11, 2026 · Artificial Intelligence

Deep Dive into Tools: Function Calling Mechanics and LangChain Toolchain Design

This article explains how LLMs use Function Calling to output structured JSON for tool execution, walks through the full multi‑turn tool call loop, shows how LangChain standardizes disparate vendor APIs with BaseTool and bind_tools, and shares practical pitfalls, best‑practice guidelines, and security considerations for building robust agents.

AgentFunction CallingLLM
0 likes · 16 min read
Deep Dive into Tools: Function Calling Mechanics and LangChain Toolchain Design
Ray's Galactic Tech
Ray's Galactic Tech
Apr 10, 2026 · Backend Development

Building a Production‑Ready Go Function Calling Server: Architecture, Design, and Best Practices

This article explains why Function Calling requires a robust server‑side architecture, walks through a real e‑commerce use case, details the Go‑based protocol, modular design, concurrency handling, security, observability, deployment strategies, testing approaches, and a step‑by‑step roadmap for turning a demo into a production‑grade system.

Backend ArchitectureFunction CallingGo
0 likes · 37 min read
Building a Production‑Ready Go Function Calling Server: Architecture, Design, and Best Practices
James' Growth Diary
James' Growth Diary
Apr 7, 2026 · Artificial Intelligence

Parser vs withStructuredOutput: Choosing the Right Structured Output for LangChain

The article analyzes why LLMs often return unstructured text, compares LangChain's OutputParser and withStructuredOutput approaches, evaluates their stability, token usage, and model compatibility, and provides a decision guide and best‑practice recommendations for production‑grade structured output in 2025.

Function CallingLLMLangChain
0 likes · 10 min read
Parser vs withStructuredOutput: Choosing the Right Structured Output for LangChain
Su San Talks Tech
Su San Talks Tech
Mar 30, 2026 · Artificial Intelligence

Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code

This article explains the fundamentals of large‑model function calling, why it’s needed to bridge language models with real‑world tools, and provides a step‑by‑step implementation in Python—including tool definition, intent extraction, local execution, and result integration—complete with code samples and diagrams.

AI AgentAPIFunction Calling
0 likes · 11 min read
Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code
AI Engineer Programming
AI Engineer Programming
Mar 24, 2026 · Artificial Intelligence

Tool Calling 2.0: Autonomous Discovery and Multi‑Agent Workflow

The article traces the evolution from early function calls to Tool Calling 2.0, explaining how Model Context Protocol standardizes tool interfaces, how Agent‑to‑Agent communication enables multi‑AI collaboration, and how Skills combine tool orchestration into autonomous workflows, while also discussing remaining challenges such as intent misinterpretation and security risks.

AI SkillsAgentic WorkflowFunction Calling
0 likes · 14 min read
Tool Calling 2.0: Autonomous Discovery and Multi‑Agent Workflow
Tencent Cloud Developer
Tencent Cloud Developer
Mar 17, 2026 · Artificial Intelligence

Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes

This article dissects Anthropic's Skill framework, revealing how it drives AI agents through five distinct execution modes—pure prompt injection, script execution, library calls, progressive document loading, and workflow orchestration—while avoiding function‑calling registration and optimizing token usage.

AIAgentFunction Calling
0 likes · 32 min read
Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes
Su San Talks Tech
Su San Talks Tech
Mar 12, 2026 · Artificial Intelligence

Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation

OpenClaw is an open‑source AI agent platform that integrates core concepts such as Agents, Retrieval‑Augmented Generation, Memory, Function Calling, and the proprietary Skills protocol, offering a four‑layer architecture, configurable workspaces, SQLite‑backed persistence, and practical deployment guidance while highlighting security best practices.

AI AgentFunction CallingMemory
0 likes · 14 min read
Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation
AI Explorer
AI Explorer
Mar 8, 2026 · Artificial Intelligence

Qwen-Agent: An Open-Source Agent Framework Empowering Complex AI Applications

Qwen-Agent, an open‑source agent development framework built on Qwen large models (≥3.0), integrates function calling, code interpreter, RAG, and MCP support, offering ready‑to‑run demos, GUI tools, and extensive documentation to help developers quickly build and customize sophisticated AI agents.

AI agentsCode interpreterFunction Calling
0 likes · 7 min read
Qwen-Agent: An Open-Source Agent Framework Empowering Complex AI Applications
IT Services Circle
IT Services Circle
Mar 8, 2026 · Artificial Intelligence

Mastering LLM Skills: Modular Prompt Engineering for Scalable AI Workflows

The article explains how to replace monolithic prompts with reusable, lazy‑loaded Skill files, compares Skills with Prompt, MCP and Function Calling, shows concrete Skill structures and examples, and demonstrates a Spring Boot AI interview platform with open‑source repositories.

AI workflowFunction CallingLLM
0 likes · 12 min read
Mastering LLM Skills: Modular Prompt Engineering for Scalable AI Workflows
Xike
Xike
Mar 7, 2026 · Artificial Intelligence

Spring AI Hands‑On Introduction: Build AI‑Powered Apps with the Spring Ecosystem

This guide walks you through setting up Spring AI, configuring OpenAI credentials, using ChatClient for basic and advanced interactions, enabling function calling, managing conversation memory, and building real‑world projects such as a smart customer‑service bot, document summarizer, and code assistant, while also comparing Spring AI with LangChain4j and addressing common setup issues.

ChatClientFunction CallingRAG
0 likes · 15 min read
Spring AI Hands‑On Introduction: Build AI‑Powered Apps with the Spring Ecosystem
Xike
Xike
Mar 7, 2026 · Artificial Intelligence

LangChain4j Quick-Start: Build AI Apps with Java in Minutes

This article provides a step‑by‑step guide to quickly set up LangChain4j, configure API keys, call LLM models, use structured outputs, function calling, and chat memory, and demonstrates three hands‑on projects—smart assistant, document summarizer, and code generator—plus FAQs and resources.

AIChat MemoryFunction Calling
0 likes · 13 min read
LangChain4j Quick-Start: Build AI Apps with Java in Minutes
Old Meng AI Explorer
Old Meng AI Explorer
Feb 28, 2026 · Artificial Intelligence

Unlock Claude Development: 15+ Real-World Examples to Jumpstart Your AI Projects

The article introduces the open‑source Claude Quickstarts repository, which provides over 15 ready‑to‑run examples—including multimodal image Q&A, function calling, and batch document analysis—along with step‑by‑step setup instructions, code snippets, and best‑practice notes to help developers quickly build Claude‑powered applications.

AIClaudeFunction Calling
0 likes · 11 min read
Unlock Claude Development: 15+ Real-World Examples to Jumpstart Your AI Projects
AI Tech Publishing
AI Tech Publishing
Feb 15, 2026 · Artificial Intelligence

Mastering Agent Tool Use: Adding Search, Time, and Calculator Functions

This tutorial extends a minimal LLM Agent loop by introducing Tool Use (function calling) to give the agent actionable capabilities—searching the web, retrieving the current datetime, and performing mathematical calculations—while explaining the BaseTool architecture, registration process, system‑prompt adjustments, and practical execution examples.

AI AgentBaseToolFunction Calling
0 likes · 15 min read
Mastering Agent Tool Use: Adding Search, Time, and Calculator Functions
Woodpecker Software Testing
Woodpecker Software Testing
Jan 27, 2026 · Artificial Intelligence

How to Build a Multimodal AI Assistant with FastAPI, Alibaba Cloud and DashScope

This guide walks through configuring Alibaba Cloud credentials, implementing a FastAPI backend with email function calling, Alibaba OpenSearch, image generation via DashScope, speech recognition, and a responsive HTML/CSS/JavaScript front‑end that supports text chat, image recognition, image synthesis, and voice interaction.

Alibaba CloudDashScopeFunction Calling
0 likes · 38 min read
How to Build a Multimodal AI Assistant with FastAPI, Alibaba Cloud and DashScope
Woodpecker Software Testing
Woodpecker Software Testing
Jan 15, 2026 · Artificial Intelligence

Step-by-Step Guide to Building Your First AI Agent: Connecting Alibaba Cloud, OpenAI, Dashscope, DeepSeek, and Ollama

This article provides a detailed, hands‑on tutorial for creating an AI agent, covering registration and API key setup for Alibaba Cloud, OpenAI, Dashscope and DeepSeek, installing and using Ollama for local model deployment, configuring CherryStudio, and implementing function‑calling and MCP techniques with full code examples.

AI AgentAlibaba CloudDashScope
0 likes · 26 min read
Step-by-Step Guide to Building Your First AI Agent: Connecting Alibaba Cloud, OpenAI, Dashscope, DeepSeek, and Ollama
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 29, 2025 · Artificial Intelligence

When to Use MCP vs Skill? Decoding AI Agent Extensions

This article explains the fundamental differences between Model Context Protocol (MCP) and Agent Skills, covering their design philosophy, technical architecture, token costs, security considerations, practical use‑cases, and how they complement each other in building powerful AI agents.

AI integrationAgent SkillFunction Calling
0 likes · 19 min read
When to Use MCP vs Skill? Decoding AI Agent Extensions
Frontend AI Walk
Frontend AI Walk
Dec 14, 2025 · Artificial Intelligence

Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide

This article explains the origins of AI Agent Skills, walks through the standard tool‑use loop, provides step‑by‑step code for defining and invoking Skills with the OpenAI API, compares Skills with the emerging Model Context Protocol (MCP), and offers practical guidance for developers and architects building AI‑enabled systems.

AI Agent SkillsFunction CallingMCP
0 likes · 11 min read
Advanced AI Agent Skills: Behind the Scenes and a Developer’s Guide
IT Services Circle
IT Services Circle
Dec 7, 2025 · Artificial Intelligence

Why Function Calling Fails in AI Agents and How to Fix It

The article examines the three main challenges of complex AI projects—knowledge organization, data‑AI interaction, and intent recognition—highlighting why tool (function) calling often breaks, and presents practical engineering strategies such as prompt refinement, clearer tool schemas, intent convergence, and evaluation loops to improve reliability.

AI agentsData FlywheelFunction Calling
0 likes · 12 min read
Why Function Calling Fails in AI Agents and How to Fix It
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 24, 2025 · Artificial Intelligence

Why Dynamic Function Routing Is the Key to Stable LLM Agents

In real‑world LLM agents, giving the model too many tools at once leads to frequent function‑call errors, but applying dynamic function routing to narrow the candidate set dramatically reduces the error rate—from over 20% down to around 1%—and provides clear guidelines on when and how to implement it.

AgentDynamic RoutingFunction Calling
0 likes · 9 min read
Why Dynamic Function Routing Is the Key to Stable LLM Agents
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 14, 2025 · Artificial Intelligence

How to Engineer Reliable Function Calls for LLM Agents: An End‑to‑End Framework

This article explains why function‑call accuracy is critical for LLM agents, identifies four common failure causes, and presents a systematic, five‑step engineering framework—including dynamic routing, chain‑of‑thought planning, result validation, memory injection, and log‑driven optimization—backed by concrete examples and quantitative improvements.

Agent EngineeringFunction CallingInterview Preparation
0 likes · 10 min read
How to Engineer Reliable Function Calls for LLM Agents: An End‑to‑End Framework
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 28, 2025 · Artificial Intelligence

How Claude Skills Redefine AI Agent Architecture: A Deep Dive

This article explains the design, three‑layer architecture, registration process, intent routing, security model, and practical comparisons of Anthropic's Claude Skills, showing how they extend LLM capabilities beyond prompts and function calling.

AI agentsAnthropicClaude Skills
0 likes · 15 min read
How Claude Skills Redefine AI Agent Architecture: A Deep Dive
Nightwalker Tech
Nightwalker Tech
Oct 27, 2025 · Artificial Intelligence

Unlock Seamless AI Coding: How to Pair Claude Code with GLM‑4.6 on Windows

This guide explains how to overcome access restrictions to Claude’s large‑model APIs in China by configuring Claude Code to work with Zhipu AI’s GLM‑4.6, covering background, model features, required environment setup, installation steps, environment variables, usage commands, and best‑practice scenarios for AI‑assisted development.

AI programmingClaude CodeFunction Calling
0 likes · 17 min read
Unlock Seamless AI Coding: How to Pair Claude Code with GLM‑4.6 on Windows
AI Cyberspace
AI Cyberspace
Oct 15, 2025 · Artificial Intelligence

Why MCP Is Poised to Replace Function Calling for LLM Agents

The Model Context Protocol (MCP) introduced by Anthropic addresses the scalability, integration, and context‑transfer limitations of traditional Function Calling by offering a standardized, bidirectional, and context‑aware communication layer that simplifies tool discovery, security, and workflow orchestration for LLM‑driven agents.

AI integrationAgentFunction Calling
0 likes · 24 min read
Why MCP Is Poised to Replace Function Calling for LLM Agents
BirdNest Tech Talk
BirdNest Tech Talk
Oct 2, 2025 · Artificial Intelligence

How Function Calling Empowers LLMs: A Step‑by‑Step LangChain Guide

This article explains how function (tool) calling lets large language models like GPT or Gemini invoke external APIs, walks through defining tools with LangChain, and demonstrates a complete Python example that fetches real‑time weather data and returns a natural‑language answer.

AI agentsFunction CallingLLM
0 likes · 9 min read
How Function Calling Empowers LLMs: A Step‑by‑Step LangChain Guide
Sohu Tech Products
Sohu Tech Products
Sep 17, 2025 · Artificial Intelligence

Unlocking Claude Code’s Model Context Protocol: A Hands‑On MCP Guide

This tutorial introduces Claude Code’s Model Context Protocol (MCP), compares it with traditional function calling, explains its client‑server architecture, and provides a step‑by‑step hands‑on guide—including Figma token acquisition, server setup, and Flutter code generation—to demonstrate how MCP streamlines AI‑driven development.

Claude CodeFigmaFunction Calling
0 likes · 19 min read
Unlocking Claude Code’s Model Context Protocol: A Hands‑On MCP Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 15, 2025 · Artificial Intelligence

Why MCP Isn't a Magic AI Upgrade: Deep Dive into Its Architecture, Host Role, and Real Costs

This article debunks common misconceptions about the Model Context Protocol (MCP), explains its client‑host‑server (CHS) architecture, shows how the Host drives AI decisions while Server and Client remain model‑agnostic, compares MCP with Function Calling, analyzes SDK source code, evaluates practical trade‑offs, and outlines the true engineering value and costs of using MCP in AI applications.

AI engineeringFunction CallingLLM
0 likes · 35 min read
Why MCP Isn't a Magic AI Upgrade: Deep Dive into Its Architecture, Host Role, and Real Costs
Fun with Large Models
Fun with Large Models
Sep 2, 2025 · Artificial Intelligence

How to Improve Agent Performance with Fine‑Tuning: Key Strategies for AI Interviews

This article explains how to boost large‑model agent performance for interview questions by using efficient fine‑tuning—building multi‑tool parallel and chain‑call datasets—and reinforcement‑learning fine‑tuning with reward functions that target tool accuracy, task completion, and call efficiency, illustrated with concrete JSON examples and open‑source references.

AgentFine-tuningFunction Calling
0 likes · 9 min read
How to Improve Agent Performance with Fine‑Tuning: Key Strategies for AI Interviews
Tencent Cloud Developer
Tencent Cloud Developer
Aug 19, 2025 · Artificial Intelligence

Demystifying LLMs: From Transformers to Agents, Prompts, and Function Calling

This article explains the fundamentals of large language models, covering transformer self‑attention, prompt engineering, API usage with temperature and tool parameters, function calling, agent architectures, the Model Context Protocol (MCP), Agent‑to‑Agent (A2A) communication, and future AI programming roles.

A2AAI agentsFunction Calling
0 likes · 11 min read
Demystifying LLMs: From Transformers to Agents, Prompts, and Function Calling
AndroidPub
AndroidPub
Aug 19, 2025 · Artificial Intelligence

Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol

This article breaks down the confusing AI buzzwords—user prompts, system prompts, agents, tool registration, function calling, and the MCP protocol—explaining how they work together to enable AI assistants that can perform real tasks beyond simple chat.

AI agentsAI promptsFunction Calling
0 likes · 8 min read
Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol
Fun with Large Models
Fun with Large Models
Jul 30, 2025 · Artificial Intelligence

LangChain Tool Integration: Step‑by‑Step Guide to Built‑in and Custom Functions

This article walks through how to integrate LangChain's built‑in tools and user‑defined functions into AI agents, covering environment setup, installing dependencies, using the Python code interpreter tool, binding tools to a model, parsing tool calls with JsonOutputKeyToolsParser, and demonstrating both a data‑analysis example and a weather‑lookup function.

AI agentsFunction CallingLangChain
0 likes · 13 min read
LangChain Tool Integration: Step‑by‑Step Guide to Built‑in and Custom Functions
Architecture and Beyond
Architecture and Beyond
Jul 27, 2025 · Artificial Intelligence

What Makes an AI Agent Tick? From Expert Systems to Modern Architectures

This article traces the evolution of AI agents from early expert systems to today’s multimodal, memory‑rich agents, explains their perception, reasoning, memory and action modules, discusses model selection, prompt engineering, RAG techniques, and highlights current limitations such as hallucinations, reliability, cost, and security.

AI AgentFunction CallingMemory Architecture
0 likes · 28 min read
What Makes an AI Agent Tick? From Expert Systems to Modern Architectures
Ops Development Stories
Ops Development Stories
Jul 14, 2025 · Artificial Intelligence

Mastering AIOps: Prompt Engineering, Function Calling, RAG, Graph RAG, and Local LLM Deployment

This comprehensive guide explores AIOps techniques such as prompt engineering, chat completions, memory management, function calling, fine‑tuning, retrieval‑augmented generation (RAG), graph‑based RAG, and practical steps for deploying open‑source large language models locally, providing code examples and best‑practice recommendations for modern DevOps environments.

AIOpsFunction CallingLocal LLM Deployment
0 likes · 47 min read
Mastering AIOps: Prompt Engineering, Function Calling, RAG, Graph RAG, and Local LLM Deployment
Instant Consumer Technology Team
Instant Consumer Technology Team
Jul 14, 2025 · Artificial Intelligence

9 Essential Technologies for Building Scalable AI Agents

An in‑depth guide outlines the nine core technologies—ranging from autonomous agent fundamentals and multi‑agent collaboration to workflow orchestration, retrieval‑augmented generation, fine‑tuning, function calling, model context protocols, agent‑to‑agent communication, and AI‑driven UI—required to design, deploy, and scale enterprise‑grade AI agents.

AI agentsAgent ArchitectureFunction Calling
0 likes · 9 min read
9 Essential Technologies for Building Scalable AI Agents
Tencent Technical Engineering
Tencent Technical Engineering
Jul 14, 2025 · Artificial Intelligence

Demystifying AIGC, Agents, and MCP: Core Concepts and How They Interact

This article provides a concise overview of the latest AI concepts—including AIGC, Retrieval‑Augmented Generation, Function‑Calling models, intelligent agents, and the Model Context Protocol—explaining their principles, differences, and how they can be combined to build more powerful AI applications for developers outside the AI field.

AIGCAgentFunction Calling
0 likes · 15 min read
Demystifying AIGC, Agents, and MCP: Core Concepts and How They Interact
Sanyou's Java Diary
Sanyou's Java Diary
Jul 10, 2025 · Artificial Intelligence

Demystifying AIGC, Agents, RAG, and MCP: Core AI Concepts Explained

This article provides a concise overview of the latest AI breakthroughs—including AIGC, multimodal technology, Retrieval‑Augmented Generation (RAG), intelligent agents with function‑calling models, and the Model Context Protocol (MCP)—explaining their principles, relationships, and practical implications for developers outside the AI field.

AIAIGCAgents
0 likes · 16 min read
Demystifying AIGC, Agents, RAG, and MCP: Core AI Concepts Explained
Tencent Cloud Developer
Tencent Cloud Developer
Jul 10, 2025 · Artificial Intelligence

Demystifying AIGC, Agents, and MCP: Essential AI Concepts for Developers

This article provides a concise, developer‑focused overview of emerging AI concepts—including AIGC, multimodal models, Retrieval‑Augmented Generation, intelligent agents, Function‑Calling, and the Model Context Protocol (MCP)—explaining their core principles, differences, and how they interrelate to enable advanced AI applications.

AIAIGCAgent
0 likes · 16 min read
Demystifying AIGC, Agents, and MCP: Essential AI Concepts for Developers
Sanyou's Java Diary
Sanyou's Java Diary
Jul 3, 2025 · Artificial Intelligence

How MCP Standardizes AI Tool Calls with JSON‑RPC and Spring AI

This article explains the MCP framework that standardizes AI tool invocation using JSON‑RPC, outlines its client‑server architecture, details communication methods such as STDIO, SSE and streamable HTTP, and provides a Spring AI demo showing tool registration, discovery, and execution.

AIFunction CallingJSON-RPC
0 likes · 14 min read
How MCP Standardizes AI Tool Calls with JSON‑RPC and Spring AI
Zhuanzhuan Tech
Zhuanzhuan Tech
Jun 25, 2025 · Artificial Intelligence

How MCP Simplifies AI Tool Integration with JSON‑RPC and Spring AI

This article explains the MCP framework’s architecture, execution flow, JSON‑RPC communication, and lifecycle, showing how it standardizes AI function calling and tool integration using Spring AI, with code examples and comparisons of communication methods.

AI tool integrationFunction CallingJSON-RPC
0 likes · 14 min read
How MCP Simplifies AI Tool Integration with JSON‑RPC and Spring AI
DeWu Technology
DeWu Technology
Jun 25, 2025 · Artificial Intelligence

Engineering Large Language Models with Spring AI: From Basics to RAG and Function Calls

This article walks through the fundamentals of large language models, their stateless and structured-output nature, explains how Spring‑AI provides a Java‑friendly API for model integration, covers RAG architecture, the MCP protocol, and demonstrates end‑to‑end code examples for building intelligent agents.

AI integrationFunction CallingLarge Language Models
0 likes · 15 min read
Engineering Large Language Models with Spring AI: From Basics to RAG and Function Calls
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 19, 2025 · Artificial Intelligence

What Is Model Context Protocol (MCP) and How It Empowers LLMs?

The article introduces Model Context Protocol (MCP), explains its architecture of Host, Client, and Server, describes its components—Resources, Tools, Prompts—and demonstrates practical integration with IDE plugins to extend LLM capabilities such as real‑time ticket queries, highlighting its significance for AI development.

AI integrationAI toolingFunction Calling
0 likes · 11 min read
What Is Model Context Protocol (MCP) and How It Empowers LLMs?
Ubiquitous Tech
Ubiquitous Tech
May 31, 2025 · Artificial Intelligence

DeepSeek‑R1‑0528 Model Gains Function‑Calling, JSON Output, and MCP Integration

The DeepSeek‑R1‑0528 update brings major benchmark gains, reduced hallucinations, JSON output and function‑calling support, enabling seamless integration with the Model Context Protocol (MCP) for flexible tool use, while a new 8B distilled model demonstrates knowledge‑distillation benefits for resource‑constrained deployments.

AI modelDeepSeekFunction Calling
0 likes · 11 min read
DeepSeek‑R1‑0528 Model Gains Function‑Calling, JSON Output, and MCP Integration
Tencent Technical Engineering
Tencent Technical Engineering
May 28, 2025 · Artificial Intelligence

A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents

This article provides a concise, easy-to-understand introduction to large language models, the transformer architecture, prompt engineering, temperature settings, function calling, the Model Context Protocol (MCP), agent communication (A2A), and future AI programming trends, using simple analogies and illustrative examples.

AIAgentFunction Calling
0 likes · 11 min read
A Beginner-friendly Overview of LLMs, Transformers, Prompts, Function Calling, MCP and Agents
Sohu Tech Products
Sohu Tech Products
May 21, 2025 · Artificial Intelligence

Beyond LLM Limits: Function Calling, MCP, and A2A Compared

The article examines the inherent knowledge cutoff of large language models, introduces function calling, Model Context Protocol (MCP), and Agent‑to‑Agent (A2A) as solutions for real‑time data access, compares their architectures, communication patterns, and use cases, and discusses their respective strengths and drawbacks.

A2AAI protocolsAgent Communication
0 likes · 17 min read
Beyond LLM Limits: Function Calling, MCP, and A2A Compared
Tencent Cloud Developer
Tencent Cloud Developer
May 13, 2025 · Artificial Intelligence

Function Calling and Model Context Protocol (MCP): Bridging Large Language Models with Real‑World Systems

The article reviews the shortcomings of traditional large language models, explains how function calling extends LLMs beyond pure text, introduces the Model Context Protocol (MCP) as a standardized USB‑C‑like interface for AI tools, and demonstrates a Python MCP example that integrates LLMs with Tencent Advertising APIs.

AI integrationAPIFunction Calling
0 likes · 16 min read
Function Calling and Model Context Protocol (MCP): Bridging Large Language Models with Real‑World Systems
Code Mala Tang
Code Mala Tang
May 2, 2025 · Artificial Intelligence

Debunking Common Misconceptions About the Model Context Protocol (MCP)

This article clarifies three major misunderstandings about the Model Context Protocol (MCP), explaining that it does not require large‑model support, works even without function‑calling capabilities, and is not natively built into models, while outlining how MCP standardizes context augmentation through a black‑box server architecture.

AIFunction CallingLarge Language Models
0 likes · 5 min read
Debunking Common Misconceptions About the Model Context Protocol (MCP)
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 22, 2025 · Artificial Intelligence

What Is Model Context Protocol (MCP) and How It Transforms LLM Applications

Model Context Protocol (MCP) is an open standard that standardizes how large language models interact with external tools and data, enabling seamless function calls, simplifying prompt engineering, and allowing developers to build modular AI applications without handling low‑level integration details.

AI integrationFunction CallingLLM
0 likes · 16 min read
What Is Model Context Protocol (MCP) and How It Transforms LLM Applications
Architect
Architect
Apr 20, 2025 · Artificial Intelligence

From Function Calling to A2A: How AI Agents Evolve and Interact

This article analyzes the progressive evolution of AI tool‑integration mechanisms—Function Calling, MCP, and A2A—explaining their core concepts, engineering considerations, use‑case suitability, limitations, and how they complement each other to enable scalable multi‑agent workflows.

A2AAI agentsFunction Calling
0 likes · 9 min read
From Function Calling to A2A: How AI Agents Evolve and Interact
Ubiquitous Tech
Ubiquitous Tech
Apr 8, 2025 · Artificial Intelligence

How AI Takes Shortcuts: Core Skills of Large-Model Autonomous Decision-Making via Tool Calls

The article explains how large language models extend their capabilities by using tool calls—detailing the need for external APIs, the three‑stage workflow, request/response formats, autonomous routing, parameter generation, error handling, and the relationship between Function Calling and Tool Use.

AI Autonomous DecisionFunction CallingJSON API
0 likes · 12 min read
How AI Takes Shortcuts: Core Skills of Large-Model Autonomous Decision-Making via Tool Calls
Architect
Architect
Mar 29, 2025 · Artificial Intelligence

How Non‑AI Developers Can Build Powerful LLM Apps: Prompt Engineering, RAG, and AI Agents Explained

This article guides developers without an AI background through the fundamentals of building large‑language‑model applications, covering prompt engineering, multi‑turn interaction, function calling, retrieval‑augmented generation, vector databases, code assistants, and the MCP protocol for AI agents.

AI AgentEmbeddingFunction Calling
0 likes · 51 min read
How Non‑AI Developers Can Build Powerful LLM Apps: Prompt Engineering, RAG, and AI Agents Explained
Java Architecture Diary
Java Architecture Diary
Mar 26, 2025 · Artificial Intelligence

How DeepSeek V3-0324 Boosts Java AI Apps with Function Calling

The article introduces DeepSeek's new V3-0324 model, highlights its performance gains and new features like function calling and standardized JSON output, demonstrates Chinese and frontend coding tests, provides Java code examples for AI integration, and concludes with a summary of its business impact.

AIChat2BIDeepSeek
0 likes · 6 min read
How DeepSeek V3-0324 Boosts Java AI Apps with Function Calling
Ops Development & AI Practice
Ops Development & AI Practice
Mar 16, 2025 · Artificial Intelligence

How Function Calling Helps LLMs Overcome Hallucinations

This article explains how LLM function calling works, from defining external functions to processing API responses, and demonstrates a Python example using OpenAI's ChatGPT‑4o to fetch real‑time weather, showing how the technique mitigates hallucinations and expands practical AI applications.

AIFunction CallingLLM
0 likes · 8 min read
How Function Calling Helps LLMs Overcome Hallucinations
Ma Wei Says
Ma Wei Says
Mar 15, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP) vs. Function Calling

The Model Context Protocol (MCP), announced by Anthropic, standardizes how AI applications provide context to LLMs, offering a client‑server architecture that simplifies data and tool integration, and is compared with function calling, highlighting its benefits, workflow, controversies, and future prospects.

AI architectureAnthropicFunction Calling
0 likes · 9 min read
Understanding Model Context Protocol (MCP) vs. Function Calling
Tencent Technical Engineering
Tencent Technical Engineering
Mar 10, 2025 · Artificial Intelligence

How Non‑AI Developers Can Build LLM Apps: Prompt Engineering, RAG, and Function Calling Explained

This guide shows non‑AI developers how to create large‑model applications by mastering prompt engineering, multi‑turn interactions, Retrieval‑Augmented Generation, function calling, and AI‑Agent integration, with practical code examples, tool design patterns, and deployment tips.

AI AgentEmbeddingFunction Calling
0 likes · 48 min read
How Non‑AI Developers Can Build LLM Apps: Prompt Engineering, RAG, and Function Calling Explained
DevOps
DevOps
Mar 9, 2025 · Artificial Intelligence

A Beginner's Guide to Building Large Language Model Applications: Prompt Engineering, Retrieval‑Augmented Generation, Function Calling, and AI Agents

This article provides a comprehensive introduction to developing large language model (LLM) applications, covering prompt engineering, zero‑ and few‑shot techniques, function calling, retrieval‑augmented generation (RAG) with embedding and vector databases, code assistants, and the MCP protocol for building AI agents, all aimed at non‑AI specialists.

AI AgentEmbeddingFunction Calling
0 likes · 48 min read
A Beginner's Guide to Building Large Language Model Applications: Prompt Engineering, Retrieval‑Augmented Generation, Function Calling, and AI Agents
Architecture and Beyond
Architecture and Beyond
Mar 9, 2025 · Artificial Intelligence

Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents

The article examines the rapid rise of AI agents like Manus and OpenManus, explains the limitations of cloud‑only models, details the Function Calling mechanism and its pros and cons, introduces the Model Context Protocol (MCP) as a more powerful evolution, and finally describes how AI Agents combine planning, dynamic tool use, memory, and autonomous decision‑making to achieve fully closed‑loop intelligent automation.

AI AgentAI InteractionAI automation
0 likes · 20 min read
Evolution of AI Interaction Paradigms: From Function Calling to MCP and AI Agents