Posts
GPT-Engineer, an alternative to Auto GPT for code
Per the author:
- 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
- Opensource
An SDL language for writing prompts
Github user jxnl has published a SDL library (in python) to work with prompts more naturally.
It also makes it incredibly easy to work with function calls using Python's typings