FAQ

Frequently Asked Questions

Key questions about MAAS across AI computing, mobile energy, battery safety, and green manufacturing, organized for investors, partners, and enterprise customers.

中文 FAQ

MAAS FAQ

AI Compute & Large Models

Common questions about the Lingyan Miaoyu model, MoE architecture, and enterprise AI computing foundations.

The core value of MoE, or Mixture of Experts, is that it preserves large knowledge capacity and complex task capability while dynamically activating only selected expert networks during inference. Compared with a Dense model of similar total parameter scale, it can deliver a stronger performance-to-cost ratio.

For enterprise deployment, MoE can reduce per-inference cost and lower the hardware threshold for private or hybrid deployment. Instead of loading every parameter for every request, the routing mechanism calls the most relevant experts, making compute allocation more flexible across private clouds, hybrid clouds, and edge nodes.

MoE is also well suited to multi-task and multi-tenant scenarios. Different workloads can be routed to different experts, and later industry adaptation, knowledge updates, or customer customization can focus on local experts and routing strategies instead of full-model retraining.