software-engineering

Tag

Cards List
#software-engineering

Reverse Jevons Paradox

Hacker News Top · 2026-08-03 Cached

The author explains the reverse Jevons paradox in software engineering: when the cost of making changes rises significantly due to red tape, the total volume of changes can drop to zero, leading to a fundamental halt in incremental improvements rather than a mere slowdown.

0 favorites 0 likes
#software-engineering

When Feature Flags Do and Don't Make Sense

Hacker News Top · 2026-08-03 Cached

A software engineer discusses when feature flags make sense, such as for A/B testing and complex deployments, and cautions against overusing them when teams have control over their deployments.

0 favorites 0 likes
#software-engineering

Reliability Lessons From SQLite

Lobsters Hottest · 2026-08-03 Cached

SQLite developers share their reliability experience, derived from the DO-178B avionics standard, ensuring code quality through 100% MCDC test coverage, emphasizing the philosophy: 'if it hasn't been tested, it doesn't work.'

0 favorites 0 likes
#software-engineering

The AI Productivity Gap

Hacker News Top · 2026-08-03 Cached

An analysis of the 'AI productivity gap' in software engineering, arguing that AI mainly speeds up the coding portion of developers' jobs while leaving other crucial tasks like design, reviews, and meetings largely unchanged, leading to only modest overall gains. It also notes juniors benefit more than seniors, contrary to some leaders' assumptions.

0 favorites 0 likes
#software-engineering

@wquguru: https://x.com/wquguru/status/2083943877187432904

X AI KOLs Timeline · 2026-08-02 Cached

The article provides a detailed breakdown of OpenAI's complete software engineer interview process, analyzing round by round the core evaluation points behind initial screening, coding, system design, take-home projects, and the final interview, and compiles them into a systematic engineer advancement checklist.

0 favorites 0 likes
#software-engineering

Carl's Required Reading

Hacker News Top · 2026-08-01 Cached

Carl Kolon, an engineering leader, shares his curated 'required reading' list of software engineering articles, covering coding practices, platform design, and frontend development, with personal notes on why each matters.

0 favorites 0 likes
#software-engineering

The Wheels We Keep Reinventing

Lobsters Hottest · 2026-07-31 Cached

An essay arguing that software engineers repeatedly reinvent well-solved infrastructure like auth, background jobs, rate limiting, and feature flags, trading proven solutions for custom code that they must maintain and debug.

0 favorites 0 likes
#software-engineering

Platform engineering still matters

Lobsters Hottest · 2026-07-31 Cached

An opinion piece arguing that platform engineering and code reuse remain valuable even with AI coding tools, because tokens cost money and reuse provides leverage. Cites Martin Fowler's similar argument about refactoring.

0 favorites 0 likes
#software-engineering

Methinks it is a weasel

Lobsters Hottest · 2026-07-31 Cached

An essay discussing the common statistical fallacy of averaging percentiles, framed with Hamlet quotes and Hacker News examples, and arguing for empathetic communication of statistical insights.

0 favorites 0 likes
#software-engineering

Stripe Just Wants a Number

Lobsters Hottest · 2026-07-31 Cached

The author describes how exe.dev decouples billing from business logic using 'billable facts' — atomic events that trigger downstream reconciliation with Stripe, avoiding brittle billing code.

0 favorites 0 likes
#software-engineering

@thoughtworks: If AI writes more code, should we stop designing it for humans? Valentina Servile argues no. Good software design still…

X AI KOLs Timeline · 2026-07-31 Cached

Valentina Servile argues that good software design still matters even as AI writes more code, because the audience for well-designed code now includes AI agents as well as humans.

0 favorites 0 likes
#software-engineering

Code Review Responses: Add Context When It Counts

Lobsters Hottest · 2026-07-30 Cached

A Google Testing blog post offering guidance on how to respond to code review comments, emphasizing the importance of adding context when it helps clarify decisions and rationale.

0 favorites 0 likes
#software-engineering

Selling Ai wrappers are easier than Ai that works in production

Reddit r/AI_Agents · 2026-07-30

The article argues that selling AI wrappers (simple interfaces over existing models) is easier than building AI systems that actually work reliably in production, highlighting challenges in deployment.

0 favorites 0 likes
#software-engineering

The Economic Benefit of Refactoring

Hacker News Top · 2026-07-30 Cached

This article presents an experiment on refactoring a large codebase written by AI agents, demonstrating that refactoring reduces token consumption for future AI-driven changes. The author details the methodology and results showing a decrease in input tokens after refactoring.

0 favorites 0 likes
#software-engineering

Software Engineers: Do you honestly get anything useful out of LLMs?

Reddit r/LocalLLaMA · 2026-07-30

A software engineer expresses frustration with local LLMs for agentic coding, citing issues like technical debt, ignored instructions, and excessive code generation, questioning their usefulness.

0 favorites 0 likes
#software-engineering

Why Don't People Use Formal Methods?

Hacker News Top · 2026-07-30 Cached

Hillel Wayne analyzes the historical and practical barriers preventing widespread adoption of formal methods in software engineering, distinguishing between formal specification and verification across code and design domains.

0 favorites 0 likes
#software-engineering

Is AI agents making it easier to build software than to understand it?

Reddit r/AI_Agents · 2026-07-30

A developer reflects on how AI coding agents can rapidly build and modify software, but developers often lose understanding of the codebase architecture and decisions, creating a new engineering challenge.

0 favorites 0 likes
#software-engineering

@addyosmani: Code quality, taste and judgement matter. @SonarSource is great for catching bug and security issues on every commit. H…

X AI KOLs Timeline · 2026-07-30 Cached

Addy Osmani recommends using SonarSource for catching bugs and security issues on every commit, emphasizing code quality and taste.

0 favorites 0 likes
#software-engineering

Logic for Programmers

Hacker News Top · 2026-07-30 Cached

A practical book introducing logic for programmers to improve software design, verification, and reasoning, covering topics from simplifying conditionals to formal verification and constraint solving.

0 favorites 0 likes
#software-engineering

To Add Is Machine, To Delete Is Human: Measuring and Mitigating Deletion Avoidance in LLM Code Editing

Hugging Face Daily Papers · 2026-07-30 Cached

This paper introduces CanItDelete, a benchmark of 200 real-world deletion-only code editing tasks, and measures how LLMs avoid deleting code. It finds that frontier models frequently leave obsolete code in place, producing passable but not merge-ready patches, and that adding deletion-focused training data improves performance.

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

Submit Feedback