paper-with-me

Papers

Using a Feedback Loop for LLM-based Infrastructure as Code Generation

2024-11-28 · Mayur Amarnath Palavalli, Mark Santolucito

Code generation with Large Language Models (LLMs) has helped to increase software developer productivity in coding tasks, but has yet to have significant impact on the tasks of software developers that surround this code. In particular, the challenge of infrastructure management remains an open question. We investigate the ability of an LLM agent to construct infrastructure using the Infrastructure as Code (IaC) paradigm. We particularly investigate the use of a feedback loop that returns errors and warnings on the generated IaC to allow the LLM agent to improve the code. We find that, for each iteration of the loop, its effectiveness decreases exponentially until it plateaus at a certain point and becomes ineffective.

📄 PDF Abstract BibTeX arXiv:2411.19043

Code (1)

Mayur-Palavalli/LLM-IaC-generation 공식 구현

Tasks

Code GenerationManagement

Similar Papers 제목 키워드 기반

Beyond the Need for Speed: Energy-Aware Code Generation via Simulation-Guided Reinforcement Learning

2026-07-06 · Saurabhsingh Rajput, Tushar Sharma arxiv

Code models strictly prioritize functional correctness, leaving software energy efficiency as an unoptimized byproduct. Training models to generate energy-efficient code requires reproducible feedback at scale, which phy…

Reinforcement LearningCode Generation

Exploring Code Language Models for Automated HLS-based Hardware Generation: Benchmark, Infrastructure and Analysis

2025-02-19 · Jiahao Gai, Hao Mark Chen, Zhican Wang, HongYu Zhou 외

Recent advances in code generation have illuminated the potential of employing large language models (LLMs) for general-purpose programming languages such as Python and C++, opening new opportunities for automating softw…

Code GenerationHigh-Level Synthesis

Unlocking LLM Code Correction with Iterative Feedback Loops

2026-06-16 · Le Zhang, Suresh Kothari arxiv

Large Language Models have shown remarkable capabilities in code generation. However, most existing evaluations focus only on single-attempt accuracy and overlook the iterative refinement process that is central to real-…

Code Generation

Render-in-the-Loop: Vector Graphics Generation via Visual Self-Feedback

2026-04-22 · Guotao Liang, Zhangcheng Wang, Juncheng Hu, Haitao Zhou 외 arxiv

Multimodal Large Language Models (MLLMs) have shown promising capabilities in generating Scalable Vector Graphics (SVG) via direct code synthesis. However, existing paradigms typically adopt an open-loop "blind drawing" …

Feedback Loops and Code Perturbations in LLM-based Software Engineering: A Case Study on a C-to-Rust Translation System

2025-12-02 · Martin Weiss, Jesko Hecking-Harbusch, Jochen Quante, Matthias Woehrle arxiv

The advent of strong generative AI has a considerable impact on various software engineering tasks such as code repair, test generation, or language translation. While tools like GitHub Copilot are already in widespread …

Code TranslationCode Repair