frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Another day, another universal Linux LPE

https://twitter.com/v12sec/status/2054491454064746629
1•throwaway2027•10s ago•0 comments

The companies making billions from the Iran war

https://www.bbc.com/news/articles/ce8pyyz5e0ro
1•robtherobber•1m ago•0 comments

OpenAI Chief Sam Altman Makes Appearance in High-Stakes Court Bout v Elon Musk

https://www.law.com/therecorder/2026/05/12/openai-chief-sam-altman-makes-appearance-in-his-high-s...
1•1vuio0pswjnm7•3m ago•1 comments

Using OR-Tools CP-SAT for Scheduling Problems

https://atalaykutlay.com/or-tools-cp-sat-for-scheduling-problems.html
2•akutlay•6m ago•0 comments

A plan to make drugs in orbit is going commercial

https://www.technologyreview.com/2026/05/13/1137153/varda-united-therapeutics-drug-manufacturing-...
1•joozio•7m ago•0 comments

Apple Project Files Allegedly Stolen in Foxconn Ransomware Attack

https://www.macrumors.com/2026/05/13/apple-files-stolen-foxconn-ransomware-attack/
1•tosh•8m ago•0 comments

Discovering Dennis Ritchie's Lost Dissertation

https://computerhistory.org/blog/discovering-dennis-ritchies-lost-dissertation/
1•birdculture•9m ago•0 comments

The Deployment Company, Back to the 70s, Apple and Intel

https://stratechery.com/2026/the-deployment-company-back-to-the-70s-apple-and-intel/
1•swolpers•9m ago•0 comments

New "ModuleJail" to Automatically Blacklist Unused Kernel Modules

https://github.com/jnuyens/modulejail
1•thefreelantern•11m ago•0 comments

Ask HN: What is the highest-quality AI-generated project you have seen?

1•bizer•11m ago•1 comments

Never Stop Learning

https://www.zdziarski.com/blog/?p=13883
1•speckx•12m ago•0 comments

A Firebase Mistake Led to a €3,167 AI Bill Overnight in My Flutter App

https://ulusoyca.medium.com/how-a-two-year-old-firebase-mistake-led-to-a-3-167-ai-bill-overnight-...
1•serial_dev•13m ago•0 comments

Debux – debug distroless Docker/Kubernetes containers with a Nix shell

https://github.com/clement-tourriere/debux
2•kelem•13m ago•0 comments

LLMs are breaking 20 year old system design

https://zknill.io/posts/llms-are-breaking-20-year-old-system-design/
2•zknill•15m ago•0 comments

Boycott unethical AI companies – and do it now

https://norwegianscitechnews.com/2026/05/boycott-unethical-ai-companies-and-do-it-now/
3•giuliomagnifico•16m ago•0 comments

Self-hosted CMS AEO SEO automatizados cloud hosting con Ubuntu cloud-init setup

https://aliothpress.com/?lang=es
1•Strodt•17m ago•0 comments

Show HN: AgentKanban for VS Code – A task board with agent harness integration

https://www.agentkanban.io/
2•gbro3n•17m ago•0 comments

Mino: Embeddable Clojure-inspired Lisp in portable C99

http://mino-lang.org/
2•tosh•19m ago•0 comments

PQCVault.exe (Windows Only)

https://levisantegoets.gumroad.com/l/PQCVault
1•j0hnsm1th•19m ago•1 comments

Qt Bindings for Rust

https://github.com/kitech/qt.rs
2•RustSupremacist•20m ago•0 comments

Time Travel Without Borders

https://guix.gnu.org/en/blog/2026/time-travel-without-borders/
2•speckx•20m ago•0 comments

Life Without US Tech

https://www.ft.com/content/4c3aad70-e0cb-46a2-95d5-15d11b6bf818
2•1vuio0pswjnm7•20m ago•0 comments

Production experience cannot be hallucinated

https://paolino.me/production-experience-cannot-be-hallucinated/
1•earcar•21m ago•0 comments

AI has cut my pay as a memoir writer in half

https://www.theguardian.com/books/2026/may/12/ai-has-cut-my-pay-as-a-memoir-writer-in-half
4•YeGoblynQueenne•21m ago•0 comments

FFL – A portable Python CLI (via APE) to send files to any browser via WebRTC

https://github.com/nuwainfo/ffl
1•bear330•30m ago•1 comments

Show HN: Elecz – MCP server for real-time electricity prices in 40 countries

https://elecz.com/
1•zemloai•31m ago•0 comments

Windows 9x Subsystem for Linux

https://codeberg.org/hails/wsl9x
1•ibobev•31m ago•0 comments

What is your AI agent constantly doing wrong?

1•jesseduffield•33m ago•0 comments

Show HN: I mage GhosttyFX, a JavaFX terminal view that uses libghostty

https://github.com/vlaaad/ghosttyfx/
1•vlaaad•35m ago•0 comments

OpenAI faces lawsuit claiming chatbot gave advice that led to fatal overdose

https://www.reuters.com/legal/litigation/openai-faces-lawsuit-california-court-claiming-chatbot-g...
3•1vuio0pswjnm7•35m 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