frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Americans Recognize AI as a Wealth Inequality Machine, Polls Find

https://gizmodo.com/americans-recognize-ai-as-a-wealth-inequality-machine-pollsters-find-2000734713
1•randycupertino•37s ago•0 comments

Scientists want to create 'T. Rex' quakes on the Moon

https://www.sciencefocus.com/news/moonquakes-lunar-exploration
1•saikatsg•43s ago•0 comments

1•raresAIQ•49s ago

Generative AI Competing LLMs Were Asked to Pick Stocks

https://hbr.org/2026/03/competing-llms-were-asked-to-pick-stocks-their-choices-revealed-ais-limit...
1•saikatsg•2m ago•0 comments

Runtime Use – open-source runtime for agents in sandboxes

https://runtimeuse.com/
1•crush_robo_1536•2m ago•1 comments

PackMyTrip – A packing checklist app for iOS built with Angular and Capacitor

https://apps.apple.com/us/app/packmytrip-packing-list/id6749909719
1•fbechstein•2m ago•1 comments

What the End of the Liberal World Order Looks Like

https://www.theatlantic.com/magazine/archive/2025/09/sudan-civil-war-humanitarian-crisis/683563/
1•janandonly•3m ago•0 comments

When is it ok to slop your colleagues?

https://nickheiner.substack.com/p/when-is-it-ok-to-slop-your-colleagues
1•NTH•3m ago•0 comments

Sam Altman is under fire from critics again for 'disgusting' AI remarks

https://www.indy100.com/science-tech/sam-altman-openai-chatgpt-latest
2•dmitrygr•3m ago•0 comments

Show HN: CLI tool for generating AI images

https://github.com/michaeldmueller/picasso
1•lurkingllama•4m ago•0 comments

Internet and Airstrikes: Tracking Iran's Extended Communication Blackout

https://www.kentik.com/blog/internet-and-airstrikes-tracking-irans-extended-communication-blackout/
1•oavioklein•5m ago•0 comments

Show HN: Crew Chief – OBD2 diagnostics via cheap Bluetooth scanner

https://crewchief.cc/
2•meandave•5m ago•2 comments

How do you handle repetitive developer support questions?

1•crawldesk•5m ago•0 comments

CUDb, a lightweight GPU-native DB Engine

https://github.com/andre-git/cudb
1•andre-hn•7m ago•1 comments

Infosec Survival Guide Orange Book

https://www.blackhillsinfosec.com/prompt-zine/prompt-issue-infosec-survival-guide-orange-book/
1•QuantumAtom•8m ago•0 comments

MCP servers mass-forked and republished – supply-chain attack vector

1•ultrafox42•9m ago•0 comments

Ask HN: Human psychology of non-AI-native users

1•ajaystream•9m ago•1 comments

A live adversarial benchmark crowdsourced from domain experts

https://www.rusmarterthananllm.com/
1•camillemolas•10m ago•1 comments

Show HN: I built an audiobook player that syncs with your physical book

https://earleaf.app/blog/introducing-earleaf
1•arcadianalpaca•11m ago•0 comments

Accelerated north–east shift of the global green wave trajectory

https://www.pnas.org/doi/10.1073/pnas.2515835123
1•PaulHoule•11m ago•0 comments

The OWASP MCP Top: A Security Framework for AI Agent Tool Integration

https://mcpblog.dev/blog/2026-03-15-owasp-mcp-top-10
1•algis-hn•11m ago•0 comments

Keep Hyper-Scale Datacenters Out of the Desert (March 2026)

https://alec.is/posts/keep-hyperscale-datacenters-out-of-the-desert/
1•arm32•13m ago•0 comments

Show HN: AI agent deploys an edge AI model on a microcontroller via MCP

https://es617.github.io/2026/03/16/edge-ai-mcp.html
1•es617•14m ago•0 comments

Closing Arguments Begin in Twitter Trial Accusing Musk of Driving Down Stock

https://www.law.com/therecorder/2026/03/17/closing-arguments-begin-in-twitter-shareholder-trial-a...
1•1vuio0pswjnm7•14m ago•0 comments

The Context Must Flow – Permit MCP Gateway Explainer [video]

https://www.youtube.com/watch?v=pLQCG31HSK8
1•CruddyDoctor229•14m ago•0 comments

The Ugliest Airplane: An Appreciation

https://www.smithsonianmag.com/air-space-magazine/ugliest-airplane-appreciation-180978708/
1•randycupertino•15m ago•0 comments

Node.js worker threads are problematic, but they work great for us

https://www.inngest.com/blog/node-worker-threads
1•goodoldneon•16m ago•0 comments

Show HN: BulkHead – iOS File Manager for SFTP, SMB, WebDAV, and S3

https://www.oddinks.com/bulkhead/
1•xydac•16m ago•0 comments

Tokens Are Not Securities

https://www.bloomberg.com/opinion/newsletters/2026-03-18/tokens-are-not-securities
1•toomuchtodo•17m ago•0 comments

Intel enables Precompiled Shader Delivery in new driver

https://videocardz.com/newz/intel-enables-precompiled-shader-selivery-on-arc-b-series-and-core-ul...
1•davikr•17m ago•0 comments
Open in hackernews

Petition to Node.js TSC: No AI Code in Node.js Core

https://github.com/indutny/no-slop-in-nodejs-core
7•indutny•1h ago

Comments

AgentNode•1h ago
The core concern here is trust and verification, not really whether a human or LLM typed the characters. Hand-written code can have bugs too. The difference is that hand-written Node.js core has years of battle-testing behind it.

The real risk with LLM-generated code is that it looks plausible but hasn't gone through the same level of scrutiny. It passes a quick review because it reads well, but edge cases get missed.

I think the better question is: what verification pipeline do you put around any contribution, regardless of origin? If the answer is "the same review process we've always had" then the problem isn't AI, it's whether that process is rigorous enough for the stakes involved.

indutny•1h ago
> The real risk with LLM-generated code is that it looks plausible but hasn't gone through the same level of scrutiny. It passes a quick review because it reads well, but edge cases get missed.

Precisely! Because the code is made to believable the risk of accepting it without understanding full implications is very high.

> If the answer is "the same review process we've always had" then the problem isn't AI, it's whether that process is rigorous enough for the stakes involved.

True, but there is also a reputational component to how changes are reviewed (whether we like it or not). The longer the tenure and the deeper the understanding of the changed code is - the chance of careless Pull Request gets lower.

AgentNode•56m ago
Good point on the reputational component. Tenure builds implicit trust because it signals that someone understands the second-order effects of a change, not just the immediate behavior. An LLM doesn't accumulate that kind of context across contributions. So even if the code itself is correct, the review dynamic shifts because reviewers can't rely on the same assumptions about intent and depth of understanding. That's a real cost that a better test suite alone doesn't solve.