Research topic

I want to find recent papers on creating agent-like AI systems, especially in the context of coding assistants that can manage or interact with an entire codebase. I am interested in things like the architectural design, training methodologies, real-world applications, and performance metrics.

Report

References

Show only:
Last 5 years
Last 2 years
> 1 citation per year
> 5 citations per year
Topic Match
Cit./Year
Year
Paper
Paper Relevance Summary

96.7%
15.5
2024
[1] MAGIS: LLM-Based Multi-Agent Framework for GitHub Issue Resolution Wei Tao, ..., and Yu-Xi Cheng ArXiv 2024 - 7 citations - Show abstract - Cite - PDF 96.7% topic match
Provides an LLM-based Multi-Agent framework for GitHub issue resolution. Proposes four customized agents (Manager, Custodian, Developer, QA) to address software evolution tasks. Demonstrates a significant performance improvement over baseline LLMs in resolving issues at the repository level.
Provides an LLM-based Multi-Agent framework for GitHub issue resolution. Proposes four customized agents (Manager, Custodian, Developer, QA) to address software evolution tasks. Demonstrates a significant performance improvement over baseline LLMs in resolving issues at the repository level.

95.6%
20.0
2024
[2] CodeAgent: Enhancing Code Generation with Tool-Integrated Agent Systems for Real-World Repo-level Coding Challenges Kechi Zhang, ..., and Zhi Jin ArXiv 2024 - 13 citations - Show abstract - Cite - PDF 95.6% topic match
Presents CodeAgent, an LLM-based agent framework. Integrates five programming tools for repo-level interactions like information retrieval and code testing. Shows significant LLM performance improvements, addressing real-world repo-level coding challenges and adaptability across tasks.
Presents CodeAgent, an LLM-based agent framework. Integrates five programming tools for repo-level interactions like information retrieval and code testing. Shows significant LLM performance improvements, addressing real-world repo-level coding challenges and adaptability across tasks.

95.6%
0.0
2023
[3] MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework Sirui Hong, ..., and Jürgen Schmidhuber Journal Not Provided 2023 - 0 citations - Show abstract - Cite 95.6% topic match
Demonstrates multi-agent collaborative framework for software engineering. Introduces MetaGPT, encoding Standardized Operating Procedures (SOPs) into LLM-based agents to solve complex tasks through collaboration. Highlights improvement in solution coherence on collaborative software engineering benchmarks, relevant to AI systems managing entire codebases.
Demonstrates multi-agent collaborative framework for software engineering. Introduces MetaGPT, encoding Standardized Operating Procedures (SOPs) into LLM-based agents to solve complex tasks through collaboration. Highlights improvement in solution coherence on collaborative software engineering benchmarks, relevant to AI systems managing entire codebases.

95.4%
2.1
2024
[4] AutoDev: Automated AI-Driven Development Michele Tufano, ..., and Neel Sundaresan ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 95.4% topic match
Presents an AI-driven software development framework. AutoDev's AI agents autonomously plan and execute intricate software engineering tasks across the entire codebase. Enables complex objectives like file editing, build processes, testing, and git operations, accessing various development and analysis tools.
Presents an AI-driven software development framework. AutoDev's AI agents autonomously plan and execute intricate software engineering tasks across the entire codebase. Enables complex objectives like file editing, build processes, testing, and git operations, accessing various development and analysis tools.

95.4%
7.6
2024
[5] CodeR: Issue Resolving with Multi-Agent and Task Graphs Dong Chen, ..., and Qianxiang Wang ArXiv 2024 - 2 citations - Show abstract - Cite - PDF 95.4% topic match
Proposes a multi-agent framework for issue resolving in code repositories. Utilizes task graphs to repair and resolve bugs and add features. Evaluates performance on SWE-bench lite, solving 28.33% of issues on the first attempt.
Proposes a multi-agent framework for issue resolving in code repositories. Utilizes task graphs to repair and resolve bugs and add features. Evaluates performance on SWE-bench lite, solving 28.33% of issues on the first attempt.

94.2%
0.0
2023
[6] Towards Trustworthy AI Software Development Assistance Daniel Maninger, ..., and Mira Mezini Proceedings of the 2024 ACM/IEEE 44th International Conference on Software Engineering: New Ideas and Emerging Results 2023 - 0 citations - Show abstract - Cite - PDF 94.2% topic match
Proposes a holistic architecture for trustworthy AI software development assistants. Utilizes a foundational LLM with graph-based code representations and a knowledge graph for semantic comprehension and quality assurance. Addresses multi-tasking, code quality, and safety, suggesting relevance to agent-like systems managing entire codebases.
Proposes a holistic architecture for trustworthy AI software development assistants. Utilizes a foundational LLM with graph-based code representations and a knowledge graph for semantic comprehension and quality assurance. Addresses multi-tasking, code quality, and safety, suggesting relevance to agent-like systems managing entire codebases.

93.8%
0.0
2024
[7] AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology Minh Huynh Nguyen, ..., and Nghi D. Q. Bui ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 93.8% topic match
Proposes AgileCoder, a multi-agent system for software development. Integrates Agile Methodology with agents acting as Product Manager, Developer, and Tester. Incorporates a Dynamic Code Graph Generator for real-time codebase comprehension and management.
Proposes AgileCoder, a multi-agent system for software development. Integrates Agile Methodology with agents acting as Product Manager, Developer, and Tester. Incorporates a Dynamic Code Graph Generator for real-time codebase comprehension and management.

93.1%
18.4
2023
[8] AgentCoder: Multi-Agent-based Code Generation with Iterative Testing and Optimisation Dong Huang, ..., and Heming Cui ArXiv 2023 - 31 citations - Show abstract - Cite 93.1% topic match
Provides a multi-agent system for code generation and optimization. Shows interactions among programmer, test designer, and test executor agents to improve code quality iteratively. Extensive experiments demonstrate improved performance over single-agent models and prompt engineering techniques.
Provides a multi-agent system for code generation and optimization. Shows interactions among programmer, test designer, and test executor agents to improve code quality iteratively. Extensive experiments demonstrate improved performance over single-agent models and prompt engineering techniques.

92.6%
70.7
2024
[9] SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering John Yang, ..., and Ofir Press ArXiv 2024 - 24 citations - Show abstract - Cite - PDF 92.6% topic match
Introduces SWE-agent for autonomously solving software engineering tasks. Details custom interfaces that enhance LM agent capabilities in coding, navigating repositories, and executing programs. Shows state-of-the-art performance on benchmarks, indicating relevance to coding assistant research with holistic codebase management.
Introduces SWE-agent for autonomously solving software engineering tasks. Details custom interfaces that enhance LM agent capabilities in coding, navigating repositories, and executing programs. Shows state-of-the-art performance on benchmarks, indicating relevance to coding assistant research with holistic codebase management.

92.1%
13.4
2024
[10] CodePori: Large Scale Model for Autonomous Software Development by Using Multi-Agents Zeeshan Rasheed, ..., and P. Abrahamsson ArXiv 2024 - 8 citations - Show abstract - Cite - PDF 92.1% topic match
Introduces CodePori for automated code generation using multi-agent systems. Utilizes LLM-based agents for tasks like design, development, review, verification. Demonstrates efficiency in generating code for large-scale projects autonomously.
Introduces CodePori for automated code generation using multi-agent systems. Utilizes LLM-based agents for tasks like design, development, review, verification. Demonstrates efficiency in generating code for large-scale projects autonomously.

90.1%
9.2
2024
[11] Self-Organized Agents: A LLM Multi-Agent Framework toward Ultra Large-Scale Code Generation and Optimization Yoichi Ishibashi and Yoshimasa Nishimura ArXiv 2024 - 4 citations - Show abstract - Cite - PDF 90.1% topic match
Provides a multi-agent framework for large-scale code generation and optimization. Details self-organized agents that independently generate and modify code components, dynamically scalable based on problem complexity. Demonstrates improved performance over single-agent systems in terms of code generation and handling of complex codebases (evaluated with HumanEval benchmark).
Provides a multi-agent framework for large-scale code generation and optimization. Details self-organized agents that independently generate and modify code components, dynamically scalable based on problem complexity. Demonstrates improved performance over single-agent systems in terms of code generation and handling of complex codebases (evaluated with HumanEval benchmark).

85.5%
5.8
2023
[12] GitAgent: Facilitating Autonomous Agent with GitHub by Tool Extension Bohan Lyu, ..., and Maosong Sun ArXiv 2023 - 4 citations - Show abstract - Cite - PDF 85.5% topic match
Provides an LLM-based agent, GitAgent, for autonomous tool extension from GitHub. Describes a four-phase procedure for integrating GitHub repositories based on user queries. Demonstrates the agent's effectiveness with a 69.4% success rate in experimental evaluations involving 30 user queries.
Provides an LLM-based agent, GitAgent, for autonomous tool extension from GitHub. Describes a four-phase procedure for integrating GitHub repositories based on user queries. Demonstrates the agent's effectiveness with a 69.4% success rate in experimental evaluations involving 30 user queries.

84.1%
0.0
2023
[13] AgentCoder: Multi-Agent-based Code Generation with Iterative Testing and Optimisation Dong Huang, ..., and Heming Cui Journal Not Provided 2023 - 0 citations - Show abstract - Cite - PDF 84.1% topic match
Introduces a multi-agent framework for code generation and testing. Describes specialized agents: programmer agent, test designer agent, test executor agent interacting iteratively. Relevant for architectural design and multi-agent methodologies in coding assistants; lacks detailed codebase management focus.
Introduces a multi-agent framework for code generation and testing. Describes specialized agents: programmer agent, test designer agent, test executor agent interacting iteratively. Relevant for architectural design and multi-agent methodologies in coding assistants; lacks detailed codebase management focus.

