frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I want a data center job

1•incalculablecac•46s ago•0 comments

Lean certificates accompanying Navier-Stokes and Euler results

https://github.com/openai/NavierStokesAndEuler/tree/main
1•thunderbong•1m ago•0 comments

Apple debuts iPhone 18 Pro and iPhone 18 Pro Max

https://www.apple.com/newsroom/2026/09/apple-debuts-iphone-18-pro-and-iphone-18-pro-max/
1•meetpateltech•1m ago•0 comments

Scan your hand, build a keyboard

https://ryanis.cool/cosmos/
1•tripdout•2m ago•0 comments

A website that sells nothing – 20% goes to children's surgery

https://www.nothings.wtf/
1•amarfarkhadi•2m ago•0 comments

Cartesium: Graph Equations in 2D and 3D

https://cartesium.org/
2•gregsadetsky•4m ago•0 comments

Codex GPT-5.6-sol Performance Tracker

https://marginlab.ai/trackers/codex/
3•Bluestein•4m ago•0 comments

iPhone 18 Pro

https://techcrunch.com/2026/09/09/apple-launches-iphone-18-pro-with-upgraded-camera/
5•keito•4m ago•0 comments

Don't Outsource Growth to the Algorithm

https://speedrun.substack.com/p/dont-outsource-growth-to-the-algorithm
1•7777777phil•5m ago•0 comments

ShieldCrash – Explained and Defender Tips

https://medium.com/meetcyber/breaking-the-shield-how-shieldcrash-exposes-the-limits-of-modern-end...
2•ls1911•6m ago•0 comments

Georgia bet big on EV manufacturing. Trump pulled the plug

https://grist.org/transportation/georgia-bet-big-on-ev-manufacturing-trump-pulled-the-plug/
3•speckx•8m ago•3 comments

Osint Aggregation Platform

http://osirisai.live
1•anjel•8m ago•1 comments

Use 1Password to sign in to websites with Claude

https://support.1password.com/1password-claude/
3•qainsights•9m ago•0 comments

What Happened at Stars and Stripes

https://www.theatlantic.com/ideas/2026/09/pentagon-military-newspaper-independence-supression/688...
2•Jtsummers•9m ago•1 comments

Qwen 3.8 follows GPT-5.5 Pro reasoning prefills

https://gist.github.com/wsxiaoys/e0286dc6bb624ff5fdf49e7f4c528ba3
3•wsxiaoys•10m ago•0 comments

Show HN: Envy, a flat-file frictionless note-taking app for Linux

https://envynote.app/omarchy/
3•widowlark•10m ago•0 comments

Don't Give in to Nostalgia

https://elliot.my/dont-give-in-to-nostalgia/
2•frizlab•10m ago•0 comments

Ask HN: iPhone 18, No Foldable?

https://www.apple.com/iphone/
3•nittanymount•12m ago•3 comments

I Typed 'Block the Merger.' AI Revised It to 'Drop Your Opposition.'

https://www.contrariannews.org/p/i-typed-block-the-merger-ai-revised
2•DeepLogin•12m ago•0 comments

Best Observability Extention

https://marketplace.visualstudio.com/items?itemName=SukantaSaha.opentelemetry
4•man191•13m ago•0 comments

The Power of Existence Proofs

https://transducer.substack.com/p/the-power-of-existence-proofs
2•zxie•14m ago•0 comments

Show HN: A guestbook for humans and AI agents, built on 144 pixels

https://a90.com/blog/a-guestbook-for-humans-and-ai-agents/
3•genesishash•15m ago•0 comments

The Billion Dollar Bet on Redesigning the Reusable Rocket (Stoke) [video]

https://www.youtube.com/watch?v=D2aso1PSr-4
2•consumer451•15m ago•0 comments

I don't need 100s of Codex agents

https://www.lighthousenewsletter.com/p/how-i-use-codex-for-larger-changes
2•j0selit0•15m ago•1 comments

Show HN: Story map of the 2026 Nepal flood: damage on the ground, lakes above

https://notebook.link/@arjxn-py/nepal-flash-flood-review
2•arjxn-py•16m ago•0 comments

My Mental Model of AI Broke on September 8

https://rough-ideas.bearblog.dev/my-mental-model-of-ai-broke-on-september-8/
2•iamanatom•16m ago•0 comments

1915-1934 United States occupation of Haiti

https://en.wikipedia.org/wiki/United_States_occupation_of_Haiti
3•simonebrunozzi•17m ago•0 comments

Have You Ever Tried to Sell a Diamond? (1982)

https://www.theatlantic.com/magazine/archive/1982/02/have-you-ever-tried-to-sell-a-diamond/304575/
3•simonebrunozzi•20m ago•0 comments

Growing proof that autonomous cars save lives

https://spectrum.ieee.org/are-self-driving-cars-safe
20•bookofjoe•20m ago•11 comments

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents

https://academy.dair.ai/papers/procedural-graphs-self-evolving-execution-structures-for-llm-agent...
2•omarsar•21m 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