TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

178 pointsby antonooalmost 2 years ago
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 comments

anotherpaulgalmost 2 years ago
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 未加载
mayaakimalmost 2 years ago
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>
Kiroalmost 2 years ago
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.
gaolei8888almost 2 years ago
I&#x27;d like to see this is going forward. So much potential.
gitgudalmost 2 years ago
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_inalmost 2 years ago
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.
LonisHamailialmost 2 years ago
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?
reallymentalalmost 2 years ago
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_tarbertalmost 2 years ago
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 未加载
thepraalmost 2 years ago
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?
ErikBjarealmost 2 years ago
Nice to finally see you submit it here Anton :)
nobu513almost 2 years ago
test