frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Field Guide to Reward Hacking in AI Kernel Generation

https://www.wafer.ai/blog/reward-hacks-field-guide
1•matt_d•1m ago•0 comments

Could a New Kind of Data Center Give Back to the Grid?

https://www.nlr.gov/news/detail/program/2026/could-new-kind-of-data-center-give-back-to-the-grid
1•ph0rque•1m ago•0 comments

Multi-Player Game Networking, Explained

https://www.gabrielgambetta.com/client-server-game-architecture.html
1•ascent817•2m ago•0 comments

Galileo releases Agent Control, a centralized guardrails platform for AI agents

https://thenewstack.io/galileo-agent-control-open-source/
1•CrankyBear•4m ago•0 comments

30 Facts About Childhood Today That Will Terrify You

https://www.afterbabel.com/p/30-facts-about-childhood-today-that
1•obscurette•5m ago•0 comments

Random Numbers, Persian Code: A Mysterious Signal

https://www.rferl.org/a/mystery-numbers-station-persian-signal-iran-war/33700659.html
1•mudil•6m ago•0 comments

A pure-Rust video codec that compiles to WASM, no FFI

https://github.com/xhighway999/riv2/tree/main
1•xhighway999•7m ago•0 comments

Honda Cancels All Three EVs That It Planned to Build in the U.S.

https://www.caranddriver.com/news/a70722299/honda-0-series-suv-saloon-acura-rsx-canceled/
1•speckx•8m ago•0 comments

How to build a moon base – China and the US are in a race to build outposts

https://www.scientificamerican.com/article/how-to-build-a-moon-base/
3•voxadam•10m ago•0 comments

Runners Are Discovering It's Surprisingly Easy to Churn Butter on Their Runs

https://www.runnersworld.com/news/a70683169/how-to-make-butter-while-running/
3•randycupertino•11m ago•0 comments

Altman, Amodei and Musk fight dirty for the biggest prize in business

https://www.economist.com/business/2026/03/12/altman-amodei-and-musk-fight-dirty-for-the-biggest-...
1•andsoitis•12m ago•0 comments

$36 AT&T Upgrade fee if you're not formally employed

1•Johnny_Bonk•14m ago•0 comments

US Navy will escort vessels via Strait of Hormuz as soon as militarily possible

https://www.cnbc.com/2026/03/12/iran-war-us-navy-strait-of-hormuz-oil-bessent.html
1•donsupreme•15m ago•1 comments

How to Install Gemini CLI on Termux

https://medium.com/@ROCKYSHARAF/how-to-install-gemini-cli-on-termux-bypassing-the-native-build-er...
1•kaycebasques•16m ago•0 comments

MSVC's /experimental:constevalVfuncNoVtable is non-conforming

https://quuxplusone.github.io/blog/2026/03/12/consteval-vfunc-no-vtable/
1•jandeboevrie•16m ago•0 comments

Dear Software Engineers: You Still Have Value

https://www.godaddy.com/resources/news/dear-software-engineer-you-still-have-value
2•tmuhlestein•17m ago•1 comments

Geoffrey Huntley (Ralph loop inventor) on AI implications for software pro's

https://ghuntley.com/frontier/
2•oshoma•17m ago•0 comments

Addressing GitHub's recent availability issues

https://github.blog/news-insights/company-news/addressing-githubs-recent-availability-issues-2/
4•tjwds•17m ago•0 comments

2M DNS domains compressed into 253 bytes – with proof of correctness

https://proofcodec.github.io/proofcodec-verify/
3•RusDyn•17m ago•1 comments

Rise of the AI Soldiers

https://time.com/article/2026/03/09/ai-robots-soldiers-war/
2•jMyles•18m ago•1 comments

Common Worflow Patterns for AI Agents

https://claude.com/blog/common-workflow-patterns-for-ai-agents-and-when-to-use-them
3•danebalia•18m ago•1 comments

The New Consumer Turing Test

https://medium.com/@plewis67/the-new-turing-test-af02b61ab061
2•paulpauper•18m ago•0 comments

White House plan to break up iconic U.S. climate lab moves forward

https://www.science.org/content/article/white-house-plan-break-iconic-u-s-climate-lab-moves-forward
12•robtherobber•19m ago•0 comments

A calmer interface for a product in motion

https://linear.app/now/behind-the-latest-design-refresh
2•casperb•20m ago•0 comments

Show HN: On-Call Health – spot burnout before it hits your engineers

https://github.com/Rootly-AI-Labs/On-Call-Health
2•sylvainkalache•21m ago•0 comments

Astro – Ochestrator of AI Agents Such as Claude Code and Codex

https://github.com/astro-anywhere/astro-agent
2•astroanywhere•21m ago•2 comments

Authentication with Pocket ID

https://cweagans.net/2026/03/authentication-with-pocket-id/
2•cweagans•21m ago•0 comments

Trump's DOJ is not falling for Sam Bankman-Fried's MAGA makeover on X

https://arstechnica.com/tech-policy/2026/03/trumps-doj-is-not-falling-for-sam-bankman-frieds-maga...
2•tartoran•25m ago•0 comments

The Bhangmeter, a 1960s device to measure nuclear detonations

https://en.wikipedia.org/wiki/Bhangmeter
2•zahlman•26m ago•0 comments

Show HN: CastReader – Free TTS Extension That Reads Kindle Cloud Reader

https://chromewebstore.google.com/detail/castreader-tts-reader/foammmkhpbeladledijkdljlechlclpb
1•vinxu•26m ago•0 comments
Open in hackernews

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

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