github项目——gpt-pilot自动创建应用

今天扯一扯在github上看到的一个项目gpt-pilot,声称"首个AI程序员"。本来打算玩一下,结果需要配置大语言模型的API,并且只支持OpenAI和claude(Qwen呢)。有没有玩过的老哥说一下好不好用!!(对了,为啥博客现在都没有人留言交流了。。。)

多角色模拟

通过它的说明文档中对其工作流程的描述,可以看到它在创建应用程序的过程中模拟了真实项目中所需的各种角色:
Here are the steps GPT Pilot takes to create an app:

You enter the app name and the description.
Product Owner agent like in real life, does nothing.
Specification Writer agent asks a couple of questions to understand the requirements better if project >description is not good enough.
Architect agent writes up technologies that will be used for the app and checks if all technologies are >installed on the machine and installs them if not.
Tech Lead agent writes up development tasks that the Developer must implement.
Developer agent takes each task and writes up what needs to be done to implement it. The description is >in human-readable form.
Code Monkey agent takes the Developer's description and the existing file and implements the changes.
Reviewer agent reviews every step of the task and if something is done wrong Reviewer sends it back to >Code Monkey.
Troubleshooter agent helps you to give good feedback to GPT Pilot when something is wrong.
Debugger agent hate to see him, but he is your best friend when things go south.
Technical Writer agent writes documentation for the project.

根据它的介绍视频描述,它不是生成代码,而是生成应用,这就很牛X了。按照目前对各种大语言模型的使用体验来看,很重要的一点是需要交互,通过不断的交互来筛选出答案。需要多次交互的原因一方面是问题描述可能不准确,另一方面是AI的回答并不总是对的。我猜想gpt-pilot应该也不是那种一键生成,需要通过不断的交互对产出内容进行校准,过程应该类似敏捷开发。

提示词模版

看了下项目代码,对各种角色提供了提示词模版。我知道提示词可以提高返回结果的准确率,但具体的执行效果如何还需体验。

相关推荐
蚕豆糯米饭8 小时前
Github Copilot 研发效能提升实战指南
ai·github·copilot·ai编程
AlfredZhao10 小时前
GitHub 克隆他人私有仓库:从授权到下载
github
智能制造产品经理代码提升10 小时前
Windows Git 多 GitHub 账号切换(GCM 管理凭据,不覆盖原有账号)
github
Wang's Blog11 小时前
Java框架快速入门: Spring Security+OAuth2之核心角色与授权流程
java·spring·github
dong_junshuai11 小时前
每天一个开源项目#100 OpenCodeReview:2.6万星的低噪声AI审查器
程序员·开源·github
峰向AI12 小时前
还在用 Ableton?这个 3.5K Star 的免费音序器,让你在手机上写微分音音乐
github
SL_staff12 小时前
战略落地的最后一公里:从目标到个人日历的自动化链路实现
java·github·全栈
程序猿编码12 小时前
两张 3090 扛 27B:Qwen3.8-27B 大模型 DFlash2 加速版生产级落地
开发语言·gpt·深度学习·神经网络·大模型·qwen
凌奕13 小时前
OpenCodeReview 架构拆解:AI Code Review 为什么不能只是 Git Diff + LLM?
llm·github·agent
m4Rk_17 小时前
【论文阅读】Agent 记忆机制(70):RecMem——只在记忆反复出现时才调用 LLM 做巩固
论文阅读·人工智能·学习·开源·github