frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK

https://marco-nett.de/blog/measuring-input-latency-on-linux-x11-vs-wayland-vrr-dxvk/
274•hoechst•3h ago•150 comments

The Tower Keeps Rising

https://lucumr.pocoo.org/2026/7/13/the-tower-keeps-rising/
169•cdrnsf•2h ago•61 comments

Bonsai 27B (1-bit LLM): The First 27B-Class Model to Run on a Phone

https://prismml.com/news/bonsai-27b
103•xenova•2h ago•25 comments

Your 'app' could have been a webpage (so I fixed it for you)

https://danq.me/2026/07/09/your-app-could-have-been-a-webpage/
539•MrVandemar•3d ago•372 comments

The largest available Minecraft world, totalling 15 TB

https://2b2t.place/1million
47•_____k•3d ago•11 comments

How to stop Claude from saying load-bearing

https://jola.dev/posts/how-to-stop-claude-from-saying-load-bearing
288•shintoist•8h ago•375 comments

The zero-cost fallacy: open-source software in the agentic era

https://www.thoughtworks.com/insights/blog/open-source/zero-cost-fallacy-open-source-agentic-era
50•backlit4034•3d ago•31 comments

A tiny cell that broke a big rule of biology

https://grist.org/science/nitrogen-cycle-cell-discovery-nitroplast-science-fertilizer-algae-bacte...
114•gumby•5d ago•18 comments

Launch HN: Agnost AI (YC S26) – Extract user feedback from agent conversations

https://agnost.ai
23•laalshaitaan•3h ago•8 comments

Cursor 0day: When Full Disclosure Becomes the Only Protection Left

https://mindgard.ai/blog/cursor-0day-when-full-disclosure-becomes-the-only-protection-left
15•Synthetic7346•1h ago•0 comments

Superoptimizer – A Look at the Smallest Program

https://dl.acm.org/doi/epdf/10.1145/36177.36194
45•linggen•4d ago•7 comments

Kontigo (YC S24) Is Hiring (Head of Security)

https://www.ycombinator.com/companies/kontigo/jobs/uNttrlv-head-of-security
1•jecastillof•2h ago

Beautiful Type Erasure with C++26 Reflection

https://ryanjk5.github.io/posts/rjk-duck/
94•RyanJK5•7h ago•38 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
108•plicerin•4h ago•71 comments

Punch yourself in the face with reality

https://adi.bio/reality
163•AdityaAnand1•8h ago•79 comments

The Agentic Loop: Three loops in a trench coat

https://www.bobbytables.io/p/the-agentic-loop-three-loops-in-a
41•btables•5h ago•9 comments

Paxos Made Simple (2001)[pdf]

https://lamport.azurewebsites.net/pubs/paxos-simple.pdf
57•grep_it•5d ago•4 comments

How the FSF sysadmins block botnets with reaction

https://www.fsf.org/blogs/community/blocking-botnets-with-reaction
139•pseudolus•2d ago•49 comments

European "age verification" "app" forcing everyone to use Android or iOS

https://github.com/eu-digital-identity-wallet/av-doc-technical-specification/discussions/19
372•roundabout-host•11h ago•245 comments

Are we offloading too much of our thinking to AI?

https://www.artfish.ai/p/offloading-thinking-to-ai
262•yenniejun111•4h ago•252 comments

Show HN: I RL-trained an agent that trains models with RL (for –$1.3k)

https://github.com/Danau5tin/ai-trains-ai
80•Danau5tin•7h ago•37 comments

Australian energy retailers must provide three hours of free daytime electricity

https://lenergy.com.au/free-daytime-electricity-is-coming-heres-how-it-actually-works/
242•i2oc•15h ago•319 comments

A metallurgist's doubts about self-replicating probes

https://www.centauri-dreams.org/2026/07/10/a-metallurgists-doubts-about-self-replicating-probes/
133•EA-3167•1d ago•60 comments

Building a High-Performance C++ Backtesting Framework

https://dolphindb.com/blogs/46
4•CrazyTomato•5d ago•0 comments

Our Amish Language

https://www.thedial.world/articles/news/amish-pennsylvania-dutch
88•NaOH•17h ago•62 comments

Alternative(s) to run CUDA on non-Nvidia hardware

https://www.hpcwire.com/2026/07/09/spectral-compute-aims-to-set-cuda-free-will-it-succeed/
120•alok-g•11h ago•67 comments

No Spanish reading crisis?

https://www.commonreader.co.uk/p/no-spanish-reading-crisis
69•jruohonen•8h ago•109 comments

Indian scientists produce most detailed 3D atlas of the human brainstem

https://www.bbc.com/news/articles/cg53l737v1qo
180•BaudouinVH•13h ago•20 comments

Differentiable Fortran with LFortran and Enzyme

https://docs.pasteurlabs.ai/projects/tesseract-core/latest/blog/2026-07-09-enzyme-lfortran-autodi...
46•dionhaefner•7h ago•15 comments

Satellite Tracker – Live Map of Starlink and 30k Satellites

https://satellitemap.space/
149•rolph•17h ago•82 comments
Open in hackernews

Bonsai 27B (1-bit LLM): The First 27B-Class Model to Run on a Phone

https://prismml.com/news/bonsai-27b
103•xenova•2h ago

Comments

alvatech•1h ago
TIL that 1 bit models are actually 1.58 bit with three values +1, 0 and -1
bensyverson•1h ago
Yeah, it's an unfortunate convention from the very first "1 bit" model. But to be clear, Bonsai comes in both ternary and actual 1-bit variants.
NitpickLawyer•1h ago
There's two variants of this (or, as the joke goes, for very big values of bit):

Ternary Bonsai 27B uses ternary {−1, 0, +1} weights with FP16 group-wise scaling, giving a true 1.71 effective bits per weight.

1-bit Bonsai 27B uses binary {−1, +1} weights with the same group-wise scaling, giving 1.125 effective bits per weight.

PcChip•3m ago
this is a really dumb question, but how is -1 represented?

is it a float? if so, how many bits is the float?

I've never heard of a bit ever having more than two possible values

liuliu•1h ago
The problem, of course, is if you run the UD_Q2 variant (Unsloth) which does only post-training, the number is pretty close to 1-bit model here and the 5% drop in tool-call is significant than it suggests in real-life use cases.
liuliu•1h ago
You also need to pay close attention to BFCLv3 multi-turn result, that helps you to get a sense how frequently these quants will be in a doom loop.
Havoc•1h ago
This must be some sort of unpublished app?

I can just see their image tool on the app store

Catloafdev•24m ago
It's a LLM model, not a phone app.

Available on HuggingFace: https://huggingface.co/collections/prism-ml/bonsai-27b

simonw•1h ago
The models themselves are showing up on Hugging Face here: https://huggingface.co/prism-ml/models

I've tried a couple in LM Studio - the GGUF one and the MLX one - but neither worked there. Anyone else get them to work? Might be that LM Studio needs to upgrade their llama.cpp or MLX engines first.

trollbridge•1m ago
Didn't work for me in Unsloth, but it will probably be fixed in a day or two when the next batch of updates comes out.
xyzsparetimexyz•1h ago
That's awesome. What's the largest model that could fit onto a single 16gb gpu at 1.125 effects bits per weight?
Catloafdev•26m ago
Doing some naive math, the F16 filesize is ~53.8gb, the 1-bit version is ~3.8gb, about 7% of the original size. The F16 size is roughly 2x param count, so that gives a rough ballpark of ~110B.
syntaxing•52m ago
For those curious about their demo, I’m pretty sure it’s using Locally AI (iOS only) that lmstudio acquired/aquihired a couple months ago.
erelong•51m ago
I was trying Ornith 9B locally (it's up on Ollama) which claims:

> Ornith-1.0-9B, which can be easily deployed on edge devices, matches or exceeds the performance of much larger models such as Gemma 4-31B and Qwen 3.6 35B.

https://deep-reinforce.com/ornith_1_0.html

Only tried it so much so far; it did a little better than Qwen 9B

liuliu•50m ago
Note that 3.5 9B cannot do thinking (while 3.6 27B can, pretty effectively, quite verbosely).
janalsncm•37m ago
Is that a 1-bit LLM? I don’t understand the connection with this article.
erelong•7m ago
Oh, I don't actually know the difference if you want to explain it

The title says it's 27B grade running on a phone and what I was comparing it to in my mind was a model that runs at 35B grade that could presumably run on a phone "better"?

syntaxing•37m ago
I don’t know if the llama cpp implementation is wonky (and only supports the binary version) but it’s a lot slower than 35B-A3B @ Q4_KM + MTP with CPU offloading.
pulse7•21m ago
Most probably not optimized yet for this model...
sigbottle•35m ago
What's the hiring space and business strategy around all of these smaller AI labs? Its really cool that people like these guys get paid to optimize models and give them out for free (open source). Do a lot of these labs have forward deployed engineers doing integrations with customers who want local models? Is there a general shift towards the local model crowd?
trollbridge•1m ago
If you read to the bottom of the page, it says they're funded by a few people, and one of them is Samsung. I'm betting Samsung wants to be able to ship a capable AI system on a future model of their phone so they can compete with Apple.
thomasjb•32m ago
I've been watching and waiting for this, interested to see how smart it is, as it fits with my interest of getting the smartest possible model running in 10GB of VRAM (RTX3060 that has to drive 2 monitors and run an llm)
kristianp•20m ago
Apparently Apple is "in talks" with the PrismML: https://www.cnbc.com/2026/07/14/apple-prismml-ai-compression...
luckystarr•19m ago
Tried it on Android and got "!!!!!!!!!!!!!" for answers.
erwan577•13m ago
The KV-cache memory usage also seems remarkably frugal, even at the full context length. That could make this model particularly useful in multi-agent coding workflows.

I wish KV-cache memory usage and related optimizations were discussed more clearly in new model announcements and demos.