frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'The Odyssey' Translator Emily Wilson Slams Nolan's 'Abysmal' Screenplay

https://variety.com/2026/film/news/odyssey-translator-emily-wilson-slams-christopher-nolan-bad-wr...
1•handfuloflight•50s ago•0 comments

Half-Life ported to Mac OS 9

https://mac-classic.com/news/half-life-ported-to-mac-os-9/
1•freediver•1m ago•0 comments

A Look Behind the Data: How Whoop Measures Heart Rate

https://www.whoop.com/us/en/thelocker/a-look-behind-the-data-how-whoop-measures-heart-rate/
1•brandonb•2m ago•0 comments

Show HN: Verifiable receipts for firmware CVE reproduction

https://github.com/prevotai/colmena
1•TheLuisBolivar•6m ago•0 comments

OpenAI just open-sourced Codex Security

https://github.com/openai/codex-security
4•bakigul•7m ago•0 comments

The Phone Scammers Next Door

https://torontolife.com/deep-dives/the-phone-scammers-next-door/
1•nianderwallace•8m ago•0 comments

Tailark

https://tailark.com
1•handfuloflight•10m ago•0 comments

Goodhart's Law Comes for Every Benchmark You Trust

https://cacm.acm.org/blogcacm/goodharts-law-comes-for-every-benchmark-you-trust/
2•alasr•13m ago•0 comments

I sent Claude Opus 5 '–-' and it wrote me 5k tokens about a cartographer

https://austinsnerdythings.com/2026/07/28/claude-opus-5-dangling-document-effect/
2•auspiv•14m ago•0 comments

China's AI weather warning system Mazu expanding across Global South

https://www.scmp.com/news/china/science/article/3361108/chinas-ai-weather-warning-system-mazu-exp...
3•vinnyglennon•15m ago•0 comments

ACP v2 is available in Draft

https://agentclientprotocol.com/announcements/acp-v2-draft
1•gmays•16m ago•0 comments

Issetugid() Sadness

https://gist.github.com/nicowilliams/4daf74a3a0c86848d3cbd9d0cdb5e26e
1•fanf2•18m ago•0 comments

Apple won't turn on any 'restricted mode' for missed lease payments

https://www.theverge.com/tech/972063/apple-upgrade-program-no-restricted-mode
2•speckx•19m ago•0 comments

eBay agreed to pay nearly $50M to couple sent cockroaches, bloody pig mask

https://apnews.com/article/ebay-settlement-d0886f1036e198f77669707db9fe1f2b
1•RankingMember•20m ago•0 comments

OpenReviewer: A Specialized LLM for Generating Critical Scientific Paper Reviews

https://aclanthology.org/2025.naacl-demo.44/
2•Anon84•21m ago•0 comments

What Is the Atmosphere?

https://lab.leaflet.pub/3mrq6ma5dgs2x
4•danabramov•23m ago•0 comments

Toolcraft

https://toolcraft.sh
2•handfuloflight•23m ago•0 comments

Spoke Head Identification Chart

http://www.mrrabbit.net/docs/spokeheads/main.html
1•bookstore-romeo•23m ago•0 comments

Radio Balkan – 500 Balkan radio stations in one HTML file

https://radiobalkan.net/
3•nebs21•25m ago•1 comments

We used to be able to buy things in this country

https://dannykatch.substack.com/p/we-used-to-be-able-to-buy-things
2•mikestew•26m ago•0 comments

Jacob Tsimerman on Competition, AI, and the Future of Mathematics [video]

https://www.youtube.com/watch?v=8DYF-ReeAtY
2•zaikunzhang•26m ago•0 comments

Azulejo

https://en.wikipedia.org/wiki/Azulejo
2•Amorymeltzer•31m ago•0 comments

Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the Incident

https://huggingface.co/blog/agent-intrusion-technical-timeline
5•artninja1988•32m ago•1 comments

I built a free, self-hosted CMMS called Workshop Control Center (WCC)

https://github.com/devdave-online/WCC_CMMS
2•davidedaviid•34m ago•0 comments

1 in 10 comments across 40 subreddits disappeared within 36 hours

https://growtika.com/blog/reddit-comment-removal-study
2•Growtika•36m ago•0 comments

China's reported chip breakthrough comes with some big caveats

https://www.cnbc.com/2026/07/28/china-chipmaking-duv-tool-asml-explained.html
1•giuliomagnifico•37m ago•0 comments

Beacon – an open-source platform for comparing NASA/JPL and ESA NEO data

https://github.com/NovaCoding-G/B.E.A.C.O.N
1•NovaCoding-G•38m ago•0 comments

Trump administration to ban new Chinese humanoid robots

https://www.reuters.com/world/trump-administration-ban-new-chinese-robots-inverters-protecting-us...
9•kaycebasques•38m ago•2 comments

Show HN: Learning Mode – Claude refuses to write code

https://github.com/melsayedx/learning-mode
1•melsayedx•39m ago•0 comments

Google Cloud page describes Gemini distillation service?

https://runtimewire.com/article/google-cloud-page-describes-gemini-distillation-service-but-its-r...
1•ryanmerket•39m 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