frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•suyash_s•29s ago

Usenet-Rewind

https://www.usenet-rewind.com/
1•drw•1m ago•0 comments

PCBGolf challenge: Are you better than an autorouter?

https://github.com/commaai/PCBGolf
1•adeebshihadeh•2m ago•0 comments

Show HN: Two small Chrome extensions for Hebrew text and dates

https://chaimsapps.com/
1•chaimtweiss•4m ago•0 comments

Portuguese group D3 sues Meta, TikTok and YouTube over addictive design

https://www.reuters.com/business/portuguese-group-d3-sues-meta-tiktok-youtube-over-addictive-desi...
1•nusq•6m ago•0 comments

CERN Renounces RHEL in Favor of Debian

https://www.infoq.com/news/2026/09/cern-debian-infra/
2•hilux•6m ago•0 comments

AI researcher who warned of 'disaster' is now a target of the right

https://www.washingtonpost.com/technology/2026/09/10/ai-researcher-who-warned-disaster-is-now-tar...
1•reaperducer•6m ago•0 comments

Show HN: I built Founder.best and its products now show up in AI recommendations

https://www.founder.best
1•NimeshikaP•8m ago•0 comments

Michael Levin: Ingressing Minds

https://www.mdpi.com/2409-9287/11/5/161
2•md224•9m ago•0 comments

Robinhood CEO says companies can't control how their stock is tokenized

https://www.cnbc.com/2026/09/09/robinhood-ceo-says-companies-cant-control-how-their-stock-is-toke...
2•ijidak•10m ago•0 comments

European gas prices keep climbing as IEA calls for emergency reserves

https://www.euronews.com/business/2026/09/09/european-gas-prices-keep-climbing-as-iea-calls-for-e...
1•leonidasrup•10m ago•0 comments

Vanishing Culture: A Report on Our Fragile Cultural Record [pdf]

https://blog.archive.org/wp-content/uploads/2024/10/Vanishing-Culture-2024.pdf
2•CharlesW•12m ago•0 comments

Democratizing AGI

https://cowboy.inc/blog/software-that-keeps-you-human
4•chadd•13m ago•0 comments

OpenAI pausing new $200 plan subscriptions

https://twitter.com/thsottiaux/status/2098113585683808624
5•tosh•15m ago•2 comments

Allocator Designs

https://os.phil-opp.com/allocator-designs/
1•mahirsaid•15m ago•0 comments

Show HN: Replaces the X-axis and timeline visualization in videos

https://vf.deploy.re
1•DanielHall•15m ago•0 comments

What are your plans for when Software Engineering is no longer a viable career?

2•hackersnooze1•16m ago•4 comments

Not just another mission control dashboard

https://www.npmjs.com/package/@bluearch/mission-control
1•jproctor•16m ago•1 comments

Apple's new A20 Pro smartphone chip around 25% faster than its predecessor

https://www.tomshardware.com/pc-components/cpus/apples-new-a20-pro-smartphone-chip-around-25-perc...
2•fork-bomber•18m ago•0 comments

A rant about phishing: It's not the user's fault (and not DNS either)

https://maurycyz.com/misc/domains/
1•speckx•18m ago•0 comments

AMD releases new Ryzen 5 5500F and Ryzen 5 7500 to save budget PC building

https://www.tomshardware.com/pc-components/cpus/amd-releases-new-ryzen-5-5500f-and-ryzen-5-7500-t...
2•doener•20m ago•0 comments

A remote island, these GPS hackers are preparing for an invisible war

https://www.bbc.com/future/article/20260908-inside-the-fight-to-protect-the-worlds-satellite-signals
3•PotatoNinja•20m ago•0 comments

Show HN: Nightshift – Your code gets better while you sleep

https://github.com/openslop/nightshift
2•tcbrah•21m ago•1 comments

The Global Data Center Boom Is a Gift to Spies

https://www.lawfaremedia.org/article/the-global-data-center-boom-is-a-gift-to-spies
3•hn_acker•22m ago•0 comments

Chinese AI Giants Accused of Sending User Queries to U.S. Models

https://www.wsj.com/tech/ai/chinese-ai-giants-accused-of-sending-millions-of-user-queries-to-u-s-...
3•doener•22m ago•0 comments

The Worst Are Full of Passionate Intensity: An Anthropology of AI Safety

https://twitter.com/brianchau57/status/2098035812365463637
1•MrBuddyCasino•22m ago•0 comments

Show HN: Claude Code hooks that log every tool call, 124ms per call

https://github.com/fuckbigtech-ai/homestead-memory
2•frumza•24m ago•0 comments

Can Grindr stay up during RNC conventions?

https://www.irishstar.com/news/politics/grindr-rnc-midterm-elections-convention-37648501
6•hyperhello•24m ago•0 comments

The AI policy window is open. We need to act

https://openai.com/index/ai-policy-window/
1•tosh•24m ago•0 comments

European Railway Station Index 2026

https://consumerchoicecenter.org/european-railway-station-index-2026/
1•tosh•26m ago•0 comments
Open in hackernews

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

3•raydenvm•1y 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•1y 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•1y ago
Thanks for sharing! Never heard of claimify, already looking into it...
furrball010•1y 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•1y ago
Yeah, more code in the same amount of time. And then it is tough to find more time for code review
sargstuff•1y 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