Tagged articles
29 articles
Page 1 of 1
AI Step-by-Step
AI Step-by-Step
Mar 31, 2026 · Artificial Intelligence

Designing Effective Human-in-the-Loop AI Workflows: When to Automate and When to Involve Humans

The article explains how to avoid the extremes of fully automated AI or no AI at all by defining clear Human-in-the-Loop patterns, identifying irreversible, high‑responsibility, and high‑exception steps, and applying tailored approval, edit, and escalation nodes in finance, contract, and other critical business processes.

AI assistanceAI workflowHuman-in-the-Loop
0 likes · 9 min read
Designing Effective Human-in-the-Loop AI Workflows: When to Automate and When to Involve Humans
21CTO
21CTO
Feb 4, 2026 · Artificial Intelligence

Can AI Boost Developers? Study Finds Benefits for Experts, Drawbacks for Learners

A recent anthropology‑funded experiment shows that AI assistance speeds up seasoned programmers but actually slows skill acquisition for novices, with no overall productivity gain and significantly lower test scores, especially in debugging tasks.

AI assistanceTrio librarycoding skills
0 likes · 5 min read
Can AI Boost Developers? Study Finds Benefits for Experts, Drawbacks for Learners
SpringMeng
SpringMeng
Jan 13, 2026 · Backend Development

Top IDEA Plugins for 2026 to Supercharge Your Java Development

This article reviews essential IntelliJ IDEA plugins for Java/Spring developers, detailing core features, configuration tips, and trade‑offs for each plugin, and recommends a prioritized installation order to boost productivity while monitoring performance impact.

AI assistanceConfigurationDebugging
0 likes · 11 min read
Top IDEA Plugins for 2026 to Supercharge Your Java Development
Woodpecker Software Testing
Woodpecker Software Testing
Dec 23, 2025 · Backend Development

How to Generate an API Test Plan Using Prompt Engineering

This guide explains step‑by‑step how to craft effective prompts for AI tools to automatically produce comprehensive API test plans, covering preparation of API details, core test‑plan components, prompt design principles, example prompts, iterative refinement, execution, and validation of the resulting test plan.

AI assistanceAPI testingMarkdown format
0 likes · 32 min read
How to Generate an API Test Plan Using Prompt Engineering
DataFunTalk
DataFunTalk
Oct 28, 2025 · Artificial Intelligence

How Bilibili Uses Large Language Models to Solve Big Data Platform Issues

This article explains Bilibili's massive data platform architecture, the common offline‑task failures and slowdowns users encounter, and how the company applies a large‑language‑model‑driven intelligent assistant to diagnose and resolve these engineering problems efficiently.

AI assistanceBilibilibig data platform
0 likes · 4 min read
How Bilibili Uses Large Language Models to Solve Big Data Platform Issues
Advanced AI Application Practice
Advanced AI Application Practice
Oct 20, 2025 · Operations

How AI Can Supercharge JMeter Performance Testing

This article walks through using AI to streamline every stage of JMeter performance testing—from automatically generating test plans and JMX scripts, creating realistic parameter data, and writing BeanShell/Groovy logic, to real‑time log analysis, adaptive load control, automated root‑cause analysis, and professional report generation—while highlighting verification, confidentiality, and context‑size considerations.

AI assistanceJMeterLoad Testing
0 likes · 12 min read
How AI Can Supercharge JMeter Performance Testing
DataFunSummit
DataFunSummit
Oct 11, 2025 · Artificial Intelligence

How Bilibili Uses Large Language Models to Tackle Big Data Platform Issues

This article explains how Bilibili's massive video platform leverages a large‑language‑model‑driven assistant to diagnose and resolve offline task failures and slowdowns within its five‑layer, storage‑compute separated big data architecture, improving operational efficiency for thousands of daily queries.

AI assistanceBilibilibig data platform
0 likes · 4 min read
How Bilibili Uses Large Language Models to Tackle Big Data Platform Issues
DataFunTalk
DataFunTalk
Oct 9, 2025 · Artificial Intelligence

