frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Memory Is Not a Folder

https://everdreamsoft.com/blog/memory-is-not-a-folder
1•shaban_shaame•30s ago•0 comments

Prompt-injecting my Upwork job listing

https://intmaker.com/upwork-prompt-injection/
1•ribtoks•36s ago•1 comments

Compute and Memory Price Hikes Drive IT Spending Way Higher

https://www.nextplatform.com/compute/2026/05/11/compute-and-memory-price-hikes-drive-it-spending-...
1•speckx•48s ago•0 comments

How DWeb Camp Is Being Built in Berlin

https://blog.archive.org/2026/04/02/how-dweb-camp-is-being-built-in-berlin/
1•Intralexical•1m ago•0 comments

Like solar, Rust is inevitable

https://kerkour.com/rust-is-inevitable
1•randomint64•2m ago•0 comments

FCC pushes ban on security updates for foreign-made routers, drones to 2029

https://therecord.media/fcc-pushes-ban-on-updates-to-foreign-routers-drones-2029
1•_____k•2m ago•0 comments

Making a Mark on the Ocean Floor

https://ocean.si.edu/ecosystems/deep-sea/making-mark-ocean-floor
1•thunderbong•3m ago•0 comments

Fighting Hyrum's Law in LLVM

https://maskray.me/blog/2026-05-10-fighting-hyrums-law-in-llvm
1•birdculture•3m ago•0 comments

Token "Optimizers" for AI Coding Agents Are Silently Dangerous

https://old.reddit.com/r/ClaudeCode/comments/1spiy8t/token_optimizers_for_ai_coding_agents_are/
2•ahamez•4m ago•0 comments

Physics-intern: an autonomous agentic framework for physics research

https://huggingface.co/spaces/huggingface/physics-intern
2•victormustar•5m ago•0 comments

The Starbucks barista that took a 4k latte order from Steve Jobs

https://www.theverge.com/2013/3/4/4063272/meet-starbucks-barista-that-took-steve-jobs-4000-latte-...
1•SpyCoder77•5m ago•0 comments

Thinking Machines and Interaction Models

https://www.seangoedecke.com/interaction-models/
1•Brajeshwar•5m ago•0 comments

NHS England confirms: Palantir staff can access patient data

https://www.theregister.com/databases/2026/05/12/nhs-england-confirms-palantir-staff-can-access-p...
2•jjgreen•6m ago•0 comments

From Vector Database to Vector Lakebase

https://zilliz.com/blog/from-vector-database-to-vector-lakebase
1•Fendy•7m ago•0 comments

Leagues to be allowed one game abroad a season under new FIFA proposals

https://www.theguardian.com/football/2026/apr/24/leagues-allowed-one-game-abroad-a-season-new-fif...
2•PaulHoule•7m ago•0 comments

Show HN: My father said I'd never read 10 books a year so I built a book tracker

https://www.cogito-app.io
1•hugobeey•8m ago•0 comments

RomHacking with Ghidra, Part 1: Loading SNES ROMs

https://tech.dreamleaves.org/posts/romhacking-with-ghidra-part-1-loading-snes-roms/
1•joshguthrie•8m ago•0 comments

Ask HN: Is software cooked with all the recent malware?

1•fnoef•9m ago•0 comments

PAI Is a Life Operating System

https://github.com/danielmiessler/Personal_AI_Infrastructure
1•Beijinger•9m ago•1 comments

Setting the standard for agentic development [pdf]

https://lorqvmwmiiherfjgxrkz.lovable.cloud/storage/v1/object/public/post-pdfs/1778572790778-Setti...
3•tfehring•10m ago•0 comments

Agent Platform That Builds Itself

https://www.ashpreetbedi.com/agent-platform-build-itself
1•ashpreet-bedi•10m ago•0 comments

Heritability of human life span is ~50% when heritability is redefined

https://dynomight.net/lifespan/
1•surprisetalk•10m ago•0 comments

OpenAI launches Daybreak, an AI platform for cyber defense

https://firethering.com/openai-daybreak-ai-cybersecurity/
1•steveharing1•12m ago•0 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
1•bryanrasmussen•12m ago•0 comments

Show HN: Crane Control

https://xkqr.org/cranecontrol/
1•kqr•12m ago•0 comments

Evento – Events Made Social

https://evento.so/
1•janandonly•13m ago•0 comments

Graphmind – local code intelligence for Claude Code(graph and mem and MCP)

https://github.com/aouicher/graphmind
1•aouicher•13m ago•0 comments

AI Floss

https://actsofvolition.com/2026/05/ai-floss/
1•speckx•14m ago•0 comments

Static Analysis for GitHub Actions

https://github.com/zizmorcore/zizmor
1•SEJeff•15m ago•1 comments

Exposing a $300M Private Equity Scam (by Coffeezilla) [video]

https://www.youtube.com/watch?v=04FRAsU0za0
3•Imustaskforhelp•15m 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