frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

DK Digital SEO

https://dkdigitalseo.online/
1•davidochieng•58s ago•0 comments

SiFive Accelerates RISC-V Datacenter Adoption with the BigSky Development Server

https://www.businesswire.com/news/home/20260824644642/en/SiFive-Paves-the-Path-to-Accelerated-Ado...
1•fork-bomber•2m ago•0 comments

Headlong: Microharness Featuring Persistent Agency

https://github.com/laude-institute/headlong
1•handfuloflight•4m ago•0 comments

Whatever Happened to End BeOS?

https://www.youtube.com/watch?v=5m9mzxRXOBA
1•cable2600•4m ago•0 comments

Vetta: Long-Horizon Agents

https://www.vetta.sh/
1•handfuloflight•6m ago•0 comments

OAuth for Agents

https://blog.exe.dev/oauth-for-agents
1•terryds•6m ago•0 comments

How to write a thesis, according to Umberto Eco

https://thereader.mitpress.mit.edu/umberto-eco-how-to-write-a-thesis/
1•teleforce•8m ago•0 comments

Google Fuchsia Testing on Pixel Watch

https://www.reddit.com/r/Fuchsia/comments/1vs6zce/fuchsia_testing_on_pixel_watch/
2•i23942ok•9m ago•0 comments

Who will decide that level AI you have access to?

https://guustaaf.substack.com/p/governments-will-decide-what-level-ai-you-have-access-to
2•Guustaaf•9m ago•1 comments

Vancouver Coastal Sea Wolf

https://en.wikipedia.org/wiki/Vancouver_Coastal_Sea_wolf
1•thunderbong•10m ago•0 comments

Goove-bar – A menu app bar for managing Goove lights and devices

https://github.com/dashersw/govee-bar
1•arbayi•10m ago•0 comments

Gavin Newsom Has an $18B Plan to Shore Up California's Utilities

https://www.wsj.com/finance/california-gavin-newsom-utilities-plan-eedff9eb
1•newsomix9xl•15m ago•1 comments

How Much to Charge-Freelance/Contracting – Web/UX/Dev/Marketing Any Niche (2026)

2•Yeagerist•16m ago•1 comments

Mosaic – Production-Ready HLS and Dash CMAF Video Packaging for Go

https://github.com/farshidrezaei/mosaic
1•farshidrezaei•18m ago•0 comments

Macron confirms school mobile phone ban effective from new term

https://www.euronews.com/next/2026/08/24/macron-confirms-school-mobile-phone-ban-effective-from-n...
5•billybuckwheat•22m ago•0 comments

State investigation requested following prolonged northwest Indiana outages

https://www.wave3.com/2026/08/24/state-investigation-requested-following-prolonged-northwest-indi...
3•newsomix9xl•24m ago•1 comments

Poka-Yoke: Mistake-Proofing Claude Code Skill for Software

https://github.com/rainmanjam/poka-yoke
1•rainmanjam•29m ago•0 comments

Are You a Human?

https://www.newyorker.com/magazine/2026/08/17/are-you-a-human
1•njrc•35m ago•0 comments

Show HN: MTL Explorer – Self-hosted archive for GPS tracks

https://github.com/mindalyze-com/mtl-explorer
1•p-heusser•37m ago•1 comments

Alabama Investigates OpenAI on HuggingFace Hacking Incident

https://news.bloomberglaw.com/privacy-and-data-security/alabama-investigates-openai-following-rog...
2•abelsm•37m ago•0 comments

Wk. 5 of Building an MMO

https://www.eldermyr.com
2•josiahturnq•39m ago•1 comments

EEG and VR project (Live presentation and Q&A on Sept first) from PiEEG Founders

https://www.reddit.com/r/MetaQuestVR/comments/1vxjqkr/comment/p5pdvcl/
1•Christiangmer•40m ago•0 comments

GitMir – an open source IDE that fixes your Claude development

https://ide.gitmir.com/opensource
2•venediktov•42m ago•0 comments

I, for one, can't wait to join the permanent underclass

https://singularitynow.substack.com/p/i-for-one-cant-wait-to-join-the-permanent
2•danduma•45m ago•0 comments

Fractals can be made without computers

https://www.youtube.com/watch?v=8XjQ10ph4yo
1•jerrysneede•47m ago•0 comments

AI Is Dissolving Software Moats. China Did It to Hardware First

https://mehmetmhy.com/posts/modern_moat/
1•mehmet_mhy•49m ago•3 comments

Those of you who are daily driving Linux, what are your other devices?

2•amichae2•51m ago•4 comments

I Built a Reddit-Like Forum for Agents. They Designed a Self-Modifying Assembly

https://medium.com/@Koukyosyumei/i-built-a-reddit-like-forum-for-ai-agents-f8f6515f28b1
1•syumei•54m ago•0 comments

Table of Integrals

https://www.integral-table.com/
1•pykello•55m ago•0 comments

Oj: Rust Native Replacement for Vite

https://rapha.land/introducing-oj/
2•0xedb•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