diff --git a/README.md b/README.md index 2c43b0039..aa15854a9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # 🧑✈️ GPT PILOT -### GPT Pilot codes the entire app as you oversee the code being written +### GPT Pilot helps developers build apps 20x faster --- -This is a research project to see how can GPT-4 be utilized to generate fully working, production-ready, apps. **The main idea is that AI can write most of the code for an app (maybe 95%) but for the rest 5%, a developer is and will be needed until we get full AGI**. +The goal of GPT Pilot is to research how much can GPT-4 be utilized to generate fully working, production-ready apps while the developer oversees the implementation. + +**The main idea is that AI can write most of the code for an app (maybe 95%) but for the rest 5%, a developer is and will be needed until we get full AGI**. I've broken down the idea behind GPT Pilot and how it works in the following blog posts: @@ -15,8 +17,13 @@ I've broken down the idea behind GPT Pilot and how it works in the following blo --- + +
- -
- -### Markdown editor +### 📝 Markdown editor - 💬 Prompt: `Build a simple markdown editor using HTML, CSS, and JavaScript. Allow users to input markdown text and display the formatted output in real-time.` - ▶️ [Video of the app creation process](https://youtu.be/uZeA1iX9dgg) - 💻️ [GitHub repo](https://github.com/Pythagora-io/gpt-pilot-demo-markdown-editor.git) -- -
- -### Timer app +### ⏱️ Timer app - 💬 Prompt: `Create a simple timer app using HTML, CSS, and JavaScript that allows users to set a countdown timer and receive an alert when the time is up.` - ▶️ [Video of the app creation process](https://youtu.be/CMN3W18zfiE) - 💻️ [GitHub repo](https://github.com/Pythagora-io/gpt-pilot-timer-app-demo) -- -
- # 🏗 How GPT Pilot works? Here are the steps GPT Pilot takes to create an app: @@ -133,7 +128,8 @@ Here are the steps GPT Pilot takes to create an app: 7. **Developer agent** takes each task and writes up what needs to be done to implement it. The description is in human readable form. 8. Finally, **Code Monkey agent** takes the Developer's description and the currently implement file and implements the changes into it. We realized this works much better than giving it to Developer right away to implement changes. -![GPT Pilot Coding Workflow](https://github.com/Pythagora-io/gpt-pilot/assets/10895136/54a8ec24-a2ea-43a6-a494-03139d4e43f5) +![GPT Pilot Coding Workflow](https://github.com/Pythagora-io/gpt-pilot/assets/10895136/53ea246c-cefe-401c-8ba0-8e4dd49c987b) +