KOS-TL 可信软件宣言

MANIFESTO · 檄文

向可信软件时代进军

——建设中国可信软件产业

软件已经成为人类文明的基础设施,但我们真的能够信任它吗?人类文明正在进入一个前所未有的软件时代。

PROLOGUE引言

过去半个多世纪,人类创造了无数伟大的软件系统。从 Unix、C、Lisp、Windows、Linux、Git、Web、数据库、编译器,到今天的云计算、大数据、人工智能、工业软件、自动驾驶、数字孪生和智能 Agent。

这些软件,是人类智慧的结晶。它们把数学、逻辑、工程、知识和人类经验,转化成了可以被机器执行的形式。

今天:金融由软件运行;通信由软件连接;电网由软件调度;铁路由软件控制;汽车由软件定义;工厂由软件组织;医院由软件支撑;城市由软件治理;人工智能则开始让软件拥有越来越强的认知与行动能力。

软件已经不再是人类社会的辅助工具。软件正在成为现代文明本身的重要组成部分。

当我们把越来越多的现实世界交给软件,我们是否已经建立了与软件重要性相匹配的可信体系?

答案恐怕并不令人乐观。

01十五万亿元级软件产业背后,隐藏着一个巨大的「可信性赤字」

中国的软件产业已经发展成为一个巨大的产业体系。

15.48 万亿2025 年软件业务收入 · 同比增长 13.2%
1.88 万亿利润总额
10.64 万亿信息技术服务收入

其中软件产品收入 3.24 万亿元;工业软件产品收入 3330 亿元;信息安全产品和服务收入 2235 亿元。这意味着:中国已经拥有一个 15 万亿元级的软件产业。

然而,我们必须提出一个更加基本的问题:在这 15 万亿元的软件中,有多少软件能够真正回答「为什么可以相信它」?

传统的软件工程当然已经建立了大量质量保障体系:编程语言、类型系统、编译器、软件测试、静态分析、动态分析、代码审查、软件配置管理、软件安全、形式化验证、DevOps、DevSecOps。这些都是人类软件工程最伟大的成果。

但是,随着软件规模和复杂度不断增加,一个新的问题正在出现:传统软件工程正在越来越难以独立承担现代软件系统的全部可信责任。

02软件最大的危险,不只是 Bug,而是「我们不知道它是否可信」

传统软件问题通常被理解为:有没有 Bug?但今天真正的问题已经远远超出了 Bug。我们需要问:

代码可信吗? 代码是否正确实现了需求?
数据可信吗? 数据来自哪里?是否完整、真实、最新?
软件供应链可信吗? 第三方组件是否安全?开源软件是否存在未知漏洞?
知识可信吗? 系统使用的知识是否正确?谁定义了这些知识?
规则可信吗? 业务规则是否完整?规则之间是否存在冲突?
模型可信吗? 模型为什么得出这个结果?
决策可信吗? 系统为什么采取这个决策?
行动可信吗? Agent 为什么执行这个动作?
系统可信吗? 整个系统在复杂环境下是否仍然按照预期运行?

于是我们发现:软件可信已经从「代码正确性」扩展成为一个系统性问题。

03软件复杂度已经远远超出了过去的软件工程想象

过去的软件可能只有几千行代码。后来几万行。再后来几百万行、几千万行。

今天,一个大型软件系统往往不是一个程序,而是一个庞大的生态:

操作系统 数据库 编译器 开源组件 第三方 SDK 云平台 API 数据 AI 模型 Agent 业务规则

因此,现代软件已经不是一个程序,而是一个复杂的软件系统。更进一步:它已经成为一个复杂的社会—技术系统。

04漏洞正在证明传统软件可信体系面临巨大压力

美国国家标准与技术研究院(NIST)的数据已经给出了非常强烈的信号。2020—2025 年,CVE 漏洞提交数量增长 263%。2025 年,NIST 处理的 CVE 数量已经达到约 4.2 万个。

