Aaron Imani
YOU?
Author Swipe
View article: Prompting in the Wild: An Empirical Study of Prompt Evolution in Software Repositories
Prompting in the Wild: An Empirical Study of Prompt Evolution in Software Repositories Open
The adoption of Large Language Models (LLMs) is reshaping software development as developers integrate these LLMs into their applications. In such applications, prompts serve as the primary means of interacting with LLMs. Despite the wides…
View article: Investigating the Impact of Code Comment Inconsistency on Bug Introducing
Investigating the Impact of Code Comment Inconsistency on Bug Introducing Open
Code comments are essential for clarifying code functionality, improving readability, and facilitating collaboration among developers. Despite their importance, comments often become outdated, leading to inconsistencies with the correspond…
View article: Context Conquers Parameters: Outperforming Proprietary LLM in Commit Message Generation
Context Conquers Parameters: Outperforming Proprietary LLM in Commit Message Generation Open
Commit messages provide descriptions of the modifications made in a commit using natural language, making them crucial for software maintenance and evolution. Recent developments in Large Language Models (LLMs) have led to their use in gen…
View article: Does Documentation Matter? An Empirical Study of Practitioners' Perspective on Open-Source Software Adoption
Does Documentation Matter? An Empirical Study of Practitioners' Perspective on Open-Source Software Adoption Open
In recent years, open-source software (OSS) has become increasingly prevalent in developing software products. While OSS documentation is the primary source of information provided by the developers' community about a product, its role in …