frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Hybrid Wood Flooring India – SPC Waterproof Planks – OAKA Floors

1•OakaFloors•2m ago•0 comments

Goodbye Visa and Mastercard: 130M Europeans switching to sovereign payment

https://www.lesnumeriques.com/banque-en-ligne/adieu-visa-et-mastercard-130-millions-d-europeens-b...
1•healsdata•2m ago•0 comments

Ask HN: Which open source projects needs more attention/help

1•rafetefe•3m ago•0 comments

Atlassian's MCP server: no RFC 9728 discovery path resolves

https://github.com/korrel-dev/mcp-audits/blob/main/audits/atlassian/README.md
1•issazangana•3m ago•0 comments

Show HN: Agyn, an open-source Kubernetes runtime for AI agents

https://github.com/agynio/platform
2•NBenkovich•4m ago•0 comments

The Importance of Being Idempotent

https://campedersen.com/agent-patterns
1•ecto•4m ago•1 comments

AI's Promises Are Starting to Materialize – With a Human Cost

https://www.bloomberg.com/news/newsletters/2026-05-20/ai-moves-from-hype-to-execution-as-meta-cut...
1•petethomas•6m ago•0 comments

The Fed cut rates by 100 bps in late 2024. Mortgage rates rose anyway

https://eco3min.fr/en/term-premium-decomposition-1961-2026/
1•latentframe•9m ago•0 comments

Show HN: A fast, thread-safe C hashmap with lazy sorting

https://github.com/RaphaelPrevost/hashmap-benchmark
1•jaguarwan•10m ago•0 comments

A preserved Titan II nuclear missile silo [video]

https://www.youtube.com/watch?v=rSFSnOBYlbM
1•skibz•11m ago•0 comments

A reproducible forecasting tutorial using ERA5 and electricity data

https://sentinel-forecasting.com/RTE_tutorial/
1•grezac•14m ago•0 comments

Turn any Chromium-based browser into a permanent JavaScript botnet member

https://infosec.exchange/@rebane2001/116606719764376414
1•adsche•14m ago•0 comments

Meta Begins Laying Off Thousands of Employees as It Transforms Around AI

https://www.wsj.com/tech/ai/meta-begins-laying-off-thousands-of-employees-as-it-transforms-around...
1•fortran77•15m ago•1 comments

Yeunjoo Choi from Igalia on Chromium

https://theconsensus.dev/p/2026/05/20/yeunjoo-choi-from-igalia-on-chromium.html
1•eatonphil•16m ago•0 comments

Take the Stairs

https://tobiasberg.net/posts/take-the-stairs/
2•TobiasBerg•16m ago•0 comments

Better generated branch names with jj

https://ddbeck.com/notes/jj-git-push-bookmark-template/
1•birdculture•17m ago•0 comments

Discord Voice and Video Calls Now End-to-End Encrypted by Default

https://www.macrumors.com/2026/05/20/discord-voice-video-calls-e2ee-default/
2•tosh•19m ago•0 comments

Josef Müller-Brockmann: the father of the grid system in graphic design

https://moelsandco.com/stories/josef-muller-brockmann-a-pioneer-of-swiss-graphic-design
1•Michelangelo11•21m ago•0 comments

Meta blocks human rights accounts from reaching audiences in Arabia and the UAE

https://www.alqst.org/ar/posts/1190
3•giuliomagnifico•21m ago•0 comments

Neutron scattering explains why gluten-free pasta falls apart (2025)

https://phys.org/news/2025-09-science-spaghetti-neutron-gluten-free.html
1•layer8•22m ago•0 comments

Why Agents Suddenly Need a Sandbox [video]

https://www.youtube.com/watch?v=hkEH_fTH8iI
2•cms4dlols•24m ago•0 comments

Taiwan's Disposable Drones Tempt Europe, U.S.

https://spectrum.ieee.org/taiwan-drone-supply-chain
2•oldnetguy•26m ago•0 comments

Zettelkasten

https://en.wikipedia.org/wiki/Zettelkasten
1•the-mitr•27m ago•0 comments

HTML-anything – The agentic HTML editor – your local AI agent writes the HTML

https://github.com/nexu-io/html-anything
1•danborn26•30m ago•0 comments

Andrej Karpathy joins Anthropic to accelerate Claude pre-training

https://techthreedots.com/andrej-karpathy-joins-anthropic-to-accelerate-claude-pre-training
1•perbit•32m ago•0 comments

I built an AI course creator

https://www.coursebox.ai
1•HeyAlexHey•34m ago•2 comments

DuckDB 1.5.3: Not an Ordinary Patch Release

https://duckdb.org/2026/05/20/announcing-duckdb-153
1•dtenwolde•34m ago•0 comments

Anna's Archive Hit with $19.5M Default Judgment and Global Domain Takedown Order

https://torrentfreak.com/annas-archive-hit-with-19-5m-default-judgment-and-global-domain-takedown...
25•iamnothere•34m ago•13 comments

Oxford Longevity Project: First Report [pdf]

https://static1.squarespace.com/static/5d6cdfd06e3c86000161675c/t/6a0d60a36dd49d5589f16bf5/177926...
1•bookofjoe•34m ago•0 comments

The moment you realize "describe pod" was never going to be enough

https://github.com/kubeastra/KubeAstra
1•pruthviraja•34m 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