software-engineering

Tag

Cards List
#software-engineering

Acronym Fatigue Series Introduction: why I'm wary of acronyms

Hacker News Top · 2026-07-06 Cached

A blog post introducing a series critiquing the overuse of acronyms in software engineering, exploring cultural and marketing reasons for acronym fatigue.

0 favorites 0 likes
#software-engineering

Are AI coding agents hitting a wall, or are we just measuring them wrong?

Reddit r/AI_Agents · 2026-07-06

This article examines the gap between hype and reality for AI coding agents, arguing that they are effective for accelerating workflow parts but still require human oversight for architecture, debugging, and review, and questioning whether current benchmarks measure the right things.

0 favorites 0 likes
#software-engineering

@katelyn_lesse: https://x.com/katelyn_lesse/status/2073902681668931927

X AI KOLs Timeline · 2026-07-05 Cached

A Twitter thread by Katelyn Lesse arguing that teams should confront the hardest part of a project head-on rather than avoiding it incrementally, illustrated by the story of Stripe's v2 accounts.

0 favorites 0 likes
#software-engineering

Dependencies should be fetched directly from VCS

Hacker News Top · 2026-07-05 Cached

The author argues that fetching dependencies directly from VCS (as done in Go) is more secure and easier to audit than using package registries with a publish step (as in Ruby, npm, PyPI).

0 favorites 0 likes
#software-engineering

Software engineering will never be dead

Reddit r/ArtificialInteligence · 2026-07-05

Argues that software engineering will always be necessary because human accountability is required to ensure AI builds safe and correct systems.

0 favorites 0 likes
#software-engineering

Who here would have believed in 2024 that by mid 2026 software enginneering would be dead?

Reddit r/singularity · 2026-07-05

A speculative discussion questioning whether AI will render software engineering obsolete by mid 2026.

0 favorites 0 likes
#software-engineering

@vasuman: new grad software engineers using Fable 5 instead of understanding the codebase

X AI KOLs Following · 2026-07-05 Cached

A tweet observes that new grad software engineers are relying on Fable 5 rather than understanding the codebase, highlighting a potential issue in software development practices.

0 favorites 0 likes
#software-engineering

@maccaw: I've been a software engineer for over twenty years. I can tell you, Fable is something else. It is incredibly good at …

X AI KOLs Following · 2026-07-04

A software engineer with 20 years of experience praises Fable's code-writing abilities, calling it exceptional and predicting significant change, while also noting the need for competition to OpenAI due to high costs.

0 favorites 0 likes
#software-engineering

Why don't people use git properly?

Lobsters Hottest · 2026-07-04 Cached

An essay exploring why many developers struggle to use git properly, covering common mistakes like panic over merge conflicts, huge commits, and poor branching practices, and examining the root causes.

0 favorites 0 likes
#software-engineering

@rohanpaul_ai: The new AI budget benchmark for software engineers may have just landed at $800/month. This is Tesla’s new AI spending …

X AI KOLs Timeline · 2026-07-03 Cached

Rohan Paul discusses Tesla's reported AI spending budget of $800/month per software engineer, suggesting it sets a new benchmark. Chamath Palihapitiya comments that spending above $200/week is waste if Tesla is doing this.

0 favorites 0 likes
#software-engineering

Best Simple System for Now

Hacker News Top · 2026-07-03 Cached

Dan North proposes the 'Best Simple System for Now' (BSSN) approach as a middle path between quick-and-dirty and over-engineering in software development, advocating for simplicity that meets current product needs.

0 favorites 0 likes
#software-engineering

@MapleShadow: Blog update: Why I replaced superpowers with mattpocock/skills Recently I replaced my previous use of obra/superpowers with @mattpocockuk's skills. This post shares some of my thoughts.

X AI KOLs Timeline · 2026-07-03 Cached

The author shares their experience switching from using superpowers to mattpocock/skills, compares the pros and cons of the two AI programming skill sets, emphasizes that mattpocock/skills saves more tokens and is more flexible, and discusses the evolution direction of AI-assisted software engineering.

0 favorites 0 likes
#software-engineering

@QuantumTransf: I have to say some people are filled with a mysterious self-confidence. The contemporary computer science titan Knuth once said, "Computer science is a branch of mathematics." I used magic to counter-attack, and they actually don't think computer science is mathematics, proving that their understanding is stuck at the general undergraduate level, at least they haven't read TAOCP or done any academic research in computer science. Of course, nowadays computer science has become a broad term encompassing many things, including parts of Software Engineering. Seriously, I suggest you take a look at discrete mathematics; it is a very important component of computer science, and many algorithms and ideas originate from there.

X AI KOLs Timeline · 2026-07-03 Cached

An academic debate on whether computer science belongs to mathematics, citing a quote from computer science giant Knuth, involving discussions on discrete mathematics and the essence of algorithms.

0 favorites 0 likes
#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
← Previous
Next →
← Back to home

Submit Feedback