84.0%
3.3
2024
[14] MapCoder: Multi-Agent Code Generation for Competitive Problem Solving Md. Ashraful Islam, ..., and Md. Rizwan Parvez ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 84.0% topic match
Introduces a multi-agent approach to code generation. Utilizes multi-agent prompting to handle natural language problem descriptions, code instructions, and execution of unit tests. Focuses on competitive problem solving, which may overlap but not fully cover codebase management and interaction.
Introduces a multi-agent approach to code generation. Utilizes multi-agent prompting to handle natural language problem descriptions, code instructions, and execution of unit tests. Focuses on competitive problem solving, which may overlap but not fully cover codebase management and interaction.

81.9%
1.7
2024
[15] CodeAgent: Collaborative Agents for Software Engineering Daniel Tang, ..., and Tégawendé F. Bissyandé Journal Not Provided 2024 - 1 citations - Show abstract - Cite - PDF 81.9% topic match
Introduces a multi-agent system for automated code review. Describes CodeAgent's architecture with agents for different code review tasks and a QA-Checker supervisory agent. Focuses on code review, potentially relevant for broader codebase management and interaction tasks.
Introduces a multi-agent system for automated code review. Describes CodeAgent's architecture with agents for different code review tasks and a QA-Checker supervisory agent. Focuses on code review, potentially relevant for broader codebase management and interaction tasks.

80.9%
2.4
2024
[16] LLM-Based Multi-Agent Systems for Software Engineering: Vision and the Road Ahead Junda He, ..., and David Lo ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 80.9% topic match
Provides a vision for LLM-based Multi-Agent Systems in software engineering. Discusses cognitive abilities, autonomous problem-solving, and scalable solutions for complex software projects. Highlights potential applications, collaborative cross-examination, and research opportunities but lacks specific focus on managing an entire codebase.
Provides a vision for LLM-based Multi-Agent Systems in software engineering. Discusses cognitive abilities, autonomous problem-solving, and scalable solutions for complex software projects. Highlights potential applications, collaborative cross-examination, and research opportunities but lacks specific focus on managing an entire codebase.

74.3%
3.8
2024
[17] How to Understand Whole Software Repository? Yingwei Ma, ..., and Yongbin Li ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 74.3% topic match
Highlights the importance of understanding entire repositories in ASE. Critiques existing methods for focusing only on local code information. Emphasizes challenges such as long input lengths and complex dependencies.
Highlights the importance of understanding entire repositories in ASE. Critiques existing methods for focusing only on local code information. Emphasizes challenges such as long input lengths and complex dependencies.

73.8%
59.6
2023
[18] Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models Andy Zhou, ..., and Yu-Xiong Wang ArXiv 2023 - 55 citations - Show abstract - Cite - PDF 73.8% topic match
Integrates LMs with a framework for decision-making. Introduces Language Agent Tree Search (LATS) unifying reasoning, acting, and planning in language models. Covers programming and managing code tasks, showing state-of-the-art accuracy, aligning with coding assistant goals.
Integrates LMs with a framework for decision-making. Introduces Language Agent Tree Search (LATS) unifying reasoning, acting, and planning in language models. Covers programming and managing code tasks, showing state-of-the-art accuracy, aligning with coding assistant goals.

73.2%
0.0
2024
[19] EvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms Siyu Yuan, ..., and Deqing Yang ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 73.2% topic match
Introduces the EvoAgent method for automatic multi-agent generation. Uses evolutionary algorithms to extend LLM-based agent frameworks into scalable multi-agent systems autonomously. Relevant for architectural design and multi-agent systems, but lacks a direct focus on coding assistant applications.
Introduces the EvoAgent method for automatic multi-agent generation. Uses evolutionary algorithms to extend LLM-based agent frameworks into scalable multi-agent systems autonomously. Relevant for architectural design and multi-agent systems, but lacks a direct focus on coding assistant applications.

67.6%
0.0
2024
[20] A New Generation of Intelligent Development Environments Mark Marron ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 67.6% topic match
Shows a vision for transforming traditional IDEs into Intelligent Development Environments (IDEs). IDE facilitates human-AI interaction and organizes workflow from requirements to deployment using AI agents. Focuses on architecture and integration but may lack specifics on multi-task learning or performance metrics.
Shows a vision for transforming traditional IDEs into Intelligent Development Environments (IDEs). IDE facilitates human-AI interaction and organizes workflow from requirements to deployment using AI agents. Focuses on architecture and integration but may lack specifics on multi-task learning or performance metrics.

66.4%
0.0
2024
[21] From Language Models to Practical Self-Improving Computer Agents Alex Sheng ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 66.4% topic match
Shows self-improving AI agents for diverse computer tasks. LLM agent generates and uses software augmentations to extend capabilities. Includes automated software development and real-world problem solving, potentially relevant for coding assistants managing codebases.
Shows self-improving AI agents for diverse computer tasks. LLM agent generates and uses software augmentations to extend capabilities. Includes automated software development and real-world problem solving, potentially relevant for coding assistants managing codebases.

65.1%
0.4
2022
[22] Self-Programming Artificial Intelligence Using Code-Generating Language Models Alex Sheng and Shankar Padmanabhan Journal Not Provided 2022 - 1 citations - Show abstract - Cite - PDF 65.1% topic match
Shows a practical implementation of self-programming AI using code generation language models. Illustrates how a self-programming AI can modify its own source code to improve performance and create auxiliary sub-models. Relevant as it includes AI-driven code modifications, though it emphasizes self-improvement over codebase management.
Shows a practical implementation of self-programming AI using code generation language models. Illustrates how a self-programming AI can modify its own source code to improve performance and create auxiliary sub-models. Relevant as it includes AI-driven code modifications, though it emphasizes self-improvement over codebase management.

64.5%
25.9
2023
[23] Experiential Co-Learning of Software-Developing Agents Cheng Qian, ..., and Maosong Sun ArXiv 2023 - 18 citations - Show abstract - Cite - PDF 64.5% topic match
Introduces Experiential Co-Learning for LLM-driven software-developing agents. Describes a framework where instructor and assistant agents leverage past experiences for improved collaborative task performance. Focuses on reducing manual involvement and improving task efficiency, but may lack details on codebase management or integration.
Introduces Experiential Co-Learning for LLM-driven software-developing agents. Describes a framework where instructor and assistant agents leverage past experiences for improved collaborative task performance. Focuses on reducing manual involvement and improving task efficiency, but may lack details on codebase management or integration.

63.9%
8.0
2022
[24] Software assistants in software engineering: A systematic mapping study Maxime Savary-Leblanc, ..., and S. Gérard Software: Practice and Experience 2022 - 14 citations - Show abstract - Cite - PDF 63.9% topic match
Investigates research efforts on software assistants in software engineering. Focuses on the creation and interaction of software assistants for design, construction, and maintenance. Emphasizes user-assistant interactions, potentially relevant to understanding real-world application and performance of coding assistants.
Investigates research efforts on software assistants in software engineering. Focuses on the creation and interaction of software assistants for design, construction, and maintenance. Emphasizes user-assistant interactions, potentially relevant to understanding real-world application and performance of coding assistants.

63.8%
0.0
2024
[25] Envisioning the Next-Generation AI Coding Assistants: Insights & Proposals K. Nghiem, ..., and Nghi D. Q. Bui ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 63.8% topic match
Provides insights and proposals for next-generation AI coding assistants. Focuses on IDE integration, backend design, and data collection methodologies. Lacks specific details on agent-like architectures or managing entire codebases, but relevant for discussions on integration and design.
Provides insights and proposals for next-generation AI coding assistants. Focuses on IDE integration, backend design, and data collection methodologies. Lacks specific details on agent-like architectures or managing entire codebases, but relevant for discussions on integration and design.

63.4%
36.5
2022
[26] Assessing the quality of GitHub copilot’s code generation Burak Yetistiren, ..., and Eray Tüzün Proceedings of the 18th International Conference on Predictive Models and Data Analytics in Software Engineering 2022 - 67 citations - Show abstract - Cite - PDF 63.4% topic match
Provides an evaluation of GitHub Copilot's code generation quality. Details an assessment of the accuracy and performance of suggestions by GitHub Copilot. Focuses on code generation quality rather than architectural design or holistic codebase management.
Provides an evaluation of GitHub Copilot's code generation quality. Details an assessment of the accuracy and performance of suggestions by GitHub Copilot. Focuses on code generation quality rather than architectural design or holistic codebase management.

63.1%
26.0
2023
[27] Natural Language Generation and Understanding of Big Code for AI-Assisted Programming: A Review M. Wong, ..., and C. Tan Entropy 2023 - 33 citations - Show abstract - Cite - PDF 63.1% topic match
Provides a comprehensive review of NLP techniques for AI-assisted programming. Focuses on transformer-based LLMs for tasks like code generation, completion, and defect detection. Covers challenges and opportunities but does not specifically address agent-like systems for codebase management.
Provides a comprehensive review of NLP techniques for AI-assisted programming. Focuses on transformer-based LLMs for tasks like code generation, completion, and defect detection. Covers challenges and opportunities but does not specifically address agent-like systems for codebase management.

62.6%
65.1
2023
[28] Multi-Agent Collaboration: Harnessing the Power of Intelligent LLM Agents Yashar Talebirad and Amirhossein Nadiri ArXiv 2023 - 82 citations - Show abstract - Cite - PDF 62.6% topic match
Provides a framework for enhancing LLM capabilities through multi-agent collaboration. Uses multi-agent systems to improve task handling in scenarios like software development. Focuses more broadly on multi-agent collaboration rather than solely on coding assistants managing entire codebases.
Provides a framework for enhancing LLM capabilities through multi-agent collaboration. Uses multi-agent systems to improve task handling in scenarios like software development. Focuses more broadly on multi-agent collaboration rather than solely on coding assistants managing entire codebases.

