frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is AI spend on OpenAI or Anthropic starting to eat into your runway?

https://rails-agent.com/
1•kannanreghu•1m ago•0 comments

Embedded Swift Improvements Coming in Swift 6.4

https://swift.org/blog/embedded-swift-improvements-coming-in-swift-6.4/
1•frizlab•2m ago•0 comments

OpenAI's Unreleased Model Astra Solves Ten Major Open Mathematics Problems

https://thezvi.substack.com/p/openais-unreleased-model-astra-solves
1•paulpauper•2m ago•0 comments

Nicotine: It Works

https://www.technotheoria.org/p/nicotine-it-works
1•paulpauper•3m ago•0 comments

Omaha school district asks police to stop using shock gloves on students

https://apnews.com/article/shock-gloves-omaha-school-district-police-9f73e909eb5c4e948632eb28ea56...
1•petethomas•3m ago•0 comments

Results from the Backblaze Generative AI Media Hackathon

https://www.backblaze.com/blog/results-from-the-backblaze-generative-ai-media-hackathon/
1•roan-we•3m ago•0 comments

Glycogen storage capacity and denovo lipogenesis during carbohydrate overfeeding [pdf]

https://paulogentil.com/pdf/Glycogen%20storage%20capacity%20and%20de%20novo%20lipogenesis%20durin...
1•paulpauper•4m ago•0 comments

Hosted a Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://muscriptor-iota.vercel.app/
1•jardy•5m ago•0 comments

Show HN: Aristra, your life OS

https://aristralabs.com
1•player08•5m ago•0 comments

Why the Future of AI Belongs to Systems That Can Self-Learn

https://medium.com/@vektormemory/the-case-for-agent-memory-why-the-future-of-ai-belongs-to-system...
1•vektormemory•6m ago•0 comments

Why I Quit the Tenure Track: The insufferable hypocrisy of elite academia

https://www.theatlantic.com/magazine/2026/09/elite-academia-leadership-hypocrisy/687969/
2•zahlman•7m ago•0 comments

Macpackages.com a small tool to know what's installed and running on your macOS

https://macpackages.com/
1•akmarco•8m ago•0 comments

Show HN: Zero () friction local AI for Mac

https://www.basecompute.co/local
2•lukasonedge•11m ago•0 comments

Show HN: Youtilitics, energy usage analytics from utility data, no hardware

https://youtilitics.com/
2•ClaudyFocan•11m ago•0 comments

Network-flow ML that outputs security incidents

https://github.com/ibondarenko1/security-anomaly-ml
1•ibondarenko1•12m ago•0 comments

AIs Are Not People

https://rogueresearch.substack.com/p/ais-are-not-people
1•measurablefunc•15m ago•0 comments

The domain name fluid.sh is for sale

https://fluid.sh
1•zahrevsky•16m ago•1 comments

Trump hid in catering truck in secret plane swap over Iran threat

https://www.bbc.com/news/articles/cm2g90vvy62o
5•gmays•17m ago•1 comments

Komar and Melamid: The Most Wanted Paintings

https://awp.diaart.org/km/index.html
1•GaryBluto•19m ago•0 comments

Building safe MCP servers for a PostgreSQL database

http://blog.pamelafox.org/2026/08/building-safe-mcp-servers-for-your.html
1•pamelafox•20m ago•0 comments

OpenWhip: whip Claude Code (CLI) into working faster

https://xcancel.com/antibot/captcha
1•guessmyname•21m ago•0 comments

Browser automation agents with Pydantic AI and Playwright

http://blog.pamelafox.org/2026/08/browser-automation-with-pydantic-ai.html
2•pamelafox•21m ago•0 comments

FOIA Chief Brings Right-Wing Bona Fides to Apolitical DOJ Office

https://news.bloomberglaw.com/us-law-week/foia-chief-brings-right-wing-bonafides-to-nonpartisan-d...
2•petethomas•22m ago•0 comments

Super-simple free tool to create invoices

https://www.invoices-templates.com/
1•guerrerocarlos•23m ago•2 comments

Private Cloud Compute (Apple Intelligence) Security Guide

https://security.apple.com/documentation/private-cloud-compute
1•mmooss•24m ago•1 comments

Vale Is a Linter for Prose

https://vale.sh
2•Bluestein•25m ago•0 comments

'Unprecedented' Number of Apple Users Received Recent Spyware Alert

https://citizenlab.ca/unprecedented-number-of-apple-users-received-recent-spyware-alert/
1•iamnothere•26m ago•0 comments

You can't afford that new gadget

https://www.datawrapper.de/blog/tech-memory-prices
3•sebg•26m ago•0 comments

Receive a Bible Verse Every Day on WhatsApp

https://chat.whatsapp.com/BHBRf7aUKu4H2AJORsg3Xi?_fb_noscript=1
1•iosifnicolae2•28m ago•3 comments

I published 8 months of frontier-AI research, code, emails, and timestamps

https://zenodo.org/records/21969180
1•rayanpal_•30m 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