Su San Talks Tech
Author

Su San Talks Tech

Su San, former staff at several leading tech companies, is a top creator on Juejin and a premium creator on CSDN, and runs the free coding practice site www.susan.net.cn.

882
Articles
0
Likes
1.3k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
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
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Artificial Intelligence

How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide

JetBrains AIR is a new AI‑first IDE that integrates intelligent agents into the core workflow, offering macOS installation, project opening, task definition with context, permission controls, parallel execution, review tools, and MCP server integration for extensible AI‑assisted development.

AI IDEAI codingJetBrains AIR
0 likes · 6 min read
How JetBrains AIR Redefines AI‑Powered Development: A Hands‑On Guide
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Backend Development

Building a Resilient Third‑Party Integration Layer for High Availability

When external APIs are unstable or slow, this guide explains how to design a dedicated defense layer that abstracts third‑party calls, implements client‑side rate limiting, retries, observability, and mock testing, and even shows how to showcase these skills in a technical interview.

Interview preparationclient‑side governancemicroservice resilience
0 likes · 24 min read
Building a Resilient Third‑Party Integration Layer for High Availability
Su San Talks Tech
Su San Talks Tech
Apr 3, 2026 · Artificial Intelligence

How to Seamlessly Switch Between Multiple AI Models with CC Switch

CC Switch is a cross‑platform desktop assistant that visualizes and unifies the configuration of major AI programming tools, enabling one‑click model switching, skill and MCP management, cloud sync, and system‑tray access, with simple installation from its GitHub releases page.

AICross‑platformModel Management
0 likes · 6 min read
How to Seamlessly Switch Between Multiple AI Models with CC Switch
Su San Talks Tech
Su San Talks Tech
Apr 2, 2026 · Artificial Intelligence

How GLM-5.1 Beats Its Predecessor: A Hands‑On Test and Deep Dive

The article presents a detailed, hands‑on evaluation of the newly released GLM‑5.1 model, describing the rollout strategy, step‑by‑step testing on complex coding tasks, configuration details, observed performance improvements over previous versions, and practical guidance for developers seeking to leverage the model for real‑world projects.

AI Coding AssistantGLM-5.1Large Language Model
0 likes · 9 min read
How GLM-5.1 Beats Its Predecessor: A Hands‑On Test and Deep Dive
Su San Talks Tech
Su San Talks Tech
Apr 1, 2026 · Artificial Intelligence

What Claude Code’s Source Leak Reveals About Prompt Engineering and Multi‑Agent Design

A recent source‑map leak of Anthropic’s Claude Code exposed thousands of TypeScript files, uncovering detailed system prompts, a sophisticated multi‑agent coordination framework, three‑layer context compression, hidden data collection practices, and numerous undocumented tools and commands that provide valuable insights for AI developers.

AI toolingClaude Codeprompt engineering
0 likes · 10 min read
What Claude Code’s Source Leak Reveals About Prompt Engineering and Multi‑Agent Design
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
Su San Talks Tech
Su San Talks Tech
Mar 29, 2026 · Artificial Intelligence

2026 AI Coding Showdown: Which Model Dominates Programming?

This article evaluates the latest 2026 AI large‑language models for software development—including Anthropic’s Claude Opus 4.6, OpenAI’s GPT‑5.4, Google’s Gemini 3.1 Pro, DeepSeek V3.2/V4, Zhipu’s GLM‑5.1, and Alibaba’s Qwen 3.5‑Plus—comparing context windows, pricing, benchmark scores, multimodal and agent capabilities, and recommending use‑case‑specific selections.

AI Modelsbenchmarkmodel comparison
0 likes · 20 min read
2026 AI Coding Showdown: Which Model Dominates Programming?
Su San Talks Tech
Su San Talks Tech
Mar 27, 2026 · Operations

Why Warp’s AI‑Powered Terminal Is Changing How Developers Work

This article introduces Warp, a Rust‑based modern terminal with built‑in AI, outlines its key features, shows how to install and configure it on macOS, Windows and Linux, demonstrates practical usage and AI‑driven command assistance, and provides the GitHub project link.

AICommand LineInstallation
0 likes · 6 min read
Why Warp’s AI‑Powered Terminal Is Changing How Developers Work
Su San Talks Tech
Su San Talks Tech
Mar 26, 2026 · Artificial Intelligence

Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots

This article explains how OpenClaw functions as an AI Agent framework that connects chat applications to large language models, manages multi‑turn dialogues, executes tool commands, handles memory and security, and demonstrates advanced features such as sub‑agents, cron jobs, and context compression.

AI AgentContext CompressionOpenClaw
0 likes · 19 min read
Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots