775 related articles

A hands-on guide to installing and configuring the OpenAI Codex IDE extension, covering its three working modes and Agent demo. Supports VS Code, Cursor, and Windsurf.

Enterprise guide to Claude Code: CLI setup, switching to DeepSeek and other Chinese AI models, Git workflow automation, and bug fix loops to boost team productivity.

CodeWell open-sources a multi-model terminal coding agent, Kimi K3 launches with ultra-long context, MiniMax Code 2.0 rebuilds its Agent architecture, and Claude gets browser access. AI is accelerating from content generation to task execution.

MCP (Model Context Protocol) is the open standard for AI tool integration. Build your own MCP server with ~20 lines of Python. Learn tools, resources, prompts, and both local and remote deployment.

Claude Code isn't just a chat AI — it reads your project files, edits code, and runs commands directly. See how it compares to ChatGPT and Cursor across 5 key dimensions.
Designing APIs for AI Agents: A Paradi…
When AI Agents become the primary API callers, traditional interface design assumptions break down. This article explores agent-friendly API design principles and how MCP is driving this paradigm shift.

Learn how to build an automated AI agent using Cherry Studio, MCP protocol, and locally deployed models — covering DeepSeek integration, web scraping, and private knowledge base setup.

A deep dive into Looping Engineering — covering the five core loop elements (Trigger, Goal, Judgment, Feedback, Memory), when to use loops, and a step-by-step guide to building a topic-selection loop with Claude Code.

A hands-on guide to building a local AI agent and private knowledge base using Cherry Studio, MCP, and Ollama — with web scraping, report generation, and terminal control.

A clear breakdown of the four core AI Agent concepts: Function Calling, Tool, MCP, and Skill — understand the full tech stack behind intelligent agent development.

A comprehensive guide to modern AI-native system architecture: LLM reasoning, three RAG paradigms (vector/knowledge graph/BM25), Agents, MCP tool calling, AI gateways, and observability for enterprise AI.

Learn how to use MCP (Model Context Protocol) to run adversarial tests on AI agents in the terminal, covering prompt injection, privilege escalation, and dangerous command execution scenarios.

Android Remote Control MCP v1.9.0 adds ChatGPT support, OAuth 2.1 auth, and major WebView reliability fixes. Let AI Agents operate any phone app like a human.
Smart Proxy: The Key Architecture for …
Too much AI permission is risky; too little kills productivity. A smart proxy acts as a controllable middleware layer — intercepting, auditing, and policy-gating AI agent actions in tools like Claude Code and Cursor for safe autonomous operation.

Spring AI is Java's answer to LangChain — offering unified multi-model APIs, structured output, RAG, Tool Calling, and MCP protocol support for enterprise LLM development.

Claude Code found to contain user monitoring logic, raising AI tool privacy concerns. Learn how to isolate Claude Code, Codex & Copilot with Docker Sandboxes — full setup and escape testing included.

A complete guide to OpenAI Codex: CLI setup, slash commands, AGENTS.md, MCP integration, multi-agent collaboration, and a RAG customer service project walkthrough.

What is Claude Code? This guide covers 5 core differences from ordinary AI chat tools, including context reading, code execution, MCP tool calls, and a Cursor comparison.

LangChain4j is the AI application development framework built for Java engineers. Integrate DeepSeek, Qwen, and more into Spring Boot — no Python required.

How should test engineers choose AI tools? This guide breaks down the pitfalls of pure AI solutions and recommends a hybrid strategy using tools like DeepSeek, TRAE, Claude Code, and Skill encapsulation.