frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Maintaining code quality with widespread AI coding tools?

3•raydenvm•10mo ago
I've noticed a trend: as more devs at my company (and in projects I contribute to) adopt AI coding assistants, code quality seems to be slipping. It's a subtle change, but it's there.

The issues I keep noticing: - More "almost correct" code that causes subtle bugs - The codebase has less consistent architecture - More copy-pasted boilerplate that should be refactored

I know, maybe we shouldn't care about the overall quality and it's only AI that will look into the code further. But that's a somewhat distant variant of the future. For now, we should deal with speed/quality balance ourselves, with AI agents in help.

So, I'm curious, what's your approach for teams that are making AI tools work without sacrificing quality? Is there anything new you're doing, like special review processes, new metrics, training, or team guidelines?

Comments

mentalgear•10mo ago
I also share this experience/concern.

Yet, it could be as easy as having a specialised model which is a code quality checker, refactor-er or QA tester.

Also, claimify (MS research) could be interesting for isolating claims about what the code should do, and then following up on writing granular unit test coverage.

raydenvm•10mo ago
Thanks for sharing! Never heard of claimify, already looking into it...
furrball010•10mo ago
I share your concern, but perhaps for a different reason. I think the more code is added, the more problems/bugs emerge, whether a human or AI codes it.

However, with AI coding tools it's becoming a lot easier to write A LOT of code. And all this code (similar to when a human would write it) adds complexity and bugs. So it's not just the quality, it's also the quantity of code that damages existing code bases (in my view).

raydenvm•10mo ago
Yeah, more code in the same amount of time. And then it is tough to find more time for code review
sargstuff•10mo ago
?? code quality ?? more management quality. AI provides ability to spot possibility of 'issues'/conflicts sooner.

Really need to be adhering to set of defined specifications (functional / non-functional / domain specific), (work,project, etc). (and/or looking at what level(s) the specifications still relevant, post definition of specifications -- historically via different management levels). Note: doesn't necssarily mean riedgid specs first, code next, document.

Sigificant coding is "DFA" per setting/defining pre/post environment : repository check-in/out can be setup to do specification checking/diffing for auto-documentation, 'language/project features requirements, aka use, do not use, only use when, never use' can be done/filtered via . Above certain 'size', 're-inventions' would be an AI statisticall inference thing per amount of information.

Non-DFA aka "context sensitive" stuff : AI would only make sense if way to compare specifications with 'intentions'. aka generate confidence in how much newer coder has been on-boarded relative to coding attempts & project/work specifications. Perhaps also give work place management insite into how relevent things are (vs. "worker is the issue"). aka non-adherance to 'spec' because spec doesn't cover issue(s). Time to review spec. Still need human(s) in loop to figure out the relevant tangibles/intangibles. AI can certainly help identify ambiguities in specifications & how specifications are implimented/used. aka code debt & code drift

Substack Acc

https://charalamposkitzoglou.substack.com/
1•rhsxandros•1m ago•0 comments

The Hypercodex

https://kunnas.com/articles/the-hypercodex
1•ekns•2m ago•0 comments

Iran plots 'infrastructure warfare' against US tech giants

https://www.theregister.com/2026/03/11/iran_threatens_us_tech_companies/
2•samizdis•5m ago•0 comments

Billion-Dollar AI Startup Founded by Teenagers

https://www.wsj.com/business/ai-startup-aaru-young-founders-35da7f87
1•bookofjoe•5m ago•1 comments

The Truth About Salt – By a Midwestern Doctor

https://www.midwesterndoctor.com/p/the-truth-about-salt-efa
2•bilsbie•9m ago•0 comments

Ask HN: Anyone ever deliberately left out code to thwart scrapers?

1•truelinux1•9m ago•0 comments

Revolut gets full UK banking licence after years-long wait

https://www.reuters.com/business/finance/revolut-gets-full-uk-banking-licence-after-years-long-wa...
2•absqueued•9m ago•0 comments

AgentCard – Prepaid virtual cards for agents

https://agentcard.sh/
1•compootr•9m ago•0 comments

Tinnotu- reward job for writers.

1•hmnt•10m ago•0 comments

Anduril doubles the size of its space unit

https://arstechnica.com/space/2026/03/anduril-the-autonomous-weapons-maker-doubles-the-size-of-it...
1•worik•10m ago•0 comments

As a teacher and nontechnical guy, I want to say thank you to Karpathy

https://github.com/topherchris420/james_library
4•cwoodyard•12m ago•1 comments

I built Tinnotu – a platform where writers can publish and earn

1•hmnt•12m ago•0 comments

Taalas AI SDK Provider

https://github.com/welidev/taalas-ai-provider
1•weli•14m ago•0 comments

Codix: Code indexing and refactoring tools for AI agents

https://github.com/ogregoire/codix
1•olivergregory•14m ago•1 comments

Hiding Code in Code

https://harttraveller.com/2026/03/11/hiding-code-in-code.html
3•harttrav•15m ago•0 comments

I built a Mac utility called QueryGrid to solve "search tunnel vision."

https://entikma.gumroad.com/l/yrrfbf
1•fluffy_set•15m ago•1 comments

OBS 32.1.0 Released with WebRTC Simulcast

https://github.com/obsproject/obs-studio/releases/tag/32.1.0
1•Sean-Der•15m ago•1 comments

Official announcement: It's time to end the tyranny of officially

https://www.ianvisits.co.uk/articles/official-announcement-its-time-to-end-the-tyranny-of-officia...
1•edward•16m ago•0 comments

Build Your Own Key-Value Storage Engine (Written in Collaboration with ScyllaDB)

https://read.thecoder.cafe/p/build-your-own-kv-engine
2•0xKelsey•17m ago•0 comments

Show HN: LLM Observability Stack for Local Dev – Agent Super Apy

https://github.com/simple10/agent-super-spy
1•simple10•21m ago•0 comments

Building Better Country Selects

https://talysto.com/blog/building-better-country-selects/
3•dlrush•22m ago•2 comments

I Left Anthropic: A note and a letter to former colleagues

https://mrinank.substack.com/p/why-i-left-anthropic
6•nadis•25m ago•3 comments

Addressing GitHub's recent availability issues

https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/
4•SolarToaster•25m ago•1 comments

Hologram v0.8.0: Elixir Gets JavaScript Interop

https://hologram.page/blog/hologram-v0-8-0-javascript-interop
2•bartblast•27m ago•1 comments

ReleaseGuard – scan and harden your dist/ before it ships (open source)

1•Helixar•28m ago•0 comments

Show HN: Google Home Camera to KDE Plasma Overlay Live Stream via WebRTC Demo

https://github.com/hparadiz/camera-notif
1•hparadiz•29m ago•0 comments

BSocial – Business-sector social powered by Ethereum

https://bsocial.site
1•mannders•30m ago•1 comments

Six-Day and IP Address Certificates Available in Certbot

https://letsencrypt.org/2026/03/11/shorter-certs-certbot
2•hn_acker•31m ago•0 comments

Claude Code isn't going to replace data engineers (yet)

https://rmoff.net/2026/03/11/claude-code-isnt-going-to-replace-data-engineers-yet/
1•rmoff•33m ago•1 comments

AI "journalists" prove that media bosses don't give a shit

https://pluralistic.net/2026/03/11/modal-dialog-a-palooza/
4•hn_acker•33m ago•2 comments