Loading video...

Video Failed to Load

Go Home

👶🤖 Introducing `gpt-engineer` ▸ One prompt generates a codebase ▸ Asks clarifying questions ▸ Generates technical spec ▸ Writes all necessary code ▸ Easy to add your own reasoning steps, modify, and experiment ▸ open source: ▸ Lets you finish a coding project in minutes. swyx scooped me on...

664,604 views • 3 years ago •via X (Twitter)

10 Comments

Alex Mizrahi's profile picture
Alex Mizrahi3 years ago

Generating a whole code base at once is a nice trick but it works only for tiny code bases. Basically as soon as things don't fit into the context the quality will drop sharply and the tool won't be useful. To make a real GPT engineer you need to make it incremental. It should work only on a small task at a time. For example it might work in a loop: 1. Select parts of the code base which are relevant for a particular task. 2. Generate new code taking the context into consideration. 3. Update the summary of the code base. Of course, with a larger context size it might become feasible to update the whole code base at once. But I doubt that quality will be the same as with a smaller context. And you hit a hard limit once you exceed the context size.

Sid⚡️'s profile picture
Sid⚡️3 years ago

Bonus feature: Over promise and under deliver like a true consulting engineer

spink's profile picture
spink3 years ago

This looks cool! I’m working on something pretty similar

SQUIP's profile picture
SQUIP3 years ago

this is amazing 🔥🔥. . any tips on how to make this work with chatgpt-3.5 turbo for the plebs on the waitlist for gpt4 api access? I'm getting an error bc of the context length token limits of the 3.5 model. I want to experiment with this soo bad.

Daniel Deveney's profile picture
Daniel Deveney3 years ago

But did the code work? And does it have the ability to clarify that it works, and debug it if it doesn’t?

Mihai ᛋ's profile picture
Mihai ᛋ3 years ago

bro why didn't you hit run

Jacob Valdez's profile picture
Jacob Valdez3 years ago

Thank you thank you thank you But at the same time 😭😭😭😭😭😭😭. There goes my profession

Robin Ranjit Singh Chauhan @ Neurips's profile picture
Robin Ranjit Singh Chauhan @ Neurips3 years ago

So did the snake game work? Demo ended for it ran. Anyways cool project!

dj spry's profile picture
dj spry3 years ago

@SteveMoraco @Memdotai mem it

Mem's profile picture
Mem3 years ago

@antonosika @SteveMoraco Saved! Here's the compiled thread: 🪄 AI-generated summary: "gpt-engineer is an open source tool that allows users to generate a codebase, ask clarifying questions, create a technical spec, and write all necessary code with ease. It also...

Related Videos