frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The 4KB Trick That Still Divides Old-School Programmers Decades Later

https://comuniq.xyz/Programming/post?t=1649
1•adunk•4m ago•0 comments

Show HN: Hush – Brown noise and a speech blocker in the macOS menu bar

https://github.com/RahulPrabha/Hush
1•oldmanrahul•4m ago•0 comments

The Waymo effect: how AI is quietly making research less collaborative

https://www.researchagenda.news/articles/the-waymo-effect.html
1•JohnHammersley•4m ago•0 comments

DoppelCart Fake-Shop-Cluster: 119k fake shops, ~3% of all .shop domains

https://nebty-id.com/en/doppelcart-fake-shop-network/
1•benny_s•5m ago•0 comments

Show HN: Correctness as spectrum not as binary in distributed system

https://archetechmes.vercel.app/blog/correctness-as-spectrum
1•rzwsan•5m ago•0 comments

Show HN: Krkn Operator – Multi-cluster chaos engineering for Kubernetes

https://github.com/krkn-chaos/krkn-operator
1•tsebasti•5m ago•0 comments

Dutch foundation sues Snapchat over addictive design

https://www.dutchnews.nl/2026/09/snapchat-sued-over-addictive-design-in-mass-claim/
2•Fraaaank•6m ago•0 comments

Easy Local Copilot with VS Code and Lemonade

https://admcpr.com/easy-local-copilot-with-vs-code-and-lemonade/
1•sequence7•8m ago•1 comments

Ask HN: What degree would you recommend to a high school graduate today?

1•nanfinitum•8m ago•0 comments

Show HN: Destockd – Searchable public-domain video archive

https://www.youtube.com/watch?v=2dzqQItDmdg
1•scanny•9m ago•0 comments

Veilofignorance.dev

https://www.veilofignorance.dev/
1•Akranazon•10m ago•0 comments

Designers should not fear being replaced by AI, industry leaders say

https://www.theguardian.com/uk-news/2026/sep/07/designers-should-not-fear-being-replaced-by-ai-in...
2•Brajeshwar•10m ago•0 comments

NanoGEMM – Bare-Metal AVX2 GEMM in ~100KB, Faster Than NumPy

https://github.com/eminsk/nanogemm
1•eminskinfo•11m ago•0 comments

The Rhythm of the Rails: Making Music from Data in Real Time

https://www.nytimes.com/2026/09/03/arts/music/jazz-train-amtrak-josh-wolk.html
1•7402•16m ago•0 comments

Hikers stranded on Mount Shasta after following a plan by Gemini AI

https://www.latimes.com/california/story/2026-09-03/hikers-following-google-gemini-ai-route-becom...
2•swernli•16m ago•0 comments

CrossPoint Reader

https://crosspointreader.com/
1•marksully•17m ago•0 comments

Show HN: Free Perler and Fuse Bead Pattern Maker – Photo to Printable Pattern

https://perlerbeads.net
1•taylorzhuzhu•17m ago•0 comments

Visual General Intelligence: A White Paper

https://arxiv.org/abs/2608.25924
1•Anon84•19m ago•0 comments

A Senior Software Engineers Perspective on Building with AI

https://sitecmd.com/blog/senior-software-engineers-perspective-on-building-with-ai
2•brambleworks•20m ago•0 comments

Where a solar storm could take down the US power grid

https://www.cnn.com/interactive/2026/07/weather/solar-storms-power-grid/
1•andrewl•20m ago•0 comments

If a Tesla Cybercab fleet were profitable, Tesla wouldn't sell you one

https://electrek.co/2026/09/07/tesla-cybercab-fleet-profitable-wouldnt-sell/
2•jijojv•22m ago•0 comments

Ask HN: Any AI Market Metrics?

1•sloaken•23m ago•0 comments

The Problem with Your AI Tests

https://www.michaelbromley.co.uk/blog/the-problem-with-your-ai-tests/
2•tosh•23m ago•1 comments

Speculative Decoding: How It Evolved, When It Stays Lossless, and What's Next

https://neurips2026-speculative-decoding.vercel.app
1•dnw•24m ago•0 comments

Reduced integration layer code by 67% replacing REST with grafting

https://github.com/pladynski/graft-fastapi-react-todo/pull/1/files
4•graftcodecom•25m ago•1 comments

The complex corporate web behind a $3.2 billion AI data center

https://arstechnica.com/ai/2026/09/the-ai-data-center-boom-is-causing-new-accountability-problems/
1•Brajeshwar•26m ago•0 comments

Magic Move for Code Snippets from first principles

https://rahulrav.com/blog/magic_move.html
1•rahulrav•27m ago•0 comments

Show HN: Web Scraping and Crawling – FetchRelay

https://fetchrelay.com
1•surajkrajan•28m ago•0 comments

An RNA Sequence Is Not a Molecular State: RNA Foundation Models in 2026

https://rewire.it/blog/an-rna-sequence-is-not-a-molecular-state/
1•timini•29m ago•0 comments

Specialized GPU Kernel Generation

https://www.databricks.com/blog/achieving-extreme-efficiency-through-specialized-gpu-kernel-gener...
1•iamsyr•29m 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