Wang Yuan describes the future database form: users open a browser, express their needs in a dialog box, and receive data services that previously only professionals could access. Yang Xinjun adds that agents don't need graphical interfaces; APIs, command lines, and CLIs suffice. Interaction expands from structured queries to text, images, audio, and video, with output shifting from tables to conclusions. Wang Yuan summarizes this as moving from 'SQL in, Table out' to 'Token in, Token out.'
Capabilities are becoming agentified: previously scattered functions like monitoring, governance, and analysis are consolidated into agents. For example, the DAS Agent handles change recovery, while the Meta Agent continuously understands fields, supplements business semantics, and accumulates knowledge, making subsequent queries more accurate. Thus, databases not only store business data but also 'understanding of data' and 'experience in using data.'
The kernel must be reworked for new workloads: agents run 24/7, operate far faster than humans, explore in parallel toward goals, and iterate through trial and error. Key capabilities include copy-on-write-based second-level branching, fast backup and recovery, operation tracking, and permission and load isolation. In terms of cost structure, a single user query may spawn multiple agents and temporary databases; Alibaba Cloud is exploring multi-tenant sharing to spread costs. At the same time, a deterministic base must be retained: critical data like transactions and sales must be real-time and accurate, not reliant on probabilistic models.