---
title: "Rethinking Software Engineering for Agentic AI"
created: 2026-04-15
updated: 2026-04-15
type: concept
tags: [agentic-coding, software-engineering, multi-agent, paradigm]
sources: [raw/papers/2026/04/2604.10599.md]
---
# Rethinking SE for Agentic AI Systems

## 核心问题
传统软件工程范式如何适应 AI Agent 时代？Agent 系统的开发/测试/部署流程与传统软件有何根本不同？

## 关键洞察
- 多 Agent 协作编排成为新的软件架构范式
- 代码质量标准的重新定义（Agent 生成代码 vs 人类维护代码）
- 测试/验证从确定性转向概率性

## Related
- [[agentic-coding]]
- [[agent-supply-chain-attack]]
