frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gamers will have to prove their age under EU KIDS Act

https://www.euractiv.com/news/gamers-will-have-to-prove-their-age-under-eu-kids-act/
1•rzk•2m ago•0 comments

Nvidia CEO Jensen Huang tells Trump we're not going to let an AI slowdown happen

https://techcrunch.com/2026/09/14/nvidia-ceo-jensen-huang-tells-trump-were-not-going-to-let-an-ai...
1•neilfrndes•6m ago•0 comments

What is it like to be a student in Alpha School's high school boot camp?

https://buildcognitiveresonance.substack.com/p/special-report-my-so-called-alpha
1•krinn_silver•8m ago•0 comments

A statement from 1,386 employees of frontier AI companies

https://www.pacingthefrontier.com/#about
2•rvz•10m ago•1 comments

Short-video-generator-AI and 11 more trending open-source AI repos week 38, 2026

https://thezakulo.com/weekly/2026-w38/
1•thezakulo•10m ago•1 comments

A movement against data centers gains steam in Oakland

https://oaklandside.org/2026/09/11/data-centers-ai-oakland-protest-opposition/
1•dangrover•11m ago•0 comments

Why Isn't Django Serverless?

https://www.phemeral.dev/blog/serverless-django
1•cshjoshi•11m ago•1 comments

The Starting Line

https://mikaei.substack.com/p/the-starting-line
1•mikaelaast•12m ago•0 comments

Apps that are genuinely good

https://github.com/samwise1776/samwiseApps/releases/tag/apps-2026-09-14
1•Samwise1776•13m ago•0 comments

South Island Kei Trucks

https://www.southislandkeitrucks.ca/
2•dleslie•17m ago•1 comments

LLMs are real, AI is fake

https://pluralistic.net/2026/09/12/god-in-the-box/#llms-are-fake
6•andy99•19m ago•0 comments

Stop wasting hours writing video scripts

https://scriptflow-ai-composer.vercel.app/
1•gabrielmartinsa•20m ago•0 comments

AppleCare One Family Launches at $49.99 per Month

https://www.macrumors.com/2026/09/14/applecare-one-family-launches/
1•ValentineC•21m ago•0 comments

GEFS – new file system built for Plan 9

https://orib.dev/gefs.html
2•dchest•23m ago•1 comments

AI safety / ethics are fake fields and merely exist to create more power brokers

https://twitter.com/ctjlewis/status/1565787130386857986
1•CGMthrowaway•23m ago•0 comments

Carbon monoxide in cigarette smoke may explain reduced Parkinson's incidence

https://newatlas.com/mental-health/smoking-lowers-parkinsons-now-know-why/
2•bookofjoe•23m ago•0 comments

Slow developer experience will bottleneck fast models

https://www.seangoedecke.com/slow-devex-will-bottleneck-fast-models/
2•gfysfm•25m ago•0 comments

Why Rust Conferences became irrelevant to me

https://blog.veeso.dev/blog/en/why-rust-conferences-became-irrelevant-to-me/
1•devy•25m ago•0 comments

Is GLM-5.3-Flash Mythos-Level at Cyber?

https://generality.org/blog/posts/glm-flash-exploitbench/
2•mamiglia•27m ago•0 comments

AI and Existential Dread

https://seanbarry.dev/posts/ai-and-existential-dread/
3•seanbarry•32m ago•0 comments

Kolmogorov Complexity

https://en.wikipedia.org/wiki/Kolmogorov_complexity
3•sans_souse•35m ago•0 comments

Just one more lane: TfNSW revives WestConnex zombie Alexandria to Moore Park

https://jakecoppinger.com/2026/09/just-one-more-lane-tfnsw-revives-westconnex-zombie-alexandria-t...
2•jakecopp•35m ago•1 comments

Ask HN: What do you miss in language learning apps?

1•zecice•40m ago•0 comments

Show HN: Nowdex – AI agent usage on your iPhone

https://nowdex.app/
2•djyde•41m ago•0 comments

Wild dogs record 2,500-mile trek across Zambia in search of a mate

https://www.bbc.com/news/articles/cy459y5y9yxo
1•brudgers•44m ago•0 comments

Amodei's proposal would effectively outlaw competitive open weight models

https://venturebeat.com/technology/amodeis-ai-slowdown-plan-never-says-open-weights-it-doesnt-hav...
5•dollar•44m ago•0 comments

Catching structural lookahead bias in Python backtests

https://gist.github.com/Say-rik/f1f75261c15b19b1834d55b1f2f92a3a
1•quant_backlog•47m ago•0 comments

Show HN: Learn CRISPR in 3D in any language

https://viewer.10k.science/
1•1auralynn•52m ago•0 comments

No one wants to buy LA's most famous midcentury house

https://www.sfgate.com/la/article/stahl-house-sits-unsold-22422982.php
4•Teever•52m ago•1 comments

A zero-dependency Python loop detector for AI agents

https://github.com/data-gras/savi-loop-guard
1•GSingGras•57m 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