RISC-V Daily Intelligence Report (2026-08-26)
Research window: Past 24 hours (2026-08-25 08:18 ~ 2026-08-26 08:18, Beijing Time) Sources: HN, Google News aggregation, CNX Software, LinuxGizmos, Phoronix, RISC-V International, eeNews Europe, GitHub API, OSChina, People’s Daily, etc. (see appendix for details)
In This Issue
- I. Open-Source Community and Software Ecosystem
- eeNews Feature: A Panorama of RISC-V High-Performance Embedded Extensions (08-25)
- riscv.org: RISER Microserver Platform — System Prototype Integration Challenges (08-25)
- Community Blog: Dawn Processor Implements Out-of-Order Execution (08-24)
- II. Product and Ecosystem Developments
- Hot Chips 2026: XCENA MX1 CXL Compute Memory Device (08-25)
- Trending Item: SiFive BigSky Server Media Coverage Continues to Build (08-25)
- III. Domestic Team Developments and Deep Dives
- ESWIN Computing: IPO Prospectus Details, Cumulative Losses Exceed RMB 5.2 Billion During Reporting Period (08-25)
- XiangShan (OpenXiangShan): 33 Commits Within the Window, Mainly Research and Analysis Consolidation (08-25)
- SpacemiT: K3 Documentation Revisions and Edge-Side TTS Ecosystem Updates (08-25)
- Nuclei: UX Series IP Running PicoClaw/OpenClaw Reported by International Media (08-25)
- IV. Embodied Intelligence and Robotics Special Section
- Humanoid Robot Industry Report: Over 40,000 Units Shipped in H1, 97% Global Share (08-25)
- Tiangong Omni Wins 400m at the World Humanoid Robot Games (08-25)
- V. Summary and Trend Observations
- Appendix: Complete Source List
I. Open Source Community and Software Ecosystem
1.1 eeNews Feature: A Panorama of RISC-V High-Performance Embedded Extensions
Date: 2026-08-25 Source: eeNews Europe
eeNews Europe published a long-form review surveying the state of embedded RISC-V extensions: the NIST lightweight cryptography standards (Ascon family) have spawned multiple acceleration extensions; CHERI is advancing standardization as the RV64Y extension, with UK-based SCI Semiconductor completing the first commercial tapeout in March and Codasip selling off its mainstream business to pivot toward CHERI implementations; Antmicro added User mode and dual-core lockstep (DCLS) to the VeeR EL2 core it maintains for the open-source Caliptra root-of-trust project; the CV-X-IF coprocessor interface from Europe’s PULP ecosystem is being promoted by OpenHW with the aim of unifying custom extensions; Spain’s BSC PQCUARK extension uses dual NTT+Keccak units to speed up post-quantum algorithms by roughly 10x with only 8% ASIC area overhead. Quintauris released the EM-Altair embedded execution environment profile to guarantee MCU-level binary compatibility, and completed a CEO transition (Kocher stepping down, Lopez taking over).
1.2 riscv.org: The RISER Microserver Platform — System Prototyping Integration Challenges
Date: 2026-08-25 Source: RISC-V International Blog
The RISC-V International blog published an update on the EU Horizon Europe-funded RISER project: since January 2023 the project has been developing all-European RISC-V cloud server and accelerator prototypes. This update unveils an FPGA-assisted microserver platform based on the EPAC1.5 RISC-V vector processor test chip, integrating in-house boot firmware, NVMe storage, and 100 Gbps Ethernet, and details the integration challenges encountered during chip bring-up and use-case validation. The project is led by Manolis Marazakis’s team at FORTH in Greece, serving Europe’s goal of “open strategic autonomy” in cloud infrastructure.
1.3 Community Blog: Dawn Processor Achieves Out-of-Order Execution
Date: 2026-08-24 Source: outercloud.dev / Hacker News
Third installment in an individual developer’s blog series: the homegrown RISC-V processor “Dawn Processor” has gained out-of-order (OoO) execution support, using an instruction dispatch queue plus a dependency length table to track register dependencies, with single-issue width and no register renaming; the main benefit is hiding memory access latency. Current shortcomings are full pipeline flushes on branches (about 7 cycles) and a memory instruction bottleneck; the next version plans to add branch prediction, caches, and wider issue. The author’s goal is to build the fastest open-source RISC-V processor, and self-assesses that it must first surpass BOOM and XiangShan.
II. Product and Ecosystem Developments
2.1 Hot Chips 2026: XCENA MX1 CXL Computational Memory Device
Date: 2026-08-25 Source: ServeTheHome
At Hot Chips 2026, Korea’s XCENA and Samsung jointly showcased the MX1 CXL computational memory device: a Type 3 CXL device that combines CXL memory expansion (4-channel DDR5-8400, up to 2 TB), SSD-backed storage exposed as CXL memory, and a near-memory compute array of 3,072 custom 1.4 GHz RISC-V cores on a single card. Its core argument is that AI workloads are constrained first by memory capacity, bandwidth, and power rather than compute; it was announced alongside a joint session with Samsung’s rack-scale CXL memory plans.
2.2 Trend Item: SiFive BigSky Server Media Coverage Continues to Build
Date: 2026-08-25 Source: The Register (gnews), 光通信Pro (gnews)
Coverage of the SiFive BigSky SF-2U870 enterprise RISC-V server launch continues to build: The Register published a data-center-focused analysis, Chinese tech media (光通信Pro, CSDN, Sina Finance, 17173, and others) followed with reprints, and Korean media reported that it has already won hyperscaler customers. The main event was covered in the August 25 daily briefing; this item is a follow-up media observation and will not be expanded upon.
III. Domestic Team Updates and Deep Dives
3.1 ESWIN Computing: IPO Prospectus Details, Cumulative Losses Exceed RMB 5.2 Billion Over Reporting Period
Date: 2026-08-25 Source: Sina Finance (gnews)
Hong Kong IPO follow-up: The prospectus discloses a cumulative net loss of approximately RMB 5.275 billion over the reporting period (2023 through 2025 and Q1 2026), with revenue of RMB 1.752 / 2.025 / 2.431 / 0.494 billion respectively; the top five customers accounted for 83% to 91% of revenue, with the largest customer (widely understood to be BOE) falling from 82.1% to 39.3% of revenue, significantly easing single-customer dependence; the company pursued a “price-for-volume” strategy to boost revenue, with core product unit prices declining. R&D spending contracted year by year (from RMB 1.445 billion to RMB 252 million). This is a deep-dive follow-up on the IPO disclosure already reported on August 25.
3.2 XiangShan (OpenXiangShan): 33 Commits in Window, Mainly Research and Analysis Accumulation
Date: 2026-08-25 Source: GitHub commit search
The OpenXiangShan organization logged 33 commits in the window: the core processor repository was quiet, with the main activity being XiangShanLab’s addition of memory subsystem experimental analysis documents (LFST, MDP, SSIT, folded PC generator, page table cache, CBO-zero and CBO-inval scenario analysis) and compilation of XiangShan-related papers; xs-env saw routine dependency upgrades (nixpkgs, gsim). This is “research and analysis accumulation” type activity, with no new architectural changes observed.
3.3 SpacemiT: K3 Documentation Revisions and Edge-Side TTS Ecosystem Updates
Date: 2026-08-25 Source: spacemit-com org
The spacemit-com organization logged 4 commits in the window: specification revisions to the K3-CoM260 module datasheet, clarification of K3 chip DPU0/DPU1 display interface support (documentation), completion of Kokoro TTS frontend alignment with Misaki in model-zoo-tts (#23), and synchronized updates to the ai-sdk submodule. Activity centered on documentation maintenance and edge-side model ecosystem advancement, continuing to solidify K3 deployment support.
3.4 Nuclei: UX Series IP Running PicoClaw/OpenClaw Covered by International Media
Date: 2026-08-25 (official first release 2026-04-24) Source: eeNews Europe / nucleisys.com
eeNews feature citation: Nuclei completed deployment and full-function verification of the two major edge AI Agent frameworks PicoClaw and OpenClaw on its in-house UX series processor IP platform — UX1000H (supporting virtualization and RVA23, out-of-order execution) handles Agent scheduling, while the NI900 series (AI inference acceleration, RVV 1.0) handles edge-side inference; the UX900 development board, based on RV64GCV running Ubuntu 24.04, completed lightweight deployment, and in complex scenarios OpenClaw 3.9 integrates the Moonshot AI Kimi large model. The official news was first released on April 24; this is international media coverage, marking overseas attention to its edge AI Agent capabilities.
IV. Embodied Intelligence and Robotics Special Section
4.1 Humanoid Robot Industry Report: Over 40,000 Units Shipped in H1, 97% Global Share
Date: 2026-08-25 (report released 8-20 at the World Robot Conference) Source: People’s Daily/People.cn
The Chinese Humanoid Robot and Embodied Intelligence Hundred-Person Association released the “2026 Humanoid Robot Industry Development Report” at the 2026 World Robot Conference: China’s humanoid robot shipments exceeded 40,000 units in H1 2026, with global share rising to 97%; the report states that technological innovation has entered a new stage of “cluster emergence,” with full industrial chain manufacturing capability now formed from key chips and components to complete machines, and industry applications accelerating from small-batch trials toward routine deployment and large-scale application. The second World Humanoid Robot Games opened on August 22 at the National Speed Skating Oval, with 666 teams and 2,056 robots from 16 countries across six continents competing.
4.2 Tiangong Omni Wins 400m at World Humanoid Robot Games
Date: 2026-08-25 (OSChina repost; event 8-22 to 8-24) Source: OSChina / IT Home
In the 400m small-class final at the second World Humanoid Robot Games, Tiangong Omni from the Beijing Humanoid Robot Innovation Center won in 45.66 seconds, with its “face-covering run” gait becoming a focal point of the event; the R&D team responded that the posture was not artificially set or remotely controlled, but rather the optimal running gait the robot iteratively selected on its own through simulation; on August 24, Tiangong Omni won the 400m obstacle race championship. The robot stands 1.35 meters tall and weighs 39 kg, targeting narrow spaces, emergency rescue, and home service scenarios, with an open secondary development system for joints, sensors, system, and motion control APIs.
V. Summary and Trend Observations
- This window is a “fermentation and consolidation” type market: no major version or new product releases, with mainstream content being in-depth pieces such as the eeNews extension overview and the RISER prototype blog, plus continued dissemination of SiFive BigSky and NVIDIA CUDA topics.
- The data highlight is in embodied intelligence: the figures of over 40,000 humanoid robots shipped in H1 and 97% global share, combined with competitive news from the World Humanoid Robot Games, underscore the sector’s heat; RISC-V meanwhile advances on dual fronts of near-memory computing (XCENA’s 3,072-core CXL memory device) and data centers (BigSky servers).
- On the domestic team front: XiangShan and SpacemiT focused on research and analysis accumulation and documentation maintenance, with no new architecture releases; ESWIN Computing’s IPO prospectus details became a financial focal point (cumulative losses exceeding RMB 5.2 billion, declining customer concentration); Nuclei’s edge AI Agent capabilities received international media coverage.
- Limitations note: In this window, Google News Chinese team queries hit a large amount of old news and noise (XiangShan Co. is a weighing scale company, Orange Pi is an ARM chip, Andes and Excelmax are 2022 old news re-indexed, etc.), all of which were excluded after verification by title semantics, URL dates, and original text; the unauthenticated GitHub API is rate-limited to 60 requests/hour, so commit retrieval was completed with a single org-level commit search.
Appendix: Complete Source List
| No. | Event | Source Link |
|---|---|---|
| 1 | eeNews feature: RISC-V extensions for high-performance embedded | eenewseurope.com |
| 2 | riscv.org: RISER microserver platform | riscv.org |
| 3 | Dawn Processor out-of-order execution blog | outercloud.dev, HN |
| 4 | XCENA MX1 CXL computational memory (Hot Chips 2026) | ServeTheHome |
| 5 | SiFive BigSky media follow-on | The Register (gnews), 光通信Pro (gnews) |
| 6 | ESWIN Computing IPO prospectus details | Sina Finance |
| 7 | XiangShan 33 commits | GitHub commit search |
| 8 | SpacemiT 4 commits | spacemit-com org |
| 9 | Nuclei PicoClaw/OpenClaw (as reported by eeNews) | eeNews Europe, nucleisys.com |
| 10 | Humanoid robot industry report | People’s Daily Online / People’s Daily |
| 11 | Tiangong Omni wins 400m title | OSChina, ITHome |
Supplementary Query Verification Table (24h window, Beijing time 08-25 08:18 ~ 08-26 08:18)
| Source/Query | Verification Result |
|---|---|
| fetch_news.py 24h candidates (12 items) | 4 valid main threads: XCENA MX1 (two ServeTheHome pieces), riscv.org RISER blog, eeNews extensions overview, HN OoO blog; 4 BigSky-related items (HN/businesswire, The Register, Korean media) are follow-on coverage of an event already reported on 8-25 (included as trend); india-ai-inference-chip and pzaino profile are irrelevant new repos/personal pages (noise removed); Tiangong robot OSChina repost (included in 4.2) |
| gnews “RISC-V” when:1d bare query (8 items) | Valid corroboration: Andes–Excelmax India partnership (CTIMES) verified via URL date (220519) as a re-indexed item from 2022-05-19 (removed); BigSky follow-on in Chinese media (CSDN/光通信Pro/Sina/17173); CUDA topic follow-on in Chinese (Sohu/CSDN, reported yesterday); the rest are repeats of yesterday’s events |
| gnews Chinese team queries (T-Head/XiangShan/SpacemiT/ESWIN/StarFive when:7d) | T-Head items are all old news from the 8-20/21 earnings season (Zhenwu M890 650 customers, second-gen chip tape-out in H2); of 41 XiangShan items, about 30 are “Xiangshan Co.” (a Guangdong weighing-instrument company) and place-name noise; no new SpacemiT items (Zhidx summit is old news); ESWIN matched Sina’s 8-25 prospectus details (included in 3.1) plus an Autohome repost; StarFive 0 items |
| gnews vendor English queries (SiFive/Andes/Milk-V/SpacemiT when:3-7d) | SiFive matched BigSky follow-on; Milk-V matched only old Linux kernel news; Andes matched 2022 old news (removed); SpacemiT/进迭 matched football news noise |
| gnews embodied intelligence when:3d (100 items) | Mostly side events and industry commentary around the World Robot Conference (8-19 to 8-24); valid inclusions: humanoid robot industry report data (People’s Daily 8-25, included in 4.1); Tiangong Omni title win (OSChina 8-25, included in 4.2); MetaX–UBTech joint venture is old news from June (removed); Dobot interim report, Chimelong theme park, etc. have no direct RISC-V relevance (removed) |
| HN (Algolia, 36h) | 3 candidates, 1 valid: Dawn Processor OoO blog (2 points); Sillage and India chip repos unrelated to RISC-V (removed) |
| GitHub org commit search (8 orgs) | XiangShan 33 commits (included in 3.2), SpacemiT 4 commits (included in 3.3), Sipeed 4 commits (NanoKVM web features and wiki, ecosystem reference not listed separately); T-Head/Nuclei/Sophgo/ESWIN/Revyos 0 commits; Espressif had no RISC-V-specific commits within the window |