# 📊 HiddenMerit Daily · Issue 40 > **Focus on Database Frontiers, Practical Insights for DBAs** > June 10, 2026 | 5 Selected Global Breaking News ## 01|Alibaba Cloud Launches MongoDB 8.3 Domestically: Three AI‑Native Capabilities, Saying Goodbye to “Add‑On” AI In early June, Alibaba Cloud became the first in China to launch MongoDB 8.3. This version deeply integrates three major AI capabilities – vector search, auto‑embedding, and intelligent O&M – into the database engine, introducing an “AI‑Native” design philosophy – not “add‑on” AI support, but letting AI capabilities natively “grow” inside the database engine, achieving native search, native vectorisation, and native O&M. **The Three AI‑Native Capabilities**: – **Native Search**: Vector and full‑text search are built into the engine layer; a single pipeline completes hybrid search combining “vector + full‑text + scalar,” with `$rankFusion` stage using the RRF algorithm for score fusion, eliminating the need for applications to switch between multiple systems. – **Native Vectorisation**: Write‑time auto‑embedding, transparent to applications, zero sync overhead; the engine layer automatically listens for data changes via Change Stream, calls models to generate vectors, writes back to documents, and triggers index updates. – **Native O&M**: Natural language management, AI‑assisted slow query analysis, index recommendations, and […]