frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI investment 2nd round, from GPU to power·industrial goods·space

https://www.ooooo.law/board/9?lang=en
1•haebom•1m ago•0 comments

What Dot.com Bandwidth Taught Me About the AI Token Cost Panic

https://www.axamy.com/blog/bandwidth-tokens
1•jhonovich•1m ago•0 comments

MCemm a GEMM (General Matrix Multiply) Kernel Generato

1•Okerew•1m ago•0 comments

Clean City Law: Secrets of SãO Paulo Uncovered by Outdoor Advertising Ban

https://99percentinvisible.org/article/clean-city-law-secrets-sao-paulo-uncovered-outdoor-adverti...
1•chistev•3m ago•0 comments

Agentic communication protocol – why A2A sucks

https://asimovaddendum.substack.com/p/agents-need-a-public-square
1•ilan_s•3m ago•1 comments

The cognitive benefit of a window view

https://www.sciencedirect.com/science/article/pii/S0167268125004755
1•PaulHoule•3m ago•0 comments

Leak Reveals Microsoft Wants Its AI to Be 'Addictive'

https://kotaku.com/microsoft-ai-scout-addictive-satya-nadella-404-media-copilot-2000702924
3•thm•4m ago•0 comments

Justices validate SEC's use of disgorgement in securities enforcement

https://www.scotusblog.com/2026/06/justices-validate-secs-use-of-disgorgement-in-securities-enfor...
2•jawns•4m ago•0 comments

Russian Satellites Have Been Jamming GPS Signals Across Europe, Scientists Say

https://www.nytimes.com/2026/06/05/world/europe/russia-satellites-gps-interference-europe.html
2•ripe•5m ago•0 comments

Show HN: 2Draw – co-operative pictionary built with TLDraw inspired by Drawful

https://2draw.ritzademo.com/
1•sixhobbits•5m ago•0 comments

An Unbiased OSS Benchmark for Code Review Agents

https://codereview.withmartian.com/
1•forks•6m ago•0 comments

Show HN: Lich, start a dev stack per coding agent in parallel

https://github.com/RPate97/lich
1•patethegreat•7m ago•0 comments

When Does Federal Debt Reach Unsustainable Levels? Spring 2026 – Onward

https://budgetmodel.wharton.upenn.edu/p/2026-06-02-when-does-federal-debt-reach-unsustainable-lev...
1•fzliu•7m ago•0 comments

Elevated errors on many Claude models

https://status.claude.com/incidents/fprlnsvdnr2k
2•corvad•7m ago•0 comments

Show HN: Agents Remember – Git-aware memory for coding agents

https://github.com/Foxfire1st/agents-remember-md
1•foxfire_1st•7m ago•0 comments

Celebrity Border Collie with 1.5M followers dognapped and eaten

https://www.independent.co.uk/asia/china/chutou-dog-theft-china-border-collie-b2989675.html
1•SilverElfin•11m ago•1 comments

We are currently investigating this issue

https://status.claude.com/uptime
2•flippyhead•11m ago•1 comments

Why Engineering Managers Are the Most Valuable Hires in AI

https://everythingengineer.substack.com/p/why-engineering-managers-are-the
2•mikecarroll•12m ago•0 comments

I made a tool that ranks reviewable PRs

https://github.com/toniperic/pr-bro
2•toneric•14m ago•1 comments

Anthropic warns that AI could soon escape human control

https://abc7news.com/post/san-francisco-based-anthropic-calls-global-freeze-ai-development-warns-...
1•anonfunction•15m ago•0 comments

Blumi CLI – A Private Agentic Runtime with Grid Dispatch

https://github.com/ankurCES/blumi-cli
2•ankurCES•16m ago•0 comments

Show HN: What Grows Well

https://whatgrowswell.com
2•onprema•16m ago•1 comments

Disguised Russian banking app surges to top three on the US App Store

https://9to5mac.com/2026/06/05/disguised-russian-banking-app-surges-to-top-three-on-the-us-app-st...
5•kotaKat•16m ago•0 comments

NASA orders ISS astronauts to shelter, prepare for evacuation due to air leak

https://www.cbc.ca/lite/story/9.7224720
2•colinprince•16m ago•0 comments

Solarpunk

https://store.steampowered.com/app/1805110/Solarpunk/
1•doener•17m ago•0 comments

ZEC drops 30% as Shielded Labs reveals more about infinite counterfeit bug

https://cointelegraph.com/news/zec-tanks-30-after-ai-security-review-discovers-critical-zcash-vul...
9•bushwart•20m ago•0 comments

The Golem in the Server Rack

https://rhyd.media/transmission/the-golem-in-the-server-rack
1•jamesbiv•21m ago•0 comments

Direct Indexing with Exclusions

https://world.hey.com/cgaebel/direct-indexing-with-exclusions-1f98ff02
1•cgaebel•21m ago•1 comments

As floods get worse, Britain tries a new solution: beavers

https://www.npr.org/2026/05/21/nx-s1-5738979/beavers-britain-climate-change-flooding
1•mooreds•21m ago•0 comments

Looking Forward to Postgres 19: Query Hints

https://www.pgedge.com/blog/looking-forward-to-postgres-19-query-hints
1•jjgreen•22m 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