paper-with-me

홈 › Papers

LLM-Based Approach for Enhancing Maintainability of Automotive Architectures

2025-09-16 · Nenad Petrovic, Lukasz Mazur, Alois Knoll arxiv

There are many bottlenecks that decrease the flexibility of automotive systems, making their long-term maintenance, as well as updates and extensions in later lifecycle phases increasingly difficult, mainly due to long re-engineering, standardization, and compliance procedures, as well as heterogeneity and numerosity of devices and underlying software components involved. In this paper, we explore the potential of Large Language Models (LLMs) when it comes to the automation of tasks and processes that aim to increase the flexibility of automotive systems. Three case studies towards achieving this goal are considered as outcomes of early-stage research: 1) updates, hardware abstraction, and compliance, 2) interface compatibility checking, and 3) architecture modification suggestions. For proof-of-concept implementation, we rely on OpenAI's GPT-4o model.

📄 PDF Abstract BibTeX arXiv:2509.12798

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Better Python Programming for all: With the focus on Maintainability

2024-08-17 · Karthik Shivashankar, Antonio Martini

This study aims to enhance the maintainability of code generated by Large Language Models (LLMs), with a focus on the Python programming language. As the use of LLMs for coding assistance grows, so do concerns about the …

All

On STPA for Distributed Development of Safe Autonomous Driving: An Interview Study

2024-03-14 · Ali Nouri, Christian Berger, Fredrik Törner

Safety analysis is used to identify hazards and build knowledge during the design phase of safety-relevant functions. This is especially true for complex AI-enabled and software intensive systems such as Autonomous Drive…

Autonomous Drivingvalid

A Systematic Literature Review of Soft Computing Techniques for Software Maintainability Prediction: State-of-the-Art, Challenges and Future Directions

2022-09-21 · Gokul Yenduri, Thippa Reddy Gadekallu

The software is changing rapidly with the invention of advanced technologies and methodologies. The ability to rapidly and successfully upgrade software in response to changing business requirements is more vital than ev…

ManagementPredictionSystematic Literature Review

Maintainability Challenges in ML: A Systematic Literature Review

2024-08-17 · Karthik Shivashankar, Antonio Martini

Background: As Machine Learning (ML) advances rapidly in many fields, it is being adopted by academics and businesses alike. However, ML has a number of different challenges in terms of maintenance not found in tradition…

Systematic Literature Review

Evaluating the Effectiveness of LLMs in Fixing Maintainability Issues in Real-World Projects

2025-02-04 · Henrique Nunes, Eduardo Figueiredo, Larissa Rocha, Sarah Nadi 외

Large Language Models (LLMs) have gained attention for addressing coding problems, but their effectiveness in fixing code maintainability remains unclear. This study evaluates LLMs capability to resolve 127 maintainabili…