Tag

Function Call

0 views collected around this technical thread.

Tencent Technical Engineering
Tencent Technical Engineering
Jun 9, 2025 · Artificial Intelligence

Is Model Context Protocol (MCP) the Future of AI Tool Integration? A Critical Review

This article critically examines the rise of Model Context Protocol (MCP) in AI, explaining its purpose as a unified tool‑calling standard, detailing its architecture, comparing it with traditional function calls, and evaluating the technical and market challenges that limit its universal applicability.

AI ecosystemAI tool integrationFunction Call
0 likes · 21 min read
Is Model Context Protocol (MCP) the Future of AI Tool Integration? A Critical Review
Tencent Technical Engineering
Tencent Technical Engineering
May 23, 2025 · Artificial Intelligence

The Evolution, Challenges, and Future Directions of AI Agents

An in‑depth overview traces the development of AI agents from early LLM milestones to modern “class‑Agent” models, examines core components such as memory, tool use, planning and reflection, analyzes current limitations, and outlines emerging solutions like workflows, multi‑agent systems, and model‑as‑product paradigms.

AI AgentAgentic WorkflowFunction Call
0 likes · 40 min read
The Evolution, Challenges, and Future Directions of AI Agents
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 30, 2025 · Artificial Intelligence

Understanding MCP: How the Model Call Protocol Works and Its Practical Use in AI Tool Integration

This article explains the Model Call Protocol (MCP), its purpose, core implementation code, and step-by-step workflow for integrating AI function calls, comparing it with custom solutions, and discussing practical considerations such as accuracy, cost, and ecosystem impact.

AIFunction CallJavaScript
0 likes · 12 min read
Understanding MCP: How the Model Call Protocol Works and Its Practical Use in AI Tool Integration
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 17, 2025 · Artificial Intelligence

Understanding AI Agents, Workflows, and the Model Context Protocol (MCP) for Future AI Code Generation

The article examines how AI agents differ from static workflows, outlines the ideal characteristics for agent tasks, explores codebase indexing, RAG and Function Call techniques, and introduces the Model Context Protocol (MCP) as a standardized, efficient bridge between large language models and enterprise tooling for next‑generation AI‑driven software development.

AI agentsAI codingFunction Call
0 likes · 17 min read
Understanding AI Agents, Workflows, and the Model Context Protocol (MCP) for Future AI Code Generation
AntTech
AntTech
Apr 11, 2025 · Artificial Intelligence

Understanding MCP and Function Call: A Comprehensive Guide to LLM Tool Integration

This article explains the MCP protocol and Function Call mechanism for large language models, detailing how tools are described, invoked, and processed, and provides practical code examples ranging from OpenAI JSON specifications to fast‑MCP Python and Spring MVC implementations.

AI tool integrationFunction CallMCP
0 likes · 14 min read
Understanding MCP and Function Call: A Comprehensive Guide to LLM Tool Integration
JD Tech Talk
JD Tech Talk
Apr 7, 2025 · Artificial Intelligence

Best Practices for Building AI Agents: Prompt Design, Tool Management, and Context Optimization

This article explains how to develop robust AI agents by breaking down large prompts, selecting appropriate tools, managing context efficiently, and applying modular design principles to reduce token costs, avoid hallucinations, and improve overall performance and reliability.

AI AgentBest PracticesFunction Call
0 likes · 11 min read
Best Practices for Building AI Agents: Prompt Design, Tool Management, and Context Optimization
Architecture & Thinking
Architecture & Thinking
Mar 28, 2025 · Artificial Intelligence

What Is MCP? Comparing Model Context Protocol, Function Calls, and Agents

This article introduces the Model Context Protocol (MCP), explains its core features and open‑source implementations, and then compares MCP with Function Call and AI Agent concepts, highlighting their similarities, differences, and practical use‑case examples.

AI AgentAI integrationFunction Call
0 likes · 10 min read
What Is MCP? Comparing Model Context Protocol, Function Calls, and Agents
Code Mala Tang
Code Mala Tang
Mar 9, 2025 · Fundamentals

What Really Happens Inside Python When You Call a Function?

This article explains step by step how Python creates a function object, builds a call stack, handles parameters, executes the body, performs garbage collection, and manages recursion, illustrating each stage with clear code examples and diagrams.

Function CallGarbage Collectionparameter passing
0 likes · 8 min read
What Really Happens Inside Python When You Call a Function?
JD Tech Talk
JD Tech Talk
Feb 18, 2025 · Artificial Intelligence

Agent Applications in Advertising at JD.com: Technical Implementation and Platform Architecture

This article explores how JD.com's advertising team leverages Agent technology to enhance advertising operations through AI-driven automation, covering technical implementations like RAG, Function Call capabilities, and platform architecture for scalable AI solutions.

AI PlatformArtificial IntelligenceFunction Call
0 likes · 23 min read
Agent Applications in Advertising at JD.com: Technical Implementation and Platform Architecture
JD Retail Technology
JD Retail Technology
Feb 18, 2025 · Artificial Intelligence

Engineering Practices of JD Advertising Agent: JDZunTong Intelligent Assistant

JD’s advertising R&D team created the JDZunTong Intelligent Assistant by engineering a modular Agent platform that combines advanced Retrieval‑Augmented Generation (RAG 1.0 → 2.0) and Function‑Call capabilities, a visual designer, custom tool registration, and a native Python workflow engine to deliver intelligent customer service, data queries, and ad creation for merchants.

AIFunction CallJD Advertising
0 likes · 18 min read
Engineering Practices of JD Advertising Agent: JDZunTong Intelligent Assistant
IT Services Circle
IT Services Circle
Dec 16, 2024 · Fundamentals

Understanding Process Switching Through Function Calls and Buffer‑Overflow Exploits

The article explains the essence of process switching by comparing it to function calls, demonstrates how manipulating a function's return address can redirect execution to another function, and shows the underlying assembly and security implications of such control‑flow changes.

Function CallOperating Systemassembly
0 likes · 7 min read
Understanding Process Switching Through Function Calls and Buffer‑Overflow Exploits
360 Tech Engineering
360 Tech Engineering
Jan 9, 2020 · Fundamentals

Function Call Mechanics and Assembly Implementations of memcpy and memset in glibc

This article explains CPU registers, stack layout, function call conventions, and provides detailed explanations of how glibc implements memcpy and memset both in C and in low‑level assembly, including code snippets and the handling of remaining bytes.

Function CallLow-level programmingassembly
0 likes · 8 min read
Function Call Mechanics and Assembly Implementations of memcpy and memset in glibc