frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zotero 9

https://www.zotero.org/blog/zotero-9/
1•evolve2k•2m ago•0 comments

Show HN: Ark – AI agent runtime in Go that tracks cost per decision step

https://github.com/atripati/ark
1•atripat6•2m ago•0 comments

Has Mythos just broken the deal that kept the internet safe?

https://martinalderson.com/posts/has-mythos-just-broken-the-deal-that-kept-the-internet-safe/
1•jnord•3m ago•0 comments

Anthropic injects reasoning_effort=25 into Claude.ai consumer system prompts

https://imgur.com/AOAs7Aq
1•JunePanda•4m ago•1 comments

PageAlert – Monitor any webpage with a sentence in plain English

https://pagealert.io
1•mellowknowhow•4m ago•0 comments

Show HN: TopRank – Open-Source Claude Code Skills for SEO and Google Ads

https://github.com/nowork-studio/toprank
1•YutingZhong•4m ago•0 comments

Image Recognition with Lean 4

https://github.com/brettkoonce/lean4-mlir/
1•asparagui•5m ago•0 comments

France Launches Government Linux Desktop Plan as Windows Exit Begins

https://linuxiac.com/france-launches-government-linux-desktop-plan-as-windows-exit-begins/
1•LelouBil•6m ago•0 comments

Sam Altman's response to Molotov cocktail incident

https://blog.samaltman.com/2279512
6•jack_hanford•6m ago•1 comments

Show HN: Sash – tiny macOS utility to reliably cycle through app windows

https://github.com/tacomanator/sash
1•dwg•9m ago•0 comments

Cisco got hacked through a security scanner

https://vaultproof.dev/blog/cisco-trivy-hack
1•Rial_Labs•14m ago•1 comments

DOE explains spacetime

https://www.energy.gov/science/doe-explainsspacetime
1•hhs•15m ago•0 comments

GCC Translation Validation Part 6: Uninitialized Memory

https://kristerw.github.io/2026/04/10/uninitialized-memory/
1•matt_d•15m ago•0 comments

Show HN: The Universe in One Chart

https://saminloes.com/one-chart/
1•atleastoptimal•16m ago•0 comments

How RL Reward Hacking Made Claude Mythos a Zero-Day Hunter

https://uberdavid.substack.com/p/from-code-completion-to-zero-day
1•uberdavid•17m ago•1 comments

Peer Review Does Private, Elite Gatekeeping

https://criticalfallibilism.com/peer-review-does-private-elite-gatekeeping/
2•paulpauper•19m ago•2 comments

Meta Banks on AI to Clear the Smoke of Social-Media Lawsuits

https://www.wsj.com/tech/meta-banks-on-ai-to-clear-the-smoke-of-social-media-lawsuits-902263dc
2•1vuio0pswjnm7•19m ago•0 comments

Show HN: A free study guide for the AWS DVA-C02, built from my own exam notes

https://tofl.github.io
2•tomflitt•20m ago•0 comments

Women are getting most of the new jobs. What's going on with men?

https://www.npr.org/2026/04/10/nx-s1-5773327/women-men-jobs-health-care-manufacturing
2•harambae•21m ago•2 comments

SWE-Bench Verified Leaderboard March 2026 – Independent vs. Self-Reported Scores

https://www.marc0.dev/en/leaderboard
3•chenglin97•24m ago•0 comments

TruffleHog now finds all Deleted and Private Commits on GitHub (2024)

https://trufflesecurity.com/blog/trufflehog-now-finds-all-deleted-and-private-commits-on-github
1•password4321•24m ago•0 comments

Live Halftime Timer for NBA, NFL

https://thehalftimer.com/
1•LeviBL•25m ago•0 comments

A large-scale look at the exposome

https://hms.harvard.edu/news/large-scale-look-exposome
2•hhs•25m ago•0 comments

Artemis II Flight Day 10: Re-Entry Live Updates

https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-10-re-entry-live-updates/
2•layer8•25m ago•0 comments

Beware, fellow plutocrats, the pitchforks are coming [video]

https://www.youtube.com/watch?v=q2gO4DKVpa8
2•jyounker•28m ago•1 comments

Under the hood of MDN's new front end

https://developer.mozilla.org/en-US/blog/mdn-front-end-deep-dive/
2•0xedb•29m ago•0 comments

Honda's EV Reversal Just Killed Sony's Electric Car: TDS

https://www.thedrive.com/news/hondas-ev-reversal-just-killed-sonys-electric-car-tds
1•PaulHoule•30m ago•0 comments

Poll: Majority of voters say risks of AI outweigh the benefits

https://www.nbcnews.com/politics/politics-news/poll-majority-voters-say-risks-ai-outweigh-benefit...
3•cdrnsf•30m ago•0 comments

A public Agent Sandbox with Hermes inside

https://sandbox-sba1ad15f841c32f2f.treadstone-ai.dev/
4•earayu•33m ago•2 comments

A New Case Exposed the Clever Workaround the FBI Uses to Read Secure Messages

https://www.inc.com/chloe-aiello/a-new-case-exposed-the-clever-workaround-the-fbi-uses-to-read-se...
1•daft_pink•34m ago•0 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