61.1%
2.6
2024
[29] How far are AI-powered programming assistants from meeting developers' needs? Xin Tan, ..., and Li Zhang ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 61.1% topic match
Evaluates: `Evaluates effectiveness of current AI coding assistants (ACATs) in real developer scenarios.` Details: `Assesses performance through simulated tasks, user behavior, and challenges using ACATs like GitHub Copilot.` Relevance: `Focuses on practical usability rather than architectural or training methodologies; may lack in-depth discussion on multi-tasking or codebase management.`
Evaluates: `Evaluates effectiveness of current AI coding assistants (ACATs) in real developer scenarios.` Details: `Assesses performance through simulated tasks, user behavior, and challenges using ACATs like GitHub Copilot.` Relevance: `Focuses on practical usability rather than architectural or training methodologies; may lack in-depth discussion on multi-tasking or codebase management.`

57.1%
3.5
2024
[30] Generating Java Methods: An Empirical Assessment of Four AI-Based Code Assistants Vincenzo Corso, ..., and O. Riganelli 2024 IEEE/ACM 32nd International Conference on Program Comprehension (ICPC) 2024 - 2 citations - Show abstract - Cite - PDF 57.1% topic match
Provides an empirical assessment of four popular AI-based code assistants. Evaluates GitHub Copilot, Tabnine, ChatGPT, and Google Bard using 100 real-life Java methods. Reveals effectiveness decreases with dependencies outside single classes, hinting at limitations in holistic codebase management.
Provides an empirical assessment of four popular AI-based code assistants. Evaluates GitHub Copilot, Tabnine, ChatGPT, and Google Bard using 100 real-life Java methods. Reveals effectiveness decreases with dependencies outside single classes, hinting at limitations in holistic codebase management.

56.4%
1.3
2023
[31] Developer Experiences with a Contextualized AI Coding Assistant: Usability, Expectations, and Outcomes Gustavo Pinto, ..., and Edward Monteiro 2024 IEEE/ACM 3rd International Conference on AI Engineering – Software Engineering for AI (CAIN) 2023 - 1 citations - Show abstract - Cite - PDF 56.4% topic match
Evaluates the usability of a contextualized AI coding assistant. Focuses on user experiences, time savings, and accuracy for domain-specific tasks. Limited discussion on architectural design or holistic codebase management may reduce relevance.
Evaluates the usability of a contextualized AI coding assistant. Focuses on user experiences, time savings, and accuracy for domain-specific tasks. Limited discussion on architectural design or holistic codebase management may reduce relevance.

53.8%
2.5
2024
[32] “You’re on a bicycle with a little motor”: Benefits and Challenges of Using AI Code Assistants Wendy Mendes, ..., and Cleidson De Souza 2024 IEEE/ACM 17th International Conference on Cooperative and Human Aspects of Software Engineering (CHASE) 2024 - 1 citations - Show abstract - Cite - PDF 53.8% topic match
Describes developers’ experiences with AI code assistants Based on interviews, presents benefits, challenges, and strategies for using AI tools like Tabnine and GitHub Copilot Focuses on usability and practical experience rather than architectural design or full codebase management capabilities
Describes developers’ experiences with AI code assistants Based on interviews, presents benefits, challenges, and strategies for using AI tools like Tabnine and GitHub Copilot Focuses on usability and practical experience rather than architectural design or full codebase management capabilities

52.8%
21.0
2022
[33] CodexDB: Synthesizing Code for Query Processing from Natural Language Instructions using GPT-3 Codex Immanuel Trummer Proc. VLDB Endow. 2022 - 46 citations - Show abstract - Cite 52.8% topic match
Shows AI generating query processing code from natural language. Utilizes GPT-3 Codex to decompose and translate instructions into SQL processing steps. Does not address agent-like systems for entire codebase management; limited to SQL code synthesis from instructions.
Shows AI generating query processing code from natural language. Utilizes GPT-3 Codex to decompose and translate instructions into SQL processing steps. Does not address agent-like systems for entire codebase management; limited to SQL code synthesis from instructions.

50.4%
12.0
2024
[34] AutoCodeRover: Autonomous Program Improvement Yuntong Zhang, ..., and Abhik Roychoudhury ArXiv 2024 - 5 citations - Show abstract - Cite - PDF 50.4% topic match
Proposes an automated approach for program improvement. Utilizes LLMs and code search for fixing bugs and adding features. Focuses on abstract syntax trees rather than as a file collection; emphasizes software engineering perspective.
Proposes an automated approach for program improvement. Utilizes LLMs and code search for fixing bugs and adding features. Focuses on abstract syntax trees rather than as a file collection; emphasizes software engineering perspective.

50.4%
70.3
2022
[35] CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning Hung Le, ..., and S. Hoi ArXiv 2022 - 153 citations - Show abstract - Cite - PDF 50.4% topic match
Proposes a new framework for program synthesis using pretrained models and RL. Combines code-generating language models with a critic network for functional correctness feedback. Focuses on code generation rather than comprehensive codebase management or multi-tasking capabilities.
Proposes a new framework for program synthesis using pretrained models and RL. Combines code-generating language models with a critic network for functional correctness feedback. Focuses on code generation rather than comprehensive codebase management or multi-tasking capabilities.

49.3%
0.0
2024
[36] Multi-Agent Software Development through Cross-Team Collaboration Zhuoyun Du, ..., and Cheng Yang ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 49.3% topic match
Shows multi-agent collaboration for autonomous software development using large language models. Details phases like requirements analysis, development, review, and testing in a waterfall model. Lacks focus on managing or interacting with the entire codebase and multiple decision paths.
Shows multi-agent collaboration for autonomous software development using large language models. Details phases like requirements analysis, development, review, and testing in a waterfall model. Lacks focus on managing or interacting with the entire codebase and multiple decision paths.

48.5%
12.9
2023
[37] TPTU: Large Language Model-based AI Agents for Task Planning and Tool Usage Jingqing Ruan, ..., and Rui Zhao Journal Not Provided 2023 - 14 citations - Show abstract - Cite - PDF 48.5% topic match
Paper Overview: Proposes a framework for LLM-based AI agents for task planning. Details: Designs two agent types to handle complex tasks combining planning and tool usage. Relevance: Does not specifically address coding assistants or codebase management; focuses on general task planning and tool usage.
Paper Overview: Proposes a framework for LLM-based AI agents for task planning. Details: Designs two agent types to handle complex tasks combining planning and tool usage. Relevance: Does not specifically address coding assistants or codebase management; focuses on general task planning and tool usage.

48.4%
36.8
2023
[38] TPTU: Task Planning and Tool Usage of Large Language Model-based AI Agents Jingqing Ruan, ..., and Rui Zhao ArXiv 2023 - 62 citations - Show abstract - Cite - PDF 48.4% topic match
Proposes a structured framework for LLM-based AI agents Describes two agents (one-step and sequential) for task planning and tool usage Focuses on task planning and tool integration rather than specific coding assistant applications
Proposes a structured framework for LLM-based AI agents Describes two agents (one-step and sequential) for task planning and tool usage Focuses on task planning and tool integration rather than specific coding assistant applications

47.5%
1.5
2019
[39] Towards concept based software engineering for intelligent agents Ole Meyer and V. Gruhn https://doi.org/10.1109/RAISE.2019.00015 2019 - 8 citations - Show abstract - Cite 47.5% topic match
Presents concept-based software engineering for intelligent agents. Focuses on productivity and quality goals using hierarchical reinforcement learning. Discusses integration of software engineering principles with intelligent agent development, but lacks specific focus on managing entire codebases.
Presents concept-based software engineering for intelligent agents. Focuses on productivity and quality goals using hierarchical reinforcement learning. Discusses integration of software engineering principles with intelligent agent development, but lacks specific focus on managing entire codebases.

46.5%
7.1
2024
[40] Unsupervised Evaluation of Code LLMs with Round-Trip Correctness Miltiadis Allamanis, ..., and Pengcheng Yin ArXiv 2024 - 4 citations - Show abstract - Cite - PDF 46.5% topic match
Introduces round-trip correctness (RTC) for evaluating code LLMs. RTC checks if synthesized code remains semantically equivalent after round-trip prediction and evaluation. Focuses on evaluation method rather than architectural design or codebase management capabilities.
Introduces round-trip correctness (RTC) for evaluating code LLMs. RTC checks if synthesized code remains semantically equivalent after round-trip prediction and evaluation. Focuses on evaluation method rather than architectural design or codebase management capabilities.

44.8%
10.8
2019
[41] Towards an Autonomous Bot for Automatic Source Code Refactoring Marvin Wyrich and J. Bogner 2019 IEEE/ACM 1st International Workshop on Bots in Software Engineering (BotSE) 2019 - 57 citations - Show abstract - Cite 44.8% topic match
Presents an autonomous bot for automatic source code refactoring. Integrates refactoring actions into version control, automating and proposing changes for developer review. Focuses on refactoring specifically, lacks broader codebase management or multi-task capabilities for complete coding assistance.
Presents an autonomous bot for automatic source code refactoring. Integrates refactoring actions into version control, automating and proposing changes for developer review. Focuses on refactoring specifically, lacks broader codebase management or multi-task capabilities for complete coding assistance.

44.7%
0.0
2024
[42] AutoManual: Generating Instruction Manuals by LLM Agents via Interactive Environmental Learning Minghao Chen, ..., and Xiaofei He ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 44.7% topic match
Introduces a framework for LLM agents to autonomously learn and adapt. Describes AutoManual where agents categorize environmental knowledge into rules and optimize them online through interaction. Primarily focuses on environmental learning and interaction, potentially relevant for understanding agent adaptability but lacks specifics on coding assistants and codebase management.
Introduces a framework for LLM agents to autonomously learn and adapt. Describes AutoManual where agents categorize environmental knowledge into rules and optimize them online through interaction. Primarily focuses on environmental learning and interaction, potentially relevant for understanding agent adaptability but lacks specifics on coding assistants and codebase management.

