frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Xiaomi: New CPU matches Apple cores single threaded, much faster multithreaded

https://twitter.com/lemire/status/2091894299289874926
528•tosh•4h ago•343 comments

MS Paint and Photos inivisibly watermark even locally generated output with GUID

https://xusheng.dev/posts/reversing/mspaint_invisible_watermark/main/
361•ComputerGuru•4h ago•148 comments

Oceans hit highest temperature on record

https://www.bbc.com/news/articles/c62m4gpnp78o
50•tcp_handshaker•43m ago•9 comments

The entire city of San Francisco as a video game

https://sf.thijs.gg/
161•centrosphere•2h ago•56 comments

IPFS Maintainers Winding Down

https://ipshipyard.com/blog/2026-the-end-of-ipfs-at-shipyard/
245•iand•4h ago•117 comments

LLMs could control their host machines by exploiting inference engines

https://boydkane.com/essays/llms-could-control-their-host-machines-by-exploiting-inference-engines
23•zdw•59m ago•7 comments

How Europe is killing makers and micro-entrepreneurs

https://lectronz.com/u/lectronz/articles/how-europe-is-killing-makers-and-micro-entrepreneurs
822•l-one-lone•6h ago•554 comments

A Claude Code skill that recovers export-blocked Kindle highlights

https://github.com/l3a0/claude-plugins
8•l3a0•30m ago•0 comments

Jabber/XMPP: 25 Years of Digital Independence

https://gultsch.de/posts/25-years-of-digital-independence/
84•inputmice•4h ago•34 comments

Autostep (YC P26) Is Hiring AI/Fullstack Engineers and a Chief of Staff

https://app.dover.com/Autostep/careers/e9510e3b-a854-4e48-9e5d-c89796acaed4
1•adawg4•2h ago

Hot Chips 2026: CUDA Targets RISC-V – By Chester Lam

https://chipsandcheese.com/p/hot-chips-2026-cuda-targets-risc
51•rbanffy•3h ago•5 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
49•adesh_nalpet•3h ago•6 comments

Show HN: Kern – container and resource runtime in a 1.5 MB binary, no daemon

https://github.com/getkern/kern
19•realexweb•1h ago•0 comments

What Is a Syslog Server?

https://blog.greencloudvps.com/what-is-a-syslog-server.php
20•theanonymousone•1h ago•9 comments

SeL4 security proofs now complete on AArch64

https://proofcraft.systems/news-2026/#2026-08-21
148•snvzz•8h ago•32 comments

I were 17, I'd learn how to build LLMs from scratch

https://twitter.com/paulg/status/2091544343589060625
454•bilsbie•23h ago•554 comments

OpenAI: GPT 5.6 Sol price reduction (until at least Nov 21)

https://developers.openai.com/api/docs/pricing
213•tosh•4h ago•193 comments

Your "File" Menu Isn't About Files

https://adam.farkas.pro/your-file-menu-isnt-about-files/
27•b__d•1h ago•39 comments

Removed all counters, replies, following/ers, timestamps, from textlog

https://textlog.cc/post/2059
13•stagas•1h ago•5 comments

Show HN: GlassBox – what the browser reveals, and how identifiable you are

https://glassbox.codecanary.org
61•tke248•3h ago•33 comments

Curvature Beziers – Improving on a timeless recipe

https://acko.net/blog/curvature-beziers/
35•boxed•5d ago•2 comments

Coding expertise is going to collapse from AI reliance

https://larsfaye.com/articles/ai-coding-will-prevent-expertise
297•larsfaye•4h ago•330 comments

Peppermint oil reduces blood pressure by 8.48 mmHg in small study

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0344538
40•brandonb•5h ago•17 comments

Executable Is a SQLite Database

https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
413•setheron•15h ago•84 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
116•ssx360•6h ago•20 comments

Hot Chips 2026: Applying High Bandwidth Flash (HBF)

https://chipsandcheese.com/p/hot-chips-2026-applying-high-bandwidth
39•ksec•5h ago•12 comments

A Blackstone real estate company exposed SSN digits, DOBs, addresses and more

https://alexschapiro.com/security/vulnerability/2026/07/16/beam-living-graphql-data-exposure
90•bearsyankees•3h ago•33 comments

Codefloe Is a Professionally Hosted Public Git Forge

https://codefloe.com/
31•jeremyjh•5h ago•9 comments

Could We Dredge the Netherlands Without Fossil Fuels?

https://solar.lowtechmagazine.com/2018/08/could-we-dredge-the-netherlands-without-fossil-fuels
31•at1as•4h ago•29 comments

Anger, Anxiety and Agency

https://lucumr.pocoo.org/2026/8/24/anger-anxiety-agency/
44•lumpa•1h ago•42 comments
Open in hackernews

LLMs could control their host machines by exploiting inference engines

https://boydkane.com/essays/llms-could-control-their-host-machines-by-exploiting-inference-engines
22•zdw•59m ago

Comments

alphazard•33m ago
This framing of security as something that belongs in the harness is completely wrong, and I hope no one is relying on a correct harness to keep their agents isolated.

VM, or even just a container will do. The agent should be able to run as root in its environment and do whatever it wants. If you can't give it that, you aren't sandboxing correctly.

Razengan•27m ago
Also, operating systems should let us set filesystem permissions per app/process/executable instead of just users.

Similar to how macOS/iOS Sandboxing works but at a more lower and granular level

Retr0id•17m ago
SELinux is basically this.
wild_egg•25m ago
Article isn't about agents. It's about the inference engine itself being exploited by a malicious LLM output before it is ever sent to your machine or harness.
empath75•18m ago
I think if you are convinced you are sandboxing an LLM properly, you almost certainly are not. I think it is essentially impossible to have a frontier LLM with enough access to be useful without also giving it enough access to do damage if it's compromised or just goes off the rails.
xg15•7m ago
> ...however the LLMs’ responses to prompts are computed on a different computer with GPU access. Could a malicious LLM gain control of the host machine where its weights are loaded? Such a machine is a high-value target: it has sufficient compute to run a frontier LLM, offers easy access to the LLM’s weights, and has privileged access to other computers in the datacentre compared with a generic computer on the internet.

> How do we defend against this? ... Run the GPUs and token parser on separate computers.

For models large enough to be relevant here, is there even "a" computer where the inference is performed? I'd imagine most of that stuff is ran on multi-GPU clusters with specialized architecture and not a generic vLLM instance. As such, I think there is a good chance the "API gateway" code that parses tokens into whatever JSON structure the public API offers is already running on a different machine than the actual inference.

(Even more so as you'd probably want to utilize batching: Several API calls will be put into the same inference batch, but the token parsing will have to be done separately for each call again)

The article is also very handwavy about why an LLM should do that - how it could learn the exploit, what would make it conclude that it can use the exploit on its own inference session and what would trigger it to actually use the exploit.

woadwarrior01•4m ago
FWIW, macOS has good sandboxing, but LMStudio, Ollama, Darkbloom etc aren't sandboxed. This is also the reason why none of these things aren't distributed via the Mac App Store, because the Mac App Store mandates sandboxing.