frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Artificial Intelligence used to design new viruses

https://www.bbc.co.uk/news/articles/c5y3j3ngevmo
1•CaRDiaK•27s ago•0 comments

Show HN: Linkly – a language designed for LLMs, compiled through MLIR

https://github.com/choiyounggi/linkly/releases
1•dch0202•44s ago•0 comments

A New Way That a Cow's Inner World Shapes Earth's Atmosphere

https://www.quantamagazine.org/a-new-way-that-a-cows-inner-world-shapes-earths-atmosphere-20260727/
1•pykello•6m ago•0 comments

Shrinking Ruby Hashes

https://byroot.github.io/ruby/performance/2026/08/05/shrinking-ruby-hashes.html
1•thunderbong•8m ago•0 comments

Complete guide to time stamping regulations in the financial sector (2023) [pdf]

https://www.npl.co.uk/getattachment/3ea3704a-8c51-442e-a035-44479439faf2/NPLTime-Brochure.pdf
1•altairprime•10m ago•0 comments

OpenAI's New Device Will Be Hockey Puck-Sized and Cost over $300

https://www.bloomberg.com/news/articles/2026-08-06/what-is-openai-s-device-a-doughnut-shaped-spea...
3•helsinkiandrew•10m ago•2 comments

Goertzel: A few reflections on AGI-26 and progress towards AGI [video]

https://www.youtube.com/watch?v=-N8oaaJSBXo
1•ilaksh•12m ago•1 comments

I'm leaving OpenAI to build Jurassic Park

https://taylor.town/leaving-openai
3•zombot•15m ago•0 comments

The Fifteen-Minute Principal Engineer

https://markatwood.substack.com/p/the-fifteen-minute-principal-engineer
1•tosh•15m ago•0 comments

00

https://w3techs.com/sites/info/jangkrik4d1883.com
1•tetenh•15m ago•0 comments

Hazard Pointers for the Kernel

https://lwn.net/Articles/1084015/
1•pykello•16m ago•0 comments

Show HN: An ultra-fast Prime Agent fork with Bun REPL

https://github.com/sng-asyncfunc/prime-bun
1•sashimikun•16m ago•0 comments

AI creates 16 new viruses from scratch

https://www.cnn.com/2026/08/06/health/ai-viruses-bacteriophages
2•avodonosov•19m ago•0 comments

Show HN: Peach – a local-first zero-knowledge password manager, now on Android

https://peachpasswords.com/
1•ashasoftware•19m ago•1 comments

I built a platform for creators to market their music, videos, content, etc.

https://www.influanto.com/
1•genbarriosdev•19m ago•0 comments

Chinese memory maker CXMT enters mainstream with Corsair Vengeance DDR5 kit

https://www.tomshardware.com/pc-components/ddr5/chinese-memory-maker-cxmt-enters-the-mainstream-c...
3•kristianp•21m ago•0 comments

SparSEEty: Extracting Tokens from Sparsity-Exploiting LLM Serving Systems

https://arxiv.org/abs/2608.02995
1•sbulaev•24m ago•0 comments

Decisive Action Training Environment [pdf]

https://paxsims.wordpress.com/wp-content/uploads/2016/05/312855400-decisive-action-training-envio...
1•gmays•26m ago•0 comments

Show HN: Muuted – I built a feed that knows when to shut up

https://muuted.com/
1•Caldwellone•31m ago•1 comments

Himalaya – CLI to Manage Emails

https://github.com/pimalaya/himalaya
2•tangue•34m ago•0 comments

Simple app to keep creativity ALIVE

https://www.theideasgarden.com/
1•matejsimko•34m ago•0 comments

Foomflops: Three Decades of AI Predictions

https://foom.hyperplex.org/
2•blfr•39m ago•0 comments

Trump administration to pay German firm $1.22B to cut offshore wind leases

https://www.theguardian.com/us-news/2026/aug/06/rwe-deal-wind-leases
3•leonidasrup•40m ago•0 comments

Summary of Changes – Lovable Privacy Policy

https://lovable.dev/legal/privacypolicyaugust2026
1•doener•43m ago•0 comments

Manticore Search authentication rollout checklist for production

https://medium.com/@s_nikolaev/manticore-search-authentication-rollout-checklist-for-production-e...
1•snikolaev•44m ago•0 comments

Emacs Arbitrary Code Execution Returns

https://eshelyaron.com/posts/2026-08-06-emacs-arbitrary-code-execution-returns.html
3•eshelyaron•45m ago•0 comments

Accurate Measurement of Time [pdf]

https://tf.nist.gov/general/pdf/1011.pdf
2•andsoitis•48m ago•0 comments

Mark Twain Predicts the Internet in 1898

https://www.openculture.com/2026/08/mark-twain-predicts-the-internet-in-1898.html
4•theanonymousone•48m ago•0 comments

From Sundials to Atomic Clocks [pdf]

https://tf.nist.gov/general/pdf/1796.pdf
1•andsoitis•49m ago•0 comments

Meta enters the coding-agent race with Muse Code

https://developer.meta.com/ai/products/muse-code/
3•x7ikmet•50m ago•2 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