菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-17
📄 Abstract - Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents

Agentic AI systems can now generate code with remarkable fluency, but a fundamental question remains: \emph{does the generated code actually do what the user intended?} The gap between informal natural language requirements and precise program behavior -- the \emph{intent gap} -- has always plagued software engineering, but AI-generated code amplifies it to an unprecedented scale. This article argues that \textbf{intent formalization} -- the translation of informal user intent into a set of checkable formal specifications -- is the key challenge that will determine whether AI makes software more reliable or merely more abundant. Intent formalization offers a tradeoff spectrum suitable to the reliability needs of different contexts: from lightweight tests that disambiguate likely misinterpretations, through full functional specifications for formal verification, to domain-specific languages from which correct code is synthesized automatically. The central bottleneck is \emph{validating specifications}: since there is no oracle for specification correctness other than the user, we need semi-automated metrics that can assess specification quality with or without code, through lightweight user interaction and proxy artifacts such as tests. We survey early research that demonstrates the \emph{potential} of this approach: interactive test-driven formalization that improves program correctness, AI-generated postconditions that catch real-world bugs missed by prior methods, and end-to-end verified pipelines that produce provably correct code from informal specifications. We outline the open research challenges -- scaling beyond benchmarks, achieving compositionality over changes, metrics for validating specifications, handling rich logics, designing human-AI specification interactions -- that define a research agenda spanning AI, programming languages, formal methods, and human-computer interaction.

顶级标签: agents systems theory
详细标签: intent formalization specification validation ai-generated code formal verification human-ai interaction 或 搜索:

意图形式化:AI智能体时代实现可靠编码的重大挑战 / Intent Formalization: A Grand Challenge for Reliable Coding in the Age of AI Agents


1️⃣ 一句话总结

这篇论文指出,在AI能流畅生成代码的今天,确保代码符合用户真实意图是核心难题,而解决之道在于发展‘意图形式化’技术,即把模糊的用户需求转化为可检验的精确规范,这是决定AI是让软件更可靠还是仅仅更泛滥的关键。

源自 arXiv: 2603.17150