frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The MIT OpenCourseWare Update

https://www.youtube.com/watch?v=WCMFdrTGAEY
1•mdp2021•3m ago•0 comments

Ask HN: How do you survive a job you hate which is slowly making you sick?

1•_override•4m ago•0 comments

AI loss of control incidents are worsening, shows CLTR analysis

https://www.longtermresilience.org/reports/ai-loss-of-control-incidents-are-worsening-shows-cltr-...
2•giuliomagnifico•4m ago•0 comments

AI Billionaires Are Spending Millions to Change Your Mind About Data Centers

https://www.gadgetreview.com/ai-billionaires-are-spending-millions-to-change-your-mind-about-data...
2•01-_-•6m ago•0 comments

AI startup Cognition set to raise around US$1B at a US$47B value

https://theedgemalaysia.com/node/816527
1•01-_-•7m ago•0 comments

CSS Scroll-Driven Animations: Ship Them Safely

https://whoooop.co.uk/blog/css-scroll-driven-animations
1•cashy•8m ago•0 comments

PEP 843 – Export Statement for DRY Re-exports – peps.python.org

https://peps.python.org/pep-0843/
1•rbanffy•10m ago•0 comments

The Hiring Post (2015)

https://sockpuppet.org/blog/2015/03/06/the-hiring-post/
1•tosh•11m ago•0 comments

Ollama Plans Changed

https://ollama.com/pricing
1•soltanov•12m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
1•distressor•12m ago•0 comments

Keeping Open Source Open in the Age of Coding Agents

https://twitter.com/francedot/status/2095052001667408295
2•frabonacci•13m ago•0 comments

Pattern discovery in binaries to understand file layout (FF-16)

https://github.com/HexLasso/FF-16
1•HexLasso•14m ago•1 comments

So there's this $499 AI Dyson camera toothbrush

https://www.morningbrew.com/stories/so-theres-this-usd499-ai-dyson-camera-toothbrush
1•doppp•15m ago•0 comments

Enough! Open Letter from Jewish Pros in Defense of Mark Ruffalo [on Ellison]

https://lithub.com/enough-an-open-letter-from-jewish-creatives-and-thinkers-in-defense-of-mark-ru...
4•mdp2021•19m ago•0 comments

What every programmer should know about memory (2007)

https://lwn.net/Articles/250967/
1•tosh•20m ago•0 comments

MemoTab – I turned the browser's new tab into a personal workspace

https://chromewebstore.google.com/detail/memotab-–-new-tab-notes-f/fikoeimhmcejdnhpahkljhjcijfd...
1•ab_dev1•20m ago•0 comments

Show HN: Terraplane: webhook-based Terraform PRs with runners in your network

https://github.com/terraplane-org/terraplane
2•xyzjace•22m ago•0 comments

AI Sapiens K1

https://docs.robotis.com/docs/systems/aisapiens/introduction/
1•iamanatom•26m ago•0 comments

Measure the Queue, Not the Bot

https://amitkvint.com/writing/measure-the-queue-not-the-bot/
1•taubek•28m ago•0 comments

Sometimes the Fastest System Is the One Willing to Stop

https://www.amrishkhan.dev/blog/sometimes-the-fastest-system-is-the-one-willing-to-stop-5a6a
1•amrishkhan05•31m ago•0 comments

Swiss E-ID: Justice Minister Jans prevents secret Amazon deal

https://www.heise.de/en/news/Swiss-E-ID-Justice-Minister-Jans-prevents-secret-Amazon-deal-1143745...
2•kioleanu•32m ago•0 comments

The index was lying and the eval knew

https://gil-neto.com/blog/the-index-was-lying-and-the-eval-knew/
1•gilneto8•33m ago•0 comments

Show HN: An Autonomous Agent for Slay the Spire

https://github.com/AttemorySystem/spire-agent
1•langs•33m ago•0 comments

Show HN: I built a menu-bar app to give Claude access to your Apple macOS apps

https://www.pomeroy.app/
1•joesaunderson•33m ago•1 comments

Scientists Hunting Dark Matter Found Something Strange

https://www.nytimes.com/2026/09/01/science/dark-matter.html
2•jimmytucson•33m ago•2 comments

How to Make a PwC-Style PowerPoint with AI: A Practical Consulting Deck Guide

https://medium.com/@2315610426/how-to-make-a-pwc-style-powerpoint-with-ai-a-practical-consulting-...
1•chenxi030826•34m ago•0 comments

Simon Willison: How AI is changing software development [audio]

https://talkingpostgres.com/episodes/how-ai-is-changing-software-development-with-simon-willison/...
2•skm•35m ago•0 comments

The IBM PC, Part 2: Tsunami – Creatures of Thought

https://technicshistory.com/2026/08/29/the-ibm-pc-part-2-tsunami/
1•rbanffy•36m ago•0 comments

Turned a $15 eBay "smart NIC" nobody could get working into a real 10GbE card

https://github.com/nicologiuliani6/cavium-cn6640-snic10e-octeon-ii-nic
2•mchan•37m ago•0 comments

C Is Not a Low-Level Language

https://queue.acm.org/detail.cfm?id=3212479
2•tosh•38m 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