frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Nummi – AI companion with memory and daily guidance

https://www.nummi.ai/download
1•ab-abg•2m ago•1 comments

Show HN: Practicing Interview with AI

https://sungatae.com/posts/interviewshark/
1•visujosh•2m ago•0 comments

Give AI agents a real browser, watch them live via WebRTC

https://github.com/lowjax-com/vscreen
1•lowjax•3m ago•1 comments

Brain's "RAM" and "Hard Drive"

1•0ut0flin3•3m ago•0 comments

Show HN: Aide – Opinionated, deterministic code editing for AI agents

https://github.com/avataristvan/a-i-d-e
1•avataristvan•4m ago•0 comments

4,500 Physicians Agree (About Bacon)

https://machielreyneke.com/blog/persuasion/
1•machielrey•6m ago•0 comments

Antarctica just saw the fastest glacier collapse ever recorded

https://www.sciencedaily.com/releases/2026/02/260226042454.htm
1•yusufaytas•10m ago•0 comments

Ws – Keep Claude Code's context visible in your terminal

https://github.com/n-filatov/ws
1•notwhalee•11m ago•1 comments

Show HN: ZcoreAI – Z-score regression channel screener

https://www.zcoreai.com/
1•tchantchov•12m ago•0 comments

Configure MCP servers once. Sync them everywhere

https://conductor-mcp.vercel.app
1•aryaabyte•13m ago•1 comments

Measuring signals buried in noise with an Oscilloscope [video]

https://www.youtube.com/watch?v=vv-xkNa1Z9s
1•joebig•14m ago•0 comments

Show HN: Cloudflared-DNS-controller: Auto-sync DNS from cloudflared ConfigMap

https://github.com/seipan/cloudflared-dns-controller
1•Seipann11•19m ago•0 comments

E2EE Back end part 3: Passkeys with the PRF Extension

https://peterspath.net/blog/dev-e2ee-backend-part-3-passkeys-with-the-prf-extension/
2•peterspath•19m ago•0 comments

Claude Has Overtaken ChatGPT in the Apple App Store

https://old.reddit.com/r/ChatGPT/comments/1rhh9p2/claude_has_overtaken_chatgpt_in_the_apple_app/
2•rvnx•20m ago•0 comments

A Day in the Life of an Enshittificator [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
3•doener•22m ago•1 comments

Show HN: AgentLens – Open-source observability for AI agents

1•tranhoangtu•24m ago•0 comments

Full Linux on any Android (No Root) [video]

https://www.youtube.com/watch?v=PyDQmfeRXQc
4•Flavius•25m ago•0 comments

Piloting Claude and Gemini on Debian from Signal

https://nocodefunctions.com/blog/claude-gemini-on-debian-from-signal/
1•seinecle•26m ago•0 comments

A speed reader to help you finish PDFs/epubs/articles in < half the time

https://speed-read-eight.vercel.app/
2•ashtonmb•27m ago•1 comments

Micron built India's first semiconductor ATMP in India

https://www.firstpost.com/tech/micron-technology-launches-semiconductor-unit-in-india-13984963.html
1•akmittal•31m ago•0 comments

I Learned to Stop Worrying and Love the LLM in Agile

https://age-of-product.com/llm/
1•swolpers•31m ago•0 comments

Social media just doesn't hit like a website does

https://herbertlui.net/social-media-just-doesnt-hit-like-a-website-does/
2•herbertl•31m ago•0 comments

How do hardware timers work? [video]

https://www.youtube.com/watch?v=g_koa00MBLg
1•tosh•35m ago•0 comments

Show HN: Built Habits Easily

https://trykaro.xyz/
1•AkshayS96•38m ago•0 comments

Show HN: I was bored so I made a site that aggressively roasts other websites

https://siteroaster.vercel.app
1•macraft•38m ago•1 comments

The Cost of Accepting Without Agreeing: A Warning for Architects

https://architectureintel.com/the-hidden-cost-of-accepting-without-agreeing-a-warning-for-archite...
1•younss•39m ago•0 comments

Redis Patterns for Coding

https://antirez.com/news/161
1•surprisetalk•44m ago•0 comments

YARA rules to detect Palantir Gotham data federation

1•OussamaAfnakkar•49m ago•0 comments

Computer Says No

https://koenvangilst.nl/lab/computer-says-no
1•vnglst•53m ago•0 comments

Show HN: I built an app that screenshots news sites hourly on Raspberry Pi 5

https://github.com/herol3oy/kiosk24
1•herol3oy•54m ago•0 comments
Open in hackernews

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

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