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
Jul 7, 2026 · Backend Development

How to Choose Among Four Popular Message Queues?

This article compares Kafka, RocketMQ, RabbitMQ, and ActiveMQ, explaining their architectures, core concepts, strengths and weaknesses, and provides practical guidance on selecting the most suitable queue based on throughput, reliability, scalability, and use‑case requirements.

KafkaRabbitMQRocketMQ
0 likes · 20 min read
How to Choose Among Four Popular Message Queues?
Su San Talks Tech
Su San Talks Tech
Jul 7, 2026 · Artificial Intelligence

Master 97% of Codex Features in 3 Minutes: A Practical Guide

This guide walks you through the essential three‑step setup—creating a project workspace, writing an AGENTS.md specification, and using plan mode—then expands to phone integration, Skills, plugins, MCP, automation, Git workflows, and Worktree isolation, showing how to turn Codex from a chat window into a full‑featured AI‑powered development workstation.

AGENTS.mdAI assistantAutomation
0 likes · 10 min read
Master 97% of Codex Features in 3 Minutes: A Practical Guide
Su San Talks Tech
Su San Talks Tech
Jul 5, 2026 · Artificial Intelligence

Why PaddleOCR Is the Must‑Use Open‑Source OCR Tool

PaddleOCR, an open‑source OCR library from Baidu, offers high‑precision multilingual text extraction, lightweight models, and a modern pipeline, with benchmarks showing superior accuracy and speed over Tesseract and EasyOCR, and provides detailed installation, usage, and Java integration guides for developers.

Deep LearningJava integrationMultilingual
0 likes · 23 min read
Why PaddleOCR Is the Must‑Use Open‑Source OCR Tool
Su San Talks Tech
Su San Talks Tech
Jul 5, 2026 · Artificial Intelligence

A Practical Guide to Loop Engineering: Automating AI Workflows with Markdown

The article explains how to implement a Loop automation system using three essential Markdown files—AGENTS/CLAUDE, STATE, and SKILL—detailing their roles, safety rules, verification steps, prompt commands (/loop and /goal), and a step‑by‑step setup from zero to a near‑unattended AI‑driven workflow.

AI automationCI triageLoop Engineering
0 likes · 15 min read
A Practical Guide to Loop Engineering: Automating AI Workflows with Markdown
Su San Talks Tech
Su San Talks Tech
Jul 4, 2026 · Artificial Intelligence

How to Write an Effective CLAUDE.md for Claude Code (Even If You’ve Only Used It 2½ Years)

The article explains why AI coding tools like Claude Code need a concise CLAUDE.md onboarding file, details what should be included, offers concrete best‑practice tips such as keeping the file under 200 lines, using positive directives, leveraging Hooks and AGENTS.md, and provides troubleshooting steps and team‑collaboration strategies.

AGENTS.mdAI programmingCLAUDE.md
0 likes · 16 min read
How to Write an Effective CLAUDE.md for Claude Code (Even If You’ve Only Used It 2½ Years)
Su San Talks Tech
Su San Talks Tech
Jul 2, 2026 · Artificial Intelligence

Getting Started with ZCode: The Official GLM‑5.2 AI Programming Workspace

ZCode is positioned as the official development environment for GLM‑5.2, offering a desktop AI programming workspace that integrates model connection, task management, Git tracking, remote control, and a Goal mode to streamline long‑running coding tasks across macOS, Windows, and Linux.

AI workspaceBigModelGLM-5.2
0 likes · 9 min read
Getting Started with ZCode: The Official GLM‑5.2 AI Programming Workspace
Su San Talks Tech
Su San Talks Tech
Jul 2, 2026 · Backend Development

Replace if…else with a Lightweight Rule Engine: Introducing Easy Rules

The article explains why deep nesting of if…else statements harms readability, maintainability and testability, and shows how the Java Easy Rules engine can extract business logic into reusable rule objects with multiple definition styles, lightweight architecture, and integration options.

Composite RulesEasy RulesJava
0 likes · 18 min read
Replace if…else with a Lightweight Rule Engine: Introducing Easy Rules
Su San Talks Tech
Su San Talks Tech
Jul 1, 2026 · Artificial Intelligence

Which Domestic Multimodal LLM Is the Most Efficient for Production?

The article benchmarks three Chinese multimodal large models—Step 3.7 Flash, MiniMax M3, and Qwen 3.6‑flash—across two real‑world tasks, measuring output quality, API latency, and token cost, and concludes that Step 3.7 Flash consistently offers the best speed‑cost trade‑off for production use.

API latencyMiniMax M3Multimodal LLM
0 likes · 10 min read
Which Domestic Multimodal LLM Is the Most Efficient for Production?
Su San Talks Tech
Su San Talks Tech
Jul 1, 2026 · Artificial Intelligence

How RocketMQ 5.5.0 Enables AI Workloads with LiteTopic

The article explains why AI tasks suffer from long‑lasting, blocking calls, and shows how Apache RocketMQ 5.5.0’s LiteTopic transforms synchronous multi‑agent workflows into asynchronous, non‑blocking pipelines, boosting throughput, preserving session state, and providing smart GPU scheduling.

AI integrationDistributed Session ManagementLiteTopic
0 likes · 15 min read
How RocketMQ 5.5.0 Enables AI Workloads with LiteTopic