40.9%
0.5
2021
[43] Teaming up with information agents J. Diggelen, ..., and B. Vecht ArXiv 2021 - 2 citations - Show abstract - Cite - PDF 40.9% topic match
Provides insight into AI agents teaming up with humans. Highlights the importance of human-AI collaboration for practical applications, emphasizing that AI should possess teaming intelligence. Does not specifically address coding assistants or entire codebase management, focusing instead on general human-AI interactions.
Provides insight into AI agents teaming up with humans. Highlights the importance of human-AI collaboration for practical applications, emphasizing that AI should possess teaming intelligence. Does not specifically address coding assistants or entire codebase management, focusing instead on general human-AI interactions.

39.9%
0.0
2024
[44] Agent-Driven Automatic Software Improvement Fernando Vallecillos Ruiz Proceedings of the 28th International Conference on Evaluation and Assessment in Software Engineering 2024 - 0 citations - Show abstract - Cite - PDF 39.9% topic match

39.1%
0.0
2019
[45] Towards Concept Based Software Engineering for Intelligent Agents M. Ole and Gruhn Volker 2019 IEEE/ACM 7th International Workshop on Realizing Artificial Intelligence Synergies in Software Engineering (RAISE) 2019 - 0 citations - Show abstract - Cite 39.1% topic match
Introduces a concept-based software engineering approach for intelligent agents. Highlights the use of hierarchical reinforcement learning to improve productivity and quality in agent development. Focuses broadly on intelligent agents and software engineering; may not address coding assistants interacting with entire codebases specifically.
Introduces a concept-based software engineering approach for intelligent agents. Highlights the use of hierarchical reinforcement learning to improve productivity and quality in agent development. Focuses broadly on intelligent agents and software engineering; may not address coding assistants interacting with entire codebases specifically.

37.9%
4.8
2023
[46] Chatbots As Fluent Polyglots: Revisiting Breakthrough Code Snippets David A. Noever and Kevin Williams ArXiv 2023 - 8 citations - Show abstract - Cite - PDF 37.9% topic match
Examines AI-driven code assistants for analyzing influential code. Provides insights and improvements in clarity or performance of significant historical code. Includes future work on multi-tasking, refactoring legacy code, and automated documentation.
Examines AI-driven code assistants for analyzing influential code. Provides insights and improvements in clarity or performance of significant historical code. Includes future work on multi-tasking, refactoring legacy code, and automated documentation.

36.9%
13.0
2023
[47] Fully Autonomous Programming with Large Language Models Vadim Liventsev, ..., and L. Moonen Proceedings of the Genetic and Evolutionary Computation Conference 2023 - 18 citations - Show abstract - Cite - PDF 36.9% topic match
Shows a SED approach for program synthesis with LLMs. Examines replace, repair, and hybrid debug strategies for improving code correctness. Focuses on the SED framework rather than holistic codebase management.
Shows a SED approach for program synthesis with LLMs. Examines replace, repair, and hybrid debug strategies for improving code correctness. Focuses on the SED framework rather than holistic codebase management.

35.3%
0.0
2024
[48] Using AI-Based Coding Assistants in Practice: State of Affairs, Perceptions, and Ways Forward Agnia Sergeyuk, ..., and Iftekhar Ahmed ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 35.3% topic match
Provides insights from a large-scale survey on the use of AI coding assistants. Examines developer usage and perceptions across five software development activities and stages. While it focuses on user perceptions, it may not cover agent architecture or codebase management directly.
Provides insights from a large-scale survey on the use of AI coding assistants. Examines developer usage and perceptions across five software development activities and stages. While it focuses on user perceptions, it may not cover agent architecture or codebase management directly.

35.0%
0.0
2021
[49] Autonomous Learning with Automatically Created Models and a Novel Model Selection Harshal V Bharatia 2021 IEEE Symposium Series on Computational Intelligence (SSCI) 2021 - 0 citations - Show abstract - Cite 35.0% topic match
Provides: a method for autonomous learning and model selection. This method automates model creation, refinement, and selection using reinforcement learning. While it focuses on adaptive learning and dynamic model ensembles, it does not address coding assistants or codebase management specifically.
Provides: a method for autonomous learning and model selection. This method automates model creation, refinement, and selection using reinforcement learning. While it focuses on adaptive learning and dynamic model ensembles, it does not address coding assistants or codebase management specifically.

33.8%
4.4
2023
[50] CoLadder: Supporting Programmers with Hierarchical Code Generation in Multi-Level Abstraction Ryan Yen, ..., and Jian Zhao ArXiv 2023 - 4 citations - Show abstract - Cite - PDF 33.8% topic match
Provides hierarchical code generation support with LLMs. Facilitates task decomposition, direct code manipulation, and result evaluation at multiple abstraction levels. Focuses on user interaction with code rather than full codebase management or multi-agent systems.
Provides hierarchical code generation support with LLMs. Facilitates task decomposition, direct code manipulation, and result evaluation at multiple abstraction levels. Focuses on user interaction with code rather than full codebase management or multi-agent systems.

32.8%
0.0
2024
[51] From Today's Code to Tomorrow's Symphony: The AI Transformation of Developer's Routine by 2030 Matteo Ciniselli, ..., and L. Grazia ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 32.8% topic match
Provides a comparative analysis of AI-assisted programming from 2024 to 2030. Details the transformation of developers' roles and the envisioned HyperAssistant tool for comprehensive support. Focuses on broader AI impacts in software development rather than specific architectures or multi-tasking AI for codebase management.
Provides a comparative analysis of AI-assisted programming from 2024 to 2030. Details the transformation of developers' roles and the envisioned HyperAssistant tool for comprehensive support. Focuses on broader AI impacts in software development rather than specific architectures or multi-tasking AI for codebase management.

31.9%
13.4
2024
[52] StepCoder: Improve Code Generation with Reinforcement Learning from Compiler Feedback Shihan Dou, ..., and Tao Gui ArXiv 2024 - 8 citations - Show abstract - Cite - PDF 31.9% topic match

30.1%
45.0
2024
[53] Executable Code Actions Elicit Better LLM Agents Xingyao Wang, ..., and Heng Ji ArXiv 2024 - 27 citations - Show abstract - Cite - PDF 30.1% topic match

27.4%
30.9
2018
[54] Leveraging Grammar and Reinforcement Learning for Neural Program Synthesis Rudy Bunel, ..., and Pushmeet Kohli ArXiv 2018 - 203 citations - Show abstract - Cite - PDF 27.4% topic match

24.5%
0.8
2023
[55] Chat2Code: A Chatbot for Model Specification and Code Generation, The Case of Smart Contracts I. Qasse, ..., and Mohammad Hamdaqa 2023 IEEE International Conference on Software Services Engineering (SSE) 2023 - 1 citations - Show abstract - Cite 24.5% topic match

23.4%
0.2
2015
[56] Creating Complex Applications via Self-Adapting Autonomous Agents in an Intelligent System Framework Tammy R. Fuller and Gerald E. Deane 2015 IEEE 9th International Conference on Self-Adaptive and Self-Organizing Systems 2015 - 2 citations - Show abstract - Cite 23.4% topic match

18.8%
0.0
2024
[57] Microservices and API Deployment Optimization using AI Nilesh Charankar International Journal on Recent and Innovation Trends in Computing and Communication 2024 - 0 citations - Show abstract - Cite - PDF 18.8% topic match

18.1%
1.1
2023
[58] B-Coder: Value-Based Deep Reinforcement Learning for Program Synthesis Zishun Yu, ..., and Hongxia Yang ArXiv 2023 - 1 citations - Show abstract - Cite - PDF 18.1% topic match

16.0%
1.8
2024
[59] Assessing AI-Based Code Assistants in Method Generation Tasks Vincenzo Corso, ..., and O. Riganelli 2024 IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) 2024 - 1 citations - Show abstract - Cite - PDF 16.0% topic match
Compares AI-based code assistants in method generation tasks. Evaluates GitHub Copilot, Tabnine, ChatGPT, and Google Bard on accuracy and efficiency. Focuses on specific coding tasks, but lacks emphasis on multi-agent systems managing entire codebases.
Compares AI-based code assistants in method generation tasks. Evaluates GitHub Copilot, Tabnine, ChatGPT, and Google Bard on accuracy and efficiency. Focuses on specific coding tasks, but lacks emphasis on multi-agent systems managing entire codebases.

15.8%
16.9
2024
[60] RepoAgent: An LLM-Powered Open-Source Framework for Repository-level Code Documentation Generation Qinyu Luo, ..., and Maosong Sun ArXiv 2024 - 9 citations - Show abstract - Cite - PDF 15.8% topic match

15.4%
2.6
2023
[61] ChatDev: Communicative Agents for Software Development Cheng Qian, ..., and Maosong Sun Journal Not Provided 2023 - 3 citations - Show abstract - Cite - PDF 15.4% topic match

15.2%
0.0
2024
[62] Impact of Artificial Intelligence in Education Sector Ms. Shilpa Sandhu International Journal for Research in Applied Science and Engineering Technology 2024 - 0 citations - Show abstract - Cite 15.2% topic match

14.0%
5.5
2024
[63] A Unified Debugging Approach via LLM-Based Multi-Agent Synergy Cheryl Lee, ..., and Michael R. Lyu ArXiv 2024 - 2 citations - Show abstract - Cite - PDF 14.0% topic match

13.9%
0.8
2022
[64] A Unified Code Review Automation for Large-scale Industry with Diverse Development Environments Hyungjin Kim, ..., and Chul-Joo Kim 2022 IEEE/ACM 44th International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP) 2022 - 2 citations - Show abstract - Cite 13.9% topic match

