frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dear Humanity – Can We Teach AI Compassion?

https://www.hussmanfunds.com/comment/ai_alignment_260917/
1•alch-•1m ago•0 comments

The Post-AGI Era

https://www.avidfayaz.com/writings/post-agi/the-post-agi-era
3•Avid_F•1m ago•0 comments

Intrinsic Uniqueness and Reconstruction Across Mathematical Presentations

https://zenodo.org/records/22775358
1•alex_albert•2m ago•0 comments

Sprites Connectors is a great example of Terrible API Design

https://www.freestyle.sh/blog/opinion/sprites-connectors-terrible-api-design
1•benswerd•5m ago•0 comments

Jev vs. Kev: open-source Jev alternative tested side by side

https://opper.ai/blog/jev-vs-kev-open-decision-model
2•felix089•5m ago•0 comments

MacTube 2 YouTube as a real Mac app – without Shorts and without AI slop

https://github.com/depo23/MacTube2
1•edib•5m ago•0 comments

Brutalist Asia

https://www.wallpaper.com/architecture/brutalist-asia-book
1•keiferski•5m ago•0 comments

Color generator based on modified Tree(3)

https://leviathan-colors.emergent.host/
1•Leosawin•6m ago•1 comments

"Thin Air," Real Money: The Trump Crypto Game

https://thinairrealmoney.com/
1•surprisetalk•7m ago•0 comments

Show HN: Reliopt – Pareto-frontier, contract-gated optimization for LLM programs

https://github.com/obielin/reliopt
1•arabking•9m ago•0 comments

Ask HN: Has anyone built a leaderless multi-agent system?

1•har-ki•9m ago•0 comments

Snap Wants to be a State Actor??–Kansas v. Snap

https://blog.ericgoldman.org/archives/2026/09/snap-wants-to-be-a-state-actor-kansas-v-snap.htm
2•hn_acker•9m ago•0 comments

Risk factors for androgenetic alopecia: a systematic review and analysis (2015)

https://link.springer.com/article/10.1186/s12889-026-26258-y
1•OutOfHere•11m ago•0 comments

A valuation-dislocation tracker for 34 public companies

https://michaelhillaert.com/
1•michaelhillaert•12m ago•0 comments

Prompt2ELF: An LLM wrote a 449-byte HTTP server without a compiler

https://github.com/faustinoaq/prompt2elf
1•totakaro•13m ago•0 comments

The CFTC Is Tying Its Own Hands on Prediction Markets

https://www.lawfaremedia.org/article/the-cftc-is-tying-its-own-hands-on-prediction-markets
1•hn_acker•13m ago•0 comments

The cheap new AI model taking aim at OpenAI and Anthropic

https://www.ft.com/content/456884ea-2558-4648-8036-a77b73733430
2•michaelhillaert•14m ago•0 comments

What Jev will do to data engineering

https://www.astronomer.io/blog/what-jev-will-do-to-data-engineering/
1•jlaneve•15m ago•0 comments

Show HN: I made a WWI dogfight game that runs in the browser

https://www.gamedev.pl/ay/biplane-skirmish
2•fullstackwife•16m ago•1 comments

Meteor M2-4: Receiving Weather Satellite Images from My Garden in San Francisco

https://gdamdam.github.io/meteor-satellite-reception/meteor-m2-4-2026-09-23.html
1•gidam•17m ago•0 comments

The Download: The Pentagon's AI-powered lie detector and young organ limits

https://www.technologyreview.com/2026/09/25/1145157/the-download-pentagon-ai-lie-detector-young-o...
1•joozio•20m ago•0 comments

Jupyter AI: A Map of 100 Jupyter Extensions for AI

https://openteams.com/awesome-jupyter-ai-extensions/
1•redsquirrel12•22m ago•0 comments

Kakao Entertainment to Shut Down N. American Webtoon Platform Tapas

https://www.animenewsnetwork.com/news/2026-09-22/kakao-entertainment-to-shut-down-n-american-webt...
1•speckx•24m ago•0 comments

First Triangulation Results in UAP Search by the Galileo Project Observatories

https://www.youtube.com/watch?v=HrvEbbqsN-s
1•musha68k•24m ago•1 comments

If the Work Is So Meh That It Might Be AI, Who Cares How It Was Made?

https://novelarcade.substack.com/p/whats-worse-than-ai-slop-trad-slop
1•richardatlarge•25m ago•1 comments

Replicating Classic Adobe Photoshop with PSD/PSB Compatibility

https://github.com/eolix/photosuite
1•Venn1•25m ago•0 comments

The Robust U.S. Economy Powers Through Rate Hikes and Rising Bond Yields

https://www.wsj.com/finance/investing/us-economy-bond-market-0bfda8b3
1•kaycebasques•26m ago•0 comments

PHP Structured Concurrency and Beyond: history and vision

https://www.hook-dev-alter.com/en/articles/php-structured-concurrency-and-beyond-1-history-and-vi...
1•Geek-Merlin•26m ago•1 comments

Tesla’s optimus hits snags in hands, suppliers as scale-up begins

https://electrek.co/2026/09/25/tesla-optimus-production-ramp-hands-ai-generalization-problems/
3•vidulous•27m ago•0 comments

I Went to Kyrgyzstan to Find China's Silent Nomads

https://www.chinatalk.media/p/i-went-to-kyrgyzstan-to-find-chinas
1•speckx•27m 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