frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What I learned from joining the Kubernetes Blog team

https://www.kubernetes.dev/blog/2026/09/23/what-i-learned-from-joining-the-blog-team/
1•oaf357•31s ago•0 comments

Show HN: Potluck – Run local AI across the computers you own

https://trypotluck.ai/
2•robshippr•48s ago•0 comments

Max – An Analysis of Russia's State-Mandated Messaging Application

https://interseclab.org/research/max/
1•campuscodi•51s ago•0 comments

The Collie and the Pug

https://3blue1brown.substack.com/p/the-collie-and-the-pug
1•JohnHammersley•1m ago•0 comments

Experiencing writing at our recent Chinese calligraphy workshop

https://viewsproject.wordpress.com/2026/09/06/chinese-calligraphy-workshop/
2•surprisetalk•3m ago•0 comments

Agent-Manager: Reviewing code while an AI agent is still rewriting it

https://agent-manager.dev/writing/live-review-race/
1•yoanwaidev•4m ago•0 comments

Wasmer Swift SDK for iOS and macOS

https://wasmer.io/posts/wasmer-sdk-swift-ios-macos
1•CharlesW•5m ago•0 comments

Show HN: Armada – Every Claude Code and Codex session and limit, on one screen

https://armada.mgcrea.io/
1•olouv•7m ago•0 comments

Long Running Agents and the Assumption Problem

https://javiergonzalez.io/blog/the-assumption-problem/
1•javier123454321•7m ago•0 comments

Vocule: a custom WebGPU and WASM inference engine and web SDK for parakeet redux

https://karanganesan.com/vocule/
1•karanganesan•7m ago•0 comments

Show HN: Enclawed – A hard-fork hardening framework for AI agent gateways

https://enclawed.com/
1•enclawed•7m ago•0 comments

No PHP 8.6.0RC1

https://scherzer.dev/Blog/20260923-no-php86-rc-1
1•petecooper•9m ago•0 comments

Saudi oil scientists ended up working on most important climate reports

https://www.theguardian.com/environment/2026/sep/21/saudi-arabia-aramco-oil-scientists-ipcc-clima...
3•justin66•10m ago•0 comments

Show HN: Most Hated Tools

https://www.mosthatedtools.app/
1•leonagano•11m ago•0 comments

Show HN: ChaosTree 2.0.1: A highly optimized Java Sorted Set/Map library

https://github.com/Chaos-vy/ChaosTree
1•chaos_vy•14m ago•0 comments

Becoming a High Taste Tester

https://swyx.io/high-taste-tester
1•Rafsark•16m ago•0 comments

Voice AI Conference – Worth the Time?

https://deepgram.com/speak
1•moegevirtz•16m ago•1 comments

Norton antivirus software maker in talks to acquire GoDaddy

https://domainnamewire.com/2026/09/24/norton-antivirus-software-maker-in-talks-to-acquire-godaddy/
3•speckx•16m ago•0 comments

Games Explained

https://gamesexplained.com/
1•tilt•17m ago•0 comments

F-Droid 2.0: A New Chapter for Android Freedom

https://f-droid.org/2026/09/24/f-droid-2.0-a-new-chapter-for-android-freedom.html
28•daveoc64•17m ago•3 comments

GM's Stance on CarPlay Is as Fractured and Confusing As Ever

https://www.thedrive.com/news/gms-stance-on-carplay-is-as-fractured-and-confusing-as-ever
1•cf100clunk•17m ago•0 comments

Show HN: Local First AI Calculator

https://axiom.clor.app/
1•jacobgold•17m ago•0 comments

Jev Against a Cross-Encoder

https://getunblocked.com/blog/jev-in-production-vs-cross-encoder/
2•felineflock•18m ago•0 comments

Paperclip: Open-source orchestration for teams of AI agents

https://github.com/paperclipai/paperclip
1•lobo_tuerto•19m ago•0 comments

Websites that read in the terminal: the TermWeb standard

https://en.andros.dev/blog/dcf8f636/websites-that-read-in-the-terminal-the-termweb-standard/
1•ibobev•19m ago•0 comments

Healthy Feedback

https://martinfowler.com/articles/healthy-peer-feedback.html
1•ibobev•20m ago•0 comments

Towards a future space-based, highly scalable AI infrastructure system design

https://arxiv.org/abs/2511.19468
1•andsoitis•20m ago•0 comments

5G Live Streaming: Benefits, Challenges, and How It Works

https://www.red5.net/blog/5g-live-streaming-benefits-challenges-how-it-works/
1•mondainx•20m ago•0 comments

CIA warns Russia preparing attacks on Spain, France, Italy with drones from sea

https://www.independent.co.uk/news/world/europe/cia-drone-europe-russia-ukraine-b3055605.html
5•vrganj•21m ago•1 comments

"Not Conio but Compatible" for Amiga VBCC

https://retrogamecoders.com/amiga-vbcc-c-not-conio/
1•ibobev•21m ago•0 comments
Open in hackernews

Ask HN: How do you read, sign off, verify, manage the volume of generated slop?

1•throwaway1183•39m ago
We gotta move fast and we are seeing the generated slop day by day. If you are lucky and don't see it, then please don't participate in this conversation. We don't need to be belittled down. We know where that path leads too.

However, for those who have to read 2000 lines of code every single hour, (2000 is exaggeration. But at the end of the PR, it adds up to be 2000.)

1. how are you managing the mental bandwidth?

2. How are you verifying these code and signing them off?

3. Any tips, tricks, ideas that will keep us relevant here?

The biggest concern is understanding the maths and research code behind it. The shitty abstraction and duplication just puts off reading the code.

Regarding context collapse, the model doesn't have any idea of across different sessions. The token inefficiency is off the charts.

4. The problem is that what are we going to do about this token inefficiency? I find myself rewriting same instruction because the fix from last patch broke the system so this patch it needs to write a new fix, then proceed with feature implementation. The same command, function, calls, doesn't work across two session.

5. TDD is not going to help when half of the tests are meaningless?

tldr; Problem is not that we can code by hand, problem is there is no way to code this sheer volume (feature or design, sometimes entire product) by hand in the amount of time that we have. That is the problem.

Comments

blinkbat•36m ago
why are you even attempting to read 2000 loc per hour? that won't work.

if ai generated the code, ai can review it. I can review perhaps pieces that are deemed priority. manual and automated testing are both required.

for the rest, please number your Qs so they're easy to address.

throwaway1183•24m ago
But how are you scoping the features these days? Unlike back in the day, these days a feature is equivalent of research paper
ceejayoz•35m ago
> However, for those who have to read 2000 lines of code every single hour, how are you managing the mental bandwidth?

Do you really think that's what's happening?

verdverm•1m ago
staying in the loop and being methodical about it (at least trying)