Metal
AssessPlatforms
Apple's low-overhead graphics and compute API for modern rendering on Apple platforms.
Why it's here
Placed in Assess: 2 article(s) of evidence from 1 source(s), led by research-stage coverage, with 1 in the last 30 days. Confidence 33%.
Evidence (2)
- 7Hacker News·7/29/2026open_sourceOpen-source Swift engine runs Gemma 4 26B on 2 GB RAM on M-series Macs
A Hacker News poster introduced TurboFieldfare, an open-source inference engine written in Swift and Metal that can run the 4-bit Gemma 4 26B-A4B-IT model on M-series Macs using about 2 GB of RAM. The system streams routed experts from SSD while keeping shared weights and the KV cache in memory, and the author reports 5–6 tok/s on an M2 MacBook Air and 31–35 tok/s on an M5 MacBook Pro.
- 3Hacker News·7/1/2026researchGuide to learning graphics programming
The post outlines a practical path for becoming hireable as a graphics programmer, splitting the role into CPU-side engine work and GPU-side rendering work. It recommends learning modern graphics APIs, path tracing, and physically based rendering, and suggests building a small real-time project as proof of skill.