安全客July 23, 2026🇨🇳Translated from Chinese

Efort Qizhi Demonstrates Humanoid Robots Mastering Industrial Tasks Through Universal Technology Base at WAIC 2026

At the WAIC 2026 exhibition in Shanghai, Efort Qizhi demonstrated a full-size humanoid robot navigating uneven, gravel-strewn surfaces modeled after lunar terrain. The robot approached an irregular boulder, bent down, lifted it securely with both hands and carried it several meters to a designated area.

Human Teaching Through Multi-Modal Data Collection

Visitors not only watched pre-programmed demonstrations but also tried on the HALO human skill collection suit developed by Efort Qizhi. The suit simultaneously records visual, force, tactile and language signals while operators perform tasks, allowing the system to convert human actions into training data. This approach differs from traditional robot programming that relies on fixed code written by engineers and instead focuses on distilling real human operations into general representations.

The collected data includes both successful and failed attempts to broaden generalization, combined with decades of industrial process documentation and standard operating procedures. Through a human-to-robot action transfer model, skills are mapped across humanoid robots, composite robots and industrial arms, solving the problem of data silos between different hardware configurations.

HumanGPT World Model and Complete Toolchain

Efort Qizhi developed HumanGPT, a specialized world model for embodied intelligence that differs from general large language models such as Doubao or Qwen. HumanGPT fuses data from the HALO suit with multi-modal sensor inputs to construct a virtual dynamic space where robots can plan and execute actions. The model works together with the Dayan data platform, Modou IDE and Openmind OS to form a complete technology stack from data acquisition to on-site deployment.

Chairman Dr. You Wei described the skill iceberg concept, noting that visible simple skills such as grasping and sorting represent only the tip, while the submerged portion includes complex industrial requirements such as multi-robot interaction, tightly coupled process parameters and real-time synchronization. Examples include autonomous generation of spray angle, flow rate, welding current and grinding spindle speed when performing coating, welding or polishing tasks.

Cross-Scenario Skill Transfer Demonstrated Live

During the exhibition, an Efort Qizhi humanoid robot received an unprepared task to move and install a large photovoltaic panel. Without dedicated programming or tuning for this scenario, the robot used HumanGPT and Openmind OS to identify obstacles, plan a path across uneven ground, carry the panel while its view was partially obstructed, and finally use a dexterous hand to operate a standard electric screwdriver to secure the panel with screws.

The company deliberately chose challenging, non-standard scenarios to prove genuine capability rather than relying on simplified setups. The same system has already been deployed in over 4000 factories, accumulating more than 5000 hours of continuous operation on customer production lines.

By providing a standardized universal technology base, Efort Qizhi aims to reduce repeated low-level development across the industry and enable traditional automation integrators and end users to deploy embodied intelligence solutions without deep expertise in AI algorithms or robot control.

Related articles

AntiMalwareOther

Rostelecom Outage Triggers 29-Minute Mass Disruptions Across Russian Internet Services

A 29-minute failure in Rostelecom's data transmission network on August 6 caused widespread access problems to Russian online services. The operator quickly rerouted traffic to backup equipment, restoring normal operations without revealing the root cause. Users reported issues connecting to marketplaces, banks, social platforms, IT company services and other telecom providers. The majority of complaints originated from Rostelecom's own subscribers who experienced connection and service access failures. Although the incident remained brief and did not escalate into prolonged digital disruption, it highlighted the heavy reliance on a single major provider. The event demonstrated how even a short technical problem at a large operator can simultaneously affect access to stores, financial services and everyday online platforms.

HabrOther

Read-Only Utility Automates Detailed Audits of UserGate NGFW Firewall Policies

A cybersecurity specialist at Gazprom CPS developed a read-only utility to analyze large-scale UserGate NGFW firewall policies without making any configuration changes. The tool connects via the UserGate XML-RPC API to collect rules, statistics, zones, network lists, services, users, and groups, then normalizes the data into a unified model for analysis. It performs eleven independent checks grouped into lifecycle, overly permissive access, observability, and documentation categories, flagging rules that have not fired recently, allow management ports broadly, lack logging, or have empty descriptions. Results are exported to a navigable Excel report featuring a rules-by-checks matrix, human-readable object names, and editable manual verdicts such as OK, requires attention, or false positive. The first full run on a production policy with over 1000 rules and 4500 related objects took 24 minutes and highlighted 39 percent of rules for review, with more than half showing multiple red flags. The approach preserves the original snapshot in JSON for repeatable offline analysis and comparison over time.

AntiMalwareOther

Internet Outages Disrupt Access to Russian Websites and Applications Across Multiple Regions

Users in several Russian regions reported widespread connectivity problems where internet access appeared available but failed to load most domestic websites and online services. Affected areas include Saint Petersburg along with Nizhny Novgorod, Rostov, and Tyumen regions according to reports compiled by the Telegram channel Baza. Connections remained technically active yet produced repeated errors when attempting to reach Russian sites, mobile applications, and web-based platforms. The precise scale of the disruption remains undetermined and it is unclear whether the incidents stem from a single technical fault or simultaneous failures among multiple network operators. No official statements have been issued regarding the root causes or expected restoration timelines. Individuals affected continue to refresh pages and restart applications while waiting for services to recover.

HabrOther

Step-Up Authentication vs 2FA: Implementing Additional Verification for Sensitive Operations in Corporate Systems

Traditional two-factor authentication secures only the initial login, leaving active sessions vulnerable to misuse during sensitive tasks such as accessing payroll data. Step-Up Authentication addresses this by requiring extra verification at the moment of critical actions rather than at login. The article details how one project moved beyond standard Identity Provider features in WSO2 by building a dedicated PIN-code service and gateway-2fa microservice. This approach uses signed cookies with TTL controls and JWT cross-checks to enforce elevated trust levels without disrupting normal user flows. The solution aligns with Zero Trust principles and was monitored via Matomo and ELK for usage and performance metrics. Key implementation considerations include balancing TTL duration, encrypting stored PINs, and conducting load testing before deployment.