而进入 2026 年以后,漏洞提交速度仍然快速增长。这说明一个非常重要的问题:软件世界产生问题的速度,正在越来越接近甚至超过传统人工分析和治理能力。

这不是某一个软件公司的问题,也不是某一种编程语言的问题,而是软件规模化时代的结构性问题。

05软件供应链让可信问题从「一个程序」扩展到「整个生态」

现代软件几乎没有真正意义上的「独立软件」。一个系统可能依赖几百个、几千个、甚至数万个第三方软件组件。一个组件的问题可能沿着供应链传播。

Verizon 2026 年《Data Breach Investigations Report》显示:软件漏洞利用已经成为数据泄露最主要的初始攻击方式之一,占 31%。同时,涉及第三方的泄露事件达到 48%。

这说明:软件可信已经成为整个数字生态系统的问题。

06软件错误的经济代价已经巨大到不能忽视

IBM 2025 年《Cost of a Data Breach Report》显示:全球一次数据泄露事件的平均成本约为 444 万美元。美国则达到 1022 万美元。这还只是安全事件。

如果把软件故障、业务中断、工业停机、金融错误、医疗错误、数据损坏、软件供应链事故全部纳入考虑,那么现代社会因为「不可信软件」付出的代价将更加巨大。

软件可信不是软件企业自己的质量问题,而是整个数字经济的基础设施问题。

07人工智能正在成为软件可信问题中的一个重要新变量

这里必须特别强调:大模型不是软件可信问题的全部,也不是唯一解决方案。它只是正在改变软件工程的一项重要技术力量。

过去
需求架构设计程序员代码测试软件
今天
人的意图大模型代码测试部署Agent执行

自动编程正在极大提高软件生产效率。这是一件非常积极的事情。它能够:降低开发门槛;提高程序员效率;自动生成代码;自动生成测试;自动分析代码;自动发现部分问题;自动重构;自动生成文档。

因此,大模型实际上也可能成为可信软件的重要技术工具。但是,它同时提出了一些新的问题:

因此:AI 不是简单地「解决可信问题」,而是把软件可信问题带入了新的阶段。它既是可信软件的工具,也是可信软件需要治理的新对象。这个定位更加准确。

08大模型真正改变的是「软件生产函数」

传统软件工程的核心瓶颈之一是:人写代码太慢。大模型正在改变这一点。可以粗略表示为:

PRODUCTION FUNCTION

Software Generation Cost

Software Generation Speed

这是一场巨大的生产力革命。但软件产业存在一个非常重要的不对称:

ASYMMETRY

生成软件 验证软件

软件生成能力提高以后:验证、测试、审计、理解和维护的重要性反而会上升。因此,AI 时代可能出现一个新的产业规律:

INDUSTRIAL LAW

Generation Verification Demand

这就是可信软件产业的重要经济基础。

09真正的问题不是「AI 会不会写代码」,而是「软件是否值得信任」

这是两个完全不同的问题。一个系统即使没有明显 Bug、测试通过、性能优秀,也未必可信——因为它可能实现了错误的需求。

因此未来必须从代码正确性进一步走向意图正确性,再进一步让知识、规则、决策、行动全部进入可信体系。

Code Correctness Intent Correctness Knowledge Rule Decision Action

这意味着:软件可信正在从「代码层问题」升级为「语义层问题」。

10Palantir 揭示了另一个重要变化:软件开始理解现实世界

这也是我们研究 Palantir 最重要的原因。Palantir 真正重要的地方,并不是某个单独的软件产品,而是它提出了一种重要的软件思想:AI 不能只理解数据,还必须理解数据背后的现实世界。

因此,它通过 Ontology 组织对象、属性、关系、业务规则、行动、权限。这使软件从 Data-Centric 逐渐走向 World-Centric。这是 AI 时代软件体系非常重要的一次变化。

11但仅仅「理解世界」还不够

这恰恰是中国可信软件产业可以进一步突破的地方。下一代系统不能只回答「这是什么」,还必须回答:

