y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#code-modernization News & Analysis

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

2 articles
AIBullisharXiv – CS AI · 18h ago6/10
🧠

Systematic LLM Translation of Legacy Scientific Code to Differentiable Frameworks: Application to a Land Surface Model

Researchers developed an LLM-based pipeline that automatically translates legacy Fortran scientific code into JAX, a differentiable programming framework. Applied to a 19,000-line land surface model, the approach achieved 24x speedup and 8x faster parameter optimization while enabling gradient-based analysis through automatic differentiation.

AINeutralarXiv – CS AI · 18h ago6/10
🧠

Structuring agentic AI for HPC code modernization

Researchers successfully modernized NMAP-RKPM, a 60,000-line Fortran physics simulation engine, from single-threaded MPI to parallel C++ using a structured agentic AI approach. Rather than relying on LLMs alone, the team developed a 'hand-holding' methodology combining manual examples, continuous buildability checks, and scoped sessions that proved highly effective for legacy code transformation.