Tagged articles
514 articles
Page 1 of 6
AI Engineer Programming
AI Engineer Programming
May 18, 2026 · Artificial Intelligence

Designing an Agent Gateway: Bridging Business Logic and Protocol Infrastructure

The article analyzes why traditional API gateways cannot meet the needs of stateful Agentic workflows and proposes a dedicated Agent gateway that handles access control, cross‑service execution tracing, and pre‑LLM security enforcement while addressing connection overhead, session fan‑out, and observability challenges.

A2AAI securityAgent Gateway
0 likes · 14 min read
Designing an Agent Gateway: Bridging Business Logic and Protocol Infrastructure
James' Growth Diary
James' Growth Diary
May 16, 2026 · Artificial Intelligence

MCP Integration Deep Dive: Prompt Cache Stability and Tool Ordering Explained

The article analyzes why connecting an MCP server can triple response latency and token usage, explains how unstable tool ordering breaks Anthropic's prompt cache, and provides detailed code walkthroughs, design insights, common pitfalls, and concrete best‑practice recommendations for building reliable MCP integrations.

AI agent designClaude CodeMCP
0 likes · 18 min read
MCP Integration Deep Dive: Prompt Cache Stability and Tool Ordering Explained
dbaplus Community
dbaplus Community
May 13, 2026 · Backend Development

One‑Click Bug Fixes: AI‑Powered Log Diagnosis Skill with MCP

The article explains how to combine Claude Code's Skill framework with the Model Context Protocol (MCP) to let AI automatically fetch logs, extract key information, cross‑reference code, and pinpoint root‑cause bugs in a single command, illustrated by a hidden SQL bug case and efficiency tips.

AIClaude CodeMCP
0 likes · 14 min read
One‑Click Bug Fixes: AI‑Powered Log Diagnosis Skill with MCP
AI Architecture Path
AI Architecture Path
May 12, 2026 · Artificial Intelligence

Anthropic Open-Source Financial Services Toolkit Turns Claude into a Wall Street Analyst

Anthropic's newly open‑sourced financial‑services toolkit upgrades Claude from a general‑purpose model to a full‑stack analyst for investment banking, research, private equity and wealth management, offering direct MCP connections to eleven premium data providers, ten ready‑to‑use agents, seven vertical plugins, slash‑command workflows, Office integration, and two deployment modes with zero‑code setup.

Agent TemplatesAnthropicClaude
0 likes · 16 min read
Anthropic Open-Source Financial Services Toolkit Turns Claude into a Wall Street Analyst
DeepHub IMBA
DeepHub IMBA
May 6, 2026 · Information Security

Why MCP’s Protocol Layer Allows Prompt Injection and Hijacks Agent Context

The Model Context Protocol (MCP) embeds every tool’s description into an LLM’s context window, creating a structural “Context Poisoning” vulnerability that lets malicious or bloated tool metadata hijack agent reasoning, inflate tokens, and bypass traditional input validation.

AI Agent SecurityContext PoisoningLLM
0 likes · 10 min read
Why MCP’s Protocol Layer Allows Prompt Injection and Hijacks Agent Context
AI Engineering
AI Engineering
May 4, 2026 · Artificial Intelligence

Why the Big‑Model Race Is Over: Where Real Value Lies in AI Infrastructure

The article argues that the competition over which large language model will dominate is outdated, explaining that true value now comes from building multi‑model routing, context engineering, standardized tool protocols, intelligent orchestration, and robust evaluation layers that turn models into reliable AI infrastructure.

AI InfrastructureMCPOrchestration
0 likes · 6 min read
Why the Big‑Model Race Is Over: Where Real Value Lies in AI Infrastructure
Geek Labs
Geek Labs
May 4, 2026 · Artificial Intelligence

Turning Any Code Repository into an Interactive Knowledge Graph with GitNexus

GitNexus is an open‑source tool that indexes any code repository into a searchable knowledge graph, enabling AI agents to understand code structure through a CLI‑MCP mode or a web UI, and it differentiates itself from DeepWiki by focusing on deep structural analysis and tool‑use hooks.

AI agentsGitNexusKnowledge Graph
0 likes · 5 min read
Turning Any Code Repository into an Interactive Knowledge Graph with GitNexus
Old Zhang's AI Learning
Old Zhang's AI Learning
May 3, 2026 · Artificial Intelligence

One‑Command Setup of Reusable Claude Code Configurations (Full Toolkit)

The article reviews the GitHub project claude-code-templates, which aggregates over 100 reusable Claude Code assets—including agents, commands, MCPs, settings, hooks, and skills—into an npm‑like repository and a web dashboard, showing how a single npx command can install a complete development stack, detailing usage examples, pros, cons, and target audiences.

AI CodingCLIClaude Code
0 likes · 9 min read
One‑Command Setup of Reusable Claude Code Configurations (Full Toolkit)
IT Services Circle
IT Services Circle
May 3, 2026 · Artificial Intelligence

Master Claude Code with the /powerup Command: A Complete Interactive Tutorial

This article walks you through Claude Code’s new /powerup command introduced in version v2.1.90, showing how to verify your version, launch the interactive ten‑lesson tutorial, use file references with @, switch between four operation modes, undo changes, run background tasks, configure CLAUDE.md, extend functionality with MCP, install Skills and Hooks, create Subagents, sync sessions across devices, and adjust model and effort settings for optimal performance.

AI CodingCLI tutorialClaude Code
0 likes · 34 min read
Master Claude Code with the /powerup Command: A Complete Interactive Tutorial
AI Architecture Hub
AI Architecture Hub
May 3, 2026 · Artificial Intelligence

What to Learn, Build, and Skip in AI Agents