13.6%
4.3
2023
[65] Exploring and Characterizing Large Language Models for Embedded System Development and Debugging Zachary Englhardt, ..., and Vikram Iyer Extended Abstracts of the CHI Conference on Human Factors in Computing Systems 2023 - 5 citations - Show abstract - Cite - PDF 13.6% topic match

13.1%
6.0
2019
[66] RefBot: Intelligent Software Refactoring Bot Vahid Alizadeh, ..., and Meriem Chater 2019 34th IEEE/ACM International Conference on Automated Software Engineering (ASE) 2019 - 29 citations - Show abstract - Cite 13.1% topic match

13.0%
2.0
2023
[67] Software Engineering Using Autonomous Agents: Are We There Yet? Samdyuti Suri, ..., and Vikrant S. Kaulgud 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) 2023 - 2 citations - Show abstract - Cite 13.0% topic match

12.4%
0.0
2024
[68] AICoderEval: Improving AI Domain Code Generation of Large Language Models Yinghui Xia, ..., and Jinsong Yang ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 12.4% topic match

12.3%
0.0
2016
[69] Artificial intelligence at the gates of dawn? Thomas Eiter Journal Not Provided 2016 - 0 citations - Show abstract - Cite 12.3% topic match

11.8%
0.0
2024
[70] Test-Driven Development for Code Generation N. Mathews and Mei Nagappan ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 11.8% topic match

11.1%
259.2
2023
[71] MetaGPT: Meta Programming for Multi-Agent Collaborative Framework Sirui Hong, ..., and Chenglin Wu ArXiv 2023 - 286 citations - Show abstract - Cite - PDF 11.1% topic match

10.9%
1.3
2023
[72] LLM4TDD: Best Practices for Test Driven Development Using Large Language Models Sanyogita Piya and Allison Sullivan ArXiv 2023 - 1 citations - Show abstract - Cite - PDF 10.9% topic match

10.2%
8.6
2024
[73] S-Agents: Self-organizing Agents in Open-ended Environments Jia-Qing Chen, ..., and Li Zhang ArXiv 2024 - 5 citations - Show abstract - Cite - PDF 10.2% topic match

9.5%
25.1
2021
[74] Towards Automating Code Review Activities Rosalia Tufano, ..., and G. Bavota 2021 IEEE/ACM 43rd International Conference on Software Engineering (ICSE) 2021 - 92 citations - Show abstract - Cite - PDF 9.5% topic match

9.4%
0.6
2023
[75] Accelerating software development with AI: exploring the impact of ChatGPT and GitHub Copilot Illia Solohubov, ..., and Stepan Skrupsky CTE 2023 - 1 citations - Show abstract - Cite 9.4% topic match

9.3%
0
None
[76] B UILDING THE F UTURE OF R ESPONSIBLE AI: A P ATTERN -O RIENTED R EFERENCE A RCHITECTURE FOR D ESIGNING L ARGE L ANGUAGE M ODEL BASED A GENTS Qinghua Lu, ..., and Australia Journal Not Provided None - 0 citations - Show abstract - Cite 9.3% topic match

9.1%
55.6
2024
[77] Large Language Model based Multi-Agents: A Survey of Progress and Challenges Taicheng Guo, ..., and Xiangliang Zhang ArXiv 2024 - 35 citations - Show abstract - Cite - PDF 9.1% topic match

8.8%
0.0
2024
[78] Automating Patch Set Generation from Code Review Comments Using Large Language Models Md Tajmilur Rahman, ..., and Mir Yousuf Sultan 2024 IEEE/ACM 3rd International Conference on AI Engineering – Software Engineering for AI (CAIN) 2024 - 0 citations - Show abstract - Cite - PDF 8.8% topic match

8.7%
14.8
2017
[79] How to Design a Program Repair Bot? Insights from the Repairnator Project Simon Urli, ..., and Monperrus Martin 2018 IEEE/ACM 40th International Conference on Software Engineering: Software Engineering in Practice Track (ICSE-SEIP) 2017 - 109 citations - Show abstract - Cite - PDF 8.7% topic match

8.6%
0.0
2019
[80] Interactive Software Refactoring Bot Vahid Alizadeh, ..., and Meriem Chater Journal Not Provided 2019 - 0 citations - Show abstract - Cite 8.6% topic match

8.5%
96.5
2023
[81] SWE-bench: Can Language Models Resolve Real-World GitHub Issues? Carlos E. Jimenez, ..., and Karthik Narasimhan ArXiv 2023 - 88 citations - Show abstract - Cite - PDF 8.5% topic match

8.4%
28.9
2022
[82] What is it like to program with artificial intelligence? Advait Sarkar, ..., and B. Zorn Annual Workshop of the Psychology of Programming Interest Group 2022 - 60 citations - Show abstract - Cite - PDF 8.4% topic match
Provides insights into LLM-assisted programming. Examines how large language models offer new paradigms compared to traditional programming aids. Focuses on usability studies and practical experiences, less on architectural design or managing entire codebases.
Provides insights into LLM-assisted programming. Examines how large language models offer new paradigms compared to traditional programming aids. Focuses on usability studies and practical experiences, less on architectural design or managing entire codebases.

8.4%
3.6
2024
[83] AI-Assisted Programming Tasks Using Code Embeddings and Transformers S. Kotsiantis, ..., and M. Tzagarakis Electronics 2024 - 2 citations - Show abstract - Cite - PDF 8.4% topic match

8.3%
31.5
2023
[84] Self-planning Code Generation with Large Language Models Xue Jiang, ..., and Ge Li ACM Transactions on Software Engineering and Methodology 2023 - 47 citations - Show abstract - Cite - PDF 8.3% topic match

8.3%
1.0
2023
[85] On Automated Assistants for Software Development: The Role of LLMs Mira Leung and Gail Murphy 2023 38th IEEE/ACM International Conference on Automated Software Engineering (ASE) 2023 - 1 citations - Show abstract - Cite - PDF 8.3% topic match

8.2%
95.8
2023
[86] Self-collaboration Code Generation via ChatGPT Yihong Dong, ..., and Ge Li ACM Transactions on Software Engineering and Methodology 2023 - 134 citations - Show abstract - Cite - PDF 8.2% topic match

8.1%
6.6
2023
[87] Formally Specifying the High-Level Behavior of LLM-Based Agents M. Crouse, ..., and Luis A. Lastras ArXiv 2023 - 6 citations - Show abstract - Cite - PDF 8.1% topic match

8.0%
4.2
1998
[88] Co-ordination in Artificial Agent Societies: Social Structures and Its Implications for Autonomous Problem-Solving Agents Sascha Ossowski Journal Not Provided 1998 - 109 citations - Show abstract - Cite 8.0% topic match

7.9%
0.8
2023
[89] Coarse-Tuning Models of Code with Reinforcement Learning Feedback Abhinav C. P. Jain, ..., and U. Wisconsin Journal Not Provided 2023 - 1 citations - Show abstract - Cite - PDF 7.9% topic match

7.8%
0.5
2008
[90] Towards Mining for Influence in a Multi Agent Environment R. Logie, ..., and K. Waugh Journal Not Provided 2008 - 8 citations - Show abstract - Cite 7.8% topic match

7.7%
0.0
2023
[91] AI Pair Programming Tool Prof. Anand Magar International Journal for Research in Applied Science and Engineering Technology 2023 - 0 citations - Show abstract - Cite 7.7% topic match

7.6%
0.0
2024
[92] The Future of Software Engineering in an AI-Driven World Valerio Terragni, ..., and Kelly Blincoe ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 7.6% topic match

7.6%
49.0
2023
[93] InferFix: End-to-End Program Repair with LLMs Ma Jin, ..., and Alexey Svyatkovskiy Proceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering 2023 - 73 citations - Show abstract - Cite - PDF 7.6% topic match

7.5%
572.3
2022
[94] ReAct: Synergizing Reasoning and Acting in Language Models Shunyu Yao, ..., and Yuan Cao ArXiv 2022 - 1100 citations - Show abstract - Cite - PDF 7.5% topic match

7.2%
0.0
2024
[95] Open-Source AI-based SE Tools: Opportunities and Challenges of Collaborative Software Learning Zhihao Lin, ..., and Li Li ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 7.2% topic match

7.2%
0.0
2024
[96] Unlock the Correlation between Supervised Fine-Tuning and Reinforcement Learning in Training Code Large Language Models Jie Chen, ..., and Liang Xiang ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 7.2% topic match

7.2%
11.7
2024
[97] ContrastRepair: Enhancing Conversation-Based Automated Program Repair via Contrastive Test Case Pairs Jiaolong Kong, ..., and Qi Guo ArXiv 2024 - 6 citations - Show abstract - Cite - PDF 7.2% topic match

7.1%
0.0
2024
[98] In-IDE Human-AI Experience in the Era of Large Language Models; A Literature Review Agnia Sergeyuk, ..., and M. Izadi ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 7.1% topic match

7.0%
0.0
2024
[99] AI-powered Code Review with LLMs: Early Results Zeeshan Rasheed, ..., and Pekka Abrahamsson ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 7.0% topic match

7.0%
7.4
2022
[100] Codex Hacks HackerRank: Memorization Issues and a Framework for Code Synthesis Evaluation Anjan Karmakar, ..., and R. Robbes ArXiv 2022 - 13 citations - Show abstract - Cite - PDF 7.0% topic match

6.9%
4.7
2024
[101] Exploring Autonomous Agents through the Lens of Large Language Models: A Review Saikat Barua ArXiv 2024 - 2 citations - Show abstract - Cite - PDF 6.9% topic match

6.9%
14.1
2023
[102] A Survey on Large Language Models for Software Engineering Quanjun Zhang, ..., and Zhenyu Chen ArXiv 2023 - 10 citations - Show abstract - Cite - PDF 6.9% topic match

