frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Minimal NixOS Config That Still Feels Premium

https://slicker.me/nixos/premium_minimal.html#premium
1•weatherlight•2m ago•0 comments

JP Morgan's Monitors Employee's Keystrokes and Meetings; for Their Wellbeing

https://www.inc.com/moses-jeanfrancois/jp-morgans-junior-banker-tech-monitoring/91319918
1•tuananh•3m ago•0 comments

Show HN: Prompts Directory for Data Analyst

https://mljar.com/ai-prompts/data-analyst/
1•pplonski86•6m ago•0 comments

Ask HN: How are you monitoring what OpenClaw does when it runs autonomously?

1•jialu1•6m ago•0 comments

Tech Founders Can Access Investors and What Davos and Tulum Has to Do with It

https://irishtechnews.ie/how-tech-founders-can-access-investors/
1•ybelkin•6m ago•0 comments

Someone Forked Systemd to Strip Out Its Age Verification Support

https://itsfoss.com/news/systemd-fork-strips-out-age-verification/
1•KnuthIsGod•7m ago•0 comments

Long-Running Sandbox in Dockers for Coding Agents (100% POSIX Compatible)

https://sandock.ai/
1•chepy•8m ago•0 comments

Ask HN: System Programming as a LLM shelter

1•AloysB•8m ago•0 comments

Rye

https://ryelang.org/
2•tosh•10m ago•0 comments

Palantir turns poisonous on the campaign trail

https://www.ft.com/content/5d6f924d-2e7e-4a5e-ae20-d4f8e29a7d17
2•KnuthIsGod•10m ago•0 comments

SpaceStarCarz KoolWheelz Paper Models

https://davesdesigns.ca/dcc/html/spacestarcarz_.html
1•exvi•10m ago•0 comments

Misfits wanted: the VC firm looking to back 'unreasonable' founders

https://www.ft.com/content/4d29c556-bbd9-490e-a3c8-90f5b894af9e
1•petethomas•14m ago•0 comments

Never Miss a Downtime Again

https://www.notifly.live/
1•netaneo•14m ago•0 comments

Browser control and computer use as MCP tools – works with Claude, Codex, Cursor

https://github.com/gettalon/talon-plugins
1•gettalon•21m ago•0 comments

Ask HN: What would it take to provide free AI to the underprivileged?

1•herodoturtle•21m ago•0 comments

We can remove strncpy() from the Linux kernel finally

https://hachyderm.io/@kees/116282745861595200
1•riffraff•23m ago•1 comments

Amazon confirms: Public wish lists can reveal addresses

https://www.heise.de/en/news/Amazon-confirms-Public-wish-lists-can-reveal-addresses-11221681.html
1•doener•31m ago•0 comments

systemd has not implemented age verification

https://blog.bofh.it/debian/id_473
2•pabs3•35m ago•0 comments

Claude Code Now Supports CIMD for MCP OAuth

https://bsky.app/profile/den.dev/post/3mhrupyeus223
1•mooreds•36m ago•0 comments

The great Linux file pickers tragedy

https://erika.florist/wiki/linux/filepickertragedy/
1•pabs3•36m ago•0 comments

Ask HN: HSL 0.1 – The Human Source License. Please help refining

1•xdgrulez•37m ago•1 comments

The Voice Web with maplibre-voice – Mistral Hackathon 2026

https://www.youtube.com/watch?v=DNpdRVZ0j5A
1•tderflinger•37m ago•0 comments

Expert Personas Improve LLM Alignment but Damage Accuracy

https://arxiv.org/abs/2603.18507
1•Jacques2Marais•38m ago•0 comments

The 53-Year Evolution of AI Agents: A Comprehensive Reading List

https://fullhoffman.com/2026/03/12/agents-are-agents-reading-list/
1•adunk•40m ago•0 comments

Starlette 1.0.0

https://github.com/Kludex/starlette
3•tosh•47m ago•0 comments

Kentucky family rejects $26M$ offer to convert farm into data center

https://twitter.com/CollinRugg/status/2036237284601913674
1•gurjeet•47m ago•1 comments

From zero to a RAG system: successes and failures

https://en.andros.dev/blog/aa31d744/from-zero-to-a-rag-system-successes-and-failures/
1•andros•49m ago•1 comments

The Why and What of the CIDR Report

https://www.potaroo.net/ispcol/2026-03/cidr-report.html
1•caminanteblanco•51m ago•0 comments

Decker File Format

https://beyondloom.com/decker/format.html
1•tosh•51m ago•0 comments

Run Qwen 3.5 Locally with Claude Code

https://gist.github.com/kibotu/a009f00414b7c10fb1c74e603d7838c0
2•lastdong•55m 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