software-engineering

Tag

Cards List
#software-engineering

ContextSniper: AntTrail's Token-Efficient Code Memory for Repository-Level Program Repair

arXiv cs.AI · 2026-07-03 Cached

ContextSniper is a token-efficient code memory layer for repository-level program repair using LLM agents. It reduces token usage by up to 51.5% and cost by up to 36.4% while maintaining similar resolution rates on SWE-bench Lite.

0 favorites 0 likes
#software-engineering

Rethinking Complexity Metrics for LLM-Integrated Applications: Beyond Source Code

arXiv cs.AI · 2026-07-03 Cached

This paper introduces Hecate, the first tool that quantifies complexity across both prompt and code layers in LLM-integrated applications, using a Prompt-as-Specification formalism rooted in Hoare logic and evaluating 52 candidate metrics on open-source repositories to identify those that capture structural breadth beyond traditional code-only metrics.

0 favorites 0 likes
#software-engineering

Mastermind: Strategy-grounded Learning for Repository-Scale Vulnerability Reproduction

arXiv cs.AI · 2026-07-03 Cached

This paper introduces Mastermind, a dual-loop framework that learns reusable vulnerability-reproduction strategies for repository-scale tasks, achieving an 84.5% pass rate with a frozen executor by separating strategy learning from execution.

0 favorites 0 likes
#software-engineering

Agent4cs: A Multi-agent System for Code Summarization in Large Hierarchical Codebases

arXiv cs.AI · 2026-07-03 Cached

Agent4cs is a multi-agent framework that summarizes large, hierarchical codebases in a bottom-up fashion using specialized agents for summarization, keyword extraction, and quality assurance, achieving up to 8% improvement in semantic consistency and 38% gain in keyword coverage over baselines.

0 favorites 0 likes
#software-engineering

@GergelyOrosz: This is exactly why experienced software engineers are valuable and will be valuable. If you don’t know what good code …

X AI KOLs Timeline · 2026-07-02 Cached

Gergely Orosz argues that experienced software engineers remain valuable because they can discern good code from bad, something AI code generators still cannot reliably do.

0 favorites 0 likes
#software-engineering

@vintcessun: A problem that has plagued countless teams finally has a solution. When writing JavaScript, the worst fear is that a day later you can't even understand your own code—variable names are arbitrary, functions are long and messy. This project adapts the engineering principles of Clean Code to JS, with each principle accompanied by a bad/good comparison, explaining why the change should be made. In short, it solves…

X AI KOLs Timeline · 2026-07-02 Cached

This project adapts the engineering principles of Clean Code to JavaScript, providing bad/good comparisons for each principle to help developers write readable, reusable, and refactorable code, solving the pain of code rot in team collaboration.

0 favorites 0 likes
#software-engineering

Tools or techniques for conveying mental models?

Lobsters Hottest · 2026-07-02 Cached

A community discussion on lobste.rs asks developers for tools and techniques that effectively convey and grow mental models, contrasting them with exhaustive documentation.

0 favorites 0 likes
#software-engineering

@Pragmatic_Eng: Anyone who thinks software engineering is ‘going away’ doesn’t understand the job. @KentBeck, creator of XP and TDD, on…

X AI KOLs Following · 2026-07-02 Cached

Kent Beck argues that software engineering is not going away even as AI advances, because coding involves building trust, understanding, and connections that cannot be automated.

0 favorites 0 likes
#software-engineering

Many people misunderstand the purpose of code review

Hacker News Top · 2026-07-02

The article discusses common misconceptions about the true purpose of code review in software development, emphasizing it's more about knowledge sharing and team collaboration than just finding bugs.

0 favorites 0 likes
#software-engineering

@lidangzzz: I've said it many times over the years: to make an AI Agent write good code, all the secrets are in the textbooks from the 1990s: - Write tests diligently, write more tests, push test coverage as high as possible - Do CI/CD properly, avoid messing up at all costs - For a new proj…

X AI KOLs Timeline · 2026-07-02 Cached

The author emphasizes that the key to making AI agents write good code lies in following classic software engineering practices from 1990s textbooks: writing tests, doing CI/CD properly, top-down design, and modular decoupling.

0 favorites 0 likes
#software-engineering

Where should guardrails for AI coding agents actually live?

Reddit r/AI_Agents · 2026-07-02

A discussion on where to place guardrails to prevent AI coding agents from making unauthorized changes, exploring friction points at various stages of the deployment workflow.

0 favorites 0 likes
#software-engineering

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

Hacker News Top · 2026-07-02 Cached

Senior SWE-Bench is an open-source benchmark that evaluates AI agents on software engineering tasks requiring senior-level skills.

0 favorites 0 likes
#software-engineering

@sujingshen: https://x.com/sujingshen/status/2072497223850668513

X AI KOLs Timeline · 2026-07-02 Cached

Criticizes the Vibe Coding style, pointing out that the imprecision of natural language requirements causes AI Agent outputs to require extensive rework, and advocates for spec-driven development to ensure safety and production quality.

0 favorites 0 likes
#software-engineering

Senior SWE Bench: a new benchmark focussed on realistically underspecified feature tasks

Reddit r/LocalLLaMA · 2026-07-01 Cached

Senior SWE-Bench is a new open-source benchmark designed to evaluate AI agents on realistic, underspecified software engineering tasks, emphasizing skills like intent alignment and code quality rather than overly detailed specifications.

0 favorites 0 likes
#software-engineering

@GergelyOrosz: There are few people who have impacted the software engineering industry like @KentBeck has. He'd never before told his…

X AI KOLs Timeline · 2026-07-01 Cached

A podcast interview with Kent Beck covers his career from early programming to Agile and TDD, emphasizing the importance of human skills in software engineering.

0 favorites 0 likes
#software-engineering

SWE-rebench leaderboard update: GLM-5.2, Qwen3.6-27B, Qwen3.6-35B-A3B, Gemma 4 31B and more + improved UI

Reddit r/LocalLLaMA · 2026-07-01 Cached

SWE-rebench leaderboard updated with new models (GLM-5.2, Qwen3.6, Gemma 4 31B, etc.) and an improved UI, showing performance rankings on software engineering tasks.

0 favorites 0 likes
#software-engineering

Will AI replace developers?

Reddit r/AI_Agents · 2026-07-01

Explores the debate over whether AI will eventually replace human software developers, examining current capabilities and future trends.

0 favorites 0 likes
#software-engineering

Software engineering best practices in the age of LLM coding

Reddit r/LocalLLaMA · 2026-07-01

An article discussing how software engineering best practices are evolving with the integration of LLM-based coding tools, offering guidance for developers.

0 favorites 0 likes
#software-engineering

Trust your compiler: Modern C++

Hacker News Top · 2026-07-01 Cached

Article comparing old C++ performance tricks with modern compiler capabilities, showing that compilers can now optimize naive code better than hand-tuned hacks. Includes benchmarks on AMD Zen 5 with Clang 21.

0 favorites 0 likes
#software-engineering

What ORMs have taught me: just learn SQL (2014)

Hacker News Top · 2026-07-01 Cached

The author argues that ORMs are more detrimental than beneficial and that developers should focus on learning SQL directly to avoid issues like attribute creep and inefficient queries.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback