y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#code-migration News & Analysis

2 articles tagged with #code-migration. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

2 articles
AIBullisharXiv – CS AI · Jun 57/10
🧠

Beyond Code Pairs: Dialogue-Based Data Generation for LLM Code Translation

Researchers have developed an automated pipeline using dual-LLM agents to generate high-quality training data for code translation tasks, particularly in low-resource languages like Fortran and CUDA. The approach produces verified translations with unit tests and multi-turn dialogue datasets, enabling a 7B model to outperform larger proprietary systems with over 56% improvement in functional correctness on C++-to-CUDA translation.

AIBullisharXiv – CS AI · Apr 147/10
🧠

From Translation to Superset: Benchmark-Driven Evolution of a Production AI Agent from Rust to Python

Researchers demonstrate a methodology for translating a large production Rust codebase (648K LOC) into Python using LLM assistance, guided by benchmark performance as an objective function. The Python port of Codex CLI, an AI coding agent, achieves near-parity performance on real-world tasks while reducing code size by 15.9x and enabling 30 new features absent from the original Rust implementation.