8676 related articles

Davit is an open-source native macOS UI tool built for Apple Containers, offering graphical container status management, image viewing, and log monitoring.

LangChain's LangSmith Engine is an intelligent agent tool for tracking Agent failures, prioritizing issues, and auto-drafting fixes. Deep dive into its core capabilities, sandbox isolation, sub-Agent architecture, and continuous evaluation challenges.

Unsloth v0.1.46-beta is out with key DiffusionGemma changes: tool calling disabled by default, artifacts canvas enabled. A deep dive for LLM fine-tuning devs.

A deep dive into AI Agent architecture and enterprise deployment. From LangChain and ReAct design to dynamic tool calling and multi-task recognition — build autonomous enterprise AI assistants.

Build an AI Agent from scratch — no frameworks. Deep dive into Function Call schema design, MCP remote mirroring, dual-model routing, and short-term memory management.
Stronger Models, Worse Tools? The Hidd…
Developers found Claude's flagship models Opus and Sonnet perform worse with third-party editing tools than older versions — likely due to RL over-optimization on built-in tools degrading generalization.

Ollama is a free, open-source local LLM platform supporting macOS, Windows, Linux, and Docker. Easily deploy DeepSeek and other open-source models with API and CLI support — no complex GPU setup required.

Needle is a 26M-parameter tool-calling model. Learn how to replace Gemini with Ollama for local training data generation and fine-tune on a single GPU, achieving 96.7% F1 — ideal for edge AI deployment.

Learn the essential difference between Skills and Tool Calls in AI Agents through a practical Excel agent case study, with full API call chain analysis.

Hands-on test of Chrome DevTools MCP with Claude Code: AI automatically opens a browser, writes an article, fills in tags, and publishes — full workflow breakdown with pros and cons analysis.

Hands-on test of Liquid AI's LFM2.5 local deployment: architecture breakdown, 16GB VRAM troubleshooting, and GraphRAG tool-calling benchmarks vs GPT-o3s.

Learn how the open-source API to MCP tool converts any REST API into an MCP Server with one command, enabling Claude Code and Codex agents to call third-party APIs directly.

A developer built a physical feedback device with chopsticks and a small gong that auto-strikes when AI finishes coding. Now open-sourced as DAgent, it also simulates IPO bell-ringing when creating new files.

Runway upgrades real-time video Characters with tool calling, enabling AI video agents to execute queries, tasks, and operations—marking a shift from content generation to intelligent agent platform.
TutorialsIn-depth comparison of ReAct and CodeAct — two core Agent tool-calling architectures. From paper principles to code implementation, learn the trade-offs between reasoning+action and code execution.
TutorialsA detailed guide to Ollama's core features: free open-source local LLM management with cross-platform support, intelligent GPU/CPU scheduling, and API integration for running DeepSeek and other open-source models locally at zero cost.
TutorialsDeep dive into MCP (Model Context Protocol): its principles, communication architecture, and practical applications. Compare MCP vs Function Calling, explore client-server communication and security.
Deep DivesDeep dive into how MCP (Model Context Protocol) solves three core pain points of Tool Calling: verbose descriptions, unstable invocations, and lack of unified standards.
Deep DivesDeep dive into MCP (Model Context Protocol): core concepts, role definitions, and complete workflow. Learn how MCP Server, Client, and Host work together to standardize LLM tool calling.
TutorialsDeep dive into Spring AI and MCP protocol integration, covering tool calling, OAuth security, horizontal scaling, and context optimization for enterprise AI Agent services.