因此需要从

DataOntologyAIAction

进一步走向

DataKnowledgeOntology RuleAIDecision ActionVerificationEvidence

这就是:可信智能软件。

12这正是 Knowledge Operating System 的历史机会

传统操作系统管理 CPU、内存、进程、文件、设备。下一代知识操作系统需要管理 Entity、Event、State、Relation、Rule、Decision、Action、Trace、Evidence。

KOS 不是一个知识库。它是面向知识计算、推理、决策、执行与验证的新型软件基础设施。

13KOS-TL 解决的是「知识如何进入可信执行」

知识如果只是文档、PDF、向量、RAG 上下文,仍然不能保证可信。必须让知识能够进入:

事件规则状态行动轨迹

形成可计算、可验证的执行语义。因此 KOS-TL 所探索的

KOS-TL

Event + Rule + State + Execution Trace

实际上对应的是一个非常重要的未来问题:如何让知识成为可信计算过程的一部分。这可能成为可信软件基础理论的重要组成部分。

14可信软件将重新定义软件测试

传统测试:输入 → 输出。未来测试覆盖数据、知识、语义、规则、模型、决策、行动、执行、证据:

最终,Software Verification 将从 Code Verification 走向 Knowledge + Software + AI + Action Verification。

15这将产生一个巨大的新产业

中国 2025 年软件产业规模已经达到 15.48 万亿元。即使仅按照整个软件产业的 1% 计算:

SCENARIO

15.48 万亿 × 1% = 1548 亿元

15.48 万亿 × 5% = 7740 亿元

这不是对未来市场规模的预测,而是一个简单的产业渗透情景测算。它所揭示的是:即使可信软件只成为整个软件产业中的一个小价值层,也足以形成千亿元乃至万亿元级产业空间。

而可信软件还将覆盖 AI 安全、Agent 治理、软件验证、软件供应链、知识基础设施、Ontology、工业软件、数字孪生、可信操作系统、软件认证、软件审计。

因此:可信软件完全有可能成为 AI 时代新的基础软件产业。

16我们必须重新定义「软件价值」

VALUE FUNCTION

过去:Software Value ≈ Function

后来:Software Value ≈ Function + Platform

AI 时代:Software Value ≈ Function + Platform + Intelligence

未来:Software Value ≈ Function + Platform + Intelligence + Trust

最终:可信将成为软件价值的重要组成部分。

17我们必须建立中国自己的可信软件产业链

不是再建设一个单独的「安全软件产业」,而是形成完整链条:

可信芯片 可信硬件 可信操作系统 可信数据库 可信中间件 Knowledge OS Ontology 可信 AI 可信 Agent 可信行业软件 可信认证 可信服务

形成完整的:标准—技术—平台—工具—软件—行业—认证体系。

18这不是一个普通产业问题,而是下一代数字基础设施问题

操作系统曾经是数字时代的基础设施。数据库曾经是数字时代的基础设施。互联网曾经是数字时代的基础设施。云计算正在成为基础设施。

今天:知识正在成为新的计算资源。而 AI 正在成为新的计算主体。因此未来需要新的基础设施:Knowledge Infrastructure。而可信软件,就是这个基础设施不可缺少的一层。

19我们不能只追求「更强的 AI」,还必须建立「更强的可信软件」

未来的竞争不能只有:谁的模型参数更多?谁的 Benchmark 更高?谁的 GPU 更多?还必须比较:

这才是真正的下一代软件竞争。

20中国为什么必须抓住这个机会?

因为中国已经拥有 15 万亿元级软件产业;拥有庞大的制造业体系;拥有世界规模最大的产业应用场景之一;拥有快速发展的人工智能产业;拥有巨大的数据和知识资源;拥有完整的软件产业链;拥有庞大的工程师队伍。

我们缺少的不是基础。我们缺少的是:把这些基础组织成下一代可信软件基础设施的战略能力。

