frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America stopped reading: 100 years of survey data

https://ilummi.app/how-america-stopped-reading
1•anttonio•41s ago•0 comments

Ask HN: Who is quitting? (July 2026)

2•ethanwillis•1m ago•0 comments

BitTorrent's disastrous, legendary, and controversial story

https://www.theverge.com/tech/959848/bittorrent-story-25-years-piracy
1•Logans_Run•4m ago•0 comments

Show HN: Kube-insight – retained Kubernetes evidence for incident investigations

https://github.com/nowakeai/kube-insight
1•simalapo•5m ago•0 comments

Fedora Council Seeks to Shutdown Current Discussions over AI Developer Desktop

https://www.phoronix.com/news/Fedora-Council-AI-Desktop
1•rbanffy•6m ago•0 comments

LittleFedi: Light, yet Complete

https://rpi0w.stefanomarinelli.it/@stefano/687a61e9-dae7-4ed2-8c2e-94dfe0bd550c
1•doener•9m ago•0 comments

The security of modern password expiration (2010)

https://dl.acm.org/doi/10.1145/1866307.1866328
1•Tomte•9m ago•0 comments

Video game play linked to small boost in memory and cognitive abilities

https://www.sciencedirect.com/science/article/pii/S000169182600911X
1•giuliomagnifico•10m ago•0 comments

An AI that finds B2B leads while you work

https://www.relay-brief.com
1•mathias8dev•11m ago•0 comments

Great Songs Are Still Being Made: This Is the Killer Speaking

https://medium.com/the-hitmagist/great-songs-are-still-being-made-this-is-the-killer-speaking-ce3...
1•bryanrasmussen•11m ago•0 comments

Show HN: Hide an encrypted message inside a photo, in the browser

https://vajba.com/hide-message-in-image/
1•trivsamt•13m ago•0 comments

Show HN: Wikicube: instant wiki for any GitHub repo

https://wikicube.vercel.app/wiki/emmett-framework/granian
1•cpnwaugha•13m ago•0 comments

Wine 11.12 Released with Wayland Fractional Scaling, Other Wayland Enhancements

https://www.phoronix.com/news/Wine-11.12-Released
2•rbanffy•15m ago•0 comments

Rosenhan Experiment

https://en.wikipedia.org/wiki/Rosenhan_experiment
1•thunderbong•15m ago•0 comments

Bowlers Have Snapped over Wall Street's Takeover of the Sport

https://www.wsj.com/lifestyle/bowling-lucky-strike-lanes-private-equity-lawsuit-6763761f
1•impish9208•18m ago•1 comments

Quake Turns 30: John Romero Plays [video]

https://www.youtube.com/watch?v=y3Wekr-wnic
2•skibz•18m ago•0 comments

Many people misunderstand the purpose of code review

https://mathstodon.xyz/@mjd/115096720350507897
4•ColinWright•18m ago•0 comments

US PC shipments fell 7.0% in 1Q26, forecasted to fall 14% in 2026

https://omdia.tech.informa.com/pr/2026/june/us-pc-shipments-fell-7percent-in-1q26-marking-steepes...
1•giuliomagnifico•20m ago•0 comments

What Emily Bender Meant by "Stochastic Parrots"

https://spectrum.ieee.org/stochastic-parrot
1•rbanffy•21m ago•0 comments

Show HN: I measured the half-life of 41,301 Show HN launches. It's 7 hours

https://jonno.nz/posts/your-show-hn-dies-in-7-hours/
5•jonnonz•21m ago•0 comments

Why OOP Is Inherently Harmful: A Solution

https://notes.shixiangxi.com/en/docs/dual-world-theory/theory/
3•sxx0•23m ago•1 comments

The Perfect Match by Ken Liu (2012)

https://www.lightspeedmagazine.com/fiction/the-perfect-match/
1•laybak•24m ago•1 comments

To be trustworthy, LLMs need to show their work

https://cen.acs.org/pharmaceuticals/drug-discovery/AI-Chemist-trustworthy-LLMs-need/104/web/2026/06
2•ColinWright•25m ago•0 comments

PromptQL Tag – The company-wide AI agent for Slack

https://promptql.io/promptql-tag-slack-agent
1•gavinray•26m ago•0 comments

Deepest hand dug well in the world

https://www.mybrightonandhove.org.uk/places/utilities/woodingdean-well/woodingdean-well
1•zeristor•27m ago•1 comments

Liberty and Absurdity in 2026

2•dranimalz•27m ago•0 comments

Show HN: Domternal – headless rich-text editor for Angular/React/Vue/Vanilla

https://domternal.dev/
1•thomasnowhere•29m ago•0 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
4•Erenay09•30m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://old.reddit.com/r/ClaudeAI/comments/1ujila1/anthropic_embedded_spyware_in_claude_code_and/
2•rvnx•30m ago•0 comments

Discovering My Talk

https://shkspr.mobi/blog/2026/01/discovering-my-talk/
2•ColinWright•31m 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