y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#software-engineering News & Analysis

105 articles tagged with #software-engineering. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

105 articles
AIBullisharXiv – CS AI · Apr 67/10
🧠

AI-Assisted Unit Test Writing and Test-Driven Code Refactoring: A Case Study

Researchers demonstrated AI-assisted automated unit test generation and code refactoring in a case study, generating nearly 16,000 lines of reliable unit tests in hours instead of weeks. The approach achieved up to 78% branch coverage in critical modules and significantly reduced regression risk during large-scale refactoring of legacy codebases.

AIBullisharXiv – CS AI · Mar 277/10
🧠

The Future of AI-Driven Software Engineering

A paradigm shift is occurring in software engineering as AI systems like LLMs increasingly boost development productivity. The paper presents a vision for growing symbiotic partnerships between human developers and AI, identifying key research challenges the software engineering community must address.

AIBearishArs Technica – AI · Mar 107/10
🧠

After outages, Amazon to make senior engineers sign off on AI-assisted changes

Amazon Web Services is implementing new oversight requirements for AI-assisted code changes after experiencing at least two outages linked to AI coding assistants. Senior engineers will now need to sign off on AI-generated code modifications to prevent future incidents.

After outages, Amazon to make senior engineers sign off on AI-assisted changes
AIBearisharXiv – CS AI · Mar 47/103
🧠

ZeroDayBench: Evaluating LLM Agents on Unseen Zero-Day Vulnerabilities for Cyberdefense

Researchers introduced ZeroDayBench, a new benchmark testing LLM agents' ability to find and patch 22 critical vulnerabilities in open-source code. Testing on frontier models GPT-5.2, Claude Sonnet 4.5, and Grok 4.1 revealed that current LLMs cannot yet autonomously solve cybersecurity tasks, highlighting limitations in AI-powered code security.

AIBullisharXiv – CS AI · Feb 277/104
🧠

Imitation Game: Reproducing Deep Learning Bugs Leveraging an Intelligent Agent

Researchers developed RepGen, an AI-powered tool that automatically reproduces deep learning bugs with an 80.19% success rate, significantly improving upon the current 3% manual reproduction rate. The system uses LLMs to generate reproduction code through an iterative process, reducing debugging time by 56.8% in developer studies.

AIBullishOpenAI News · May 167/107
🧠

Addendum to o3 and o4-mini system card: Codex

OpenAI has released Codex, a cloud-based coding agent powered by codex-1, which is an optimized version of OpenAI o3 specifically designed for software engineering tasks. The system was trained using reinforcement learning on real-world coding environments to generate human-like code that follows instructions precisely and iteratively tests until achieving passing results.

AIBearisharXiv – CS AI · Jun 256/10
🧠

Evaluating AGENTS.md: Are Repository-Level Context Files Helpful for Coding Agents?

A research study challenges the widespread practice of using context files (like AGENTS.md) to enhance coding agent performance, finding that these files provide no measurable improvement in task completion rates while increasing inference costs by over 20%. The findings suggest that while context files help agents follow instructions, repository overviews—commonly recommended by model providers—offer minimal practical value.

AINeutralarXiv – CS AI · Jun 256/10
🧠

Agentic Software Engineering: Foundational Pillars and a Research Roadmap

Researchers propose Structured Agentic Software Engineering (SASE), a framework reimagining software development where AI agents autonomously pursue complex goals rather than simply generating code. The approach introduces two complementary environments—one for human oversight and one for agent execution—establishing a human-AI partnership model that demands fundamental changes to traditional software engineering processes, tools, and artifacts.

AINeutralarXiv – CS AI · Jun 236/10
🧠

TraceView: Interactive Visualization of Agentic Program Repair Trajectories

TraceView is an interactive visualization tool that helps developers understand and diagnose how LLM-based automated program repair agents work through their reasoning processes. By organizing agent trajectories into visual graphs with labeled components, the tool addresses a critical gap in debugging agent failures and improving repair outcomes.

AIBullisharXiv – CS AI · Jun 236/10
🧠

From Fragments to Paths: Task-Level Context Recovery for Large Industrial Codebases

Researchers introduce DeepDiscovery, an AI method that improves how large language models understand complex industrial codebases by recovering task-relevant context across multi-relational repository structures. The system demonstrates significant performance improvements on software engineering tasks, achieving 78.6% solve rate on SWE-bench Verified and gains of 1.6-9.2 percentage points in real production environments.

AINeutralarXiv – CS AI · Jun 235/10
🧠

An Exploratory Case Study of LLM-Assisted Refactoring and Gameplay Feature Generation in an Endless Runner Game

Researchers conducted a case study evaluating GPT-4o's effectiveness in game development tasks within an existing Python/Pygame endless runner project. The study found that while the model successfully completed all three refactoring tasks, only one of three gameplay feature generation tasks integrated correctly, suggesting LLMs perform better with localized code transformations than complex cross-system integrations.

🧠 GPT-4
AIBullisharXiv – CS AI · Jun 236/10
🧠

From Empirical Evaluation to Context-Aware Enhancement: Repairing Regression Errors with LLMs