21我们不能满足于成为软件的使用者

过去的软件时代,中国长期存在一个问题:底层软件基础设施掌握在别人手中。今天,我们有机会改变这种局面。

我们不仅要使用软件,还要定义软件
我们不仅要使用 AI,还要定义 AI 进入现实世界的可信机制
我们不仅要建设数据中心,还要建设知识基础设施
我们不仅要建设大模型,还要建设可信智能软件体系

22这是从「软件大国」走向「软件强国」的关键一步

软件大国意味着:软件产业规模巨大。软件强国则意味着:掌握软件基础理论,掌握核心基础软件,掌握软件标准,掌握软件生态,掌握软件基础设施,掌握下一代软件范式。

因此:可信软件可能成为中国软件产业实现范式跃迁的重要突破口。

23我们这一代软件人的历史使命

回望软件史:Unix 改变了操作系统。C 改变了系统软件。Lisp 改变了人工智能思想。Web 改变了信息世界。Git 改变了软件协作。LLVM 改变了编译基础设施。大模型正在改变软件生产方式。

那么,我们这一代软件人需要继续回答:

这就是:可信软件时代的问题。

CODA结语:让软件从「能够运行」走向「值得信任」

今天,我们面对的并不是一个简单的软件升级问题,而是一场软件文明的结构性变革。

过去:软件帮助人类计算。后来:软件帮助人类连接。再后来:软件帮助人类管理复杂世界。今天:软件开始理解世界。未来:软件将越来越多地参与决策并直接作用于现实世界。

软件不仅要能够运行,更必须值得信任。

大模型不会自动解决这个问题。传统软件工程也无法单独解决这个问题。网络安全同样不能完全解决这个问题。我们需要的是一个新的综合体系:

TRUSTED SOFTWARE

Data + Knowledge + Ontology + Rules + Software + AI + Verification + Execution + Evidence

而这正是中国发展可信软件产业的历史起点。

它不是对传统软件产业的否定。恰恰相反:它是 15 万亿元级软件产业发展到今天之后,必然出现的下一层价值。

它不是为了替代大模型,而是为了让大模型成为可信软件体系的一部分。

它不是为了替代传统软件工程,而是为了把传统软件工程提升到知识、AI 和现实世界的时代。

它不是为了简单复制 Palantir,而是吸收其 Ontology 和现实世界建模思想,进一步建立完整可信计算体系:

KnowledgeReasoningDecisionActionVerification

这就是我们应该争取的未来。

让中国从软件大国走向软件强国。让中国从人工智能大国走向可信智能软件强国。让中国不仅拥有更强大的 AI,更拥有让 AI 可信进入现实世界的软件基础设施。
让机器更聪明。让软件更可靠。让知识可以计算。让智能可以验证。让行动值得信任。

这,就是可信软件时代。
这,就是我们这一代软件人的历史使命。

MANIFESTO · 檄文

Advance into the Age of Trusted Software

— Building China’s Trusted Software Industry

Software has become infrastructure for human civilization. But can we truly trust it? Civilization is entering an unprecedented software age.

PROLOGUEIntroduction

Over the past half century, humanity has created countless great software systems: from Unix, C, Lisp, Windows, Linux, Git, the Web, databases and compilers, to today’s cloud computing, big data, artificial intelligence, industrial software, autonomous driving, digital twins and intelligent agents.

These systems are crystallizations of human intelligence. They turn mathematics, logic, engineering, knowledge and experience into forms that machines can execute.

Today finance runs on software; communications are joined by software; power grids are dispatched by software; railways are controlled by software; automobiles are defined by software; factories are organized by software; hospitals are supported by software; cities are governed by software. Artificial intelligence is beginning to give software ever stronger powers of cognition and action.

Software is no longer an auxiliary tool of human society. It is becoming a constituent part of modern civilization itself.

As we hand more and more of the real world to software, have we built a system of trust commensurate with its importance?

The answer, I fear, is not encouraging.

