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.

937
Articles
0
Likes
2.6k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
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.

AIInstallationUsage
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 AgentOpenClawPrompt Engineering
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
Su San Talks Tech
Su San Talks Tech
Mar 19, 2026 · Backend Development

Unlock Ultimate Spring Support in IDEA Community with the Free Spring Explyt Plugin

This article introduces Spring Explyt, a free open‑source IntelliJ IDEA Community plugin that adds full Spring development features—including accurate bean detection, advanced code completion, endpoint management, built‑in HTTP client, and enhanced debugging—by using a lightweight runtime analysis, and provides installation, usage steps, and a feature comparison with IDEA Ultimate.

DevelopmentIntelliJ IDEAJava
0 likes · 6 min read
Unlock Ultimate Spring Support in IDEA Community with the Free Spring Explyt Plugin