JD Tech
Author

JD Tech

Official JD technology sharing platform. All the cutting‑edge JD tech, innovative insights, and open‑source solutions you’re looking for, all in one place.

610
Articles
0
Likes
1.6k
Views
0
Comments
Recent Articles

Latest from JD Tech

100 recent articles max
JD Tech
JD Tech
Sep 3, 2025 · Artificial Intelligence

Launch a Multi‑Agent AI System in 20 Lines with OxyGent

This guide shows how to quickly build, configure, and deploy modular AI agents using the OxyGent framework—covering environment setup, minimal code initialization, tool integration, multi‑agent orchestration, and advanced deployment techniques—all illustrated with concise examples and screenshots.

AI agentsMulti-agentOxyGent
0 likes · 4 min read
Launch a Multi‑Agent AI System in 20 Lines with OxyGent
JD Tech
JD Tech
Aug 25, 2025 · Artificial Intelligence

How JD’s Large‑Model Tools are Shaping AI in Enterprise: Insights & Roadmap

JD’s recent technical salon reveals the rapid evolution of large‑model tools, detailing industry trends, JD’s JoyAI ecosystem—including JoyAgent, OxyGent and JoyCode—real‑world applications across office, code review, logistics and local services, and future policy and multi‑agent visions.

AI applicationsAI toolsEnterprise AI
0 likes · 13 min read
How JD’s Large‑Model Tools are Shaping AI in Enterprise: Insights & Roadmap
JD Tech
JD Tech
Aug 20, 2025 · Artificial Intelligence

Boosting Text-to-SQL Accuracy with J‑Schema, Iterative DPO, and Self‑Consistency

This article examines the evolution of Text-to-SQL, introduces the J‑Schema representation and chain-of-thought prompting, applies iterative DPO training and self-consistency voting, and demonstrates how these techniques raise execution accuracy on the BIRD benchmark from 56.6% to 69.2%.

BIRD BenchmarkIterative DPOJ-Schema
0 likes · 11 min read
Boosting Text-to-SQL Accuracy with J‑Schema, Iterative DPO, and Self‑Consistency
JD Tech
JD Tech
Aug 6, 2025 · Frontend Development

How Taro’s Open‑Source HarmonyOS Version Boosts Cross‑Platform Development

The article details the open‑source release of Taro on HarmonyOS, explaining its architectural evolution, performance optimizations, multi‑platform development workflow, and real‑world results from JD’s HarmonyOS app, while outlining future roadmap and ecosystem expansion.

HarmonyOSTarocross-platform
0 likes · 16 min read
How Taro’s Open‑Source HarmonyOS Version Boosts Cross‑Platform Development
JD Tech
JD Tech
Jul 29, 2025 · Artificial Intelligence

How Causal Inference Meets Large Language Models to Revolutionize E‑commerce Pricing

This article describes a QCon talk that combines causal inference with large language models to build a retrieval‑augmented generation pricing system for e‑commerce, detailing the three‑step algorithm, LLM‑driven modeling challenges, process‑reward tree search, reinforcement‑learning fine‑tuning, and experimental gains in accuracy and speed.

Retrieval-Augmented Generationcausal inferencee‑commerce pricing
0 likes · 17 min read
How Causal Inference Meets Large Language Models to Revolutionize E‑commerce Pricing
JD Tech
JD Tech
Jul 23, 2025 · Artificial Intelligence

AI Virtual Try‑On Transforms Fashion E‑Commerce, Raising Conversion 80%

JD Retail’s “JingDianDian” AI virtual try‑on platform leverages a 12‑billion‑parameter Flux‑Fill diffusion model and multimodal pose estimation to automatically create realistic model images and videos, integrates with the JingMai A/B testing system, and delivers up to an 80% boost in conversion while cutting production costs and time dramatically.

A/B testingAIFashion Tech
0 likes · 13 min read
AI Virtual Try‑On Transforms Fashion E‑Commerce, Raising Conversion 80%
JD Tech
JD Tech
Jul 18, 2025 · Artificial Intelligence

How AI Can Turn Codebases into Knowledge Graphs: A Practical Guide

An R&D newcomer struggles with undocumented code and hidden business rules, then builds a large-model-driven knowledge system that links code commits, requirement docs, and operational logs, enabling automated retrieval, intelligent prompts, and improved onboarding, illustrated through multi-stage implementation and practical API examples.

AIcode documentationknowledge management
0 likes · 12 min read
How AI Can Turn Codebases into Knowledge Graphs: A Practical Guide
JD Tech
JD Tech
Jul 11, 2025 · Artificial Intelligence

How JD’s PODM‑MI Model Revolutionizes E‑Commerce Search Ranking

JD’s algorithm engineer recounts how his team transformed e‑commerce search by developing the PODM‑MI re‑ranking framework, uncovering a novel “hourglass” bottleneck in generative retrieval, and implementing lightweight solutions that boosted diversity, relevance, and order volume, culminating in a SIGIR publication.

Gaussian modelingMutual InformationRe‑ranking
0 likes · 8 min read
How JD’s PODM‑MI Model Revolutionizes E‑Commerce Search Ranking
JD Tech
JD Tech
Jul 3, 2025 · Frontend Development

Boosting Mini‑Program Performance on HarmonyOS: How Cangjie Cuts API Latency by 50%

This article details a high‑performance, cross‑platform HarmonyOS mini‑program development practice that analyzes architecture, identifies JS API bottlenecks, demonstrates a step‑by‑step API call breakdown, and shows how the Cangjie language reduces getSystemInfo latency by over 50% while improving overall startup speed.

CangjieCross‑platformHarmonyOS
0 likes · 8 min read
Boosting Mini‑Program Performance on HarmonyOS: How Cangjie Cuts API Latency by 50%
JD Tech
JD Tech
Jul 2, 2025 · Backend Development

How We Tamed Database Lock Contention in High‑Volume Inventory Allocation

This article examines the severe row‑lock competition in MySQL during hot‑SKU inventory positioning, analyzes its causes and risks, and presents a comprehensive set of mitigation strategies—including DB account isolation, flow‑control, request merging, and message‑queue optimizations—validated by extensive performance testing and successful rollout across multiple clusters.

Message Queuebackend optimizationdatabase
0 likes · 14 min read
How We Tamed Database Lock Contention in High‑Volume Inventory Allocation