frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: Are you interested in a TUI-style financial analysis tool?

1•finscoio•43s ago•0 comments

Structured Prompt Driven Delivery

https://martinfowler.com/articles/structured-prompt-driven/
1•danebalia•47s ago•0 comments

Is Snap Inc Back?

1•Taikhoom2010•1m ago•0 comments

Chaldean Chamber of Commerce

https://chaldeanchamber.com/
1•marysminefnuf•2m ago•0 comments

China has changed its legal definition of semiconductors

https://www.theregister.com/legal/2026/08/04/china-claims-global-chip-leadership-thanks-to-new-le...
1•giuliomagnifico•5m ago•0 comments

Show HN: Cull – Interactive TUI disk space analyzer

https://github.com/legostin/cull
1•legostin•6m ago•0 comments

Ask HN: How are you operating OSS AI infrastructure?

1•kkgupta•10m ago•0 comments

TikTok creator who documented her life with young-onset Alzheimer's dies by MAID

https://www.theglobeandmail.com/canada/article-tiktok-creator-rebecca-luna-young-onset-alzheimers...
1•petethomas•11m ago•0 comments

France wildfires reveal hundreds of WW2 shells in village

https://www.bbc.com/news/articles/cgmkxjrrwdvo
1•1659447091•11m ago•0 comments

Technorealists, the Silent Majority?

https://notes.erlend.sh/3ms6hviosx227
1•erlend_sh•14m ago•0 comments

Indirect Lessons from Human Alignment

https://dynomight.net/human-alignment/
1•zdw•15m ago•0 comments

TransformKit

https://transform-kit.com
2•andrevenancio•41m ago•0 comments

Effects of the New $100k Fee and Wage-Weighted Lottery on the H-1B Visa

https://budgetmodel.wharton.upenn.edu/p/2026-08-03-effects-of-the-new-100000-fee-and-wage-weighte...
2•fzliu•41m ago•1 comments

Hot Set: Shooting Heat

https://theasc.com/article/hot-set-shooting-heat/
1•handfuloflight•45m ago•0 comments

Relative Velocity and Closing Speed

https://eli.thegreenplace.net/2026/relative-velocity-and-closing-speed/
1•mfrw•46m ago•0 comments

TerminalWidget Put Terminal Output on Your Desktop

https://terminalwidget.app/
1•colinprince•48m ago•0 comments

What should go in your Claude.md?

https://zander.wtf/blog/claude-md-agents-md/
4•mrmartineau•50m ago•2 comments

GeoAI: Artificial Intelligence for Geospatial Data

https://opengeoai.org/
1•jonbaer•51m ago•0 comments

Do Context Files Help Coding Agents? A Two-Agent Ablation Study on Real Repos

https://arxiv.org/abs/2607.27250
1•jamesblonde•53m ago•0 comments

Show HN: Local semantic code search that saves your agent tokens

https://tryreference.com/
1•RahulThennarasu•58m ago•0 comments

AI-assisted staging draws boos at the Richard Wagner festival in Germany

https://apnews.com/article/germany-bayreuth-wagner-festival-ai-f4300cdc0be195dabdadfa6d2ab4254c
3•rawgabbit•1h ago•0 comments

Headlights got brighter, whiter, and more blinding after dark

https://arstechnica.com/cars/2026/08/how-headlights-got-brighter-whiter-and-more-blinding-after-d...
3•mdp2021•1h ago•0 comments

Why is open source software so badly designed? (2022)

https://www.kooslooijesteijn.net/blog/why-is-free-open-source-software-badly-designed
2•doubletwoyou•1h ago•1 comments

Night Java (San Francisco)

https://www.nightjava.com/
1•danielmorozoff•1h ago•0 comments

Show HN: Paloma – Intelligent Autocomplete for Mac

https://trypaloma.app
1•hydrohelium•1h ago•0 comments

Inside the grey market for online accounts

https://www.ft.com/content/576c1b70-bf51-45d2-a5f0-eca2e9acc256
1•petethomas•1h ago•0 comments

Niche expert AI fine-tuning data set in clean JSON format

https://headwater.gumroad.com/l/jxvjh
1•PunkiePal•1h ago•0 comments

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

https://trae1oung.github.io/SWE-Touch/
1•in-silico•1h ago•0 comments

Context Compaction Theory

https://arxiv.org/abs/2608.01326
1•jadidbourbaki•1h ago•0 comments

The Youth AI Privacy Act's Privacy Paradox

https://www.eff.org/deeplinks/2026/08/youth-ai-privacy-acts-privacy-paradox
1•mdp2021•1h 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