The AI Safety Lab of Ant Group has recently officially open-sourced the intrinsic safety barrier technology for large models, SingProbe. This technology differs from the mainstream external safety review model by reusing the hidden states during the reasoning process of the base model, achieving real-time risk assessment at the token level with less than 0.5% additional computing overhead. It can simultaneously perform intent classification, safety detection, and hallucination identification tasks. It shows significant advantages in high-risk scenarios such as healthcare, enabling millisecond-level blocking before content output.

Currently, SingProbe is compatible with 29 mainstream large models. It is the first complete intrinsic safety technology solution open-sourced by a major tech company. Its open-source code and pre-trained models have been released simultaneously.