code-quality

Tag

Cards List
#code-quality

All the Little Things (2014)

Lobsters Hottest ↗ · 2026-08-31 Cached

Sandy Metz discusses making code small and using tests to guide refactoring, illustrated through the Gilded Rose kata.

0 favorites 0 likes
#code-quality

AI Review Loops Don't Always Stabilise

Lobsters Hottest ↗ · 2026-08-25 Cached

The article explains that AI review loops in code development can become unstable due to inconsistent AI opinions, scope creep, and hallucinations, as shown in a test with Opus 5.

0 favorites 0 likes
#code-quality

@github: Learn the latest GitHub workflows by actually building with them. We’ve released 4 new GitHub Skills exercises designed…

X AI KOLs Timeline ↗ · 2026-08-25 Cached

GitHub has released 4 new Skills exercises designed to give developers practice with AI-powered development, agentic workflows, and code quality.

0 favorites 0 likes
#code-quality

I tested my GenOS for LLM agents. It fixed prompt bloat and replaced multi-agent swarm latency.

Reddit r/artificial ↗ · 2026-08-25

The author tested GenOS, a tool for LLM agents using versioned YAML genomes, and found it outperformed traditional prompting and multi-agent swarms by reducing token overhead and enhancing code quality through emergent TDD and agent breeding.

0 favorites 0 likes
#code-quality

My agent.md to improve LLM-assisted code quality

Fabien Sanglard ↗ · 2026-08-21 Cached

The article shares a method using an agent.md file to define coding style preferences for LLM-assisted development, improving code quality by reducing repetitive feedback.

0 favorites 0 likes
#code-quality

@mattpocockuk: In just over an hour, I'll be live with @unclebobmartin We'll be figuring out if software fundamentals still matter in …

X AI KOLs Following ↗ · 2026-08-19 Cached

Robert C. Martin discusses his career, the impact of 'Clean Code', and his approach to using AI agents with constraint tools like static analysis and mutation testing to enhance software development.

0 favorites 0 likes
#code-quality

@addyosmani: If you're building a software factory, code good enough to ship still needs human taste and ownership. You'll likely ne…

X AI KOLs Timeline ↗ · 2026-08-18 Cached

The article discusses the importance of human taste and ownership in automated software development, emphasizing the need for human oversight in design and quality checks while balancing automation with manual review.

0 favorites 0 likes
#code-quality

I audited my own agent for "a guard that exists and doesn't cover the default path". I found nine in one codebase.

Reddit r/AI_Agents ↗ · 2026-08-16

The author audited their AI agent and found nine security flaws where guards didn't cover default paths, proposing exemption lists for build gates as a fix and asking for opinions on managing stale exemptions.

0 favorites 0 likes
#code-quality

SlopScan: Displays a "slop score" when viewing public git repositories

Lobsters Hottest ↗ · 2026-08-14 Cached

SlopScan is a Firefox extension that displays a 'slop score' letter grade for public git repositories on GitHub, Codeberg, and SourceHut, powered by a repo-slopscore server.

0 favorites 0 likes
#code-quality

Write for people

Lobsters Hottest ↗ · 2026-08-14 Cached

Vicki Boykis argues that AI-generated jargon and verbose explanations are making codebases harder for humans to navigate, and advocates for clearer, more concise writing.

0 favorites 0 likes
#code-quality

Let's not call it "tech debt," it's just "mess"

Lobsters Hottest ↗ · 2026-08-13 Cached

The author argues that 'technical debt' is often misused by developers to describe sloppy or careless work, and suggests 'mess' is a more honest and effective term, especially when communicating with non-technical stakeholders.

0 favorites 0 likes
#code-quality

The “AI slop” debate conflates three separate questions: authorship, productivity, and engineering quality

Reddit r/ArtificialInteligence ↗ · 2026-08-13

The article argues that the 'AI slop' debate conflates authorship, productivity, and engineering quality, and proposes treating generative coding systems as high-throughput, error-prone producers within an engineering control loop, shifting scarce skills toward specification, verification, and accountability.

0 favorites 0 likes
#code-quality

@yibie: Chrome DevTools creator Addy Osmani: the center of gravity for code quality has moved from code review to the harness — humans can't read all the code agents produce, so quality is now backstopped by constraints. "Agentic Code Quality" Agentic …

X AI KOLs Timeline ↗ · 2026-08-13 Cached

In his article "Agentic Code Quality," Addy Osmani argues that after AI agents produce code at scale, traditional manual code review can't scale, so quality assurance has to shift to harnesses, quality gates, and constraints, and he discusses autonomy and trust.

0 favorites 0 likes
#code-quality

Mindful coding: Purpose and intention

Lobsters Hottest ↗ · 2026-08-12 Cached

An essay encouraging developers to write code with clear intent, arguing that naming difficulties often reveal broken abstractions, and that understanding the 'why' of code matters as much as the 'what'.

0 favorites 0 likes
#code-quality

On AI Coding and Its Discontents

Lobsters Hottest ↗ · 2026-08-12 Cached

Cal Newport reflects on the initial enthusiasm for AI coding tools like Claude Code and the growing disillusionment among developers due to hidden bugs, quality issues, and unsustainable workflows, arguing that outsourcing all code production to AI is not currently viable.

0 favorites 0 likes
#code-quality

@LinusEkenstam: Google says AI now writes over 75% of their new code. Their measured velocity gain? 10%. That gap is the biggest unsolv…

X AI KOLs Timeline ↗ · 2026-08-11 Cached

Linus Ekenstam discusses the gap between AI writing 75% of Google's new code and only 10% measured velocity gain, and how Sonar aims to close that gap.

0 favorites 0 likes
#code-quality

Gitar

Product Hunt ↗ · 2026-08-11

Gitar is an AI-powered code review tool that automatically fixes issues it detects in code.

0 favorites 0 likes
#code-quality

Characterizing the Quality Profile of AI-Generated C++ in Production

Hugging Face Daily Papers ↗ · 2026-08-06 Cached

A large-scale empirical study analyzing 3.52 million C++ code changes in production to compare AI-generated versus human-written code quality, finding higher coupling and compute overhead but showing targeted feedback can mitigate issues.

0 favorites 0 likes
#code-quality

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
#code-quality

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
← Previous
Next →
← Back to home

Submit Feedback