# 智能体编程三大核心应用场景

- 来源：François Chollet (@fchollet)
- 发布时间：2026-05-08 05:46
- AIHOT 分数：64
- AIHOT 链接：https://aihot.virxact.com/items/cmow1bcnz01y2slcxd0by6xc9
- 原文链接：https://x.com/fchollet/status/2052505389154115845

## AI 摘要

对我而言，智能体编程的几个主要应用场景：

1. 临时数据可视化。每当遇到可通过量化分析解答的问题时，我会生成代码来绘制图表。

2. 临时数据标注界面。在机器学习领域，“创建专属数据集”往往是关键，而这过去需要大量定制化界面开发工作。

3. 为现有代码创建临时命令行界面。需包含可视化元素。

## 正文

A few major use cases for agentic coding for me：

1. Adhoc data visualizations. Anytime I have a question that can be answered quantitatively， I generate some code to make a plot.

2. Adhoc data annotation UIs. In ML， "make your own dataset" is often the answer， and that used to take a lot of custom UI work.

3. Adhoc CLIs for existing code. With visual elements.
