Tagged articles
5 articles
Page 1 of 1
iQIYI Technical Product Team
iQIYI Technical Product Team
Nov 6, 2025 · Artificial Intelligence

How to Quantify AI Programming Efficiency: A Traceable, Measurable System

This article describes the challenges of AI‑assisted coding, outlines why AI dialogue traceability and contribution quantification are essential, and presents a VSCode‑based plugin plus a cloud service that together record, aggregate, and analyze AI interactions to turn AI programming into a measurable, team‑wide productivity metric.

AI programmingVSCode plugincode metrics
0 likes · 8 min read
How to Quantify AI Programming Efficiency: A Traceable, Measurable System
Tencent Cloud Developer
Tencent Cloud Developer
Nov 2, 2023 · Artificial Intelligence

Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis

The article reverse‑engineers GitHub Copilot’s VSCode extension, detailing how its webpack‑bundled JavaScript is unpacked, its registerGhostText entry point identified, and its prompt‑building, multi‑layer caching, debouncing, and Jaccard‑based similarity mechanisms operate, offering insights into AI‑assisted code completion design.

AI programming assistantGitHub CopilotJaccard similarity
0 likes · 31 min read
Reverse Engineering GitHub Copilot: Architecture and Implementation Analysis
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Oct 12, 2022 · Frontend Development

Designing a Scalable Multilingual Component for Modern Frontend Apps

This article explains how NetEase Qiyu built a high‑cohesion multilingual component using React context and hooks, transformed tree‑structured language data for component libraries, and created a VSCode plugin to automate i18n key replacement, enabling efficient multi‑language support for their customer‑service console.

Component LibraryReactVSCode plugin
0 likes · 14 min read
Designing a Scalable Multilingual Component for Modern Frontend Apps