01Behind a RMB 15-trillion software industry lies a vast “trust deficit”

China’s software industry has already grown into an enormous industrial system.

¥15.48 tn2025 software business revenue · +13.2% YoY
¥1.88 tnTotal profit
¥10.64 tnIT services revenue

Software products accounted for RMB 3.24 trillion; industrial software products, RMB 333 billion; information-security products and services, RMB 223.5 billion. This means China already has a software industry on the order of RMB 15 trillion.

Yet we must ask a more basic question: of this RMB 15 trillion in software, how much can truly answer “why it may be trusted”? Traditional software engineering has of course built a great apparatus of quality: programming languages, type systems, compilers, testing, static and dynamic analysis, code review, configuration management, software security, formal verification, DevOps and DevSecOps. These are among the greatest achievements of software engineering.

But as scale and complexity keep rising, a new problem appears: traditional software engineering is increasingly unable, by itself, to bear the full burden of trust for modern systems.

02The greatest danger is not only bugs, but that we do not know whether software is trusted

The traditional software question is usually: are there bugs? Today’s real question has already gone far beyond bugs. We need to ask:

Is the code trusted? Does it correctly implement the requirements?
Is the data trusted? Where does it come from? Is it complete, authentic and current?
Is the software supply chain trusted? Are third-party components safe? Do open-source packages hide unknown vulnerabilities?
Is the knowledge trusted? Is the knowledge the system uses correct? Who defined it?
Are the rules trusted? Are business rules complete? Do they conflict with one another?
Is the model trusted? Why did the model reach this result?
Is the decision trusted? Why did the system take this decision?
Is the action trusted? Why did the agent execute this act?
Is the system trusted? Does the whole still behave as intended in complex environments?

We then see: software trust has expanded from “code correctness” into a systems problem.

03Software complexity has far outrun the old imagination of software engineering

Software once meant a few thousand lines of code. Then tens of thousands. Then millions and tens of millions.

Today a large software system is often not a program but a vast ecology:

OS Database Compiler Open source Third-party SDK Cloud API Data AI model Agent Business rules

Modern software is therefore not a program. It is a complex software system. Further still: it has become a complex socio-technical system.

04Vulnerabilities show that the old trust regime is under severe strain

Data from the U.S. National Institute of Standards and Technology already send a strong signal. From 2020 to 2025, CVE submissions grew 263%. In 2025 NIST handled about 42,000 CVEs.

Into 2026 the pace of submissions is still rising fast. This points to a crucial fact: the speed at which the software world produces problems is approaching—and may exceed—the capacity of traditional human analysis and governance.

This is not the problem of one company, nor of one programming language. It is a structural problem of the age of software at scale.

05The supply chain stretches trust from “one program” to “an entire ecology”

There is almost no truly independent software anymore. A system may depend on hundreds, thousands, even tens of thousands of third-party components. A flaw in one component can travel down the chain.

Verizon’s 2026 Data Breach Investigations Report shows that exploitation of software vulnerabilities has become one of the leading initial attack vectors in data breaches, at 31%. Incidents involving third parties reached 48%.

This means software trust has become a problem of the whole digital ecosystem.

06The economic cost of software failure is already too large to ignore

IBM’s 2025 Cost of a Data Breach Report puts the global average cost of a breach at about USD 4.44 million, and USD 10.22 million in the United States. That is security incidents alone.

If we also count software faults, business interruption, industrial downtime, financial error, medical error, data corruption and supply-chain accidents, the price modern society pays for untrusted software is far greater still.

Software trust is not a quality issue for software firms alone. It is an infrastructure issue for the entire digital economy.

07Artificial intelligence is becoming an important new variable in software trust

This must be stated with care: large models are neither the whole of the trust problem nor its only solution. They are one major technical force now changing software engineering.

THEN
RequirementsArchitectureProgrammerCodeTestSoftware
NOW
Human intentLarge modelCodeTestDeployAgentExecute