6.9%
8.7
2024
[103] When LLM-based Code Generation Meets the Software Development Process Feng Lin, ..., and Tse-Husn Chen ArXiv 2024 - 4 citations - Show abstract - Cite - PDF 6.9% topic match

6.8%
13.2
2023
[104] GameGPT: Multi-agent Collaborative Framework for Game Development Dake Chen, ..., and Haoyang Zhang ArXiv 2023 - 12 citations - Show abstract - Cite - PDF 6.8% topic match

6.7%
0
None
[105] OPTIMIZATION ERROR DETECTION AND GENERATION OF CODE USING ARTIFICIAL INTELLIGENCE Mrs.Abhilasha Kore, ..., and Rugved Kamble Journal Not Provided None - 0 citations - Show abstract - Cite 6.7% topic match

6.7%
1.7
2023
[106] Copilot for Xcode: Exploring AI-Assisted Programming by Prompting Cloud-based Large Language Models C. Tan, ..., and Ching Nam Hang ArXiv 2023 - 2 citations - Show abstract - Cite - PDF 6.7% topic match

6.5%
0
None
[107] Large Language Models in Software Engineering: A Critical Review and Future Research Directions Ali Bektas Journal Not Provided None - 0 citations - Show abstract - Cite 6.5% topic match

6.4%
221.6
2023
[108] Improving Factuality and Reasoning in Language Models through Multiagent Debate Yilun Du, ..., and Igor Mordatch ArXiv 2023 - 287 citations - Show abstract - Cite - PDF 6.4% topic match

6.4%
426.4
2023
[109] A Survey on Large Language Model based Autonomous Agents Lei Wang, ..., and Ji-rong Wen ArXiv 2023 - 446 citations - Show abstract - Cite - PDF 6.4% topic match

6.3%
11.9
2023
[110] Balancing Autonomy and Alignment: A Multi-Dimensional Taxonomy for Autonomous LLM-powered Multi-Agent Architectures Thorsten Händler ArXiv 2023 - 11 citations - Show abstract - Cite - PDF 6.3% topic match

6.3%
1.7
2024
[111] Improving Automated Code Reviews: Learning from Experience Hong Yi Lin, ..., and Wachiraphan Charoenwet 2024 IEEE/ACM 21st International Conference on Mining Software Repositories (MSR) 2024 - 1 citations - Show abstract - Cite - PDF 6.3% topic match

6.1%
11.1
2024
[112] CYCLE: Learning to Self-Refine the Code Generation Yangruibo Ding, ..., and Baishakhi Ray Proceedings of the ACM on Programming Languages 2024 - 5 citations - Show abstract - Cite - PDF 6.1% topic match

6.1%
18.9
2015
[113] Repairing Programs with Semantic Code Search (T) Yalin Ke, ..., and Yuriy Brun 2015 30th IEEE/ACM International Conference on Automated Software Engineering (ASE) 2015 - 167 citations - Show abstract - Cite 6.1% topic match

6.0%
3.8
2024
[114] A Comparative Review of AI Techniques for Automated Code Generation in Software Development: Advancements, Challenges, and Future Directions A. Odeh, ..., and Abdul Salam Mohammed TEM Journal 2024 - 2 citations - Show abstract - Cite - PDF 6.0% topic match

5.9%
2.5
2024
[115] Rethinking Software Engineering in the Foundation Model Era: From Task-Driven AI Copilots to Goal-Driven AI Pair Programmers Ahmed E. Hassan, ..., and Zhen Ming Jiang ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 5.9% topic match

5.8%
0.2
2020
[116] Making robots useful Gemma K. Alderton Science 2020 - 1 citations - Show abstract - Cite 5.8% topic match

5.8%
12.4
2024
[117] Code Generation with AlphaCodium: From Prompt Engineering to Flow Engineering T. Ridnik, ..., and Itamar Friedman ArXiv 2024 - 8 citations - Show abstract - Cite - PDF 5.8% topic match

5.8%
3.4
1987
[118] An architecture for intelligent assistance in software development G. Kaiser and P. Feiler International Conference on Software Engineering 1987 - 126 citations - Show abstract - Cite 5.8% topic match

5.8%
419.2
2023
[119] The Rise and Potential of Large Language Model Based Agents: A Survey Zhiheng Xi, ..., and Tao Gui ArXiv 2023 - 412 citations - Show abstract - Cite - PDF 5.8% topic match

5.7%
13.4
2023
[120] CodeTF: One-stop Transformer Library for State-of-the-art Code LLM Nghi D. Q. Bui, ..., and Steven C. H. Hoi ArXiv 2023 - 17 citations - Show abstract - Cite - PDF 5.7% topic match

5.5%
0.0
2024
[121] Significant Productivity Gains through Programming with Large Language Models Thomas Weber, ..., and Sven Mayer Proceedings of the ACM on Human-Computer Interaction 2024 - 0 citations - Show abstract - Cite - PDF 5.5% topic match

5.5%
0.5
2016
[122] A Runtime Framework for Machine-Augmented Software Design Using Unsupervised Self-Learning Roberto Rodrigues Filho and Barry Porter 2016 IEEE International Conference on Autonomic Computing (ICAC) 2016 - 4 citations - Show abstract - Cite 5.5% topic match

5.4%
2.5
2024
[123] Is Attention All You Need? Toward a Conceptual Model for Social Awareness in Large Language Models Gianmario Voria, ..., and Fabio Palomba Proceedings of the 2024 IEEE/ACM First International Conference on AI Foundation Models and Software Engineering 2024 - 1 citations - Show abstract - Cite - PDF 5.4% topic match

5.4%
16.9
2021
[124] Automatic Program Repair with OpenAI's Codex: Evaluating QuixBugs Julian Aron Prenner and R. Robbes ArXiv 2021 - 48 citations - Show abstract - Cite - PDF 5.4% topic match

5.3%
0.8
2023
[125] LMs: Understanding Code Syntax and Semantics for Code Analysis Wei Ma, ..., and Yang Liu Journal Not Provided 2023 - 1 citations - Show abstract - Cite - PDF 5.3% topic match

5.3%
24.3
2022
[126] Taking Flight with Copilot C. Bird, ..., and Idan Gazit Queue 2022 - 41 citations - Show abstract - Cite - PDF 5.3% topic match

5.2%
23.8
2023
[127] BiasAsker: Measuring the Bias in Conversational AI System Yuxuan Wan, ..., and Michael R. Lyu Proceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering 2023 - 31 citations - Show abstract - Cite - PDF 5.2% topic match

5.1%
1.3
2023
[128] An Infinity of Pong: A Raspberry Pi Pico W handheld writes its own games Jose Antonio Garcia Peiro IEEE Spectrum 2023 - 2 citations - Show abstract - Cite 5.1% topic match

5.0%
9.7
2023
[129] AceCoder: Utilizing Existing Code to Enhance Code Generation Jia Li, ..., and Zhi Jin Journal Not Provided 2023 - 14 citations - Show abstract - Cite - PDF 5.0% topic match

4.9%
12.9
2023
[130] RLTF: Reinforcement Learning from Unit Test Feedback Jiate Liu, ..., and Deheng Ye ArXiv 2023 - 15 citations - Show abstract - Cite - PDF 4.9% topic match

4.9%
1.9
2023
[131] Large Language Models Should Ask Clarifying Questions to Increase Confidence in Generated Code Jiexi Wu Journal Not Provided 2023 - 2 citations - Show abstract - Cite - PDF 4.9% topic match

4.7%
7.3
2024
[132] On Evaluating the Efficiency of Source Code Generated by LLMs Changan Niu, ..., and Vincent Ng Proceedings of the 2024 IEEE/ACM First International Conference on AI Foundation Models and Software Engineering 2024 - 3 citations - Show abstract - Cite - PDF 4.7% topic match

4.7%
2.3
2024
[133] Enhancing the General Agent Capabilities of Low-Parameter LLMs through Tuning and Multi-Branch Reasoning Qinhao Zhou, ..., and Yongbin Li ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 4.7% topic match

4.6%
0.0
2024
[134] MaPPing Your Model: Assessing the Impact of Adversarial Attacks on LLM-based Programming Assistants John Heibel and Daniel Lowd Journal Not Provided 2024 - 0 citations - Show abstract - Cite - PDF 4.6% topic match

4.5%
0.0
2024
[135] Agentless: Demystifying LLM-based Software Engineering Agents Chun Xia, ..., and Lingming Zhang Journal Not Provided 2024 - 0 citations - Show abstract - Cite - PDF 4.5% topic match

4.4%
0.0
2024
[136] Assessing the Effectiveness and Security Implications of AI Code Generators Maryam Taeb, ..., and Shonda Bernadin Journal of The Colloquium for Information Systems Security Education 2024 - 0 citations - Show abstract - Cite - PDF 4.4% topic match

4.3%
1.3
2009
[137] Evaluating User-Adaptive Systems: Lessons from Experiences with a Personalized Meeting Scheduling Assistant P. Berry, ..., and N. Yorke-Smith Conference on Innovative Applications of Artificial Intelligence 2009 - 20 citations - Show abstract - Cite 4.3% topic match

4.1%
8.2
2024
[138] An Empirical Study on Usage and Perceptions of LLMs in a Software Engineering Project Sanka Rasnayaka, ..., and Ganesh Neelakanta Iyer ArXiv 2024 - 5 citations - Show abstract - Cite - PDF 4.1% topic match

4.1%
0
None
[139] A Good Novelist Should be a Good Coder: From Language Critics to Automatic Code Generation Brian Munoz Calonge and Mu-sheng Lin Journal Not Provided None - 0 citations - Show abstract - Cite 4.1% topic match

4.0%
1.1
2023
[140] Automatic Unit Test Data Generation and Actor-Critic Reinforcement Learning for Code Synthesis P. Gorinski, ..., and Ignacio Iacobacci ArXiv 2023 - 1 citations - Show abstract - Cite - PDF 4.0% topic match

