frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A simple, auto-layout family tree generator

https://familytreeeasy.com
1•familytreeeasy•1m ago•0 comments

Ask HN: How are LLMs supposed to be used for warfare?

1•sirnicolaz•1m ago•0 comments

GPT-5.4 Scores 0.62 F1 on Understanding Handwritten Edits in Dickens

https://dorrit.pairsys.ai/
1•svcrunch•3m ago•0 comments

Ask HN: Do AI startups even bother with patents anymore?

1•maxtqw•6m ago•0 comments

Show HN: EnvSentinel – contract-driven .env validation, zero dependencies

https://github.com/tweakyourpc/envsentinel
1•tweakyourpc•8m ago•0 comments

A basket of new fruit varieties is coming your way

https://www.economist.com/science-and-technology/2026/03/04/a-basket-of-new-fruit-varieties-is-co...
1•vinni2•10m ago•0 comments

Quantized Hall Drift in a Frequency-Encoded Photonic Chern Insulator

https://link.aps.org/doi/10.1103/2dyh-yhrb
1•westurner•10m ago•0 comments

Qcut – Free browser video editor (no install, no signup)

https://qcut.app/
3•martin_renaud•14m ago•1 comments

Claude Code Compaction Viewer

https://github.com/swyxio/claude-compaction-viewer/
1•handfuloflight•17m ago•0 comments

Modular Diffusers – Composable Building Blocks for Diffusion Pipelines

https://huggingface.co/blog/modular-diffusers
2•nathanmarz•17m ago•0 comments

Ask HN: Do you have a good solution for isolated workspaces per project?

1•straydusk•23m ago•0 comments

TeX Live 2026 is available for download now

https://www.tug.org/texlive/acquire.html
7•jithinraj•36m ago•1 comments

Show HN: Triplecheck – Review your code free with local LLMs

https://github.com/raullenchai/triplecheck
1•raullen•52m ago•0 comments

Gemini-flash-latest silently broke Search grounding for 1 month

2•takibboinz•53m ago•0 comments

Show HN: AI Benchy – AI benchmarks and comparisons

https://aibenchy.com/
1•XCSme•54m ago•0 comments

Did anyone try this Docker desktop alternative?

https://www.empiricapps.com/zenithal/download
1•mburlac•54m ago•0 comments

Caroline affair – eventually influencing the development of international law

https://en.wikipedia.org/wiki/Caroline_affair
1•vinnyglennon•1h ago•0 comments

Show HN: WingNews – Htmx Hacker News Reader

https://news.wingman.actor/
1•ChaseRensberger•1h ago•0 comments

AI Doesn't Remember Yesterday. How to Design Team Memory for AI Workflows

https://github.com/htuzel/flalingo-mem-bridge
1•htuzel•1h ago•0 comments

Ask HN: Wish Linux tmpfs support compression option

2•gry_gh•1h ago•0 comments

Howard Abrams' Literate Programming with Org Mode [video]

https://www.youtube.com/watch?v=OUuz9-CtCwY
2•todsacerdoti•1h ago•0 comments

My SoC Analyst Writeup – Support by star, thanks guys

https://github.com/ogtamimi/SOC-Analyst-WriteUp-LetsDefend.io
2•ogtamimi•1h ago•0 comments

Create PDF Resume

https://createpdfresume.com/
1•tahirasadov•1h ago•0 comments

All of you doubted me, and said I was hallucinating on AI

https://ryanshamim.substack.com/p/the-inference-efficiency-paradox
1•anima-core•1h ago•1 comments

Tech titans vow to 'take back' California

https://nypost.com/2026/03/05/us-news/tech-titans-vow-to-take-back-california-from-lefties-call-o...
4•mudil•1h ago•0 comments

First Aptera Solar EV Rolls Off Validation Assembly Line

https://aptera.us/first-vehicle-off-validation-line/
1•TeaVMFan•1h ago•0 comments

Show HN: Yappy – A Python TUI to automate LinkedIn yapping

https://github.com/JienWeng/yappy
2•jienweng•1h ago•0 comments

Shut Up and Take My Money

https://lorendb.dev/posts/shut-up-and-take-my-money/
4•LorenDB•1h ago•0 comments

Spell UI

https://spell.sh/
2•handfuloflight•1h ago•0 comments

Show HN: Swarm – Program a colony of 200 ants using a custom assembly language

https://dev.moment.com/
20•armandhammer10•1h ago•9 comments
Open in hackernews

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

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