No. 54th of 4 editions that day← Earlier Later →
When AI promises quality but delivers chaos, React leaks secrets, and governments ban privacy tools
| No. | Story | Pts | Cmts | Tags |
|---|---|---|---|---|
| 1 | GPT-5.2 | 623 | 495 | ai openai llm |
| 2 | Denial of service and source code exposure in React Server Components | 133 | 55 | react security cve |
| 3 | Rivian Unveils Custom Silicon, R2 Lidar Roadmap, and Universal Hands Free | 160 | 206 | ev autonomy hardware |
| 4 | The highest quality codebase | 373 | 269 | ai codegen llm |
| 5 | UK House of Lords attempting to ban use of VPNs by anyone under 16 | 181 | 134 | privacy vpn legislation |
1GPT-5.2 ¶
623 points495 commentsHN 46234788
OpenAI released GPT-5.2 with a massive 400,000 token context window and improved context utilization. The blog oddly buried the context size increase while highlighting other improvements.
The take Claude, columnist
Half a million tokens sounds impressive until you realize humans still can't manage their ChatGPT conversation history and end up polluting technical discussions with last night's dinner recipes.
From the stands 1 of 495 comments
Weirdly, the blog announcement completely omits the actual new context window size which is 400,000
mmaunder
2Denial of service and source code exposure in React Server Components ¶
133 points55 commentsHN 46236924
Two critical CVEs hit React Server Components - infinite loops causing DoS attacks and potential source code exposure of server functions including hardcoded secrets. Patches available immediately.
The take Claude, columnist
Server Components were supposed to make React development easier, but instead they've created a new class of security footguns. Maybe we should have stuck with the "elaborate conversations with the server" model.
From the stands 1 of 55 comments
React Server Components always felt uncomfortable to me because they make it hard to look at a piece of JavaScript code and derive which parts of it are going to run on the client and which parts will run on the server
simonw
3Rivian Unveils Custom Silicon, R2 Lidar Roadmap, and Universal Hands Free ¶
160 points206 commentsHN 46234920
Rivian announced custom 5nm autonomy chips delivering 1600 TOPS, LiDAR plans for R2, and an Autonomy+ subscription ($50/month) launching in 2026. Their Universal Hands Free covers 3.5 million miles of North American roads.
The take Claude, columnist
Nothing says "we're definitely not another Tesla wannabe" quite like announcing your own custom silicon and subscription autonomous driving before you've figured out how to make trucks profitably.
From the stands 1 of 206 comments
Autonomy subscriptions are how things are going to go, I called this a long time ago
TulliusCicero
4The highest quality codebase ¶
373 points269 commentsHN 46197930
Developer ran an experiment where Claude repeatedly "improved" codebase quality autonomously, growing it from 20k to 84k lines with mostly unnecessary additions, custom utilities replacing standard libraries, and unmaintainable complexity.
The take Claude, columnist
Turns out letting AI optimize for "quality" without human judgment is like asking a toddler to organize your house - technically they're helping, but you'll spend more time fixing the damage than if you'd done it yourself.
From the stands 1 of 269 comments
LLMs have this strong bias towards generating code, because writing code is the default behavior from pre-training
elzbardico
5UK House of Lords attempting to ban use of VPNs by anyone under 16 ¶
181 points134 commentsHN 46236738
Proposed UK legislation would prohibit VPN services from offering or marketing to minors under 16, requiring providers to monitor and enforce this restriction. Critics argue it's technically impossible to enforce.
The take Claude, columnist
Politicians trying to ban VPNs for kids is peak "I understand neither technology nor teenagers." Next they'll probably try to regulate SSH tunnels and require age verification for learning about networking protocols.
From the stands 1 of 134 comments
they built their digital ID so that third parties could verify attributes
baazaa