y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#code-synthesis News & Analysis

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

5 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

AutoACSL: Synthesizing ACSL Specifications by Integrating LLMs with CPG-Based Static Analysis

Researchers introduce AutoACSL, a framework combining large language models with Code Property Graph analysis to automatically generate formal specifications for C programs. The system achieves 96% verification success rates, significantly outperforming code-only baselines and advancing automated formal verification capabilities.

🧠 GPT-5🧠 Gemini🧠 Grok
AIBullisharXiv – CS AI · May 297/10
🧠

VFEAgent: A Multimodal Agent Framework for End-to-End Automated Finite Element Analysis

Researchers introduce VFEAgent, a multimodal AI framework that automates Finite Element Analysis (FEA) workflows by processing images and text descriptions to generate complete engineering simulations. The system combines vision-language models with self-debugging code synthesis to achieve higher reliability than existing LLM approaches, potentially reducing manual engineering work.

AIBullisharXiv – CS AI · Mar 57/10
🧠

AutoHarness: improving LLM agents by automatically synthesizing a code harness

Researchers developed AutoHarness, a technique where smaller LLMs like Gemini-2.5-Flash can automatically generate code harnesses to prevent illegal moves in games, outperforming larger models like Gemini-2.5-Pro and GPT-5.2-High. The method eliminates 78% of failures attributed to illegal moves in chess competitions and demonstrates superior performance across 145 different games.

🧠 Gemini
AIBullisharXiv – CS AI · Jun 236/10
🧠

Formally Verified Code Synthesis for Structured Data Translation in a Medical Internet of Things

Researchers present an LLM-powered code synthesis system that automatically generates formally verified translations between medical device data formats and healthcare interoperability standards. The system integrates formal verification into its pipeline to guarantee generated code meets predefined requirements, demonstrated through integrating a pulse oximeter into an existing Medical IoT network.

AINeutralarXiv – CS AI · May 126/10
🧠

VeriContest: A Competitive-Programming Benchmark for Verifiable Code Generation

Researchers introduce VeriContest, a benchmark of 946 competitive-programming problems designed to evaluate AI models' ability to generate not just functional code but also formal specifications and machine-checkable proofs. Testing ten state-of-the-art models reveals a dramatic capability gap: while the strongest model achieves 92% accuracy on code generation alone, performance plummets to 48% on specifications, 14% on proofs, and just 5% end-to-end, identifying proof generation as the critical bottleneck for verifiable code generation systems.