DaTaobao Tech
Author

DaTaobao Tech

Official account of DaTaobao Technology

560
Articles
0
Likes
2.2k
Views
0
Comments
Recent Articles

Latest from DaTaobao Tech

100 recent articles max
DaTaobao Tech
DaTaobao Tech
Sep 22, 2025 · Artificial Intelligence

Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations

This article provides an in‑depth technical breakdown of Anthropic's Claude Code terminal AI programming tool—including its layered system architecture, command execution pipeline, context management, security model, binary feedback mechanism, and the newly released iFlow CLI 2.0 with sub‑agents, MCP tool integration and multi‑mode operation—illustrated with code snippets and real‑world usage examples.

AICLIcode generation
0 likes · 22 min read
Inside Claude Code: Architecture, Execution Flow, and iFlow CLI 2.0 Innovations
DaTaobao Tech
DaTaobao Tech
Sep 17, 2025 · Artificial Intelligence

Boosting ID Card Photo Quality with Multimodal AI: A Practical Deployment Guide

This article details how a multimodal AI model was integrated to detect and improve ID card photo quality, covering common image issues, differences between OCR and multimodal extraction, deployment strategies, performance metrics, cost estimation, and the resulting business and technical benefits.

ID verificationModel DeploymentOCR
0 likes · 13 min read
Boosting ID Card Photo Quality with Multimodal AI: A Practical Deployment Guide
DaTaobao Tech
DaTaobao Tech
Sep 12, 2025 · Artificial Intelligence

How Multi‑Agent AI Transforms Financial Loss Prevention in E‑Commerce

This article explains how a multi‑agent AI system shifts asset‑loss control from reactive to proactive by building a full‑link protection framework that extracts knowledge, identifies risks, automatically deploys safeguards, and continuously learns from incidents, delivering faster, more accurate financial security for e‑commerce platforms.

AIMulti-Agente-commerce
0 likes · 19 min read
How Multi‑Agent AI Transforms Financial Loss Prevention in E‑Commerce
DaTaobao Tech
DaTaobao Tech
Sep 10, 2025 · Frontend Development

How AI Cut Front‑End Development Time by 60% in Alibaba’s Giraffe Search

This article details how the author transformed a constrained Weex/Muise front‑end project for the “giraffe” search page into an AI‑driven workflow, building a structured knowledge base, defining project‑level rules, and using RAG techniques to accelerate component, tracking, and payment integration, ultimately reducing development time by 60% and proposing a new “AI programming as context engineering” paradigm.

AIFrontend DevelopmentKnowledge Base
0 likes · 14 min read
How AI Cut Front‑End Development Time by 60% in Alibaba’s Giraffe Search
DaTaobao Tech
DaTaobao Tech
Sep 8, 2025 · Artificial Intelligence

How to Make Large Language Models Understand Third‑Party Java Packages: From Failure to Success

This article explains why AI coding assistants like Cursor and Claude fail to read external Java libraries, explores naive "feed‑the‑code" tricks, evaluates built‑in IDE tools, and ultimately presents a robust solution using a local decompilation pipeline (MCP) that lets LLMs query class definitions and generate correct backend code.

AI code generationJava decompilationThird‑party libraries
0 likes · 19 min read
How to Make Large Language Models Understand Third‑Party Java Packages: From Failure to Success
DaTaobao Tech
DaTaobao Tech
Sep 5, 2025 · Fundamentals

What the ‘Big Mud Ball’ Teaches About Modern Software Architecture

The article explores core software architecture challenges through eight resonant concepts—big mud ball, independent value, domain division, concept design, classification perspective, domain thickness, global versus local, and scaffolding—offering practical strategies to avoid code chaos, clarify responsibilities, and foster engineering excellence.

Domain-Driven DesignSoftware Architecturearchitecture modernization
0 likes · 14 min read
What the ‘Big Mud Ball’ Teaches About Modern Software Architecture
DaTaobao Tech
DaTaobao Tech
Sep 3, 2025 · Artificial Intelligence

Why a Simple Workflow Beats Complex Agents in AI‑Powered Insurance Audits

A retrospective of an AI‑based insurance claim audit project shows that a well‑designed workflow, precise prompt engineering, and rule‑based pre‑filtering can achieve stable, high‑accuracy results, while overly complex agent architectures often become fragile patchwork solutions.

AI auditPrompt Engineeringinsurance claim
0 likes · 24 min read
Why a Simple Workflow Beats Complex Agents in AI‑Powered Insurance Audits
DaTaobao Tech
DaTaobao Tech
Sep 1, 2025 · Artificial Intelligence

Boost Business Automation with AI Agents and MCP: Real-World Insights

This article explores how integrating AI agents with the Model Context Protocol (MCP) and tools like Playwright can automate reporting and batch task creation, detailing practical implementations, challenges, performance comparisons with traditional solutions, and best practices for combining AI and engineering to achieve efficient, reliable business workflows.

AI AgentMCPPrompt Engineering
0 likes · 19 min read
Boost Business Automation with AI Agents and MCP: Real-World Insights
DaTaobao Tech
DaTaobao Tech
Aug 29, 2025 · Backend Development

Why HSF’s Hessian2 Serialization Fails with Java 9 Immutable Collections (Set.of)

When an HSF service receives a parameter created with Java 9's immutable collection factories such as Set.of(), the default Hessian2 serializer drops the collection elements, causing a NullArray InvalidObjectException and resulting in a SERVER_SERIALIZE_ERROR on the server side, which can be avoided by using mutable collections or a compatible serializer.

HSFImmutableCollectionsJava
0 likes · 24 min read
Why HSF’s Hessian2 Serialization Fails with Java 9 Immutable Collections (Set.of)
DaTaobao Tech
DaTaobao Tech
Aug 27, 2025 · Fundamentals

What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained

This article explores what makes code truly good by examining functional, stability, user experience, efficiency, and cost dimensions, presenting the "Gold Code" evaluation criteria, discussing design principles, common code smells, practical examples, and how design patterns and layering affect readability and maintainability.

code qualitycode reviewgood code
0 likes · 15 min read
What Defines Good Code? Multi‑Dimensional Standards, Bad Smells, and Design Patterns Explained