The article analyzes the fast‑changing AI‑agent landscape, proposes five concrete criteria for filtering new technologies, outlines essential concepts such as context engineering, tool design, scheduler‑subagent patterns, evaluation frameworks, and recommends a stable 2026 tech stack while warning against hype‑driven tools.

AI agentsContext EngineeringLangGraph
0 likes · 27 min read
What to Learn, Build, and Skip in AI Agents
Old Meng AI Explorer
Old Meng AI Explorer
May 2, 2026 · Artificial Intelligence

Mastering Claude Code: A Complete Beginner‑to‑Expert Guide

This article provides a comprehensive walkthrough of Claude Code, covering its core capabilities, cross‑platform installation, login methods, basic commands, advanced features like hooks and MCP, a detailed comparison with GitHub Copilot, best‑practice prompts, and FAQs, enabling developers to boost productivity with an AI‑driven terminal assistant.

AI coding assistantAutomationCLI
0 likes · 16 min read
Mastering Claude Code: A Complete Beginner‑to‑Expert Guide
macrozheng
macrozheng
Apr 30, 2026 · Operations

How AI-Powered Arthas with MCP Transforms Online Issue Diagnosis

The article explains how integrating Arthas with the Model Context Protocol (MCP) enables AI-driven, natural‑language troubleshooting of Java‑based online incidents, offering step‑by‑step diagnostics, concrete case studies, and a balanced view of its advantages and current limitations.

AI debuggingArthasJava
0 likes · 11 min read
How AI-Powered Arthas with MCP Transforms Online Issue Diagnosis
Java Web Project
Java Web Project
Apr 30, 2026 · Artificial Intelligence

Is the 0‑5 Gap Between China and the US AI Innovation a Misleading Metric?

The article examines the popular “0:5” claim that Chinese programmers lag behind the US in AI buzzwords, shows that Chinese models dominate Hugging Face, analyzes why narrative and standards lag, and proposes short‑term, mid‑term, and long‑term steps to improve global tech storytelling.

AIDeepSeekInnovation
0 likes · 11 min read
Is the 0‑5 Gap Between China and the US AI Innovation a Misleading Metric?
Node.js Tech Stack
Node.js Tech Stack
Apr 29, 2026 · Artificial Intelligence

How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk

Cursor has released a TypeScript‑native @cursor/sdk npm package that lets developers import the Composer Agent directly into Node.js projects, offering a unified local and cloud runtime, detailed configuration via MCP, Skills and Hooks, and four starter projects for quick integration and AI‑driven automation.

AI agentsCursor SDKMCP
0 likes · 15 min read
How to Embed Cursor’s Composer Agent in Any Node.js Project with the New @cursor/sdk
AI Waka
AI Waka
Apr 27, 2026 · Artificial Intelligence

17 Cutting‑Edge Open‑Source Projects From AI Agents to NanoGPT

The article surveys 17 cutting‑edge open‑source projects—including AgentClick, ts‑graph‑mcp, ContextEngine, nanoGPT, LocalAI, and others—detailing their purpose, key features, and GitHub links while highlighting how they collectively form infrastructure for AI agents and offline model training.

AI agentsClaudeLocalAI
0 likes · 15 min read
17 Cutting‑Edge Open‑Source Projects From AI Agents to NanoGPT
Ray's Galactic Tech
Ray's Galactic Tech
Apr 26, 2026 · Backend Development

Dissecting MCP Protocol: Scaling Java Microservices for AI‑Native Tooling

This article analyzes the Model Context Protocol (MCP), detailing its architecture, JSON‑RPC extensions, Streamable HTTP transport, and governance layers, and demonstrates how to transform high‑traffic Java microservices into a secure, observable AI‑native capability layer using an independent MCP gateway, tooling standards, and production‑grade implementations.

AI-nativeJavaMCP
0 likes · 46 min read
Dissecting MCP Protocol: Scaling Java Microservices for AI‑Native Tooling
AI Architecture Path
AI Architecture Path
Apr 26, 2026 · Artificial Intelligence

AI‑Powered One‑Click Architecture Diagrams: Ditch Manual Dragging with drawio‑mcp

The article introduces drawio‑mcp, an official open‑source MCP server that lets Claude‑series AI generate editable draw.io XML diagrams instantly, eliminating tedious manual dragging, alignment, and styling, and outlines four integration methods—MCP App Server, MCP Tool Server, Claude Code Skill, and Project Instructions—plus export formats, built‑in shape library, and maintenance workflow.

AI diagram generationAutomationClaude AI
0 likes · 16 min read
AI‑Powered One‑Click Architecture Diagrams: Ditch Manual Dragging with drawio‑mcp
Ray's Galactic Tech
Ray's Galactic Tech
Apr 25, 2026 · Artificial Intelligence

Mastering Spring AI MCP: Bidirectional Communication, Four Providers, Sampling Callbacks, and Dual‑Mode Deployment

This article explains why traditional function‑calling is insufficient for production AI services and shows how Spring AI's Model Context Protocol (MCP) introduces bidirectional communication, addressable resources, parameterized prompts, tool orchestration, and server‑initiated sampling, providing a complete roadmap to build a production‑grade AI microservice architecture.

AIJavaMCP
0 likes · 37 min read
Mastering Spring AI MCP: Bidirectional Communication, Four Providers, Sampling Callbacks, and Dual‑Mode Deployment
IT Services Circle
IT Services Circle
Apr 25, 2026 · Artificial Intelligence

Understanding AI Core Concepts: Agent, Skills, Tools, and MCP

The article explains the four core AI components—Agent, Tools, Skills, and MCP—detailing their definitions, roles, the problems they address, and how they interoperate within the Cursor platform to transform a conversational model into a functional digital worker.

AI ArchitectureAgentMCP
0 likes · 13 min read
Understanding AI Core Concepts: Agent, Skills, Tools, and MCP
Java Companion
Java Companion
Apr 25, 2026 · Artificial Intelligence