Automatic programming is greatly raising the productivity of software. That is a good thing. It can lower the barrier to building, raise the efficiency of programmers, generate code and tests, analyze code, find some defects, refactor, and write documentation.

Large models may therefore become an important tool of trusted software. But they also raise new questions:

AI does not simply “solve” trust. It carries the trust problem into a new stage. It is both a tool of trusted software and a new object that trusted software must govern. That is the accurate position.

08What large models truly change is the software production function

One core bottleneck of classical software engineering is that people write code too slowly. Large models are changing that. Roughly:

PRODUCTION FUNCTION

Software Generation Cost

Software Generation Speed

This is a vast productivity revolution. But the industry contains a crucial asymmetry:

ASYMMETRY

Generating software verifying software

Once generation capacity rises, verification, testing, audit, understanding and maintenance become more—not less—important. The AI age may therefore obey a new industrial law:

INDUSTRIAL LAW

Generation Verification Demand

That is an economic foundation of the trusted-software industry.

09The real question is not whether AI can write code, but whether software is worth trusting

These are two different questions. A system may have no obvious bugs, pass its tests and perform well, and still not be trusted—because it may have implemented the wrong requirements.

The future must therefore move from code correctness to intent correctness, and then bring knowledge, rules, decisions and actions all inside the trust regime.

Code Correctness Intent Correctness Knowledge Rule Decision Action

This means software trust is rising from a problem of the code layer to a problem of the semantic layer.

10Palantir reveals another change: software begins to understand the real world

This is the most important reason we study Palantir. What matters is not any single product, but a software idea: AI cannot understand data alone; it must understand the real world behind the data.

Through an ontology it organizes objects, attributes, relations, business rules, actions and permissions. Software thus moves from data-centric toward world-centric. That is a major shift in the software stack of the AI age.

11But merely “understanding the world” is not enough

Here is precisely where China’s trusted-software industry can go further. The next systems must not only answer “what is this?” They must also answer:

We must therefore move from

DataOntologyAIAction

further to

DataKnowledgeOntology RuleAIDecision ActionVerificationEvidence

That is trusted intelligent software.

12This is the historical opportunity of a Knowledge Operating System

A classical operating system manages CPU, memory, processes, files and devices. The next knowledge operating system must manage entity, event, state, relation, rule, decision, action, trace and evidence.

KOS is not a knowledge base. It is a new software infrastructure for computing, reasoning, deciding, executing and verifying knowledge.

13KOS-TL asks how knowledge enters trusted execution

If knowledge remains a document, a PDF, a vector or a RAG context, trust is still not guaranteed. Knowledge must be able to enter:

EventRuleStateActionTrace

and form executable, verifiable semantics. What KOS-TL explores—

KOS-TL

Event + Rule + State + Execution Trace

—corresponds to a decisive future question: how knowledge becomes part of a trusted computational process. This may become an important piece of the foundational theory of trusted software.

14Trusted software will redefine software testing

Classical testing: input → output. Future testing covers data, knowledge, semantics, rules, models, decisions, actions, execution and evidence:

In the end, software verification will move from code verification to knowledge + software + AI + action verification.

15This will give rise to a large new industry

China’s software industry reached RMB 15.48 trillion in 2025. Even at 1% of that whole:

SCENARIO

¥15.48 tn × 1% = ¥154.8 bn

¥15.48 tn × 5% = ¥774 bn

This is not a forecast of future market size. It is a simple penetration scenario. It shows that if trusted software is only a thin value layer inside the software industry, it is still enough to form a space of hundreds of billions—even trillions—of yuan.

Trusted software will also cover AI safety, agent governance, software verification, the software supply chain, knowledge infrastructure, ontology, industrial software, digital twins, trusted operating systems, software certification and software audit.

Trusted software may well become a new foundational software industry of the AI age.

16We must redefine the value of software

VALUE FUNCTION

Once: Software Value ≈ Function

Then: Software Value ≈ Function + Platform

