Realtime AI News
China Telecom open-sources Xing4.0-29B-A4B, a 29B MoE coding agent that runs on one RTX 3090
China Telecom AI has open-sourced Xing4.0-29B-A4B, a lightweight coding-agent model with 29 billion total parameters and roughly 4 billion active per pass, small enough after 4-bit quantization to run on a single RTX 3090. It was trained entirely on Huawei Ascend 910C hardware with the domestic MindSpore stack, and is already listed on GitHub, Hugging Face, Gitee and ModelScope.
On September 20, China Telecom AI open-sourced Xing4.0-29B-A4B, a lightweight coding-agent model it describes as fully domestic across its entire technical stack. The launch targets a specific problem: enterprises whose data cannot leave their networks and whose compute budgets are tight, but which still need to read long documents and run complex workflows locally.
The parameter layout is the headline. Xing4.0-29B-A4B uses a mixture-of-experts architecture with 29 billion total parameters and only about 4 billion active per inference pass. After 4-bit quantization, memory use drops from roughly 60GB in FP16 to about 15GB, a reduction of about 75%, which puts it within reach of consumer cards such as an RTX 3090 or 4090.
Fully domestic refers to the training path. The model was trained on Huawei Ascend 910C clusters using the domestic MindSpore and MindFormers frameworks, and its inference deployment has also been validated on Ascend hardware, so neither training nor serving depends on foreign accelerators.
The model natively supports 256K context and can be extended to 512K. To make long context practical, it uses multi-head latent attention to compress the KV cache, multi-token prediction to speed up generation, and mHC manifold-constrained hyper-connections to curb numerical instability during training.
Capability work centres on coding and agents. China Telecom frames the upgrade as moving from writing code fragments to doing engineering work, such as turning contract ledgers scattered across spreadsheets into an on-premise management dashboard, and strengthening long-horizon tasks where the model decomposes steps, sequences them, calls tools and adjusts based on intermediate results.
Fitting into existing environments is another pillar. The model ships with targeted adaptations for mainstream agent and harness frameworks including OpenCode, Claude Code, OpenClaw and Hermes, and is compatible with toolchains such as LLaMA-Factory, MindFormers, SGLang, vLLM and KTransformers, lowering the cost of swapping it into a live development setup.
Deployment numbers were part of the pitch. In a customer-service deployment the model runs fully privately, keeping call audio, identity data and business records inside the enterprise, with the vendor claiming a success rate above 90% on complex requests. On documents, a 200-page tender file can be assessed locally in about 20 minutes across technical, commercial and pricing dimensions, with scoring rationale for each item.
The weights are live on GitHub, Hugging Face, Gitee, ModelScope and ModelHub with API access, and by the time of the report it had climbed to fourth place on Hugging Face's model trending list. For regulated enterprises with limited compute, the combination of a consumer GPU, domestic training hardware and a domestic framework is becoming a practical route to local agents.
Why it matters
Xing4.0-29B-A4B lowers the hardware bar for on-premise agents to a single consumer GPU while proving out a domestic chip-and-framework training path. It sets up direct competition with other open models in Chinese enterprise private-deployment deals.
Nearby Updates
All09/20, 19:59
Qwen posts Qwen-Image-2.1-PE in two variants: text-to-image and image editing
On September 20, Qwen added two entries to its official Hugging Face organization: Qwen-Image-2.1-PE-T2I for text-to-image generation and Qwen-Image-2.1-PE-I2I for image editing. Both carry prompt-rewriting and qwen3_5 tags under a license:other license, and both showed zero downloads at capture time.
09/20, 19:48
Alibaba's Qwen3.8-Omni-Flash billed as one model that hears, sees and acts
The Eastern Herald describes Alibaba's Qwen3.8-Omni-Flash as a single model that hears, sees and acts. The framing points to a unified system that combines audio and visual understanding with the ability to take action, instead of stitching separate models together.
09/20, 21:02
Tempus secures up to $9.5M from ARPA-H for an autonomous AI agent in heart failure care
Tempus has secured up to $9.5 million from ARPA-H to develop an autonomous AI agent for heart failure care, according to Pulse 2.0. The award pushes agent-form software into long-term chronic care, where authorisation limits and accountability have to be settled before deployment.
09/20, 21:54
DLSS 5 ported to Intel Arc integrated graphics by AI-written code, hitting 10.5 FPS on Arc 140V
A report carried by Sina Finance says a developer has ported Nvidia's DLSS 5 onto an Intel Arc integrated GPU, with the porting code largely written by AI. The Arc 140V is said to run the resulting setup at 10.5 frames per second, far from playable but a demonstration that neural rendering can be pushed off RTX-class hardware.