How draw.io’s New Claude Code Integration Lets You Generate Diagrams Automatically

draw.io (diagrams.net) now offers an official Claude Code integration via the open‑source drawio‑mcp project, providing four ways for AI to generate and export diagrams—directly in chat, in a browser editor, through a Claude Code skill, or via zero‑install project instructions—while supporting multiple file formats and a 10,000‑plus shape library.

AI integrationClaude AIDraw.io
0 likes · 10 min read
How draw.io’s New Claude Code Integration Lets You Generate Diagrams Automatically
MeowKitty Programming
MeowKitty Programming
Apr 24, 2026 · Backend Development

MCP Has Changed: Why Java Teams Should Move From SSE to Streamable HTTP for AI

The 2025 MCP specification replaces the old HTTP+SSE transport with Streamable HTTP, requiring Java services to handle both POST and GET, manage session IDs, support reconnection and authentication, and rethink gateway, load‑balancing, and client recovery strategies instead of relying on a simple SSE long‑connection model.

AI integrationJavaMCP
0 likes · 7 min read
MCP Has Changed: Why Java Teams Should Move From SSE to Streamable HTTP for AI
Java Web Project
Java Web Project
Apr 24, 2026 · Backend Development

Boost Java Productivity: Integrate Claude & Codex into IntelliJ IDEA Free

The article presents a step‑by‑step, three‑month‑tested workflow that embeds Anthropic Claude and OpenAI Codex into IntelliJ IDEA via the Continue plugin, enabling Java developers to auto‑generate CRUD code, unit tests, and refactorings, connect Claude to the database, and avoid repetitive coding tasks without purchasing a subscription.

AI-assisted developmentClaudeCodex
0 likes · 12 min read
Boost Java Productivity: Integrate Claude & Codex into IntelliJ IDEA Free
ArcThink
ArcThink
Apr 23, 2026 · Artificial Intelligence

How to Turn Claude Desktop into a Universal AI Client with 400+ Third‑Party Models

This guide shows how to enable Claude Desktop's hidden Configure Third‑Party Inference feature, connect it to OpenRouter, and switch among over 400 large language models without changing the client, covering cost savings, model selection strategies, four-step setup, and advanced MCP extensions.

AI clientClaude DesktopMCP
0 likes · 15 min read
How to Turn Claude Desktop into a Universal AI Client with 400+ Third‑Party Models
Shuge Unlimited
Shuge Unlimited
Apr 23, 2026 · Artificial Intelligence

Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars

Hermes Agent, an open‑source self‑improving AI agent framework that has amassed over 110 K GitHub stars, introduces a native closed‑learning loop, a unified single‑process agent cycle, self‑registering tools, pluggable context compression, multi‑API model support, and a scalable multi‑platform gateway, all built on Python 3.11+, SQLite + WAL, and extensive modular design.

AI AgentClosed Loop LearningHermes Agent
0 likes · 24 min read
Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars
Coder Circle
Coder Circle
Apr 23, 2026 · Backend Development

How to Use Spring AI MCP to Let Large Language Models Call Your Java APIs

This article walks through the complete process of building a Spring AI MCP server and client in Java, covering protocol layers, Maven setup, configuration, tool definition with @Tool, bean registration, client integration, common pitfalls, and the language‑agnostic benefits of the MCP protocol.

AI integrationMCPTool Calling
0 likes · 10 min read
How to Use Spring AI MCP to Let Large Language Models Call Your Java APIs
Sohu Tech Products
Sohu Tech Products
Apr 22, 2026 · Artificial Intelligence

Practicing an AST‑Driven MCP Code Context Service for AI Code Review

The article describes how an AST‑based code‑context service, wrapped by an MCP middleware and built with Spring AI and Eclipse JDT, supplies structured Java code information to large models, addressing the context gaps of diff‑only AI code review and improving accuracy through concrete examples and evaluation.

AI code reviewASTEclipse JDT
0 likes · 16 min read
Practicing an AST‑Driven MCP Code Context Service for AI Code Review
DevOps Coach
DevOps Coach
Apr 22, 2026 · Operations

2026 AI DevOps Outlook: 10 Must‑Watch MCP Servers Transforming SRE

The article surveys the rapidly growing Model Context Protocol (MCP) ecosystem in 2026, detailing ten AI‑enabled DevOps servers, their core capabilities, real‑world impact on SRE workflows, and a practical framework for selecting the most valuable servers for a given team.

AI DevOpsInfrastructure as CodeKubernetes
0 likes · 16 min read
2026 AI DevOps Outlook: 10 Must‑Watch MCP Servers Transforming SRE
AI Waka
AI Waka
Apr 22, 2026 · Artificial Intelligence

Hybrid MCP‑Skill Model: Keeping LLM Agent Skills Fresh

The article analyzes the trade‑offs between packaging new agent functionality as a static Skill versus a dynamic MCP server, proposes a hybrid thin‑CLI approach that combines the ease of Skills with the up‑to‑date guarantees of MCP, and illustrates the design with concrete code examples.

API VersioningCLI wrapperHybrid Architecture
0 likes · 7 min read
Hybrid MCP‑Skill Model: Keeping LLM Agent Skills Fresh
Java Web Project
Java Web Project
Apr 22, 2026 · Backend Development

How to Build a Java MCP Server for AI Tools with Spring AI

This guide explains the Model Context Protocol (MCP), its JSON‑RPC communication modes, compares Java implementations, and provides a step‑by‑step tutorial—including project setup, configuration, tool creation, registration, and integration with Claude Desktop and IDEA—while covering description best practices, security, validation, and production considerations.

AIBackendJava
0 likes · 17 min read
How to Build a Java MCP Server for AI Tools with Spring AI
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 22, 2026 · Artificial Intelligence

Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained

An in‑depth walkthrough of a Spring AI‑based AI Agent demo showcases its core modules—including AgentCore orchestration, multi‑layer conversation memory compression, function‑calling tool registration, RAG retrieval pipelines, markdown‑driven Commands and Skills, Sub‑Agent isolation, and MCP integration—complete with code snippets, design rationale, and runtime configuration details.

AIAgentFunctionCalling
0 likes · 27 min read
Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained
MaGe Linux Operations
MaGe Linux Operations
Apr 21, 2026 · Artificial Intelligence

How MCP Turns AI Models into a Universal USB Interface

Introducing MCP (Model Context Protocol), an open standard released by Anthropic that unifies AI model interaction with external tools, databases, and services through a USB‑like interface, the article dissects its design goals, architecture, message types, Python SDK implementation, client integration, production best practices, and future roadmap.

AI protocolMCPPython SDK
0 likes · 18 min read
How MCP Turns AI Models into a Universal USB Interface
Black & White Path
Black & White Path
Apr 21, 2026 · Information Security

Anthropic MCP Protocol’s Design-Level Flaw Threatens Over 200K Servers – AI Supply‑Chain Alarm

A security report by OX Security reveals a systemic design flaw in Anthropic's Model Context Protocol (MCP) STDIO layer that enables command injection, whitelist bypass, zero‑click prompt attacks, and marketplace poisoning, affecting more than 200,000 servers and prompting urgent mitigation across the AI supply chain.

AI securityAnthropicCVE
0 likes · 11 min read
Anthropic MCP Protocol’s Design-Level Flaw Threatens Over 200K Servers – AI Supply‑Chain Alarm
Java Web Project
Java Web Project
Apr 21, 2026 · Artificial Intelligence

How to Seamlessly Integrate Claude Code into IntelliJ IDEA 2026.1

This guide walks you through the two main ways to bring Claude Code into IntelliJ IDEA 2026.1—using the official Claude Code plugin and the deeper ACP protocol—detailing every configuration step, key differences, shortcuts, and common pitfalls so you can choose the best workflow for your development needs.

ACPAI AgentClaude Code
0 likes · 13 min read
How to Seamlessly Integrate Claude Code into IntelliJ IDEA 2026.1
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Apr 19, 2026 · Industry Insights

ElasticStack 2026: Beyond New Versions, It’s Becoming an Agent Platform

In early 2026 ElasticStack transformed from a traditional search‑log‑visualization stack into an Agent platform, accelerating releases across three lines, elevating Elasticsearch to a context‑engineered infrastructure, unifying ES|QL as a platform‑wide interaction layer, and integrating Workflows, MCP, and vector enhancements to drive autonomous observability and security operations.

Agent PlatformElasticStackElasticsearch
0 likes · 20 min read
ElasticStack 2026: Beyond New Versions, It’s Becoming an Agent Platform
Su San Talks Tech
Su San Talks Tech
Apr 19, 2026 · Artificial Intelligence

Is MCP Dead? How CLI Is Redefining AI Agent Interactions

The article examines the rise and decline of the Model Context Protocol (MCP), outlines its four critical flaws—including context bloat, architectural complexity, security risks, and passive tool design—while presenting command‑line interfaces (CLI) as a more efficient, secure, and debuggable alternative for AI agents, and discusses hybrid approaches and practical implementations.

AI agentsCLIHybrid Architecture
0 likes · 15 min read
Is MCP Dead? How CLI Is Redefining AI Agent Interactions
Java Companion
Java Companion
Apr 18, 2026 · Backend Development

How Arthas + MCP Enable AI-Powered Java Runtime Diagnosis

The article explains how the open‑source Java diagnostic tool Arthas now supports the Model Context Protocol (MCP), allowing AI assistants to invoke Arthas commands directly for CPU, latency, version, and Spring Bean issues, while covering installation, usage scenarios, and production safeguards.

AIArthasBackend Tools
0 likes · 13 min read
How Arthas + MCP Enable AI-Powered Java Runtime Diagnosis
AntData
AntData
Apr 17, 2026 · Industry Insights

5 Silver Rules That Made Dataphin‑MCP’s AI Platform Scale to 1M Calls in 9 Days

This article shares the practical lessons learned from building Dataphin‑MCP, an AI‑enabled data‑development platform, by outlining five concrete "silver" rules, illustrating each with real‑world cases, and discussing deeper considerations for building robust AI‑first tools and harnesses.

AI PlatformAgent DesignConcept modeling
0 likes · 13 min read
5 Silver Rules That Made Dataphin‑MCP’s AI Platform Scale to 1M Calls in 9 Days
ZhiKe AI
ZhiKe AI
Apr 16, 2026 · Backend Development

Inside the MCP Client: A Deep Technical Walkthrough of Its Architecture

The article dissects the MCP Client used by Claude Code, detailing its layered architecture, type system, connection protocols, caching strategies, tool discovery and conversion, authentication flow, lifecycle management, reconnection logic, and design decisions, illustrating how external tool servers are seamlessly integrated as internal Claude tools.

AuthenticationClaudeMCP
0 likes · 18 min read
Inside the MCP Client: A Deep Technical Walkthrough of Its Architecture
AI Architecture Path
AI Architecture Path
Apr 16, 2026 · Artificial Intelligence

How Claude‑Mem Eliminates AI Assistant Forgetfulness and Cuts Token Costs

This article analyzes the open‑source Claude‑Mem plugin, detailing developers' pain points with AI assistants, the plugin's persistent memory architecture, core features, MCP search workflow, practical usage examples, best‑practice tips, installation methods, system requirements, and common troubleshooting advice.

