frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MCP was always a bad idea?

https://simonwillison.net/2026/Sep/20/hn-49779718/
1•hnp9j9qtda•1m ago•0 comments

Ask HN: Business Logic in the Database?

1•boxesnlines•2m ago•0 comments

EU Transformative AI Strategy

https://transformative-ai.eu/
1•cc62cf4a4f20•2m ago•0 comments

Simurg – Kills LLM hallucinations mid-stream, with free web search built in

https://huggingface.co/MergenAI/SIMURG
1•lebagetdefrance•3m ago•0 comments

Show HN: Matcha – fresh job postings pulled directly from company career pages

https://matchajobs.co/
1•jpercy•5m ago•1 comments

The backend that ran every game we made, ten years and counting

https://www.m2h.nl/writing/the-toolkit-behind-ten-years-of-games/
1•MikeHer•7m ago•0 comments

Named and optional function arguments might be awesome in Rust

https://botahamec.dev/named-optional-args
1•fanf2•7m ago•0 comments

Built a Memory-Test Game Inspired by the Chimp Test

https://puzznest.com/memory-test
1•puzznest•9m ago•0 comments

Show HN: OmniUil AI – PQC Scanner/Taint Analysis and Migration Intelligence Rust

https://github.com/Uilcol/omniuil-ai
1•UilCol•10m ago•0 comments

Reupsell – AI Product Accessories for Shopify

https://apps.shopify.com/reupsell
1•motion-hero•13m ago•0 comments

The Hyperlocal Customs of the Country

https://www.nytimes.com/2026/09/05/opinion/unique-american-local-festivals.html
1•paulpauper•13m ago•0 comments

Analyzing Jev, a new AI model

https://blog.senko.net/analyzing-jev-a-new-ai-model
1•taubek•13m ago•0 comments

Solitaire Alone Together

https://solitairealonetogether.com/
1•fratellobigio•13m ago•0 comments

Could Latin become Europe's common language? A young group thinks it can

https://www.lrt.lt/en/news-in-english/19/3055161/could-latin-become-europe-s-common-language-a-yo...
1•paulpauper•14m ago•0 comments

DotFly – a fruit fly's brain, simulated in C#

https://kokosa.dev/blog/2026/dotfly/
1•stared•14m ago•0 comments

Banning self-recursive improvement in AI models?

https://marginalrevolution.com/marginalrevolution/2026/09/banning-self-recursive-improvement-in-a...
1•paulpauper•14m ago•0 comments

Parallel Algorithms [pdf]

https://www.cs.cmu.edu/~guyb/paralg/paralg/parallel.pdf
1•Ir0n•15m ago•0 comments

Putin's party would have won only 34% without ballot stuffing, analysis suggests

https://novayagazeta.eu/en/articles/2026/09/22/putin-s-party-would-have-won-only-34-without-ballo...
2•giuliomagnifico•17m ago•0 comments

Type Punning in C and C++

https://blog.pwkf.org/2026/09/21/correct-type-punning-in-c.html
6•ingve•20m ago•0 comments

God told them to sell crypto. Their investors lost everything

https://www.technologyreview.com/2026/09/10/1143588/indxcoin-god-regalados-sell-crypto-investors-...
1•Geekette•22m ago•0 comments

Show HN: Bidslot – one screen, sold by the minute, anyone can take it from you

https://bidslot.io
1•honzaaap•22m ago•1 comments

Show HN: Dvd.club – a community Blu-ray and DVD lending library

https://www.dvd.club/
1•ShinyCyril•25m ago•0 comments

Sunrise due east from everywhere on Earth, 23 September 2026

https://pilgrimapp.org/sunpath/2026-autumn-equinox/
1•momentmaker•25m ago•0 comments

It's Trump's world, and he's accelerating its chaos

https://www.cnn.com/2026/09/22/politics/trump-un-general-assembly-speech
4•dat999zx•26m ago•1 comments

Working-Class Taxpayers Subsidize Billionaires' Climate-Killing Private Jets

https://www.commondreams.org/news/taxpayer-dollars-to-private-jet
2•DefNotAiForSure•26m ago•0 comments

AV1Converter 3.0

https://github.com/framicheli/av1converter
1•francescomi•27m ago•0 comments

PanTilt–desk pan-tilt tracker on Nim+ORT/OpenVINO+Nano(I debug on apples)

https://github.com/olesha-ai/pan-tilt-ai-tracker
1•olesha-ai•29m ago•0 comments

Red5 and Ezdrm Team to Streamline Delivery of Content

https://www.red5.net/blog/red5-and-ezdrm-streamline-delivery-of-content-security/
1•mondainx•29m ago•0 comments

New England RetroFest and the Maine Vintage Computer Society

https://www.goto10retro.com/p/new-england-retrofest-and-the-maine
1•rbanffy•29m ago•0 comments

The Curious Case of the Soulless Private Equity Cookie

https://www.weareravenous.com/the-curious-case-of-the-soulless-private-equity-cookie/
1•Geekette•32m 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