frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The best design style extraction and reuse skill on the market.

https://github.com/zanwei/design-dna
1•Johnson8053•1m ago•0 comments

I Put a Full JVM Inside a Browser Tab. It "Works". Technically. Eventually

https://bmarti44.substack.com/p/i-put-a-full-jvm-inside-a-browser
1•PaulHoule•2m ago•0 comments

Supreme Court Sides with Cox in Copyright Fight over Pirated Music

https://www.nytimes.com/2026/03/25/us/politics/supreme-court-cox-music-copyright.html
3•oj2828•2m ago•0 comments

I built a game where an AI judges whether things deserve each other

https://yoursoulmateis.wtf
1•edgardou•3m ago•1 comments

Malicious Litellm 1.82.8: Credential Theft and Persistent Backdoor

https://safedep.io/malicious-litellm-1-82-8-analysis/
1•alokDT•3m ago•0 comments

I built a YAML DSL for Temporal workflows

https://zigflow.dev/articles/why-i-built-a-yaml-dsl-for-temporal-workflows/
1•mrsimonemms•3m ago•0 comments

A Rare Blog

https://andys.blog/rare/
1•andytratt•3m ago•0 comments

Comprehensive C++ Hashmap Benchmarks (2022)

https://martin.ankerl.com/2022/08/27/hashmap-bench-01/
1•klaussilveira•3m ago•0 comments

I made a college punching bag for rejected highschoolers

https://re.ject.ing
1•skillseeddev•4m ago•1 comments

Elon Musk demands judge's recusal over LinkedIn post after $2B verdict

https://nypost.com/2026/03/25/business/elon-musk-seeks-recusal-of-delaware-judge-over-linkedin-su...
1•1vuio0pswjnm7•4m ago•0 comments

Quantum frontiers may be closer than they appear

https://blog.google/innovation-and-ai/technology/safety-security/cryptography-migration-timeline/
1•jgrahamc•4m ago•0 comments

So Much for O(1)

https://yasint.dev/hash-maps-under-the-hood/
2•sn0wflak3s•4m ago•0 comments

Profitable cash crop trend in Bangladesh's hills affects regional ecology

https://news.mongabay.com/2026/02/profitable-cash-crop-trend-in-bangladeshs-hills-affects-regiona...
1•PaulHoule•5m ago•0 comments

Choosing an LLM Framework in 2026

https://modelriver.com/blog/llm-frameworks
2•vishaal_007•5m ago•0 comments

They're Rich but Not Famous–and They're Suddenly Everywhere

https://www.wsj.com/economy/wealthy-americans-us-economy-dba0d26a
1•JumpCrisscross•7m ago•0 comments

Fooling Go's X.509 Certificate Verification

https://danielmangum.com/posts/fooling-go-x509-certificate-verification/
1•hasheddan•7m ago•0 comments

NASA's Hubble unexpectedly catches comet breaking up

https://phys.org/news/2026-03-nasa-hubble-unexpectedly-comet.html
1•bookofjoe•7m ago•0 comments

Show HN: Replacing cloud LLM APIs with local, domain-specific models

https://github.com/eullm/eullm
1•primoco•8m ago•0 comments

New Brunswick unveils new AI chatbot for tourists, but not without errors

https://www.cbc.ca/news/canada/new-brunswick/new-brunswick-tourism-ai-chatbot-explora-9.7139199
1•ChrisArchitect•8m ago•0 comments

Agent sandboxing tools that mount projects R/W have gaping exploits

1•rsyring•8m ago•0 comments

Antimatter has been transported for the first time

https://www.nature.com/articles/d41586-026-00950-w
2•leephillips•9m ago•0 comments

Show HN: GetPeople=Terminal-style social OS with Big Five(OCEAN) personality

https://getpeople.vercel.app/
1•RioCherry•9m ago•1 comments

How to Keep ICE Agents Out of Your Devices at Airports

https://theintercept.com/2026/03/25/ice-airports-phone-security-privacy-safety/
9•cdrnsf•13m ago•0 comments

Show HN: Gencove low-pass sequencing genetic test with raw data access

https://www.gencove.com
3•mliezun•13m ago•0 comments

AI agents are now deciding what's safe to run (Claude Auto Mode)

https://grith.ai/blog/claude-auto-mode-removes-prompts-not-risk
3•edf13•13m ago•0 comments

Building CodeAtlas: A Public Dev Journey (Hosting, Apps, and Scaling Challenges)

https://github.com/lucyb0207/CodeAtlas
1•lucyb0207•13m ago•0 comments

Board Games Give You a False Sense of Socialising

https://lovkush.substack.com/p/why-i-hardly-play-board-games-anymore
1•eatitraw•13m ago•0 comments

How Auto-Research built the SOTA browser agent

https://browser-use.com/posts/online-mind2web-benchmark
1•MagMueller•14m ago•0 comments

Bill to prohibit members of Congress, president from prediction market trading

https://www.politico.com/live-updates/2026/03/25/congress/lawmakers-introduce-bill-to-prohibit-me...
1•JumpCrisscross•14m ago•0 comments

Cancer-causing chemical found to be leaking from gas cookers

https://www.newscientist.com/article/2520639-cancer-causing-chemical-found-to-be-leaking-from-gas...
1•Brajeshwar•15m 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