AIInstallationMCP
0 likes · 15 min read
How Claude‑Mem Eliminates AI Assistant Forgetfulness and Cuts Token Costs
Sohu Tech Products
Sohu Tech Products
Apr 15, 2026 · Industry Insights

Why CLI Is Emerging as the Native Language for AI Agents Over Heavy Protocols

In early 2026 the AI community witnessed a sharp shift away from Model Context Protocol (MCP) toward CLI‑first toolchains, as engineers highlight token inflation, fragmented authentication, and loss of composability in MCP, while praising the low‑friction, text‑based, and easily debuggable nature of command‑line interfaces for building robust AI agents.

AI agentsCLIEngineering
0 likes · 15 min read
Why CLI Is Emerging as the Native Language for AI Agents Over Heavy Protocols
Baidu Geek Talk
Baidu Geek Talk
Apr 15, 2026 · Artificial Intelligence

Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent

This article dissects the leaked Claude Code v2.1.88 source to reveal how the three core concepts—Rules, MCP, and Skills—are implemented, where they are injected in the Anthropic LLM API request, and when developers should prefer each mechanism for reliable, secure, and token‑efficient coding agent workflows.

Claude CodeLLM agentsMCP
0 likes · 25 min read
Unveiling Claude Code: How Rules, MCP, and Skills Power the Coding Agent
AI Engineering
AI Engineering
Apr 15, 2026 · Artificial Intelligence

Claude Code Introduces Routines: Beyond Simple Scheduling

Claude Code's new Routines feature lets AI run saved workflows on Anthropic's cloud, triggered by schedules, GitHub events, or API calls, offering context‑aware automation that surpasses traditional cron with examples like code review, alert handling, and documentation maintenance.

AI automationAPI triggerClaude
0 likes · 5 min read
Claude Code Introduces Routines: Beyond Simple Scheduling
MeowKitty Programming
MeowKitty Programming
Apr 14, 2026 · Backend Development

Why Java + AI Will Become the Backend Breakthrough by 2026

With Spring AI 1.1, LangChain4j, and MCP Java SDK now offering mature, framework‑level AI capabilities, Java backend teams can move beyond ad‑hoc model calls to fully engineered AI integration—RAG, tool calling, and agents—making Java a viable, production‑ready AI stack for enterprises by 2026.

AIBackend DevelopmentJava
0 likes · 7 min read
Why Java + AI Will Become the Backend Breakthrough by 2026
ArcThink
ArcThink
Apr 14, 2026 · Artificial Intelligence

Mastering Claude Code Plugins: Skills, MCP, Hooks and Real‑World Configurations

This guide dissects Claude Code’s rapidly growing plugin ecosystem—covering the five‑layer architecture, top‑installed plugins, detailed configuration examples for Skills, MCP servers, Agents, and Hooks, and practical best‑practice recommendations to turn Claude Code into a powerful, production‑grade development assistant.

AI pluginsClaude CodeConfiguration
0 likes · 22 min read
Mastering Claude Code Plugins: Skills, MCP, Hooks and Real‑World Configurations
Frontend AI Walk
Frontend AI Walk
Apr 14, 2026 · Artificial Intelligence

Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow

This guide details two ways to integrate Claude with Obsidian—direct MCP connection (about 30 minutes to set up) and a Karpathy‑inspired LLM Wiki workflow (raw→wiki→drafts)—including full configuration steps, a CLAUDE.md template, three core commands, and tips for turning raw notes into structured, publishable drafts.

AI writingClaudeLLM Wiki
0 likes · 17 min read
Connecting Claude and Obsidian: Two Integration Paths for a Reusable Writing Workflow
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
Old Meng AI Explorer
Old Meng AI Explorer
Apr 9, 2026 · Artificial Intelligence

Unlock Claude Code’s Full Potential: 6 Advanced Techniques to Supercharge Your Development

This guide walks developers through six powerful Claude Code features—including CLAUDE.md memory, Plan Mode planning, fine‑grained permission controls, Sub‑Agents, Model Context Protocol integration, and automated Hooks—showing how to boost productivity, ensure code quality, and avoid common pitfalls.

AI programmingClaude CodeMCP
0 likes · 23 min read
Unlock Claude Code’s Full Potential: 6 Advanced Techniques to Supercharge Your Development
Didi Tech
Didi Tech
Apr 9, 2026 · Artificial Intelligence

How DiDi’s OpenClaw Skill Automates Ride‑Hailing: Design, Challenges & Lessons

The article details the creation of the didi-ride-skill for OpenClaw, explaining how a single voice command triggers a full ride‑hailing workflow, the underlying MCP toolset, engineering trade‑offs such as file splitting, attention handling, cron isolation, key management, testing strategies, and future roadmap.

AI SkillMCPOpenClaw
0 likes · 16 min read
How DiDi’s OpenClaw Skill Automates Ride‑Hailing: Design, Challenges & Lessons
SpringMeng
SpringMeng
Apr 8, 2026 · Operations

AI-Integrated Arthas: Turning Online Issue Diagnosis into One-Click Debugging

The article explains how Arthas, now integrated with the Model Context Protocol (MCP), lets AI automatically execute and interpret diagnostic commands for Java applications, offering step‑by‑step case studies, a detailed workflow, and an analysis of its strengths and limitations.

AI debuggingArthasJava
0 likes · 13 min read
AI-Integrated Arthas: Turning Online Issue Diagnosis into One-Click Debugging
Su San Talks Tech
Su San Talks Tech
Apr 6, 2026 · Operations

How AI‑Powered Arthas MCP Transforms Java Runtime Troubleshooting

This article explains how the Model Context Protocol (MCP) integrates with Arthas to let AI agents automatically diagnose Java production issues—such as high CPU, slow responses, memory leaks, and deadlocks—by invoking Arthas commands via natural‑language queries, eliminating manual command‑line steps.

