AI 摘要
对我而言,智能体编程的几个主要应用场景: 1. 临时数据可视化。每当遇到可通过量化分析解答的问题时,我会生成代码来绘制图表。 2. 临时数据标注界面。在机器学习领域,“创建专属数据集”往往是关键,而这过去需要大量定制化界面开发工作。 3. 为现有代码创建临时命令行界面。需包含可视化元素。
A few major use cases for agentic coding for me:
- Adhoc data visualizations. Anytime I have a question that can be answered quantitatively, I generate some code to make a plot.
- 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.
- Adhoc CLIs for existing code. With visual elements.