3.9%
5.2
2000
[141] ADVISOR: A Machine Learning Architecture for Intelligent Tutor Construction J. Beck, ..., and C. Beal Journal Not Provided 2000 - 126 citations - Show abstract - Cite 3.9% topic match

3.8%
95.0
2023
[142] Communicative Agents for Software Development Chen Qian, ..., and Wei Liu ArXiv 2023 - 160 citations - Show abstract - Cite - PDF 3.8% topic match

3.8%
14.9
2021
[143] Trust Enhancement Issues in Program Repair Yannic Noller, ..., and Abhik Roychoudhury 2022 IEEE/ACM 44th International Conference on Software Engineering (ICSE) 2021 - 45 citations - Show abstract - Cite - PDF 3.8% topic match

3.7%
0.0
2023
[144] Harnessing Predictive Modeling and Software Analytics in the Age of LLM-Powered Software Development (Invited Talk) Foutse Khomh Proceedings of the 19th International Conference on Predictive Models and Data Analytics in Software Engineering 2023 - 0 citations - Show abstract - Cite 3.7% topic match

3.7%
51.8
2022
[145] Do Users Write More Insecure Code with AI Assistants? Neil Perry, ..., and D. Boneh Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security 2022 - 95 citations - Show abstract - Cite - PDF 3.7% topic match

3.5%
6.1
2018
[146] Autonomously Reusing Knowledge in Multiagent Reinforcement Learning Felipe Leno da Silva, ..., and Anna Helena Reali Costa International Joint Conference on Artificial Intelligence 2018 - 38 citations - Show abstract - Cite - PDF 3.5% topic match

3.3%
1.3
2023
[147] Evaluating the Usability and Functionality of Intelligent Source Code Completion Assistants: A Comprehensive Review Tilen Hliš, ..., and Luka Pavlič Applied Sciences 2023 - 1 citations - Show abstract - Cite - PDF 3.3% topic match

3.2%
21.0
2023
[148] CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules Hung Le, ..., and Shafiq R. Joty ArXiv 2023 - 19 citations - Show abstract - Cite - PDF 3.2% topic match

3.1%
1.3
2006
[149] Taming Heterogeneous Agent Architectures with Aspects Alessandro F. Garcia and C. Lucena Journal Not Provided 2006 - 24 citations - Show abstract - Cite 3.1% topic match

3.0%
9.7
2020
[150] The Interplay of Sampling and Machine Learning for Software Performance Prediction Christian Kaltenecker, ..., and S. Apel IEEE Software 2020 - 43 citations - Show abstract - Cite 3.0% topic match

3.0%
0.0
2024
[151] Code Agents are State of the Art Software Testers Niels Mündler, ..., and Martin T. Vechev ArXiv 2024 - 0 citations - Show abstract - Cite - PDF 3.0% topic match

3.0%
0.0
2023
[152] AI-driven software engineering Josh Mahmood Ali Advances in Engineering Innovation 2023 - 0 citations - Show abstract - Cite - PDF 3.0% topic match

2.9%
11.3
2015
[153] Repairing Programs with Semantic Code Search Yalin Ke and Kathryn T. Stolee Journal Not Provided 2015 - 109 citations - Show abstract - Cite 2.9% topic match

2.7%
27.5
2022
[154] Discovering the Syntax and Strategies of Natural Language Programming with Generative Language Models Ellen Jiang, ..., and Michael Terry Proceedings of the 2022 CHI Conference on Human Factors in Computing Systems 2022 - 65 citations - Show abstract - Cite 2.7% topic match

2.7%
14.9
2024
[155] Embodied LLM Agents Learn to Cooperate in Organized Teams Xudong Guo, ..., and Mengdi Wang ArXiv 2024 - 7 citations - Show abstract - Cite - PDF 2.7% topic match

2.6%
0.0
2017
[156] An Accountability-Driven Organization Programming Technique Stefano Tedeschi Journal Not Provided 2017 - 0 citations - Show abstract - Cite 2.6% topic match

2.6%
42.4
2023
[157] Large Language Models for Software Engineering: Survey and Open Problems Angela Fan, ..., and Jie M. Zhang 2023 IEEE/ACM International Conference on Software Engineering: Future of Software Engineering (ICSE-FoSE) 2023 - 56 citations - Show abstract - Cite - PDF 2.6% topic match

2.5%
18.4
2023
[158] Understanding the Usability of AI Programming Assistants Jenny T. Liang, ..., and Brad A. Myers ArXiv 2023 - 31 citations - Show abstract - Cite - PDF 2.5% topic match

2.5%
1.8
2023
[159] A Taxonomy for Autonomous LLM-Powered Multi-Agent Architectures Thorsten Händler International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management 2023 - 3 citations - Show abstract - Cite 2.5% topic match

2.4%
3.8
2024
[160] Mobile-Agent-v2: Mobile Device Operation Assistant with Effective Navigation via Multi-Agent Collaboration Junyang Wang, ..., and Jitao Sang ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 2.4% topic match

2.3%
12.2
2024
[161] Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence Weize Chen, ..., and Maosong Sun Journal Not Provided 2024 - 2 citations - Show abstract - Cite - PDF 2.3% topic match

2.2%
37.2
2023
[162] AutoAgents: A Framework for Automatic Agent Generation Guangyao Chen, ..., and Yemin Shi ArXiv 2023 - 35 citations - Show abstract - Cite - PDF 2.2% topic match

2.0%
8.0
2016
[163] A Literature Review of Research in Bug Resolution: Tasks, Challenges and Future Directions Zhang Tao, ..., and A. Chan Comput. J. 2016 - 67 citations - Show abstract - Cite 2.0% topic match

2.0%
3.5
2023
[164] Exploring the Problems, their Causes and Solutions of AI Pair Programming: A Study with Practitioners of GitHub Copilot Xiyu Zhou, ..., and Muhammad Waseem Journal Not Provided 2023 - 3 citations - Show abstract - Cite - PDF 2.0% topic match

1.9%
0.0
2000
[165] Intelligent Agents: Software Technology for the new Millennium B. Faltings Journal Not Provided 2000 - 1 citations - Show abstract - Cite 1.9% topic match

1.9%
998.3
2021
[166] Evaluating Large Language Models Trained on Code Mark Chen, ..., and Wojciech Zaremba ArXiv 2021 - 3165 citations - Show abstract - Cite - PDF 1.9% topic match

1.9%
1.5
2024
[167] The Rise of Thinking Machines: A Review of Artificial Intelligence in Contemporary Communication Mohammad Javad Gholami and Taqi Al Abdwani Journal of Business, Communication & Technology 2024 - 1 citations - Show abstract - Cite - PDF 1.9% topic match

1.9%
0.0
2023
[168] Automatic Robotic Development through Collaborative Framework by Large Language Models Zhirong Luan, ..., and Badong Chen 2023 China Automation Congress (CAC) 2023 - 0 citations - Show abstract - Cite - PDF 1.9% topic match

1.8%
3.3
2010
[169] Adinda: a knowledgeable, browser-based IDE A. Deursen, ..., and Anja Guzzi 2010 ACM/IEEE 32nd International Conference on Software Engineering 2010 - 47 citations - Show abstract - Cite - PDF 1.8% topic match

1.8%
0.0
2024
[170] Iterative Student Program Planning using Transformer-Driven Feedback Elijah Rivera, ..., and S. Krishnamurthi Proceedings of the 2024 on Innovation and Technology in Computer Science Education V. 1 2024 - 0 citations - Show abstract - Cite 1.8% topic match

1.8%
33.3
2023
[171] Towards A Unified Agent with Foundation Models Norman Di Palo, ..., and Martin A. Riedmiller ArXiv 2023 - 38 citations - Show abstract - Cite - PDF 1.8% topic match

1.6%
10.1
2022
[172] Security Implications of Large Language Model Code Assistants: A User Study Gustavo Sandoval, ..., and S. Garg ArXiv 2022 - 27 citations - Show abstract - Cite - PDF 1.6% topic match

1.5%
121.8
2023
[173] Reflexion: an autonomous agent with dynamic memory and self-reflection Noah Shinn, ..., and A. Gopinath ArXiv 2023 - 205 citations - Show abstract - Cite - PDF 1.5% topic match

1.4%
12.9
2023
[174] Generate and Pray: Using SALLMS to Evaluate the Security of LLM Generated Code Mohammed Latif Siddiq and Joanna C. S. Santos ArXiv 2023 - 11 citations - Show abstract - Cite - PDF 1.4% topic match

1.4%
0.0
2023
[175] What Writing Assistants Can Learn from Programming IDEs Sergey Titov, ..., and T. Bryksin ArXiv 2023 - 0 citations - Show abstract - Cite - PDF 1.4% topic match

1.3%
10.2
2020
[176] Applications of AI in classical software engineering Marco Barenkamp, ..., and Oliver Thomas AI Perspectives 2020 - 42 citations - Show abstract - Cite - PDF 1.3% topic match

1.3%
0.5
2017
[177] Reinforcement Learning for Argumentation: Describing a PhD Research Sultan Alahmari, ..., and D. Kudenko Journal Not Provided 2017 - 4 citations - Show abstract - Cite 1.3% topic match

1.3%
8.7
2024
[178] Understanding the Weakness of Large Language Model Agents within a Complex Android Environment Mingzhe Xing, ..., and Zhengjin Xiao ArXiv 2024 - 5 citations - Show abstract - Cite - PDF 1.3% topic match

1.3%
0.0
2004
[179] Development of Methodology for Programming Autonomous Agents K. Erol, ..., and Lun Lang Journal Not Provided 2004 - 0 citations - Show abstract - Cite 1.3% topic match