AI debuggingArthasMCP
0 likes · 11 min read
How AI‑Powered Arthas MCP Transforms Java Runtime Troubleshooting
IT Services Circle
IT Services Circle
Apr 3, 2026 · Artificial Intelligence

What Are AI Agents? A Complete Guide to LLMs, Function Calls, MCP & A2A

This article explains the core concepts behind AI agents—including how they differ from large language models, their relationship to workflows, the various agent operating modes, and the underlying technologies such as function calls, the Model Context Protocol (MCP), Skills, and the Agent‑to‑Agent (A2A) protocol—providing clear examples and practical comparisons for developers and interviewees.

A2ALLMMCP
0 likes · 32 min read
What Are AI Agents? A Complete Guide to LLMs, Function Calls, MCP & A2A
DeWu Technology
DeWu Technology
Apr 1, 2026 · Backend Development

How AI‑Powered /log‑diagnosis Skill Automates Bug Tracing in Backend Logs

This article explains how the /log‑diagnosis Skill, built on Claude Code and the Model Context Protocol (MCP) log platform, creates a closed‑loop workflow that automatically fetches logs, extracts key information, maps it to source code, diagnoses root causes, and generates remediation suggestions, dramatically speeding up backend debugging.

AI debuggingClaude CodeMCP
0 likes · 17 min read
How AI‑Powered /log‑diagnosis Skill Automates Bug Tracing in Backend Logs
Architecture Digest
Architecture Digest
Apr 1, 2026 · Artificial Intelligence

How JetBrains AIR Redefines IDEs with Built‑In AI: A Hands‑On Guide

This article provides a detailed walkthrough of JetBrains AIR, an AI‑native IDE, covering its core concepts, quick‑start installation on macOS, project opening methods, task definition workflow, permission settings, context addition, task management, review process, MCP server integration, and overall benefits for AI‑assisted development.

AI DevelopmentAI IDECode Automation
0 likes · 7 min read
How JetBrains AIR Redefines IDEs with Built‑In AI: A Hands‑On Guide
Geek Labs
Geek Labs
Apr 1, 2026 · Artificial Intelligence

Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?

A mishandled .npmignore file caused Anthropic to publish the Claude Code npm package with its full 512,000‑line TypeScript source map, revealing the tool’s architecture, hidden modes, and internal models, sparking deep analysis of technical, commercial, and security implications for AI coding assistants.

AI coding assistantAgent ArchitectureClaude Code
0 likes · 15 min read
Claude Code Leak Exposes 512,000 Lines of TypeScript – Is the AI Coding Tool’s Core Moat Crumbling?
Architect's Journey
Architect's Journey
Mar 31, 2026 · Artificial Intelligence

How web-access Transforms AI Agents from Search to Full Browser Browsing

The article analyzes the open‑source web‑access skill, showing how its goal‑oriented design, CDP integration, and parallel task scheduling let AI agents move beyond simple search to authentic web browsing, handling login‑required and dynamic pages with three‑fold efficiency gains.

AI agentsChrome DevTools ProtocolMCP
0 likes · 10 min read
How web-access Transforms AI Agents from Search to Full Browser Browsing
SpringMeng
SpringMeng
Mar 30, 2026 · Artificial Intelligence

Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant

This comprehensive tutorial walks you through installing, configuring, and using Claude Code, covering its tool‑use mechanism, context management, command shortcuts, custom MCP servers, and practical tips for integrating the assistant into real‑world development workflows.

AI programming assistantClaude CodeContext management
0 likes · 21 min read
Quick Start Guide to Claude Code: Master the AI-Powered Programming Assistant
AI Algorithm Path
AI Algorithm Path
Mar 29, 2026 · Artificial Intelligence

Mastering Claude Code Extensions: Skills, MCP, Hooks, Sub‑agents, Agent Teams & Plugins

Claude Code, Anthropic's CLI AI programming assistant, offers six extensible mechanisms—Skills, MCP, Sub‑agents, Agent Teams, Hooks, and Plugins—each explained with purpose, setup steps, concrete examples, and practical guidance on when and how to combine them for robust AI‑driven workflows.

AI extensionsAgent TeamsClaude Code
0 likes · 12 min read
Mastering Claude Code Extensions: Skills, MCP, Hooks, Sub‑agents, Agent Teams & Plugins
Frontend AI Walk
Frontend AI Walk
Mar 28, 2026 · Artificial Intelligence

10 Advanced OpenClaw Techniques to Make It Production‑Ready

The article outlines ten high‑level OpenClaw practices—covering context integration, role‑based workflow splitting, evidence‑based completion, cost guarding, and weekly process retrospectives—that together transform the tool from a playful AI assistant into a reliable, sustainable digital production line for teams.

AI agentsMCPOpenClaw
0 likes · 8 min read
10 Advanced OpenClaw Techniques to Make It Production‑Ready
DevOps Coach
DevOps Coach
Mar 27, 2026 · Operations

Can AI Really Boost Your DevOps Productivity Ten‑fold? Updated 2026 Toolset Explained

This article analyzes how the 2025‑2026 shift to Model Context Protocol (MCP) transforms DevOps workflows, reviews four AI‑driven tools—including Cursor 2.0, MCP servers, AWS Q Developer CLI, and Spacelift’s Saturnhead AI—provides step‑by‑step configuration examples, and outlines what these tools can and cannot solve for modern infrastructure teams.

AIAWS Q DeveloperCursor
0 likes · 29 min read
Can AI Really Boost Your DevOps Productivity Ten‑fold? Updated 2026 Toolset Explained
DevOps Coach
DevOps Coach
Mar 26, 2026 · Operations

Can an AI Agent Replace Your SRE Night‑Shift? Inside Google’s Remote MCP‑Powered Autonomous SRE Agent