Researchers introduce RegressionBug4APR, a benchmark of 200 real-world Java and Python regression bugs, to evaluate automated program repair (APR) techniques. The study finds that traditional APR tools fail entirely on regression bugs, while LLM-based approaches show promise, achieving 1.6x better results when enhanced with bug-inducing change context.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Turning Intent into Specifications: A Benchmark and an Interactive User-Assistant Agent

Researchers introduce SpecBench, a benchmark for evaluating AI agents' ability to translate vague user intent into structured specifications through interactive collaboration. They propose Buddy, an agent that decomposes user requirements into design dimensions, simulates user preferences, and strategically engages users to resolve ambiguities—shifting focus from code generation to specification clarity.

AINeutralarXiv – CS AI · Jun 236/10
🧠

Skills for the future software profession: beyond agentic AI!

Researchers and industry practitioners from roundtables in New York and Singapore (2026) identified critical skills for software engineers in an AI-agentic future, with verification and validation emerging as increasingly essential as coding agents handle more implementation tasks. The findings highlight a fundamental shift in software development requiring developers to focus less on coding and more on quality assurance and validation of agent-generated code.

AINeutralOpenAI News · Jun 225/10
🧠

Codex-maxxing for long-running work

Jason Liu demonstrates advanced techniques for using OpenAI's Codex to manage complex, long-running projects by preserving context across multiple prompts. The approach enables developers to maintain project continuity and handle sophisticated workflows that exceed single-session limitations.

AIBullishCrypto Briefing · Jun 196/10
🧠

Anthropic launches Claude Code Artifacts, turning AI sessions into live enterprise dashboards

Anthropic has launched Claude Code Artifacts, a feature enabling AI sessions to generate live, interactive enterprise dashboards. While the capability offers potential to revolutionize enterprise data management and visualization, implementation requires careful oversight to mitigate AI-generated errors and ensure data accuracy.

Anthropic launches Claude Code Artifacts, turning AI sessions into live enterprise dashboards
🏢 Anthropic🧠 Claude
AINeutralarXiv – CS AI · Jun 116/10
🧠

Exploration Structure in LLM Agents for Multi-File Change Localization

Researchers compare linear versus non-linear exploration strategies for LLM agents tasked with localizing files requiring changes to resolve software issues. Domain-scoped parallel agent spawning with smaller models achieves competitive performance against larger models while reducing costs, revealing that repository exploration structure significantly impacts software engineering task efficiency.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Rule Taxonomy and Evolution in AI IDEs: A Mining and Survey Study

A comprehensive empirical study examined how developers use rules in AI-powered IDEs to constrain LLM behavior, extracting 7,310 rules from 83 open-source projects. The research revealed a significant gap between what developers prioritize (architectural constraints) and what they actually implement (low-level formatting rules), while showing that rule updates improve artifact compliance by an average of 23 percentage points.

AINeutralarXiv – CS AI · Jun 106/10
🧠

What makes a harness a harness: necessary and sufficient conditions for an agent harness

Researchers provide a formal operational definition of 'agent harness' in AI software engineering, establishing necessary and sufficient conditions to distinguish harnesses from related tools like frameworks and SDKs. The work analyzes six real-world implementations and proposes a shared vocabulary to standardize how the industry discusses and compares agentic systems built on language models.

🧠 Claude
AINeutralarXiv – CS AI · Jun 106/10
🧠

How can we assess human-agent interactions? Case studies in software agent design

Researchers propose PULSE, a framework for evaluating human-agent interactions in software engineering rather than relying solely on automated benchmarks. The framework combines human feedback with machine learning predictions to assess user satisfaction, revealing significant gaps between benchmark performance and real-world agent effectiveness across 15,000 users.

🧠 GPT-5
AINeutralarXiv – CS AI · Jun 106/10
🧠

Adoption of Generative Artificial Intelligence in the German Software Engineering Industry: An Empirical Study

A comprehensive empirical study examines how German software engineers adopt generative AI tools, revealing that experience level, organizational size, and lack of project context awareness significantly influence effectiveness. The research combines 18 interviews with 109 survey responses to identify adoption patterns and barriers in a regulatory-constrained environment.

AINeutralarXiv – CS AI · Jun 95/10
🧠

MIRAGE: Metadata-Integrated Repository Analysis and Guided Enhancement for MSR Datasets

MIRAGE is a metadata-enriched framework for analyzing Mining Software Repositories (MSR) datasets from 2013-2024, incorporating FAIRness assessments and topic modeling to improve dataset discoverability and reusability. The research demonstrates that repository hosting sites and data formats significantly influence citation patterns and dataset utility in software engineering research.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Context Rot in AI-Assisted Software Development: Repurposing Documentation Consistency for AI Configuration Artifacts

Researchers identify 'context rot'—the degradation of AI configuration files that guide coding assistants—as a significant problem affecting 23% of repositories studied. The study proposes adapting decades-old documentation consistency tools to detect stale context in AI artifacts like CLAUDE.md and .cursorrules files, establishing a research framework for maintaining AI tool guidance accuracy.

← PrevPage 2 of 5Next →