Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOsika authored Jun 4, 2023
1 parent 34513f6 commit dad272d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# GPT Engineer
Specify what you want it to build, the AI asks for clarification, and then builds it. Even if it is complex.
Specify what you want it to build, the AI asks for clarification, and then builds it.

## Philosophy
The philosophy of this project is that it should be be
The entire codebase is generated.

GPT Engineer is made to be easy to adapt, extend, and make your agent learn how you want your code to look.

## Project philosophy
- Simple to get value
- Flexible and simple to add new own "AI steps" (see `steps.py`)
- Flexible and easy to add new own "AI steps". See `steps.py`.
- Incrementally build towards a user experience of:
- high level prompting
- giving feedback to the AI that it will remember over time
1. high level prompting
2. giving feedback to the AI that it will remember over time
- Fast handovers back and forth between AI and human
- No databases, all computation is "resumable" and persisted to filesystems
- Simplicity, all computation is "resumable" and persisted to the filesystem


## Usage
Expand Down

0 comments on commit dad272d

Please sign in to comment.