frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Undergraduation (2005)

https://www.paulgraham.com/college.html
1•chistev•50s ago•0 comments

Psyop: A Little Experiment

https://github.com/madprops/psyop
1•serveitup•51s ago•0 comments

Why do dictatorships look the same?

https://www.youtube.com/watch?v=3PKXBwXYCog
1•gzread•2m ago•0 comments

NeurIPS retracts overly broad sanctions list

https://twitter.com/NeurIPSConf/status/2037438893457289364
1•limoce•3m ago•0 comments

Archaeologists may have found the grave of the legendary "fourth musketeer"

https://arstechnica.com/science/2026/03/archaeologists-may-have-found-the-grave-of-the-legendary-...
1•isaacfrond•3m ago•0 comments

The illusion of American omnipotence (1952)

https://harpers.org/archive/1952/12/the-illusion-of-american-omnipotence/
1•johntfella•4m ago•0 comments

Bitbucket is keeping a free tier for self-hosted CI runners

https://www.atlassian.com/blog/bitbucket/announcing-the-next-chapter-for-bitbucket-pipelines-runners
1•moebrowne•4m ago•1 comments

Show HN: Qwen Meetup, Function Calling Harness, turning 6.75% to 100%

https://autobe.dev/blog/function-calling-harness-qwen-meetup-korea/
1•samchon•5m ago•0 comments

Reinventing the Pull Request

https://lubeno.dev/blog/reinventing-the-pull-request
1•bkolobara•7m ago•0 comments

The emerging 2-tier system for moving oil through dangerous waters

https://sherwood.news/markets/iran-strait-of-hormuz-friendly-vessels-traffic-us-escort/
2•mooreds•7m ago•0 comments

Math Anxiety Is Contagious, but So Is Confidence

https://www.iadb.org/en/blog/education/math-anxiety-contagious-so-confidence
1•mooreds•8m ago•0 comments

Was the Iran War Caused by AI Psychosis?

https://houseofsaud.com/iran-war-ai-psychosis-sycophancy-rlhf/
2•2a0c40•9m ago•1 comments

The surprising science behind red-light therapy – and how it works

https://www.nature.com/articles/d41586-026-00878-1?linkId=61058317
1•XzetaU8•12m ago•1 comments

Show HN: Interactive guitar modes explorer: scales, fretboard, diatonic chords

https://www.fachords.com/chords-modal-scales/
1•giancaIta•13m ago•0 comments

New Super Mario Land,the Homebrew Marvel Intended as X-Mas Gift

https://www.nintendolife.com/news/2019/11/feature_the_story_behind_new_super_mario_land_the_homeb...
1•Markoff•13m ago•1 comments

Telnyx v4.87.1 and v4.87.2 are compromised by TeamPCP

https://github.com/team-telnyx/telnyx-python/issues/235
1•ramimac•15m ago•1 comments

Suddenly energy independence feels practical:Europeans building mini solar farms

https://www.euronews.com/2026/03/26/suddenly-energy-independence-feels-practical-europeans-are-bu...
2•vrganj•16m ago•0 comments

Show HN: Isartor – Pure-Rust prompt firewall, deflects 60-95% of LLM traffic

https://github.com/isartor-ai/Isartor
1•zippode•18m ago•0 comments

An alternative to the app store that can globally block short form media

https://altstore.io/
1•tokenomics•18m ago•0 comments

The UK Covid Inquiry has laid bare the avoidable horror of the second Covid wave

https://christinapagel.substack.com/p/the-uk-covid-inquiry-has-laid-bare
1•mariuz•22m ago•0 comments

Engineers do get promoted for writing simple code

https://www.seangoedecke.com/simple-work-gets-rewarded/
1•rbanffy•25m ago•0 comments

Two GitHub accounts, one machine

https://dineshpandiyan.com/blog/two-github-accounts-one-machine/
1•flexdinesh•34m ago•0 comments

AI bug reports went from junk to legit overnight, says Linux kernel czar

https://www.theregister.com/2026/03/26/greg_kroahhartman_ai_kernel/
2•RandomPenguin•35m ago•0 comments

'Worse-case' CAP shortages threaten the Tucson aquifer's delicate balance (2022)

https://tucson.com/news/local/article_58d33da6-aaad-11eb-99a1-57252344b119.html
1•mooreds•36m ago•0 comments

Media Bias Chart Gallery – Public – Ad Fontes Media

https://adfontesmedia.com/gallery/
1•rbanffy•37m ago•0 comments

Elevated error rates on Opus 4.6

https://status.claude.com/incidents/b9802k1zb5l2
4•nstj•39m ago•0 comments

Embeddable Common Lisp 26.3.27 release

https://ecl.common-lisp.dev/posts/ECL-26327-release.html
2•jackdaniel•41m ago•0 comments

NASA races to have the first moon base and nuclear-propulsion spacecraft

https://www.sciencenews.org/article/nasa-moon-base-nuclear-propulsion-spacecraft
2•majkinetor•42m ago•0 comments

Show HN: Pyconject – Ditch messy YAML loading in Python with config injection

https://github.com/neolaw84/pyconject
1•neolaw•46m ago•1 comments

TDD Makes a Lot of Sense with Agentic Development

1•shellerik•47m ago•0 comments
Open in hackernews

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

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