The AI age: Software Value ≈ Function + Platform + Intelligence

The future: Software Value ≈ Function + Platform + Intelligence + Trust

In the end, trust will be an essential part of software’s value.

17We must build China’s own trusted-software industry chain

Not another isolated “security-software industry,” but a complete chain:

Trusted chips Trusted hardware Trusted OS Trusted database Trusted middleware Knowledge OS Ontology Trusted AI Trusted agent Trusted industry software Trusted certification Trusted services

A complete system of standards, technology, platforms, tools, software, industries and certification.

18This is not an ordinary industrial question. It is next-generation digital infrastructure

Operating systems were infrastructure of the digital age. So were databases. So was the internet. Cloud computing is becoming infrastructure now.

Today knowledge is becoming a new computational resource, and AI a new computational subject. The future therefore needs a new infrastructure: knowledge infrastructure. Trusted software is an indispensable layer of it.

19We cannot chase only stronger AI. We must also build stronger trusted software

Future competition cannot be only: whose model has more parameters? Whose benchmark is higher? Who has more GPUs? It must also ask:

That is the true next competition in software.

20Why China must take this chance

Because China already has a RMB 15-trillion software industry; a vast manufacturing system; one of the world’s largest bodies of industrial application; a fast-growing AI industry; enormous data and knowledge resources; a complete software chain; and a huge corps of engineers.

What we lack is not the base. What we lack is the strategic capacity to organize that base into next-generation trusted-software infrastructure.

21We cannot be content to remain users of software

In the last software age China long faced a problem: the underlying software infrastructure was in other hands. Today we have a chance to change that.

We must not only use software. We must define software.
We must not only use AI. We must define the trusted mechanisms by which AI enters the real world.
We must not only build data centers. We must build knowledge infrastructure.
We must not only build large models. We must build a trusted intelligent-software system.

22This is the step from a large software country to a strong software country

A large software country means a vast industry. A strong software country means mastery of foundational theory, of core systems software, of standards, of ecosystems, of infrastructure, and of the next software paradigm.

Trusted software may therefore be a decisive opening for a paradigm shift in China’s software industry.

23The historical mission of this generation of software people

Look back: Unix changed operating systems. C changed systems software. Lisp changed the ideas of AI. The Web changed the world of information. Git changed collaboration. LLVM changed compiler infrastructure. Large models are changing how software is produced.

This generation must still answer:

These are the questions of the age of trusted software.

CODACoda: from “it runs” to “it is worth trusting”

What we face is not a simple upgrade of software. It is a structural change in software civilization.

Once, software helped us compute. Then it helped us connect. Then it helped us manage a complex world. Today software begins to understand the world. Tomorrow it will take part in decisions and act more and more directly on reality.

Software must not only be able to run. It must be worth trusting.

Large models will not solve this by themselves. Neither will classical software engineering alone, nor cybersecurity alone. What we need is a new synthesis:

TRUSTED SOFTWARE

Data + Knowledge + Ontology + Rules + Software + AI + Verification + Execution + Evidence

This is the historical starting point of China’s trusted-software industry.

It is not a negation of the traditional software industry. On the contrary: it is the next layer of value that a RMB 15-trillion industry must now grow.

It is not meant to replace large models, but to make them part of a trusted-software system.

It is not meant to replace classical software engineering, but to raise it into the age of knowledge, AI and the real world.

It is not meant to copy Palantir. It absorbs the ontology and world-modeling idea, and goes further, to a complete trusted computational system:

KnowledgeReasoningDecisionActionVerification

That is the future we should contend for.

Let China move from a large software country to a strong one. From a large AI country to a strong country of trusted intelligent software. Let China possess not only more powerful AI, but the software infrastructure that lets AI enter the real world in a trusted way.
Let machines be wiser. Let software be more reliable. Let knowledge be computable. Let intelligence be verifiable. Let action be worth trusting.

This is the age of trusted software.
This is the historical mission of our generation of software people.