frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built utm.one a clean, minimal shortener+UTM governance tool (beta)

https://utm.one/
1•Raj7k•3m ago•0 comments

Passwords and Their Significance [pdf]

https://ora.ox.ac.uk/objects/uuid:57d9d9d8-162b-4766-808b-f5a6d571d4ef/files/mcb508a99c4f482b1ce4...
1•mooreds•5m ago•0 comments

Rhesus

https://cosmicdream.com/gutenberg/plays/rhesus.html
1•mooreds•5m ago•0 comments

Show HN: Free AI Coding with Open Source and Deca Models

https://github.com/GenLabsAI/Agentica/releases/tag/v0.0.1
1•GenLabs-AI•7m ago•0 comments

Two Men. One Identity. They Both Paid the Price

https://www.nytimes.com/2025/11/23/us/undocumented-worker-stolen-identity-dan-kluver.html
2•thelastgallon•9m ago•0 comments

Supabase CEO on the "painful" decisions that built a $5B company

https://techcrunch.com/podcast/supabase-ceo-on-the-painful-decisions-that-built-a-5b-company/
1•cmogni1•13m ago•0 comments

Viral Show HN Posts

https://blog.sturdystatistics.com/posts/show_hn/
1•kianN•14m ago•0 comments

Show HN: CLI that generates and prepares to email PDF invoices

https://github.com/LeanerCloud/invoicr
1•alien_•16m ago•0 comments

Nimzo – Grischuk Gambit

https://lichess.org/@/LittleSoapBubble/blog/nimzo-grischuk-gambit/Fccy6JN2
1•fzliu•17m ago•0 comments

Why did Taylor Swift fans get amnesia after Eras Tour; phenomenon addressed

https://www.themirror.com/entertainment/celebrity-news/taylor-swift-eras-tour-amnesia-1451365
1•scireviewer•19m ago•0 comments

Greenlight is an open-source client for xCloud and Xbox home streaming

https://github.com/unknownskl/greenlight
1•doener•20m ago•0 comments

Show HN: Aion – AI longevity coach using wearables, blood tests and facial scans

https://app.aionlongevity.com/
1•nevenp•20m ago•0 comments

Show HN: Identifiy test coverage gaps in your Go projects

https://github.com/LeanerCloud/testvet
1•alien_•21m ago•0 comments

A Love Letter to FreeBSD

https://www.tara.sh/posts/2025/2025-11-25_freebsd_letter/
37•rbanffy•23m ago•1 comments

The reality of life after getting your brand stocked in a national retailer

https://old.reddit.com/r/ausbusiness/comments/1pa94j9/ink_nurse_how_our_small_aussie_business_per...
3•decimalenough•23m ago•0 comments

Show HN: KarBugv1.0-Explain your errors like you're 5 in plain text and fix

https://www.kairox.website/
1•roozka10•25m ago•0 comments

RIP Windows: Linux GPU Gaming Benchmarks on Bazzite [video]

https://www.youtube.com/watch?v=ovOx4_8ajZ8
4•doener•26m ago•0 comments

Sweden shutsdown 2g and 3g networks

https://pts.se/en/news-and-press-releases/operators-must-ensure-access-to-112--certain-mobile-pho...
1•shellkr•26m ago•4 comments

Dozens of Plugins to choose from: Unlock your Steam Deck's potential

https://decky.xyz/
1•doener•28m ago•0 comments

NerdPoetry – Poetry after language. Presence as form

https://www.nerdpoetry.com/
1•DrNuke•31m ago•0 comments

Did Nvidia Just Prove There Is No AI Bubble

https://www.planetearthandbeyond.co/p/did-nvidia-just-prove-there-is-no
4•lukax•33m ago•0 comments

Performance of LLMs on Advent of Code 2024

https://www.jerpint.io/blog/2024-12-30-advent-of-code-llms/
1•ingve•34m ago•0 comments

Exercise Added to Standard Care Promising for Adult ADHD

https://www.medscape.com/viewarticle/exercise-added-standard-care-promising-adult-adhd-2025a1000woc
2•wjb3•36m ago•1 comments

Effective Altruists Use Threats and Harassment to Silence Their Critics

https://www.realtimetechpocalypse.com/p/how-effective-altruists-use-threats
7•konmok•37m ago•2 comments

A pretty good email scam

https://cassidoo.co/post/email-settings-scam/
1•cassidoo•41m ago•0 comments

I applied 14 physics laws to computing – here's what happened – Humotica

https://www.humotica.com
1•jaspertvdm•43m ago•0 comments

FDA: Qualified Health Claim for Yogurt and Reduced Risk of Type 2 Diabetes

https://www.fda.gov/food/hfp-constituent-updates/fda-announces-qualified-health-claim-yogurt-and-...
1•wjb3•46m ago•2 comments

Free yourself from the Spotify desktop client with spotifyd

https://jonathanchang.org/blog/setting-up-spotifyd-on-macos/
2•fanf2•46m ago•0 comments

The wild and lucrative world of live stream sellers

https://www.businessinsider.com/live-selling-streaming-tiktok-whatnot-palmstreet-ecommerce-entrep...
2•geox•46m ago•0 comments

Will Psilocybin Have Its Day in Clinical Psychiatry?

https://www.medscape.com/viewarticle/will-psilocybin-finally-have-its-day-clinical-psychiatry-202...
1•wjb3•48m ago•0 comments
Open in hackernews

Ask HN: Maintaining code quality with widespread AI coding tools?

3•raydenvm•6mo 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•6mo 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•6mo ago
Thanks for sharing! Never heard of claimify, already looking into it...
furrball010•6mo 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•6mo ago
Yeah, more code in the same amount of time. And then it is tough to find more time for code review
sargstuff•6mo 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