frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Protocols for transactional usage of object storage

https://www.bitsxpages.com/p/protocols-for-transactional-usage
1•agavra•29s ago•0 comments

Delivering with No End in Sight

https://personalis.io/blog/sustainable-development
1•sylvanjsmit•36s ago•0 comments

SmallCode – A coding agent that gets 87% on benchmarks with a 4B parameter model

https://old.reddit.com/r/LocalLLaMA/comments/1tgecrq/i_built_a_coding_agent_that_gets_87_on_bench...
1•aagha•1m ago•0 comments

Your Most Improbable Life

https://kevinkelly.substack.com/p/your-most-improbable-life
2•jger15•2m ago•0 comments

Wayland Compositor in Minecraft [video]

https://www.youtube.com/watch?v=cTkEM7b0IQw
1•SoKamil•2m ago•0 comments

Applied Discrete Structure

https://discretemath.org/
1•ibobev•2m ago•0 comments

DSV Limiting Factor

https://en.wikipedia.org/wiki/DSV_Limiting_Factor
1•dtj1123•3m ago•0 comments

What Do Gödel's Incompleteness Theorems Mean?

https://www.quantamagazine.org/what-do-godels-incompleteness-theorems-truly-mean-20260518/
1•baruchel•6m ago•0 comments

Decart AI's $300M Round Is a Positive Signal for Israeli AI

https://www.vccafe.com/decart-ais-300m-round-is-a-positive-signal-for-israeli-ai/↗
1•vccafe•7m ago•0 comments

Zero – the new programming language for AI – is basically Rust

https://thetechvillain.substack.com/p/zero-the-new-programming-language
1•interrupt86•7m ago•1 comments

&Mario – Digital Union for the People

https://andmario.com
1•pear01•8m ago•0 comments

Real-Time Order Flow and Whale Tracking

https://cryptoflowdata.com/
1•santys•8m ago•0 comments

Establishing a weekly user interview routine

https://destroytoday.com/blog/establishing-a-weekly-user-interview-routine
1•speckx•8m ago•0 comments

Elon Musk lost his case against Sam Altman

https://www.theverge.com/ai-artificial-intelligence/932383/jury-verdict-musk-v-altman-openai-trial
3•theahura•9m ago•0 comments

At least 100 deaths reported in Ebola outbreak in DR Congo

https://www.bbc.com/news/articles/cq6pz60p996o
2•saikatsg•9m ago•0 comments

McMansion Hell: The Devil Is in the Details

https://99percentinvisible.org/episode/mcmansion-hell-devil-details/
1•cwwc•9m ago•0 comments

Joule Index – AI benchmark for cost and Energy

https://joule.blankline.org
1•DarenWatson•9m ago•0 comments

Spec-Driven Development Workflow for Claude Code

https://github.com/sermakarevich/sddw
2•sermakarevich•9m ago•0 comments

Cutting inference cold starts by 40x with LP, FUSE, C/R, and CUDA-checkpoint

https://modal.com/blog/truly-serverless-gpus
6•charles_irl•10m ago•0 comments

Vanilla FP: The no-framework framework for building component-based UIs

https://github.com/abuseofnotation/vanilla-fp
1•boris_m•10m ago•0 comments

Iran will impose fees on subsea internet cables in Strait of Hormuz

https://www.cnn.com/2026/05/17/middleeast/iran-hormuz-undersea-cables-intl
1•ck2•10m ago•0 comments

Tag – Local-first trust and governance layer for AI agents|no cloud, no account

https://github.com/AIObuilt/TaG
1•Tag_AI•11m ago•0 comments

Ask HN: Has anyone here ever rebuilt themselves in their late 30s?

1•buildresiliency•14m ago•0 comments

Mythos for Offensive Security: XBOW's Evaluation

https://xbow.com/blog/mythos-offensive-security-xbow-evaluation
1•ianbutler•14m ago•0 comments

The Picture of Dorian Gray was censored before anyone read it

https://storica.club/blog/dorian-gray-was-censored/
3•verybad•14m ago•0 comments

Evaluation of Various MLX Quantizations

https://github.com/deepsweet/mlx-eval/blob/main/results/README.md
1•d-_-b•14m ago•1 comments

Russia Claims Ukraine Is Using AI Drones That Lock onto Faces and Heat Signature

https://united24media.com/war-in-ukraine/russia-claims-ukraine-is-using-ai-drones-that-lock-onto-...
2•jawiggins•15m ago•1 comments

Goodbye Fragmented Local AI Pipelines. Hello Foundry Local 1.1

https://medium.com/open-ai/goodbye-fragmented-local-ai-pipelines-hello-foundry-local-1-1-9c425b3d...
1•sukhpinder0804•18m ago•0 comments

Who Needs an Architect?

https://yusufaytas.com/who-needs-architect
3•kitecoder•18m ago•1 comments

We let four AIs run radio stations. Here's what happened

https://www.theverge.com/ai-artificial-intelligence/931479/andon-labs-ai-radio-companies
1•1317•18m 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