DaTaobao Tech
Author

DaTaobao Tech

Official account of DaTaobao Technology

555
Articles
0
Likes
1.7k
Views
0
Comments
Recent Articles

Latest from DaTaobao Tech

100 recent articles max
DaTaobao Tech
DaTaobao Tech
Jan 19, 2026 · Mobile Development

How Dual‑Prefetch and Multi‑Instance Architecture Supercharged Our Order List

This article details a systematic set of optimizations—dual‑layer pre‑fetch, multi‑level caching, multi‑instance tab management, and white‑screen mitigation—that transformed an e‑commerce order list from sluggish and unstable to fast, smooth, and reliable for billions of users.

Mobilearchitecturee-commerce
0 likes · 13 min read
How Dual‑Prefetch and Multi‑Instance Architecture Supercharged Our Order List
DaTaobao Tech
DaTaobao Tech
Jan 16, 2026 · Frontend Development

How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects

This article presents an AI‑driven accessibility solution that embeds code‑review and automatic fixing into the development workflow, tackles high‑frequency issues such as text reading, focus management and interaction recognition, achieves over 95% fix rates in both testing and production, and outlines future extensions to native and D2C scenarios.

AICode ReviewFrontend
0 likes · 14 min read
How AI Enables “Write Code, Fix Accessibility” Across Front‑End Projects
DaTaobao Tech
DaTaobao Tech
Jan 12, 2026 · Artificial Intelligence

Top 10 AI‑Powered Development Practices from Alibaba’s Tech Teams

This article aggregates ten technical case studies from Alibaba, covering AI‑assisted code cleaning, specification‑driven development, multi‑agent front‑end automation, AI coding fundamentals, index optimization, and workflow designs that together illustrate how AI can boost efficiency across backend, frontend, and database engineering.

AIautomationcode generation
0 likes · 10 min read
Top 10 AI‑Powered Development Practices from Alibaba’s Tech Teams
DaTaobao Tech
DaTaobao Tech
Jan 7, 2026 · Artificial Intelligence

5 Design Patterns to Control LLM Output in Generative AI Applications

The article presents five design patterns—Logits Masking, Grammar, Style Transfer, Reverse Neutralization, and Content Optimization—for steering the output of generative AI models, compares their suitable scenarios, advantages, drawbacks, and anti‑patterns, and provides concrete implementation steps, code snippets, and flowcharts to help developers reliably enforce style, format, and compliance constraints.

LLMgenerative AIoutput control
0 likes · 20 min read
5 Design Patterns to Control LLM Output in Generative AI Applications
DaTaobao Tech
DaTaobao Tech
Jan 5, 2026 · Artificial Intelligence

Why AI Engineering Isn’t a Reinvention of Software Architecture – Insights from AI Search

The article examines how AI engineering builds on, rather than discards, traditional software engineering principles, using the evolution of AI‑driven search at Alibaba to illustrate architectural upgrades that manage uncertainty, integrate context engineering, and combine classic design patterns with new AI‑specific tools.

AI EngineeringContext EngineeringSearch
0 likes · 21 min read
Why AI Engineering Isn’t a Reinvention of Software Architecture – Insights from AI Search
DaTaobao Tech
DaTaobao Tech
Dec 31, 2025 · Backend Development

How AI Transformed a Taobao Service‑Package System with Domain‑Driven Design

This article examines how a rapidly growing Taobao flash‑sale service‑package system suffered from high development costs, duplicated code, and tight coupling, and shows how AI‑assisted domain‑driven design was applied to refactor the architecture, automate code generation, and dramatically improve efficiency, maintainability, and extensibility.

AIBackend RefactoringDomain-Driven Design
0 likes · 13 min read
How AI Transformed a Taobao Service‑Package System with Domain‑Driven Design
DaTaobao Tech
DaTaobao Tech
Dec 1, 2025 · Artificial Intelligence

How AI Can Automate Repetitive Work: From Simple Tools to Intelligent Agents

This article shares the author's practical experience in using AI to tackle complex repetitive tasks, presenting a reusable methodology that abstracts human actions into a perception‑decision‑execution loop, and demonstrates three automation modes—tool assistant, workflow, and intelligent agent—through real‑world cases in data governance, ticket handling, and baseline operations.

AI automationdata governanceintelligent agent
0 likes · 23 min read
How AI Can Automate Repetitive Work: From Simple Tools to Intelligent Agents
DaTaobao Tech
DaTaobao Tech
Nov 24, 2025 · Frontend Development

How Spec‑Driven AI Collaboration Solves Front‑End Component Reuse Challenges

The article examines the difficulties of traditional front‑end component reuse, proposes a spec‑driven AI collaboration model that shifts from code reuse to specification reuse, and demonstrates the approach with a detailed Bottom component case study, including design principles, architecture, code snippets, and practical benefits.

AI Code GenerationDesign SystemTypeScript
0 likes · 31 min read
How Spec‑Driven AI Collaboration Solves Front‑End Component Reuse Challenges
DaTaobao Tech
DaTaobao Tech
Nov 19, 2025 · Databases

Mastering MySQL Slow Query Diagnosis and Index Optimization

This article walks through a real‑world slow‑SQL case on a massive e‑commerce order table, explains B+Tree index structures, index height estimation, index push‑down, sorting strategies, EXPLAIN and Query Profiler usage, and provides a step‑by‑step SOP for safe index changes and validation.

B+TreeIndex OptimizationQuery Profiling
0 likes · 40 min read
Mastering MySQL Slow Query Diagnosis and Index Optimization
DaTaobao Tech
DaTaobao Tech
Nov 10, 2025 · Artificial Intelligence

How Tmall’s AI Transforms Test Case Generation for Faster, Smarter QA

This article details Tmall's technology team's deep AI‑driven testing practice, outlining industry challenges, the need for intelligent test case generation, and a comprehensive strategy that combines prompt engineering, RAG‑based knowledge bases, and platform integration to boost coverage, reduce manual effort, and accelerate release cycles.

AI testingKnowledge BaseRAG
0 likes · 10 min read
How Tmall’s AI Transforms Test Case Generation for Faster, Smarter QA