New 🧑‍💻 Smol AI Developer - Build ENTIRE Codebases With A Single Prompt (ChatGPT)



AI Summary

Summary: Using Small Developer to Create a Python Project

  • Overview:
    • Small Developer is likened to a junior engineer tool.
    • It can generate entire projects from prompts.
    • The author demonstrates project creation and installation.
  • Project Creation:
    • Prompt given to Small Developer: Create a Python project using ChatGPT API.
    • The tool generated a project with a requirements file, main script, and an .env file.
    • The author tested the project, which successfully interacted with ChatGPT.
  • Installation Guide:
    • Small Developer is available on GitHub with 7,000 stars and 500 forks.
    • It is described as human-centric and coherent whole program synthesis.
    • Installation involves cloning the repo and setting up the environment.
  • Setup Steps:
    1. Clone the GitHub repository.
    2. Open the project in VS Code.
    3. Rename .example.env to .env and insert the OpenAI API key.
    4. Install modal-client or use Python directly with requirements.txt.
    5. Run the project using modal run main.py --prompt.
  • Usage:
    • Modal.com is recommended for managing dependencies.
    • The author provides a basic example and a complex one using prompt.md.
    • The tool generates the specified files and code structure.
  • Conclusion:
    • Small Developer simplifies project creation.
    • The author encourages trying it out and provides feedback options.