How Bilibili Uses Large Language Models to Solve Big Data Task Failures

This article explains Bilibili's massive data platform architecture, the common reasons offline tasks fail or slow down, and how the company is exploring large‑language‑model‑driven assistants to automatically diagnose and resolve these engineering issues.

AI assistanceBilibilibig data platform
0 likes · 4 min read
How Bilibili Uses Large Language Models to Solve Big Data Task Failures
DataFunSummit
DataFunSummit
Oct 6, 2025 · Artificial Intelligence

How Bilibili Leverages Large Language Models to Solve Big Data Platform Failures

This article explains Bilibili's massive video platform data architecture, the huge daily workload of offline and real‑time tasks, common user problems like task failures and slowdowns, their root causes, and how a large language model assistant is being used to automate troubleshooting.

AI assistanceBilibililarge language model
0 likes · 4 min read
How Bilibili Leverages Large Language Models to Solve Big Data Platform Failures
DataFunSummit
DataFunSummit
Oct 5, 2025 · Artificial Intelligence

How Bilibili Uses LLM‑Powered Assistants to Tackle Big‑Data Task Failures

Bilibili’s massive video platform relies on a five‑layer, storage‑compute separated big‑data architecture, handling hundreds of thousands of daily tasks, and now leverages large‑language‑model assistants to automatically diagnose and resolve frequent task failures and performance slowdowns.

AI assistanceBilibiliDistributed Systems
0 likes · 4 min read
How Bilibili Uses LLM‑Powered Assistants to Tackle Big‑Data Task Failures
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Aug 18, 2025 · Frontend Development

Make AI Understand shadcn/ui with the MCP Server

The article introduces shadcn‑ui‑mcp‑server, a Node.js tool that implements a Model Context Protocol to let AI assistants read shadcn/ui component documentation, source code, and demos, enabling richer code suggestions and full‑page layout generation within editors like VS Code, Continue, and Cursor.

AI assistanceModel Context ProtocolNode.js
0 likes · 5 min read
Make AI Understand shadcn/ui with the MCP Server
Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 4, 2025 · Artificial Intelligence

How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR

Google’s T5‑based machine‑learning tool transforms code‑review comments into automatic edit suggestions, reducing the average 60‑minute per‑review effort, boosting resolution rates from 4.9 % to 7.5 %, and delivering multi‑role efficiency gains that translate into hundreds of person‑years saved annually.

AI assistanceCode reviewDevOps
0 likes · 10 min read
How Google’s T5‑Powered AI Cuts Code Review Time by 60 Minutes per PR
Tencent Technical Engineering
Tencent Technical Engineering
May 8, 2025 · Industry Insights

How Tencent’s Wuji Low‑Code Platform Powers Diverse Enterprise Apps

The article explains how Tencent’s Wuji low‑code platform uses a de‑templated, data‑first approach, automatic UI inference, progressive development layers, and AI assistance to let developers quickly build and customize a wide range of internal systems while maintaining integration and openness.

AI assistanceSoftware ArchitectureUI Generation
0 likes · 12 min read
How Tencent’s Wuji Low‑Code Platform Powers Diverse Enterprise Apps
Data Thinking Notes
Data Thinking Notes
Feb 7, 2025 · Artificial Intelligence

Integrate DeepSeek AI into IntelliJ IDEA for Smarter Coding

This guide walks you through obtaining DeepSeek API access, installing the Continue and CodeGPT plugins in IntelliJ IDEA, configuring them with your API key, and understanding the associated usage costs, enabling AI‑assisted development to boost productivity.

AI CodingAI assistanceCodeGPT
0 likes · 4 min read
Integrate DeepSeek AI into IntelliJ IDEA for Smarter Coding
Java Tech Enthusiast
Java Tech Enthusiast
Nov 23, 2024 · Operations

Using jq to Extract JSON Data: A Simple Tutorial