1.2%
0.5
2021
[180] How to trust auto-generated code patches? A developer survey and empirical assessment of existing program repair tools Yannic Noller, ..., and Abhik Roychoudhury ArXiv 2021 - 2 citations - Show abstract - Cite 1.2% topic match

1.1%
0.0
2024
[181] Beyond Accuracy and Robustness Metrics for Large Language Models for Code Daniel Rodríguez-Cárdenas 2024 IEEE/ACM 46th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) 2024 - 0 citations - Show abstract - Cite - PDF 1.1% topic match

1.1%
1.6
2022
[182] AI-assisted programming: applications, user experiences, and neuro-symbolic techniques (keynote) Sumit Gulwani Proceedings of the 30th ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering 2022 - 3 citations - Show abstract - Cite 1.1% topic match

1.0%
0.0
2002
[183] A Multi-Agent Based Framework to Build Intelligent Tutoring Systems E. Costa, ..., and A. Perkusich Journal Not Provided 2002 - 0 citations - Show abstract - Cite 1.0% topic match

0.9%
0.0
2024
[184] Empowering Agile-Based Generative Software Development through Human-AI Teamwork Sai Zhang, ..., and Zhiqiang Zhuang Journal Not Provided 2024 - 0 citations - Show abstract - Cite - PDF 0.9% topic match

0.9%
1.3
2023
[185] Function-constrained Program Synthesis Patrick Hajali and Ignas Budvytis ArXiv 2023 - 1 citations - Show abstract - Cite - PDF 0.9% topic match

0.9%
0.7
2017
[186] Towards an IDE to Support Programming as Problem-Solving Nicholas Nelson, ..., and A. Hoek Annual Workshop of the Psychology of Programming Interest Group 2017 - 5 citations - Show abstract - Cite 0.9% topic match

0.9%
0.0
2023
[187] Programming Languages for AI Programing Agents (Invited Talk) Mark Marron Proceedings of the 19th ACM SIGPLAN International Symposium on Dynamic Languages 2023 - 0 citations - Show abstract - Cite 0.9% topic match

0.8%
16.1
2023
[188] Comparing Software Developers with ChatGPT: An Empirical Investigation N. Nascimento, ..., and Donald D. Cowan ArXiv 2023 - 21 citations - Show abstract - Cite - PDF 0.8% topic match

0.7%
0.5
1992
[189] A Real Time Blackboard Based Architecture P. Lalanda, ..., and J. Haton European Conference on Artificial Intelligence 1992 - 16 citations - Show abstract - Cite 0.7% topic match

0.7%
297.9
2006
[190] google,我,萨娜 方华 https://doi.org/10.1201/b18055-8 2006 - 5565 citations - Show abstract - Cite 0.7% topic match

0.7%
338.5
2022
[191] Competition-level code generation with AlphaCode Yujia Li, ..., and O. Vinyals Science 2022 - 873 citations - Show abstract - Cite - PDF 0.7% topic match

0.7%
1.8
2007
[192] Automated Continuous Testing of Multi-Agent Systems C. Nguyen, ..., and P. Tonella Journal Not Provided 2007 - 32 citations - Show abstract - Cite 0.7% topic match

0.6%
30.2
2022
[193] Lost at C: A User Study on the Security Implications of Large Language Model Code Assistants Gustavo Sandoval, ..., and Brendan Dolan-Gavitt USENIX Security Symposium 2022 - 62 citations - Show abstract - Cite - PDF 0.6% topic match

0.6%
110.0
2017
[194] A Survey of Machine Learning for Big Code and Naturalness Miltiadis Allamanis, ..., and Charles Sutton ACM Computing Surveys (CSUR) 2017 - 767 citations - Show abstract - Cite - PDF 0.6% topic match

0.6%
5.7
2024
[195] DS-Agent: Automated Data Science by Empowering Large Language Models with Case-Based Reasoning Siyuan Guo, ..., and Jun Wang ArXiv 2024 - 3 citations - Show abstract - Cite - PDF 0.6% topic match

0.5%
0.0
1998
[196] TrIAs { An Architecture for Trainable Information AssistantsMathias Bauer, ..., and denglerg Germanyfbauer Journal Not Provided 1998 - 0 citations - Show abstract - Cite 0.5% topic match

0.4%
6623.1
2020
[197] Language Models are Few-Shot Learners Tom B. Brown, ..., and Dario Amodei ArXiv 2020 - 28342 citations - Show abstract - Cite - PDF 0.4% topic match

0.4%
0.8
2017
[198] Advanced techniques for search-based program repair C. Timperley Journal Not Provided 2017 - 6 citations - Show abstract - Cite 0.4% topic match

0.4%
1.6
2024
[199] Interactions with Prompt Problems: A New Way to Teach Programming with Large Language Models J. Prather, ..., and Bailey Kimmel ArXiv 2024 - 1 citations - Show abstract - Cite - PDF 0.4% topic match

0.4%
62.6
2014
[200] Code completion with statistical language models Veselin Raychev, ..., and Eran Yahav Proceedings of the 35th ACM SIGPLAN Conference on Programming Language Design and Implementation 2014 - 641 citations - Show abstract - Cite 0.4% topic match

0.4%
1.5
2024
[201] State-Based Dynamic Graph with Breadth First Progression For Autonomous Robots Tushar Chugh, ..., and Jeshwanth Challagundla 2024 IEEE 14th Annual Computing and Communication Workshop and Conference (CCWC) 2024 - 1 citations - Show abstract - Cite 0.4% topic match

0.2%
0.3
2010
[202] A decision support system utilizing a semantic agent Radha Shankarmani, ..., and Poorva Kaushil 2010 IEEE International Conference on Software Engineering and Service Sciences 2010 - 4 citations - Show abstract - Cite 0.2% topic match

0.2%
123.9
2022
[203] Expectation vs. Experience: Evaluating the Usability of Code Generation Tools Powered by Large Language Models Priyan Vaithilingam, ..., and Elena L. Glassman CHI Conference on Human Factors in Computing Systems Extended Abstracts 2022 - 293 citations - Show abstract - Cite 0.2% topic match

0.2%
67.1
2023
[204] AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents Weize Chen, ..., and Jie Zhou ArXiv 2023 - 113 citations - Show abstract - Cite - PDF 0.2% topic match

0.1%
10.3
2023
[205] How Do Data Analysts Respond to AI Assistance? A Wizard-of-Oz Study Ken Gu, ..., and Tim Althoff Proceedings of the CHI Conference on Human Factors in Computing Systems 2023 - 10 citations - Show abstract - Cite - PDF 0.1% topic match

0.1%
0.0
2017
[206] Problem-Solving Applications in Developer Environments Nicholas Nelson Annual Workshop of the Psychology of Programming Interest Group 2017 - 0 citations - Show abstract - Cite 0.1% topic match

0.1%
92.9
2022
[207] The Robots Are Coming: Exploring the Implications of OpenAI Codex on Introductory Programming James Finnie-Ansley, ..., and J. Prather Proceedings of the 24th Australasian Computing Education Conference 2022 - 238 citations - Show abstract - Cite - PDF 0.1% topic match

0.1%
5.2
2023
[208] How Practitioners Expect Code Completion? Chaozheng Wang, ..., and Yuetang Deng Proceedings of the 31st ACM Joint European Software Engineering Conference and Symposium on the Foundations of Software Engineering 2023 - 4 citations - Show abstract - Cite 0.1% topic match

0.1%
21.6
2021
[209] Few-Shot Semantic Parsing with Language Models Trained on Code Richard Shin and Benjamin Van Durme North American Chapter of the Association for Computational Linguistics 2021 - 59 citations - Show abstract - Cite - PDF 0.1% topic match

0.0%
1.1
2019
[210] A Case for Backward Compatibility for Human-AI Teams Gagan Bansal, ..., and E. Horvitz ArXiv 2019 - 6 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
12.8
2021
[211] Can OpenAI Codex and Other Large Language Models Help Us Fix Security Bugs? H. Pearce, ..., and Brendan Dolan-Gavitt ArXiv 2021 - 47 citations - Show abstract - Cite 0.0% topic match

0.0%
3.3
2024
[212] Advancements in software engineering using AI Hazem W. Marar Computer Software and Media Applications 2024 - 2 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
0.1
1998
[213] Software agents and intelligent object fusion C. Nourani ACM SIGSOFT Softw. Eng. Notes 1998 - 3 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
1374.8
2018
[214] Improving Language Understanding by Generative Pre-Training Alec Radford and Karthik Narasimhan Journal Not Provided 2018 - 9188 citations - Show abstract - Cite 0.0% topic match

0.0%
9.2
2023
[215] CoAIcoder: Examining the Effectiveness of AI-assisted Human-to-Human Collaboration in Qualitative Analysis Jie Gao, ..., and S. Perrault ACM Transactions on Computer-Human Interaction 2023 - 13 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
3.4
2022
[216] The Potential of Artificial Intelligence as a Method of Software Developer's Productivity Improvement Ekaterina A. Moroz, ..., and I. M. Novozhilov 2022 Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus) 2022 - 9 citations - Show abstract - Cite 0.0% topic match

0.0%
13.5
2022
[217] AI-Driven Development Is Here: Should You Worry? Neil A. Ernst, ..., and T. Menzies IEEE Software 2022 - 34 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
5.8
2024
[218] Automatic Programming: Large Language Models and Beyond Michael R. Lyu, ..., and Patanamon Thongtanunam ArXiv 2024 - 2 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
0.0
2024
[219] Automated Code Review Tool Mangave V. V. INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT 2024 - 0 citations - Show abstract - Cite - PDF 0.0% topic match

0.0%
0.2
2012
[220] Automatic code generation using artificial intelligence. Yuri Danilchenko Journal Not Provided 2012 - 2 citations - Show abstract - Cite 0.0% topic match

Share this report