惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
S
SegmentFault 最新的问题
美团技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
V
Visual Studio Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
WordPress大学
WordPress大学
T
Tailwind CSS Blog
腾讯CDC
人人都是产品经理
人人都是产品经理
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
D
DataBreaches.Net
Apple Machine Learning Research
Apple Machine Learning Research
P
Proofpoint News Feed
J
Java Code Geeks
宝玉的分享
宝玉的分享

SiliconANGLE

Will agentic AI governance run amok? The lesson of Asimov’s Three Laws - SiliconANGLE AI + quantum, Amazon vs. Starlink and the wide-open US-China internet battle - SiliconANGLE Team Cymru launches Total Insights Feed to replace legacy threat intelligence lists - SiliconANGLE AI Mode in Chrome adds split-screen view to enhance the web search experience - SiliconANGLE Resolve AI raises $40M at $1.5B valuation to optimize production environments - SiliconANGLE How Zscaler and OpenAI turn zero-trust security into an AI accelerator - SiliconANGLE OpenAI ratchets up Codex's agentic capabilities to rival Claude Code - SiliconANGLE Anthropic launches Claude Opus 4.7 with coding, visual reasoning improvements - SiliconANGLE Slash raises $100M at a $1.4B valuation to expand AI-powered banking platform for online businesses - SiliconANGLE Canva unveils Canva AI 2.0, recasting its platform as an agentic system for work - SiliconANGLE Data center, consumer device chips boost TSMC’s revenue - SiliconANGLE Mission-critical security cannot be bolted on, says Oracle - SiliconANGLE Agentic infrastructure reshapes enterprise AI - SiliconANGLE Data quality, and data freedom, foundational for AI success - SiliconANGLE Data trust is a bedrock in successful, scalable AI outcomes - SiliconANGLE Google introduces new agentic AI-ready tools and resources for Android developers  - SiliconANGLE Agentic AI orchestration separates winners from laggards - SiliconANGLE Data-driven tools turning the tide against human trafficking - SiliconANGLE Achieving trusted AI development goes beyond 'vibes' - SiliconANGLE Impinj boosts edge computing power in updated R700 RAIN RFID reader - SiliconANGLE Certinia powers professional services with AI - SiliconANGLE Antioch prepares to accelerate simulated testing for autonomous robots after raising $8.5M - SiliconANGLE Developer tooling startup Expo nabs $45M investment - SiliconANGLE Solidroad lands $25M to bring AI to customer support interactions - SiliconANGLE DuploCloud lands compliance and AI governance certifications as enterprise buyers tighten scrutiny - SiliconANGLE Lua lands $5.8M to help businesses build and manage AI agent workforces - SiliconANGLE Best of frenemies: Oracle's and AWS' clouds unite with dedicated, private connectivity - SiliconANGLE NIST shifts National Vulnerability Database to risk-based triage as CVE submissions hit record levels - SiliconANGLE Cisco goes to the races with new Churchill Downs multiyear partnership - SiliconANGLE Susecon 2026 will tackle the future of open-source platforms - SiliconANGLE
Exclusive: Mindbeam touts dramatic performance improvemen...
by Paul Gillin · 2026-06-16 · via SiliconANGLE

Exclusive: Mindbeam touts dramatic performance improvements in CPU-based AI inference

Two-year-old startup Mindbeam AI Inc. today released an open-source artificial intelligence inference framework designed to make large language models run more efficiently on standard consumer processors, a move the company says could reduce reliance on expensive graphics processing units for some AI workloads.

Litespark-Inference is a software library that enables ternary large language models to run on central processing units from Apple Inc., Intel Corp., Advanced Micro Devices Inc. and Arm Holdings plc with significantly improved performance compared with conventional CPU-based inference. The company published benchmarks showing that the framework delivers throughput improvements ranging from 17- to 96-fold over standard PyTorch implementations while reducing memory requirements by more than 80%.

Mindbeam, whose Litespark LLM pretraining frameworks accelerate training and inference workloads for generative AI applications, focuses on a class of neural networks known as ternary models. Those constrain weights to three values: -1, 0 and +1, thereby drastically reducing the overhead of large multiplication operations normally required during inference, although at the loss of some precision.

“We think from a different perspective,” said founder and Chief Executive Nii Osae. “Is there a way that we can do inference with ternary bit models?”

The release comes as the cost of using tokens in AI inference is climbing and organizations are searching for ways to lower the cost of deploying models, particularly in memory-constrained edge use cases. Most LLM inference today relies on GPUs, which are expensive and in short supply. Mindbeam argues that CPUs, which sit alongside GPUs in virtually every AI system, are an underutilized resource.

“In the inference pipeline, inputs come from the user, go to the CPU first and then to the GPU,” Osae said. “The CPU is just passing the messages. Why can’t we place the CPU in the inference stack?”

GPU complement

The company emphasized that it’s not attempting to replace GPUs. Instead, it sees CPUs as complementary accelerators that can improve overall system efficiency. “Now GPUs can process more tokens because they’re having extra help from CPUs,” Osae said.

The software supports two deployment models. One enables AI developers to run language models entirely on local hardware without requiring GPUs. Another is aimed at cloud providers, where CPUs and GPUs work together in a disaggregated inference architecture.

According to the company’s benchmarks, an Apple M5 processor running the framework achieved nearly 40 tokens per second, compared with about 2.3 tokens per second using a PyTorch, a popular open-source framework used to build, train and deploy neural networks.

On systems supporting Intel’s AVX-512 Vector Neural Network Instructions, a dedicated set of CPU instructions designed to accelerate AI deep learning and machine learning inference, throughput reached nearly 34 tokens per second, representing a reported 96-fold improvement over a baseline without the ternary enhancement. Memory consumption fell from roughly 4.6 gigabytes to less than 800 megabytes.

Mindbeam is publishing the source code at https://github.com/Mindbeam-AI/LitesparkInference and encouraging others to perform their own benchmarks.

The framework takes advantage of specialized single instruction, multiple data instructions available in modern processors, including Arm’s NEON SDOT  hardware-accelerated instruction set and Intel and AMD vector neural network instructions. The processor architecture and programming technique that allows a single CPU instruction to perform the same operation on multiple pieces of data simultaneously. Mindbeam developed custom kernels that automatically detect available processor features and optimize execution accordingly.

Osae said the initial release supports Apple Silicon, Intel and AMD processors, with future versions targeting cloud-specific hardware such as Amazon Web Services Inc.’s Inferentia chips.

In the future, the company plans to extend the technology beyond language models, with power-sensitive robotics and edge computing applications being primary targets. “We’re targeting action models for robotics because robotics and edge ecosystems need very efficient energy-saving models for inference,” Osae said.

He said Mindbeam intends to commercialize cloud-focused versions of the technology later this year.

Image: Unsplash

A message from John Furrier, co-founder of SiliconANGLE:

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

  • 15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
  • 11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.