TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: gpt-engineer – platform for devs to tinker with AI programming tools

178 点作者 antonoo将近 2 年前
Hello Hacker News community,<p>Wanted to share a project I started working on during my spare time and was then discovered by many in the open source community last week.<p>GPT Engineer’s mission: Be the open platform for devs to tinker with and build their personal code-generation toolbox.<p>I believe it&#x27;s key for us devs to engage in how building software can and will change.<p>You can find more info about the flexible technical &quot;philosophy&quot; to make it work well, and the community we want it to become on github: https:&#x2F;&#x2F;github.com&#x2F;AntonOsika&#x2F;gpt-engineer<p>The project is still in early stages. It&#x27;s clear that there is a lot of room for improvement as the space to combine tricks that guide LLM&#x27;s is large.<p>Appreciate any suggestions, experiences, or ideas on the project from you all!

12 条评论

anotherpaulg将近 2 年前
Have you done much work on using GPT to *edit* code in an existing codebase? That&#x27;s been my focus lately, working on my open source GPT coding tool [0].<p>Generating new code from whole-cloth seems like an easier task for GPT. My tool can certainly do that, as can smol-developer, etc. But you really only do that &quot;once&quot; per project.<p>Can folks use gpt-engineer to modify and extend the code it has already created, as the user comes up with new features, etc? Can it be used to work on a pre-existing codebase?<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider">https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider</a>
评论 #36426452 未加载
评论 #36424561 未加载
评论 #36436456 未加载
评论 #36426806 未加载
评论 #36424469 未加载
评论 #36477452 未加载
评论 #36426674 未加载
评论 #36429167 未加载
评论 #36428438 未加载
mayaakim将近 2 年前
Hey Anton, congratulations, I love the project, the results are amazing even though I still have access to gpt-3.5 only. I can&#x27;t even image the results with gpt-4.<p>I&#x27;d love to see some improvements on the clarifications&#x2F;questions part, but overall it&#x27;s a great project with so much potential. Did you consider including some sort of code self-repair step?<p>Btw I posted a video [0] about gpt-engineer and my audience is also very impressed.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4ehvtuv3ZuQ">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4ehvtuv3ZuQ</a>
Kiro将近 2 年前
I haven&#x27;t tried this but how do you get around the fact that it hallucinates functions and variables when doing it file by file? I haven&#x27;t managed to make an app without error going this route. The only time it produces something working is when I keep it single-file (e.g. html, js and css together) or single-function.
gaolei8888将近 2 年前
I&#x27;d like to see this is going forward. So much potential.
gitgud将近 2 年前
Interesting project, great work on getting it done.<p>One thing I noticed is that the video in the readme doesn’t actually show the generated code running. It would be much more convincing if it did!
braindead_in将近 2 年前
Cool project. I tried to build a reactjs Todo app with TDD, but it just put comments in the test file instead of the actual test. A self heal loop would be quite useful.
LonisHamaili将近 2 年前
Wow, this is a big improvement on other &#x27;gpt engineering&#x27; projects I&#x27;ve seen out there. What are the main things you think you can improve on it from here?
reallymental将近 2 年前
Just a quick thing I loved about your gif at the end, the font and the theme of your Vim settings! Really loved it, do you mind sharing your .vimrc?
评论 #36424272 未加载
nathan_tarbert将近 2 年前
This is a really cool project. I&#x27;m going to play around with it. I love the fact that it&#x27;s Open-Source!
评论 #36424475 未加载
thepra将近 2 年前
can it &quot;scan&quot; scan a local codebase, understand all the syntaxes used and their differences and being asked to write code for that particular part of the project?
ErikBjare将近 2 年前
Nice to finally see you submit it here Anton :)
nobu513将近 2 年前
test