frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

GitHub's Continuous AI for Accessibility

https://github.blog/ai-and-ml/github-copilot/continuous-ai-for-accessibility-how-github-transform...
1•Tinos•1m ago•0 comments

Apple M chips performance predictions

https://rubjo.github.io/m-bench/
1•rubjo•1m ago•1 comments

Stateless rate limiting using self-consuming cryptographic hash chains

https://github.com/richieheaven/Hash-Chain-Budget
1•RichieHeaven•4m ago•1 comments

The AI productivity paradox: More work, not less

https://fortune.com/2026/03/10/ai-productivity-workers-workday-efficiency/
1•geox•5m ago•0 comments

Neubrutalism: A Guide to the Design Movement

https://neubrutalism.com/
1•johnnyApplePRNG•7m ago•1 comments

FlashHead: Up to 40% Faster Multimodal Reasoning on Top of Quantization

https://huggingface.co/embedl/Cosmos-Reason2-2B-W4A16-Edge2-FlashHead
1•Embedl-Wilhelm•7m ago•1 comments

Show HN: Algorithms and Data Structures in TypeScript – Free Book (~400 Pages)

http://amoilanen.github.io/Algorithms-with-Typescript/
2•jsontwikkeling•9m ago•0 comments

Delta Sales App

1•Susmita157•10m ago•0 comments

Pin – decentralized web hosting mesh for Raspberry Pi

https://github.com/pin-network/pin-network
1•justj1979•13m ago•0 comments

ZTE F673AV9a GPON ONT – 4GE Ports and Dual-Band WiFi Router

https://www.langzhichina.com/zxhn-f673av9a-gpon-ont-4xge-wifi-2-4g-5g-voip-tr069-management
1•langzhi•14m ago•0 comments

What Cops Saw Chasing Down New Jersey Drones

https://www.twz.com/air/what-cops-saw-chasing-down-jersey-drones-detailed-in-new-documents
1•sklargh•14m ago•0 comments

Erasing the Word "Woman"

https://quillette.com/2026/03/03/erasing-the-word-woman-trans-healthcare-mothers-breastfeeding/
1•appreciatorBus•15m ago•0 comments

Churning butter while agents churn code

https://ibestvina.substack.com/p/churning-butter-while-agents-churn
2•ibestvina•15m ago•0 comments

Chinese boats mass at sea, raising questions

https://sg.news.yahoo.com/thousands-chinese-boats-mass-sea-043002479.html
2•kaycebasques•18m ago•0 comments

Building a strong data infrastructure for AI agent success

https://www.technologyreview.com/2026/03/10/1134083/building-a-strong-data-infrastructure-for-ai-...
1•joozio•21m ago•0 comments

Firefox ESR 115 support extended until the end of August 2026

https://support.mozilla.org/en-US/kb/firefox-users-windows-7-8-and-81-moving-extended-support
1•exploraz•22m ago•1 comments

Show HN: Odays – a stress‑free "On This Day" ritual to declutter 40k photos

https://apps.apple.com/us/app/odays-relive-tidy-photos/id6749476828
1•dominichuang•22m ago•0 comments

Carney announces billions for defense and infrastructure in Canada's North

https://apnews.com/article/carney-north-arctic-sovereignty-e4e75a5c1cec98dfbba50c2c25b6cdee
2•kaycebasques•23m ago•0 comments

Construction pipe suddenly rises 13 meters above ground in Osaka

https://www.japantimes.co.jp/news/2026/03/12/japan/society/osaka-pipe-construction/
1•kaycebasques•25m ago•0 comments

Major weakness: Apple MacBook Neo battery life

https://www.notebookcheck.net/Major-weakness-Apple-MacBook-Neo-battery-life-suffers-from-excessiv...
2•saligne•25m ago•1 comments

Google rushes Chrome update fixing two zero-days under attack

https://www.theregister.com/2026/03/13/google_zeroday_chrome_update/
2•Brajeshwar•26m ago•0 comments

New research shows most gamers find playing with AI NPCs to be enjoyable

https://www.gamesindustry.biz/new-research-shows-over-90-of-gamers-find-playing-with-ai-powered-n...
3•HardwareLust•26m ago•1 comments

Academia and the "AI Brain Drain"

https://www.schneier.com/blog/archives/2026/03/academia-and-the-ai-brain-drain.html
1•cdrnsf•26m ago•0 comments

I built a Free AI Answer Generator with 14 languages and tone control

https://99helpers.com/tools/ai-answer-generator
1•nickk81•27m ago•1 comments

US Podcast and Online Audio Consumption Reach Record Highs

https://podnews.net/press-release/infinite-dial-us-2026
1•giuliomagnifico•27m ago•0 comments

Sneeze Logger

https://sneezelog-691393524886.us-central1.run.app
1•senturk•28m ago•0 comments

Live Nation director boasted of gouging ticket buyers, "robbing them blind"

https://arstechnica.com/tech-policy/2026/03/live-nation-director-boasted-of-gouging-ticket-buyers...
2•oldnetguy•29m ago•0 comments

The who, what, & why of the attack that has shut down Stryker's Windows network

https://arstechnica.com/security/2026/03/whats-known-about-wiper-attack-on-stryker-a-major-suppli...
1•oldnetguy•29m ago•0 comments

MaximusLLM: High-Speed Architecture via Ghost Logits and Random Latent Attention

https://github.com/yousef-rafat/MaximusLLM
1•yousef_g•31m ago•0 comments

VideoGamer.com removed from Google after pivoting to AI-generated articles

https://www.thegamer.com/gaming-site-videogamer-removed-google/
3•jsheard•32m 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