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
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 pluginsCanvaCodex
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 AgentsContext EngineeringHarness
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 preprocessingDocument ConversionLLM
0 likes · 20 min read
Why MarkItDown Is Dominating GitHub Trending: An In‑Depth AI‑Ready Document Converter
Su San Talks Tech
Su San Talks Tech
Jun 9, 2026 · Artificial Intelligence

Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide

This article explains how developers can bypass token‑cost barriers by using iFlytek’s MaaS platform to obtain free, unlimited‑token access to the Qwen 3.6‑35B‑A3B model, details the model’s MoE architecture and benchmark performance, and provides a complete Java integration tutorial with code samples and practical use‑case suggestions.

AIAPIJava
0 likes · 16 min read
Zero‑Cost Unlimited‑Token Access to Qwen 3.6: A Step‑by‑Step Guide
Su San Talks Tech
Su San Talks Tech
Jun 8, 2026 · Backend Development

Building an Enterprise Log MCP: A Hands‑On Guide

The article explains why AI alone cannot reliably analyze logs, proposes wrapping an enterprise Loki or Elasticsearch log system with a custom MCP that separates discovery and query layers, discusses transport and authentication choices, provides complete Python implementation, and shares three production lessons to ensure safe, scalable log querying.

AI-assisted debuggingLogQLLoki
0 likes · 24 min read
Building an Enterprise Log MCP: A Hands‑On Guide
Su San Talks Tech
Su San Talks Tech
Jun 7, 2026 · Databases

Master Neo4j: Complete Beginner’s Guide, Core Concepts, Cypher Commands, and Spring Boot Integration

This article introduces Neo4j, explains how graph databases differ from relational tables, walks through three installation methods, details nodes, relationships, and paths, provides extensive Cypher examples for creating, querying, updating, and deleting data, and shows how to integrate Neo4j with Spring Boot, plus pros, cons, and use cases.

CypherData ModelingInstallation
0 likes · 19 min read
Master Neo4j: Complete Beginner’s Guide, Core Concepts, Cypher Commands, and Spring Boot Integration