The article examines the chronic pain points of on‑call SRE teams—alert fatigue, long MTTR, inconsistent RCA, and communication bottlenecks—and presents a detailed, four‑layer architecture that uses Google’s Remote MCP server and an AI‑driven autonomous SRE agent to automate log retrieval, knowledge lookup, root‑cause analysis, and stakeholder notifications, dramatically improving reliability and efficiency.

Google CloudMCPOperations
0 likes · 21 min read
Can an AI Agent Replace Your SRE Night‑Shift? Inside Google’s Remote MCP‑Powered Autonomous SRE Agent
AI Waka
AI Waka
Mar 26, 2026 · Artificial Intelligence

When to Use MCP vs. Skills with Claude: A Practical Decision Framework

This article analyzes the trade‑offs between Model Context Protocol (MCP) and Skills for Claude‑based AI workflows, offering a three‑question test, real‑world examples, and architectural diagrams to help engineers choose the most efficient approach for their tasks.

AI workflowAutomationClaude
0 likes · 10 min read
When to Use MCP vs. Skills with Claude: A Practical Decision Framework
Code Ape Tech Column
Code Ape Tech Column
Mar 25, 2026 · Artificial Intelligence

Why Spring AI Alibaba Is the Game-Changer for Java AI Development

This article provides an in‑depth analysis of Spring AI Alibaba, comparing it with Spring AI, detailing its four‑layer architecture, GraphCore workflow engine, AgentFramework, enterprise‑grade MCP integration, code examples, pros and cons, suitable scenarios, and future roadmap for Java developers building AI applications.

AI FrameworkAgentEnterprise
0 likes · 16 min read
Why Spring AI Alibaba Is the Game-Changer for Java AI Development
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 24, 2026 · Artificial Intelligence

Uncovering Claude’s 37 Hidden Tools: A Complete Reverse‑Engineered Guide

The article documents a week‑long, cross‑platform reverse‑engineering project that catalogs over 37 undocumented internal tools in Claude.ai, describing their schemas, behavior tests, edge cases, and platform‑specific availability, and reveals that Claude actually consists of three distinct toolsets with notable fragmentation.

AI toolsArtifactsClaude
0 likes · 11 min read
Uncovering Claude’s 37 Hidden Tools: A Complete Reverse‑Engineered Guide
Tencent Tech
Tencent Tech
Mar 24, 2026 · Artificial Intelligence

Unlocking AI Power: How Skill Packages Transform Large Language Models

This article provides a comprehensive technical guide to Skill packages—standardized knowledge containers that give large language models expert-level execution capabilities—covering their definition, architecture, integration with the Model Context Protocol (MCP), creation workflow, best‑practice tips, collaborative patterns, debugging strategies, philosophical implications, and future directions.

AI toolingLLMMCP
0 likes · 18 min read
Unlocking AI Power: How Skill Packages Transform Large Language Models
Su San Talks Tech
Su San Talks Tech
Mar 24, 2026 · Artificial Intelligence

Master Claude Code: From Installation to Advanced AI‑Powered Programming Assistant

This comprehensive guide walks you through setting up Claude Code, explains its tool‑use architecture, shows how to configure the environment, manage project context, use plan and think modes, control dialogue flow, create custom commands, and extend functionality with MCP servers such as Playwright.

AI programmingClaude CodeContext management
0 likes · 23 min read
Master Claude Code: From Installation to Advanced AI‑Powered Programming Assistant
DataFunTalk
DataFunTalk
Mar 23, 2026 · Artificial Intelligence

MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP

This article provides a detailed technical comparison between Model Context Protocol (MCP) and traditional Command Line Interface (CLI) for AI agents, outlining their design goals, performance trade‑offs, security implications, benchmark results, and a practical decision framework with concrete signals for choosing the right approach.

AI AgentCLIHybrid Architecture
0 likes · 14 min read
MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP
Java One
Java One
Mar 23, 2026 · Artificial Intelligence

Master Claude Code: From Installation to Advanced AI‑Powered Development Workflows

This comprehensive guide walks you through the Claude Certified Architect exam structure, explains how Claude Code turns a language model into a full‑featured programming assistant, details installation on macOS, Linux and Windows, demonstrates tool‑use mechanics, context management, custom commands, and extending functionality with MCP servers such as Playwright.

AIClaudeCoding Assistant
0 likes · 27 min read
Master Claude Code: From Installation to Advanced AI‑Powered Development Workflows
AgentGuide
AgentGuide
Mar 21, 2026 · Artificial Intelligence

What Is the Model Context Protocol (MCP)? An Interview‑Style Deep Dive

The article explains MCP (Model Context Protocol) as a standardized interface for AI applications to access external data sources and tools, compares it with function calling, outlines its security considerations, architecture, resource types, and transport options such as Stdio and Streamable HTTP.

AI applicationsClient-Server ArchitectureJSON-RPC
0 likes · 5 min read
What Is the Model Context Protocol (MCP)? An Interview‑Style Deep Dive
ShiZhen AI
ShiZhen AI
Mar 20, 2026 · Artificial Intelligence

How Claude Code’s New “Channels” Feature Turns Your Phone into a Remote AI Coding Assistant

Claude Code’s newly released Channels feature lets developers control active Claude Code sessions from Telegram or Discord on their phones, using the Model Context Protocol (MCP) to create a bidirectional server, while the preview highlights both setup steps and its broader strategic impact on AI‑driven development.

AI coding assistantChannelsClaude Code
0 likes · 6 min read
How Claude Code’s New “Channels” Feature Turns Your Phone into a Remote AI Coding Assistant
Data STUDIO
Data STUDIO
Mar 18, 2026 · Artificial Intelligence

Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP

