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.

939
Articles
0
Likes
2.8k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
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 AgentAPILLM
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 AgentMemory ManagementOpenClaw
0 likes · 19 min read
Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots
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
Su San Talks Tech
Su San Talks Tech
Mar 23, 2026 · Artificial Intelligence

How OpenClaw Turns AI Agents into Real‑World Automation Tools

OpenClaw is an AI Agent framework that bridges chat platforms and large language models, enabling automated tasks through context‑engineered prompts, tool usage, memory management, sub‑agents, and security controls, while illustrating practical examples, workflow steps, and mitigation strategies for potential shell‑command exploits.

AI AgentLLMOpenClaw
0 likes · 18 min read
How OpenClaw Turns AI Agents into Real‑World Automation Tools