
The latest breakthroughs in software, hardware, and emerging tech shaping how the world builds and connects.
1557 articles found

Hi HN, I built a specialized inference engine for running 4-bit Gemma 4 26B-A4B-IT on any M-series Mac using about 2 GB of RAM. It is called TurboFieldfare and is written in Swift and Metal. I have always adored on-device AI. It feels like magic that you can run a powerful NN on your Mac or iPhone. So I wanted to push the limits a bit and run a model whose weights don’t fit in memory. The model’s 4-bit quantized weights occupy roughly 14 GB, which makes running it with conventional inference tools almost impossible on an 8 GB or even 16 GB Mac once the OS, applications, and KV cache are included. The trick is to keep the shared part of the model and the KV cache in RAM, then stream only the routed experts needed for each token from SSD. An SSD is way slower than RAM, so the runtime uses a small expert cache and bounded parallel `pread`. While those reads are in flight, the GPU runs the shared part of the layer. I ran more than 100 experiments. Most didn’t work. A few got me here. The experiments are described in the GitHub repo. It currently generates 5–6 tok/s on an 8 GB M2 MacBook Air and 31–35 tok/s on an M5 MacBook Pro. I also added an experimental OpenAI-compatible local server. It supports streaming and tool calls, and reuses one prompt prefix from the KV cache. Try it! The Mac app is easy to install. On the first run, it will download 15 GB of weights from Hugging Face. The model is surprisingly capable. I would love any kind of feedback!
259 points 318 comments on Hacker News · nytimes.com

Elon Musk’s platform attacked the country’s “invasive” information-gathering powers as it demands the government drop efforts to strengthen its no-children policy.

Our field-tested gear includes power banks, electrolytes, outdoor blankets, earplugs, and more.


These are the cleaning robots, water monitors, and toys actually worth buying for pool season.
Who's covering this category most
Explore more of what's active right now
Scaling Agentic RL: High-Throughput Agentic Training with TunixGoogle DevelopersAugust 20, 2026
Evolving Spec-Driven Development: Conductor Now Supports AntigravityGoogle DevelopersAugust 20, 2026
Expanding Choice in Gemini Enterprise Agent Platform: Introducing Grounding with Parallel Web SearchGoogle DevelopersAugust 20, 2026
Systems Engineering Playbook: Optimizing Qwen 3.5-397B MoE on Ironwood (TPU7x)Google DevelopersAugust 20, 2026
Run Ray on TPU, Part 1: The foundationsGoogle DevelopersAugust 20, 2026