code-quality

Tag

Cards List
#code-quality

Show HN: Treedocs: Documentation that automatically checks for staleness

Hacker News Top · yesterday Cached

Treedocs is a Swift CLI tool that generates a documented tree view of a repository and automatically checks for stale documentation entries, helping teams keep docs up to date.

0 favorites 0 likes
#code-quality

Linux Eliminates the Strncpy API After Six Years of Work, 360 Patches

Hacker News Top · 4d ago Cached

Linux 7.2 has finally removed the deprecated strncpy API after six years and over 360 patches due to its bug-prone nature, replacing it with safer alternatives like strscpy and memcpy.

0 favorites 0 likes
#code-quality

my team shipped a working tech-debt agent in a day. the hard part wasn't the code, it was defining the problem well enough that an agent could carry it.

Reddit r/AI_Agents · 2026-06-17

A team built an AI agent to automatically fix tech debt by scanning the codebase and opening PRs, finding that the hardest part was precisely defining the problem. They discuss challenges of running multiple agents on the same codebase and the need for guardrails.

0 favorites 0 likes
#code-quality

@dexhorthy: At HumanLayer, we’re on a mission to solve the AI slop code problem. In 2025 we open-sourced our Research, Plan, Implem…

X AI KOLs Following · 2026-06-17 Cached

HumanLayer launches an Agentic IDE and collaboration platform that enables engineers to ship 2-3x faster across the entire SDLC while maintaining rigorous code quality, already used by Fortune 500 companies like Block and Uber.

0 favorites 0 likes
#code-quality

The four stages of AI-assisted coding

Reddit r/AI_Agents · 2026-06-17

A reflection on the stages developers go through when adopting AI-assisted coding, from initial amazement to a balanced understanding, with concerns about how less experienced developers can learn to judge code quality when relying heavily on AI agents.

0 favorites 0 likes
#code-quality

The time the x86 emulator team found code so bad that they fixed it during emulation

Lobsters Hottest · 2026-06-16 Cached

A story from a Windows x86 emulator team about encountering a program with a fully unrolled 64KB initialization loop (65,536 instructions) and adding a special optimization to replace it with a tight loop.

0 favorites 0 likes
#code-quality

Agentic Code Review (15 minute read)

TLDR AI · 2026-06-16 Cached

An analysis of how AI coding agents have shifted the bottleneck from writing code to reviewing it, with data showing a 861% increase in code churn and a rise in defect rates, making code review the most leveraged skill in software engineering.

0 favorites 0 likes
#code-quality

More AI-generated code doesn't make your team faster. It might slow you

Hacker News Top · 2026-06-11 Cached

The article argues that increasing the amount of AI-generated code does not necessarily improve team speed and may even reduce efficiency.

0 favorites 0 likes
#code-quality

The market is currently being flooded with software that nobody wants

Reddit r/ArtificialInteligence · 2026-06-11

Discusses how AI agents enable rapid app creation but produce alien codebases lacking developer understanding, leading to a flood of apps with minimal user traction.

0 favorites 0 likes
#code-quality

Agent loops are great until they learn from your worst code

Reddit r/ArtificialInteligence · 2026-06-09

This article discusses how AI coding agent loops can inadvertently learn and propagate deprecated code patterns from existing codebases, leading to technical debt despite appearing successful.

0 favorites 0 likes
#code-quality

Cleaning up after AI rockstar developers

Lobsters Hottest · 2026-06-09 Cached

The article explores the phenomenon of 'rockstar developers' who write clever but unmaintainable code, and draws parallels to the challenges introduced by AI-generated code, emphasizing the need for maintainability and team cohesion.

0 favorites 0 likes
#code-quality

@charliermarsh: Bang https://github.com/astral-sh/ruff/pull/25501… https://github.com/astral-sh/ruff/pull/25593… https://github.com/ast…

X AI KOLs Following · 2026-06-08

A thread from Charlie Marsh listing a series of pull requests to the Ruff project on GitHub.

0 favorites 0 likes
#code-quality

FrontierCode

Hacker News Top · 2026-06-08 Cached

FrontierCode is a new benchmark from Cognition AI that measures AI models' ability to write high-quality, maintainable code by evaluating mergeability. Results show even top models like Claude Opus 4.8 score only 13.4% on the hardest subset, highlighting a significant gap in code quality.

0 favorites 0 likes
#code-quality

@swyx: It's finally out!!! @METR_Evals found that more than half of SWEBench results is unmergeable slop. FrontierCode represe…

X AI KOLs Following · 2026-06-08 Cached

FrontierCode is a new coding benchmark from METR and Cognition that evaluates AI models on code maintainability and quality, revealing that many models produce unmergeable code. It includes over 1000 hours of work and shows that even top models struggle, with Opus 4.8 achieving only 13.8% on the hardest tier.

0 favorites 0 likes
#code-quality

@denizbirlikci: To understand why we built FrontierCode, read @METR_Evals's blog post on why "many SWE-bench-passing PRs would not be m…

X AI KOLs Following · 2026-06-08 Cached

Cognition announces FrontierCode, a new coding evaluation benchmark that goes beyond unit tests to measure code quality, scope, test correctness, and human reviewer approval, addressing the issue of agents writing sloppy code that passes tests but is not maintainable.

0 favorites 0 likes
#code-quality

@FakeMaidenMaker: Mind-blowing! The compound-engineering-plugin makes code better and better, refusing AI technical debt! It reverses resource allocation — 80% on planning and review, 20% on execution. Officially from Every, GitHub has already hit 20K+ sta…

X AI KOLs Timeline · 2026-06-07 Cached

compound-engineering-plugin is an AI coding plugin that avoids technical debt by allocating 80% of resources to planning and review, and 20% to execution. It includes 37 skills and 51 agents, supporting three major platforms: Claude Code, Codex, and Cursor.

0 favorites 0 likes
#code-quality

The User Doesn't Care - But you should

Lobsters Hottest · 2026-06-07 Cached

A blog post arguing that while users don't directly care about code internals, good code quality is essential for performance, bug fixes, and feature delivery, contrary to the common cliché that only user-facing results matter.

0 favorites 0 likes
#code-quality

Reviewing code requires reading

Lobsters Hottest · 2026-06-04 Cached

A developer blog post argues against the idea of shipping AI-generated code to production without reading it, emphasizing that code review serves critical purposes: diffusing responsibility, reducing bus factor, and maintaining team knowledge of the codebase.

0 favorites 0 likes
#code-quality

The Bloat

Lobsters Hottest · 2026-06-03 Cached

A developer reflects on a messy core data structure in their app, acknowledging technical debt but accepting they will never prioritize fixing it unless it hinders AI code generation.

0 favorites 0 likes
#code-quality

@KhuyenTran16: Make AI-generated code easier to review and maintain AI-generated code often works on the first run, but the structure …

X AI KOLs Timeline · 2026-06-03 Cached

A repository of Clean Code Skills for AI agents that enforce Robert C. Martin's principles to improve AI-generated code maintainability and reduce technical debt. It provides modular skills for Python and TypeScript to guide agents in writing cleaner, more structured code.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback