frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Friends are hiding their best ideas from you

https://idiallo.com/blog/your-friends-are-hiding-their-ideas
2•firefoxd•1m ago•0 comments

Standard Control Flow Flattening is fundamentally broken

https://gist.github.com/xkilldash9x/e8ee393a5c681677b38c58f178e203a4
2•BlackVectorOps•1m ago•0 comments

The Blast Radius Principle

https://www.250bpm.com/p/the-blast-radius-principle
2•artbristol•1m ago•0 comments

MCP still matters, even and especially for devtools

https://docsalot.dev/blog/why-mcp-still-matters-if-you-already-have-a-cli
2•fazkan•1m ago•0 comments

A Brick of Coke

https://www.monochrom.at/experiences/coke.htm
1•proprietario•1m ago•0 comments

Show HN: I built a tool to bootstrap VLESS and REALITY over SSH (with rollback)

1•insany•1m ago•0 comments

Core views on AI safety (March 2023)

https://www.anthropic.com/news/core-views-on-ai-safety
2•Olshansky•2m ago•0 comments

The Quest to Identify a Westerner Called 'The Most Famous Face in China' (2022)

https://www.wsj.com/world/china/the-quest-to-identify-a-westerner-called-the-most-famous-face-in-...
3•acqbu•4m ago•1 comments

Show HN: Interactive Simulator of Government Spending vs. Economic Growth

https://julienreszka.github.io/economic-simulator/armey-curve.html
2•julienreszka•5m ago•0 comments

X for AI Agents

https://twitter.com/benswerd/status/2043402405656789254
2•benswerd•6m ago•0 comments

Better MoE model inference with warp decode

https://cursor.com/blog/warp-decode
2•gmays•8m ago•0 comments

Europe forgets its bug hunters at its own peril

https://bindinghook.com/europe-forgets-its-bug-hunters-at-its-own-peril/
2•mooreds•9m ago•0 comments

Argentina Graph of the Day: Starlink Connects People

https://www.cato.org/blog/argentina-graph-day-starlink-connects-millions-people
2•mooreds•10m ago•0 comments

What Lies Behind the U.S. Trade Battle for Control over Data

https://www.michaelgeist.ca/2026/04/heads-they-win-tails-we-lose-what-lies-behind-the-u-s-trade-b...
2•mooreds•10m ago•0 comments

Show HN: Buildermark – See how much code is by your agents (open source, local)

https://buildermark.dev
2•davidcann•10m ago•0 comments

Digging deeper on how tillage methods affect soil health, yield

https://www.news.iastate.edu/news/digging-deeper-how-tillage-methods-affect-soil-health-yield
2•gnabgib•11m ago•0 comments

China lures home its top AI talent from Silicon Valley

https://www.ft.com/content/b167c6d3-b982-482a-98c3-5303a7b80c6a
3•macleginn•12m ago•1 comments

New vehicles now sell for an average of nearly $50k

https://www.pbs.org/newshour/economy/new-vehicles-now-sell-for-an-average-of-nearly-50000
2•loughnane•12m ago•0 comments

LaunchHQ: Pre-launch platform with referral loops and automated launch day

https://launchhq.space
2•SavitP•15m ago•1 comments

The race to train AI robots

https://www.latimes.com/business/story/2025-11-02/inside-californias-rush-to-gather-human-data-fo...
3•ninjagoo•15m ago•1 comments

Horizontally scaling localhost for worktrees (FOSS)

https://coasts.dev/blog/introducing-remote-coasts
2•jsunderland323•15m ago•0 comments

How the hypercuriosity of ADHD may have helped humans thrive

https://aeon.co/essays/how-the-hypercuriosity-of-adhd-may-have-helped-humans-thrive
3•gmays•16m ago•0 comments

London police arrest 523 people at protest over Palestine Action ban

https://www.reuters.com/world/uk/london-police-arrest-212-people-protest-over-palestine-action-ba...
5•abdelhousni•19m ago•1 comments

CMake Pursuing Tighter Integration with Package Managers, Other Improvements

https://www.phoronix.com/news/CMake-Tighter-Package-Integrate
3•birdculture•19m ago•0 comments

I built a tool that checks if AI recommends your brand when buyers ask questions

https://aishareofvoice.ai
4•AISupportTeam•19m ago•0 comments

Show HN: Prediction game where AI copies of people earn and replicate

3•tormine1•22m ago•0 comments

Failing Tests Are All You Need

https://calebfenton.substack.com/p/failing-tests-are-all-you-need
3•calebfenton•24m ago•1 comments

LHCb Collaboration discovers new proton-like particle

https://home.cern/news/news/physics/lhcb-collaboration-discovers-new-proton-particle
3•PaulHoule•25m ago•0 comments

Show HN: I made a Browser game with physics

4•gray_wolf_99•25m ago•0 comments

Bringing Observability to Your N8n Workflows: OpenTelemetry in Action

https://signoz.io/blog/n8n-monitoring-with-opentelemetry/
6•gkarthi2800•26m ago•1 comments
Open in hackernews

Ask HN: Maintaining code quality with widespread AI coding tools?

3•raydenvm•11mo 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•11mo 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•11mo ago
Thanks for sharing! Never heard of claimify, already looking into it...
furrball010•11mo 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•11mo ago
Yeah, more code in the same amount of time. And then it is tough to find more time for code review
sargstuff•11mo 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