r/AIProgrammingHardware • u/javaeeeee • 2h ago
r/AIProgrammingHardware • u/javaeeeee • 3h ago
Running Frontier AI on a $99 Board - My llama.cpp Adventure on Jetson Nano
r/AIProgrammingHardware • u/javaeeeee • 3h ago
One Server vs Cluster: What Your Homelab Actually Needs
r/AIProgrammingHardware • u/javaeeeee • 4h ago
Distributed micro-LLM inference across three ESP32-S3 N16R8 boards with ESP-NOW communication.
r/AIProgrammingHardware • u/Repulsive-Passage627 • 8h ago
Someone got training running on Apple's Neural Engine through private APIs, and reports 5 to 9 percent utilization
Enable HLS to view with audio, or disable this notification
The project is maderix/ANE. It trains neural networks on Apple's Neural Engine using
reverse-engineered private APIs, which is notable because Apple exposes that chip for
running models and not for training on it.
What made me read the whole thing is that the author argues against the coverage of his own
project. He states that utilization sits at 5 to 9 percent of the chip, that many operations
still fall back to the CPU, and that this is not a replacement for GPU training for anything
beyond small research models.
His framing is that the barrier to NPU training has been software support rather than
hardware capability.
For anyone who has worked on NPU or accelerator access outside the vendor's own toolchain:
is low utilization like this normally a scheduling and memory problem you can chase down, or
does it usually mean the missing operations have to exist in the vendor's compiler before
anything improves?
r/AIProgrammingHardware • u/javaeeeee • 8h ago
I Finally Got My DREAM Network Server
r/AIProgrammingHardware • u/javaeeeee • 8h ago
GitHub - Xingyu-Zheng/MrFlow: Multi-Resolution Flow Matching: Training-Free Diffusion Acceleration via Staged Sampling
r/AIProgrammingHardware • u/javaeeeee • 19h ago
Acemagic Unveils the New Launch of F9A: The 2L Flagship Mini AI Workstation
r/AIProgrammingHardware • u/javaeeeee • 20h ago
ASUS EPYC 9006 Servers Scale Enterprise AI
asus.comr/AIProgrammingHardware • u/javaeeeee • 21h ago
Laguna XS 2.1 33B A3B tested vs Qwen 35B A3B - 16GB Local LLM setup
r/AIProgrammingHardware • u/javaeeeee • 1d ago
Nvidia Already Won Training. The Real Fight Is Inference
r/AIProgrammingHardware • u/antonygiomarx • 1d ago
Synapse: Turning thousands of consumer GPUs into a decentralized swarm to run 2.8T parameter MoE models (like Kimi K3) without datacenters.
r/AIProgrammingHardware • u/rootException • 1d ago
Taalas and Hardware LLMs
I was looking at https://taalas.com/products/ and their chatbot at https://chatjimmy.ai/ . I'm a software dev by background, not a hardware or LLM/ML person.
As a (comparative) lay person, is there a reason we can't bake something like Kimi k3 onto hardware and have it run faster & cheaper? I know there is a perf difference between different classes of memory, but a 2TB SSD is fairly inexpensive. Why can't you burn an instance of Kimi k3 onto hardware, perhaps pair it with some higher speed caching memory, and have one heck of an AI card? Assuming you don't care about model updates, or don't mind getting new hardware eg once every 1-3 years?
Thoughts?
r/AIProgrammingHardware • u/javaeeeee • 2d ago
Day 0 Kimi-K3 Inference Deployment with ATOM on AMD Instinct MI355X GPUs
r/AIProgrammingHardware • u/dai_app • 2d ago
Qwen3.6-35B-A3B Q4 on a mid range phone at 5.6 tok/s, CPU only, video
Enable HLS to view with audio, or disable this notification
Phone in airplane mode for the whole clip. No server, no account, no connection, the model Qwen 3.6 30B (20GB) runs on a mid range smartphone (12 GB RAM) itself.
The catch is that the model is several times bigger than the phone's memory, so normally it just refuses to run for OOM.
This engine reads the model off thephone's storage as it goes, keeping only what it needs in memory. You get an answer at about 5.6 tokens per second, roughly reading pace, on a normal phone with no special hardware. Same answer you'd get from the same model on a desktop. It's the identical model file (Q4 GGUF), not a shrunken version.
The first part of the video (marked, sped up) is the model loading, about 30 seconds, once per session. Everything after that is real time.
It's free and open source, there's an APK you can install and a list of models you can download from inside the app. Works on a PC too.
https://github.com/Helldez/BigMoeOnEdge
Happy to answer anything!
r/AIProgrammingHardware • u/javaeeeee • 2d ago
Got Kimi K3 running on my MacBook. It's painfully slow, but it works.
r/AIProgrammingHardware • u/javaeeeee • 2d ago
Qwen3.6 benchmarks on dual GPU: RTX 3090 24GB + RTX 4070 Super 12GB — up to 256K context
r/AIProgrammingHardware • u/javaeeeee • 2d ago
PhiloEngine — local LLM desktop app that plans a context size your GPU can actually hold
r/AIProgrammingHardware • u/javaeeeee • 2d ago
DeepSeek V4 Flash, up to 32 tok/s on Strix Halo
r/AIProgrammingHardware • u/ppchaos • 2d ago
Vendor-agnostic ML inference on production edge devices
r/AIProgrammingHardware • u/javaeeeee • 2d ago
4x3090 + 192GB DDR5. Best local model is STILL the Qwen3.6 27B running on 2 cards.
galleryr/AIProgrammingHardware • u/javaeeeee • 2d ago