JD Tech Talk
Author

JD Tech Talk

Official JD Tech public account delivering best practices and technology innovation.

390
Articles
0
Likes
1.2k
Views
0
Comments
Recent Articles

Latest from JD Tech Talk

100 recent articles max
JD Tech Talk
JD Tech Talk
Aug 25, 2025 · Artificial Intelligence

Kickstart Multi‑Agent Collaboration with OxyGent: A 20‑Line Setup Guide

This guide introduces the open‑source OxyGent multi‑agent framework, walks through a quick 20‑line installation, demonstrates environment configuration, tool integration, visualization, and advanced features such as RAG, Reflexion, and distributed deployment for AI applications.

AIFrameworkMulti-agent
0 likes · 4 min read
Kickstart Multi‑Agent Collaboration with OxyGent: A 20‑Line Setup Guide
JD Tech Talk
JD Tech Talk
Aug 22, 2025 · Artificial Intelligence

How JD’s Large‑Model Tools Are Transforming AI Workflows and Future Enterprises

JD’s internal technical salon reveals the rapid evolution of large‑model AI tools, outlining design principles, current capabilities like JoyAgent, OxyGent and JoyCode, real‑world applications across office, code review, logistics, and policy outlook, while highlighting future multi‑agent and embodied intelligence trends.

AI applicationsAI toolsEnterprise AI
0 likes · 13 min read
How JD’s Large‑Model Tools Are Transforming AI Workflows and Future Enterprises
JD Tech Talk
JD Tech Talk
Aug 20, 2025 · Artificial Intelligence

How Large AI Models Are Transforming Software Testing

This article explains what large AI models are, how they enhance capabilities across domains, and details their practical use in software testing—covering code review, automated test case generation, security and performance checks—while envisioning future impacts on manual testing efficiency.

AI in QAlarge language modelsmodel‑driven testing
0 likes · 4 min read
How Large AI Models Are Transforming Software Testing
JD Tech Talk
JD Tech Talk
Aug 18, 2025 · Backend Development

Boosting Architecture Efficiency: Stability, Performance, and Clean Code Strategies

This article explores how software teams can enhance architecture efficiency by focusing on three core dimensions—stability, performance, and code quality—using practical examples, orthogonal decomposition, and disciplined design to build systems that are reliable, fast, and maintainable.

backend developmentcode qualitysoftware architecture
0 likes · 11 min read
Boosting Architecture Efficiency: Stability, Performance, and Clean Code Strategies
JD Tech Talk
JD Tech Talk
Aug 14, 2025 · Artificial Intelligence

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

This paper presents a comprehensive approach to improve Text‑to‑SQL performance by introducing J‑Schema for structured database representation, leveraging chain‑of‑thought prompting, applying iterative DPO training, and employing self‑consistency voting, achieving execution accuracy gains from 56.6% to 69.2% on the BIRD benchmark.

BIRD BenchmarkIterative DPOSelf-Consistency
0 likes · 12 min read
Boosting Text-to-SQL Accuracy: J‑Schema, Iterative DPO, and Self‑Consistency
JD Tech Talk
JD Tech Talk
Aug 13, 2025 · Backend Development

Why MySQL getUiToken Times Out: PhantomReference GC Bottleneck & Fix

The article investigates frequent timeout alerts on the getUiToken API, tracing the issue to excessive PhantomReference objects causing long GC pauses, explains how MySQL’s AbandonedConnectionCleanupThread and default Druid pool settings generate these references, and presents configuration tweaks, JVM flags, and cleanup tasks that reduced GC pause times from 1.25 s to 0.1 s.

DruidJavaMySQL
0 likes · 11 min read
Why MySQL getUiToken Times Out: PhantomReference GC Bottleneck & Fix
JD Tech Talk
JD Tech Talk
Aug 6, 2025 · Artificial Intelligence

How to Deploy JoyAgent AI Agent on JD Cloud in Four Simple Steps

This guide walks you through deploying JD Cloud’s open‑source JoyAgent AI agent using the JoyAgent‑Genie image, covering host creation, firewall configuration, model and search engine setup, and service startup, enabling you to access the Genie interface via a public IP.

DeepSeekJD CloudJoyAgent
0 likes · 4 min read
How to Deploy JoyAgent AI Agent on JD Cloud in Four Simple Steps
JD Tech Talk
JD Tech Talk
Aug 5, 2025 · Artificial Intelligence

How AI is Revolutionizing Supply Chains: JD.com's Billion‑Scale Time‑Series Model

The article details JD.com’s AI‑driven supply‑chain innovations, including a billion‑scale pure time‑series model, advanced demand forecasting, intelligent inventory selection, and end‑to‑end allocation algorithms that dramatically improve efficiency, cost, and global supply‑chain transformation.

AILogistics OptimizationSupply Chain
0 likes · 10 min read
How AI is Revolutionizing Supply Chains: JD.com's Billion‑Scale Time‑Series Model
JD Tech Talk
JD Tech Talk
Jul 30, 2025 · Artificial Intelligence

Deploy JoyAgent‑Genie Locally and Switch to DeepSeek in Minutes

This guide walks you through quickly trying the open‑source JoyAgent‑Genie online, then cloning the repository, running the one‑click start script, and reconfiguring the .env and application.yml files to replace the default GPT‑4.1 model with DeepSeek, all with clear step‑by‑step instructions and screenshots.

AI modelJoyAgent-Geniedeployment
0 likes · 3 min read
Deploy JoyAgent‑Genie Locally and Switch to DeepSeek in Minutes