This tutorial shows how to use the jq command‑line tool to extract each user's name from a JSON array, illustrating simple commands such as jq '.users[].name' data.json, describing the author's move from manual IDE methods, and emphasizing the importance of knowing jq exists and leveraging AI to generate scripts from plain‑language descriptions.

AI assistanceData ExtractionJSON
0 likes · 3 min read
Using jq to Extract JSON Data: A Simple Tutorial
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 25, 2024 · Frontend Development

Writing Elegant Frontend Code and Preparing for Technical Interviews

This article shares practical tips for writing clean frontend code, using AI assistants for code improvement, understanding business requirements, reading source code of popular libraries, and mastering front‑end infrastructure such as tooling, monitoring, CI/CD, and technology selection to ace technical interviews.

AI assistanceInterview PreparationTooling
0 likes · 15 min read
Writing Elegant Frontend Code and Preparing for Technical Interviews
JD Retail Technology
JD Retail Technology
Dec 5, 2023 · Fundamentals

Applying ChatGPT to Enhance Software Testing Efficiency

This article explores how software test engineers can leverage ChatGPT for tasks such as requirement analysis, test case creation, defect reporting, functional test generation, API test case generation, and automation script writing, thereby improving testing speed, accuracy, and overall quality.

AI assistanceChatGPTSoftware Testing
0 likes · 10 min read
Applying ChatGPT to Enhance Software Testing Efficiency
JD Tech
JD Tech
Nov 17, 2023 · Artificial Intelligence

Using ChatGPT to Enhance Software Testing Efficiency

This article explores how software test engineers can leverage ChatGPT to improve efficiency across the testing workflow, including requirement analysis, test case creation, defect reporting, functional and API test generation, and automation script development, while providing code examples and practical tips for integrating AI assistance into testing processes.

AI assistanceChatGPTHttpRunner
0 likes · 12 min read
Using ChatGPT to Enhance Software Testing Efficiency
21CTO
21CTO
Jul 10, 2023 · Artificial Intelligence

5 Powerful Ways ChatGPT Can Supercharge Your Programming

This article explores how ChatGPT can boost developers' productivity by generating code, refactoring and debugging, explaining code line‑by‑line, clarifying programming concepts, and automatically creating test cases, encouraging programmers to embrace AI as a daily tool.

AI assistanceChatGPTCode Generation
0 likes · 5 min read
5 Powerful Ways ChatGPT Can Supercharge Your Programming
58UXD
58UXD
Apr 21, 2023 · Product Management

Mastering UX Semantic Design: Practical Methods, AI Boost, and Real-World Cases

This guide walks designers through the fundamentals, organization, and validation of UX semantic writing, presenting three practical design methods, AI‑assisted writing techniques, and multiple case studies that illustrate how to improve clarity, conversion, and user experience across products.

AI assistanceUX writingcontent strategy
0 likes · 12 min read
Mastering UX Semantic Design: Practical Methods, AI Boost, and Real-World Cases
58UXD
58UXD
Mar 17, 2023 · Product Management

How Designers Can Harness ChatGPT Throughout the Entire Design Journey

This article chronicles a designer's hands‑on experiment using ChatGPT as a collaborative partner across a design‑driven project, detailing how AI‑generated questions, market analysis, strategy formulation, and execution support can boost efficiency while highlighting the model's current limitations in visual input and nuanced decision‑making.

AI assistanceChatGPTInnovation
0 likes · 9 min read
How Designers Can Harness ChatGPT Throughout the Entire Design Journey
Baidu MEUX
Baidu MEUX
Aug 23, 2021 · Mobile Development

How Baidu’s ‘Big Font’ App Redefines Mobile Design for the Elderly

Facing a rapidly aging population, Baidu’s Big Font app combines AI‑driven large‑font interfaces, high‑contrast colors, extended audio cues, simplified gestures, and voice‑over features to create an accessible, emotionally supportive mobile experience that addresses seniors’ visual, auditory, motor, and cognitive challenges.

AI assistanceLarge FontUser experience
0 likes · 13 min read
How Baidu’s ‘Big Font’ App Redefines Mobile Design for the Elderly