Tagged articles

code translation

10 articles · Page 1 of 1
Data Party THU
Data Party THU
Jul 30, 2026 · Artificial Intelligence

How Code-Structure-Aware Methods Strengthen Large Language Models for Programming

The UC Berkeley 2025 PhD thesis by Linyuan Gong demonstrates that large language models for code must learn program structure—legal positions, complete units, and semantic constraints—through a series of code‑structure‑aware techniques, improving translation, completion, repair, and generation tasks.

ASTcode completioncode large language models
0 likes · 18 min read
How Code-Structure-Aware Methods Strengthen Large Language Models for Programming
TDS Framework
TDS Framework
May 13, 2026 · Frontend Development

AI-Powered React-to-Kuikly Migration: 90% Code Adoption, 90% Load Time Cut, 3 Days → 1 Day

QQ Music migrated 9 React H5 pages and 3 components to the Kuikly cross-platform framework using an AI-assisted workflow, achieving over 90% AI-generated code adoption, reducing development time from 3+ days to under 1 day per page, and cutting page load time by 90% while surpassing original React performance.

AI-assisted migrationCross-Platform DevelopmentKuikly
0 likes · 13 min read
AI-Powered React-to-Kuikly Migration: 90% Code Adoption, 90% Load Time Cut, 3 Days → 1 Day
phodal
phodal
Mar 10, 2025 · Artificial Intelligence

How AutoDev Bridge Uses LLMs to Accelerate Legacy System Migration

AutoDev Bridge combines large‑model reasoning, C4 architecture analysis, AST‑based business logic extraction, and IDE‑integrated tooling to automate the migration of legacy systems, reducing manual effort and migration risk while highlighting the unique advantages of modern AI agents.

AILLMcode translation
0 likes · 7 min read
How AutoDev Bridge Uses LLMs to Accelerate Legacy System Migration
21CTO
21CTO
Jan 6, 2025 · Information Security

How Researchers Auto-Convert C to Safe Rust: The Mini‑C Approach

Researchers from Inria and Microsoft have devised a method to automatically translate a subset of C code, called Mini‑C, into memory‑safe Rust, using the KaRaMeL compiler framework, demonstrating comparable performance on cryptographic libraries while reducing vulnerability risks.

C++KaRaMeLRust
0 likes · 6 min read
How Researchers Auto-Convert C to Safe Rust: The Mini‑C Approach
21CTO
21CTO
Apr 9, 2022 · Artificial Intelligence

How GitHub Copilot Labs Enhances AI Coding: Explain, Translate, and Convert Code

GitHub Copilot Labs introduces AI‑powered features like code explanation and multi‑language translation, helping developers understand legacy code and migrate between programming languages, while supporting major IDEs and receiving positive yet cautious feedback from the developer community.

AI codingGitHub Copilotcode explanation
0 likes · 3 min read
How GitHub Copilot Labs Enhances AI Coding: Explain, Translate, and Convert Code
DevOps Cloud Academy
DevOps Cloud Academy
Jun 19, 2019 · Backend Development

Researching Web APIs and Translating SonarQube Rules with Python

This article demonstrates how to query SonarQube web APIs for Java rule data, retrieve quality profile information, and use a Python script that leverages execjs to translate rule descriptions via Google Translate, providing examples of both API responses and translation code.

APIJavaPython
0 likes · 13 min read
Researching Web APIs and Translating SonarQube Rules with Python