PulseAugur
EN
LIVE 08:05:57

LLMs show promise in extracting design decisions from code commits, but lack rationale

A preliminary study explored the effectiveness of Large Language Models (LLMs) in extracting architectural design decisions from source code commits. Researchers tested four LLMs—Gemini 3-Pro, DeepSeek-R1, Kimi K2, and Qwen3—using zero-shot and few-shot prompting on 30 developer-written decisions. While all models achieved a BERT-F1 score above 0.81, few-shot prompting showed slight improvements. However, the generated decisions were often too lengthy, implementation-focused, and lacked the underlying rationale, indicating a need for more architecture-aware LLM systems. AI

IMPACT Highlights opportunities for architecture-aware LLM systems in software engineering and automated knowledge management.

RANK_REASON The cluster contains an academic paper detailing a study on LLM capabilities. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLMs show promise in extracting design decisions from code commits, but lack rationale

How we ranked this

Signal score
18 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The cluster contains an academic paper detailing a study on LLM capabilities. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, model release
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Amey Karan, Rudra Dhar, Mohamed Soliman, Karthik Vaidhyanathan ·

    Can LLMs Extract Architectural Design Decisions from Source Code Commits? - A Preliminary Exploratory Study

    arXiv:2609.03721v1 Announce Type: cross Abstract: Context: Architectural Design Decisions (ADDs) capture the rationale behind the structure and evolution of software systems but are rarely documented explicitly, and are often hidden inside source code commits. Recovering them is …