This article walks through the design and implementation of a production‑ready Web AI agent that uses FastAPI as the HTTP layer, LangGraph to orchestrate multi‑step reasoning, and MCP to expose external tools, showing how to manage state, integrate multiple LLM providers, and extend the system with persistence, rate‑limiting, and monitoring.

AI AgentFastAPILLM
0 likes · 20 min read
Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP
AI Explorer
AI Explorer
Mar 18, 2026 · Artificial Intelligence

How to Empower Claude with Professional Skills: The Complete Anthropic Skills Guide

Anthropic's 33‑page official guide explains the design philosophy, three‑layer progressive disclosure architecture, usage categories, five practical patterns, authoring tips, debugging methods, success metrics, and a step‑by‑step workflow for building Claude Skills that give AI agents reusable professional capabilities.

AI workflowAgent SkillsAnthropic
0 likes · 16 min read
How to Empower Claude with Professional Skills: The Complete Anthropic Skills Guide
AI Architecture Hub
AI Architecture Hub
Mar 18, 2026 · Artificial Intelligence

How to Pass the New Claude Certified Architect Exam: A Step‑by‑Step Guide

Anthropic’s newly launched Claude Certified Architect program offers a free, one‑time exam that tests real‑world architecture skills with Claude Code, Agent SDK, API and MCP, and this guide explains the certification’s purpose, exam rules, application workflow, and seven practical preparation strategies.

AI certificationClaudeMCP
0 likes · 7 min read
How to Pass the New Claude Certified Architect Exam: A Step‑by‑Step Guide
Architect's Ambition
Architect's Ambition
Mar 17, 2026 · Backend Development

How to Equip Cursor AI with a Project‑Management Brain Using Superpowers MCP

The article explains why AI‑generated code often requires rework, introduces the Superpowers MCP tool that enforces a structured three‑step workflow, details its core commands and installation, and demonstrates a real‑world Spring Boot payment‑callback implementation that boosts code pass rate from 40% to 95% and cuts rework tenfold.

AI coding workflowCode GenerationCursor AI
0 likes · 11 min read
How to Equip Cursor AI with a Project‑Management Brain Using Superpowers MCP
o-ai.tech
o-ai.tech
Mar 14, 2026 · Artificial Intelligence

Mastering Codex: Essential Best Practices for Coding Agents

This guide walks beginners through proven habits for using Codex more efficiently across CLI, IDE extensions, and the Codex app, covering prompting, planning, validation, AGENTS.md, MCP integration, skills, automations, configuration, testing, and session management.

AGENTS.mdAI CodingAutomation
0 likes · 16 min read
Mastering Codex: Essential Best Practices for Coding Agents
Frontend AI Walk
Frontend AI Walk
Mar 14, 2026 · Artificial Intelligence

Advanced AI Coding Workflow: Use Figma MCP to Read Designs and YApi MCP to Read APIs for Ready‑to‑Deploy Development

This guide shows how to replace the manual hand‑copying of design specs and API fields with an engineered AI workflow that reads Figma frames via Figma MCP and API schemas via YApi MCP, then generates reusable React + Tailwind code, type definitions, and integration steps for immediate delivery.

AI programmingFigmaMCP
0 likes · 14 min read
Advanced AI Coding Workflow: Use Figma MCP to Read Designs and YApi MCP to Read APIs for Ready‑to‑Deploy Development
SpringMeng
SpringMeng
Mar 14, 2026 · Artificial Intelligence

How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?

The article explains OpenClaw’s four‑layer architecture—Agent, Memory, RAG, and Skills—detailing how each component (including Function Call and MCP) works, how they differ from platforms like Dify, and provides practical security guidelines for running the open‑source AI agent framework.

AI AgentMCPMemory
0 likes · 15 min read
How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?
AI Engineering
AI Engineering
Mar 14, 2026 · Artificial Intelligence

How Chrome 146’s New MCP Feature Disrupts AI Browser Automation

Chrome 146 adds native MCP support that lets AI agents control the currently logged‑in browser session, eliminating the need for headless mode or credential transfer, expanding automation possibilities while introducing new security considerations.

Browser AutomationChromeClaude
0 likes · 4 min read
How Chrome 146’s New MCP Feature Disrupts AI Browser Automation
DaTaobao Tech
DaTaobao Tech
Mar 13, 2026 · Artificial Intelligence

How an AI Platform Replaces 150+ Lines of Code for E‑commerce Promotion Risk Detection

The article explains how a natural‑language‑driven AI platform, with pre‑configured agents and parameterized calls, can replace a complex 150‑line SKU‑combination risk‑checking algorithm in e‑commerce, dramatically improving readability, maintainability, development speed, and business value while reducing cost and response time.

AIMCPRisk Detection
0 likes · 17 min read
How an AI Platform Replaces 150+ Lines of Code for E‑commerce Promotion Risk Detection
Data STUDIO
Data STUDIO
Mar 11, 2026 · Backend Development

Build Your First MCP Server with FastMCP – A Python Power Tool

This article introduces the Model Context Protocol (MCP) and the FastMCP Python library, then walks through setting up a virtual environment, creating a simple weather‑query tool, testing it with a client, upgrading to a real OpenWeatherMap API, and finally covering production deployment options such as HTTP transport, Docker, and security middleware.

AI toolsDeploymentDocker
0 likes · 19 min read
Build Your First MCP Server with FastMCP – A Python Power Tool
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 10, 2026 · Artificial Intelligence

Say Goodbye to Repetitive Prompts: A Complete Guide to Building Claude Skills

This guide explains how to create, structure, and deploy Claude Skills—a folder of Markdown files with a YAML preamble and optional scripts—to automate complex workflows, improve prompt efficiency, and integrate via the /v1/skills API, covering design principles, naming rules, testing, and distribution.

AI skillsAPIClaude
0 likes · 7 min read
Say Goodbye to Repetitive Prompts: A Complete Guide to Building Claude Skills