frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Italy putting nearly all major cities on highest heat alert

https://www.bbc.com/news/articles/cr7k4gdrgljo
4•jacquesm•6m ago•0 comments

Is GitHub politically influenced and motivated?

1•maram•7m ago•0 comments

Public Metadata Problem (NCBI Accessions: BioProject, Biosample/Geo/SRA/Genbank)

https://github.com/vy-phung/OpenBioData
1•VyPhung•8m ago•0 comments

SpaceX's AI Splurge Puts a Damper on Debut Earnings After IPO

https://news.bloomberglaw.com/capital-markets/spacex-exceeds-revenue-estimates-in-first-earnings-...
1•1vuio0pswjnm7•8m ago•0 comments

Anxious Chinese students are trusting AI to help pick colleges and majors

https://restofworld.org/2026/china-ai-bot-college-advice/
2•nanfinitum•10m ago•0 comments

Kerala wants some of its forest spots taken off Google Maps

https://indianexpress.com/article/explained/kerala-illegal-geotagging-forests-ecologically-sensit...
1•thisislife2•12m ago•0 comments

Compass, a local-first code graph built in Rust for humans and AI agents

https://github.com/crabbuild/compass
2•forhappy•14m ago•0 comments

What Bitcoin sextortion emails actually earned

https://claude.ai/code/artifact/4806cb5d-8582-460e-ab31-2a321f1b23cb
1•Lucent•16m ago•0 comments

Ling 3.0 Flash: openweight 124B-A5.1B competitive with MiniMax M2.7

https://huggingface.co/inclusionAI/Ling-3.0-flash
2•nateb2022•21m ago•0 comments

Show HN: QuietUtils – free browser-only PDF and image tools, no uploads

https://quietutils.com/
1•JustasMQAQ•24m ago•0 comments

I made a tactile 3D map for my blind friend's birthday

https://www.reddit.com/r/BestofRedditorUpdates/comments/1vfwkrv/i_made_a_tactile_3d_map_for_my_bl...
2•georgecmu•26m ago•0 comments

Upper Mesopotamia

https://en.wikipedia.org/wiki/Upper_Mesopotamia
1•marysminefnuf•26m ago•0 comments

Gwern's Guardian Angels

https://twitter.com/bekhovsgun/status/2084863523692093669
5•reb•27m ago•0 comments

Saudi-led group completes $55B purchase of gaming giant EA

https://www.bbc.com/news/articles/cjejyl34345o
12•1659447091•27m ago•0 comments

Electricity Pricing in the Age of AI

https://power2026.ai/
1•mellosouls•30m ago•0 comments

First Builder Battle Starts Thurs

https://line4line.dev/
1•goldkey•39m ago•0 comments

Tell HN: Update to iOS 18.7.8" is updating users to iOS 26; Apple PSA

1•lynndotpy•40m ago•0 comments

Why Batteries Are Changing Faster Than the Industry Expected [video]

https://www.youtube.com/watch?v=pH-Tvba0o5E
1•thelastgallon•40m ago•0 comments

Zero-Mem: Zero-Token Memory Operations for LLM Agents

https://arxiv.org/abs/2607.29377
2•theanonymousone•42m ago•0 comments

Don't abandon Mozilla Firefox just yet (2017)

https://blog.jeaye.com/2017/12/16/firefox/
2•meysamazad•49m ago•1 comments

Thoughts on Learning Go

https://swlkr.com/posts/2022-07-23-thoughts-on-learning-go/
3•meysamazad•51m ago•1 comments

Fixing Braava M6 stuck wheels and grip issues

https://blog.thomasjungblut.com/random/fixing-braava-m6-wheel-mod/
1•meysamazad•52m ago•0 comments

The Optimal Choice of Hypothesis Is the Weakest, Not the Shortest

https://arxiv.org/abs/2301.12987
2•tosh•58m ago•0 comments

Show HN: Arabic–Hebrew artifact in GPT-5.4, 12,160 frozen trials

https://zenodo.org/records/21799525
3•rayanpal_•58m ago•0 comments

White House AI Guidelines Exempt U.S. Open Models from Government Review

https://www.wsj.com/tech/ai/white-houses-ai-guidelines-exempt-u-s-open-models-from-government-rev...
4•tosh•1h ago•0 comments

Message to Garcia

https://fee.org/articles/a-message-to-garcia/
1•0xWTF•1h ago•0 comments

What Most Developers Never See Inside Large Enterprises

https://www.youtube.com/watch?v=srtqr7VHvE4
1•pierres7•1h ago•1 comments

The Grid That Doubles the Strength of the Ground

https://practical.engineering/blog/2026/8/4/the-grid-that-doubles-the-strength-of-the-ground
1•michaefe•1h ago•0 comments

An SLM trained on $8 ESP32-S3

https://github.com/Carloscodix/qapla
6•pavelai•1h ago•1 comments

The Walls Are Closing in on Musk in Wisconsin Criminal Bribery Investigation

https://cmarmitage.substack.com/p/the-walls-are-closing-in-on-musk
3•JumpCrisscross•1h 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