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.

1.0k
Articles
0
Likes
5.8k
Views
0
Comments
Recent Articles

Latest from Su San Talks Tech

100 recent articles max
Su San Talks Tech
Su San Talks Tech
Jun 22, 2026 · Fundamentals

4 Essential AI Diagramming Techniques Every Developer Should Know

The article walks developers through four AI‑assisted diagramming techniques—text‑to‑diagram languages (PlantUML, Mermaid, Flowchart, Graphviz), Obsidian Canvas, SVG generation via custom prompts, and draw.io integration—detailing model selection, prompt design, step‑by‑step workflows, and practical editing tips.

AI diagrammingDraw.ioGraphviz
0 likes · 15 min read
4 Essential AI Diagramming Techniques Every Developer Should Know
Su San Talks Tech
Su San Talks Tech
Jun 19, 2026 · Artificial Intelligence

How to Tame Claude Code: Proven Tricks to Turn It from Unruly to Reliable

This article dissects why Claude Code often behaves unpredictably, then walks through a step‑by‑step configuration of CLAUDE.md, work‑mode switching, Hooks, Skills, and Agents, plus cost‑saving tips and real‑world workflow examples, enabling developers to harness the AI assistant safely and efficiently.

AI coding assistantCLAUDE.mdClaude Code
0 likes · 23 min read
How to Tame Claude Code: Proven Tricks to Turn It from Unruly to Reliable
Su San Talks Tech
Su San Talks Tech
Jun 16, 2026 · Backend Development

Spring Boot 4.1.0 Released – 8 Core New Features Every Developer Should Know

Spring Boot 4.1.0, launched on June 10 2026, builds on Spring Framework 7.0.x and adds eight production‑grade features—including official gRPC support, built‑in SSRF protection, OpenTelemetry enhancements, lazy datasource connections, Kotlin 2.3 support, and upgraded logging—while also detailing migration steps, deprecated APIs, and best‑fit scenarios.

KotlinLazy DataSourceOpenTelemetry
0 likes · 17 min read
Spring Boot 4.1.0 Released – 8 Core New Features Every Developer Should Know
Su San Talks Tech
Su San Talks Tech
Jun 16, 2026 · Artificial Intelligence

Mastering Claude Code Hooks and SDK: A Step‑by‑Step Guide

This article explains how Claude Code hooks work, walks through configuring PreToolUse and PostToolUse hooks, shows concrete JSON and Node.js examples for protecting sensitive files, automating type checks, preventing duplicate queries, and demonstrates how the Claude Code SDK can be integrated into larger AI‑driven development workflows.

AI automationClaude CodePostToolUse
0 likes · 20 min read
Mastering Claude Code Hooks and SDK: A Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Jun 15, 2026 · Artificial Intelligence

How I Doubled RAG Accuracy with Targeted Optimizations

This article walks through a comprehensive, step‑by‑step analysis of why RAG pipelines often underperform and presents concrete optimizations—including OCR preprocessing, table extraction, metadata enrichment, recursive chunking, embedding fine‑tuning, hybrid vector‑keyword retrieval, reranking, prompt templates, and a production‑grade Java implementation—backed by code snippets, benchmark figures, and evaluation metrics.

ChunkingEmbeddingHybrid Retrieval
0 likes · 36 min read
How I Doubled RAG Accuracy with Targeted Optimizations
Su San Talks Tech
Su San Talks Tech
Jun 13, 2026 · Artificial Intelligence

10 Must-Have Codex Plugins to Supercharge Your Workflow

The author reviews ten Codex plugins—Chrome, Computer Use, Documents, Spreadsheets, Presentations, GitHub, Gmail, Canva, HyperFrames, and Remotion—explaining how each extends Codex’s capabilities to automate browser tasks, desktop operations, document creation, spreadsheet handling, presentation generation, code collaboration, email management, design, interactive content, and video production, while noting setup considerations and limitations.

AI pluginsAutomationCanva
0 likes · 11 min read
10 Must-Have Codex Plugins to Supercharge Your Workflow
Su San Talks Tech
Su San Talks Tech
Jun 13, 2026 · Artificial Intelligence

What Is the Hot New “Loop” Concept in AI Agents?

The article explains the AI‑Agent “Loop” concept—how it differs from traditional programming loops, its ReAct reasoning‑acting cycle, the full agent execution pipeline, single‑agent versus multi‑agent collaboration, engineering layers from Prompt to Harness, and practical advantages, limitations, and use cases.

AI AgentsHarnessLoop Engineering
0 likes · 17 min read
What Is the Hot New “Loop” Concept in AI Agents?
Su San Talks Tech
Su San Talks Tech
Jun 11, 2026 · Artificial Intelligence

Master Claude Code’s New Features: /goal, Subagents, Dynamic Workflows, and Agent Teams

Claude Code now offers powerful automation tools—including the /goal command for condition‑driven loops, customizable Subagents for isolated tasks, JavaScript‑based Dynamic Workflows that orchestrate hundreds of agents, and experimental Agent Teams for multi‑session collaboration—allowing developers to streamline complex coding projects, run large‑scale analyses, and keep the main conversation context clean.

AI automationAgent TeamsClaude Code
0 likes · 23 min read
Master Claude Code’s New Features: /goal, Subagents, Dynamic Workflows, and Agent Teams
Su San Talks Tech
Su San Talks Tech
Jun 11, 2026 · Artificial Intelligence

Why MarkItDown Is Dominating GitHub Trending: An In‑Depth AI‑Ready Document Converter

MarkItDown, the Microsoft‑backed open‑source tool that converts PDFs, Word, PPT, images and more into LLM‑friendly Markdown, has surged to over 150 k GitHub stars, and this article explains its architecture, installation, advanced features, strengths, limitations, and how it fits into RAG and AI workflows.

AI preprocessingLLMMCP
0 likes · 20 min read
Why MarkItDown Is Dominating GitHub Trending: An In‑Depth AI‑Ready Document Converter