SShortSingh.
Back to feed

Zhipu AI Explores Custom Chip Amid US Export Controls and Surging Demand

0
·1 views

Chinese AI lab Zhipu AI is in early discussions with domestic chip design firms to develop a custom AI processor tailored to its operational needs. The push is driven by explosive growth in its GLM model series — daily token usage reportedly jumped 27-fold in the first week after GLM-5.2's launch — creating an acute compute shortage. A US Commerce Department decision in January 2025 to place Zhipu on its Entity List, combined with existing export restrictions on advanced Nvidia chips, has made compute self-sufficiency a practical necessity rather than a strategic preference. The project is at a nascent stage, with no partner selected yet, and full development could take over two years. The custom chip effort fits into Zhipu's broader ambition to evolve from a model provider into a vertically integrated enterprise AI platform by 2026.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Solo Developer Bootstraps Three Live Data Platforms With No VC Funding

Developer Heshan has independently built and launched three production data platforms over two years without venture capital or a team. The platforms include Social Intel, a social data enrichment tool using a deterministic pipeline; Pulse Aggregator, a news aggregation service with a four-tier fallback system maintaining 99.9% uptime; and GoodQuote Scraper, a structured Goodreads data tool. A fourth platform, FinPull, targeting traders and financial analysts, is currently under development. The projects rely on a self-assembled tech stack including FastAPI, PostgreSQL, Playwright, and Next.js, deployed on Vultr and Vercel. Heshan credits iterative, failure-driven learning and resilient system design as the core lessons behind each product.

0
ProgrammingDEV Community ·

Developer proposes compile-time Go dependency injection tool with Fx-style API

A developer has released an experimental dependency injection framework for Go called 'dig', hosted on GitHub. The tool aims to combine the ergonomic API style of Fx with the code-generation approach of Wire, resolving dependency graphs at compile time via 'go generate'. Unlike runtime DI frameworks that use reflection and catch errors only at startup, this approach eliminates the need for a DI runtime in the final application. The project is designed to explore what a more idiomatic Go dependency injection workflow could look like. The developer has invited community feedback on whether compile-time or runtime DI is preferred for large-scale Go projects.

0
ProgrammingDEV Community ·

EE Student Launches Blog Series to Simplify Digital Logic Design Basics

An electrical engineering student has started a blog series aimed at filling the gap in beginner-friendly resources on Digital Logic Design (DLD). After spending months searching for accessible blogs and repositories on the subject, the student decided to create the content themselves. The series will cover several concepts daily, drawing from two textbooks: Digital Design and Computer Architecture (RISC-V Edition) by David Harris, and Digital Logic and Computer Design by M. Morris Mano. The first planned topic is number base conversions, considered a foundational concept before diving into DLD. The initiative is self-driven and targets beginners who struggle to find approachable learning material on the subject.

0
ProgrammingDEV Community ·

Fixzi.ai Launches All-in-One JSON Toolkit to Streamline Developer Workflows

Fixzi.ai has released a suite of JSON utilities aimed at reducing the need for developers to juggle multiple single-purpose tools. The toolkit includes a JSON Validator, JSON Diff tool, Schema Generator, Schema Validator, and converters for both TypeScript and XML. Each tool targets a common pain point in API development, from catching syntax errors to maintaining API contracts in production. The platform's goal is to consolidate everyday JSON tasks into a single, ad-free workspace. The team says it plans to continue expanding the toolkit and is soliciting feedback from developers on which utilities to build next.