An open API service indexing awesome lists of open source software.

https://github.com/nomadicGopher/AI_Assisted_Development_Manifesto

Guidelines for programmers leveraging AI to remain self-improving & efficient as opposed to solely floating on vibes.
https://github.com/nomadicGopher/AI_Assisted_Development_Manifesto

manifesto prompt-engineering vibe-coding

Last synced: 3 months ago
JSON representation

Guidelines for programmers leveraging AI to remain self-improving & efficient as opposed to solely floating on vibes.

Awesome Lists containing this project

README

          

# AI Assisted Development Manifesto
It is easy for AI to be used for practically anything to everything related to software engineering. The following are guidelines for programmers leveraging AI to remain self-improving and efficient as opposed to solely floating on vibes.

### When to use AI
* **Without code as context**
* Asking high-level questions. For example: _1_
* What package(s) are recommended for {task}
* Describe how to {task}
* Explain {concept}
* **With code as context** _2_
* Code reviews and refactoring _3_
* Generating documentation or specs

### When not to use AI
* The first attempt at solving a problem or implementing code
* Implementing code using uncommon methodologies _4_

##

_1. If code changes are provided in response, use it as a reference or make the updates yourself, as opposed to allowing the IDE to make updates for you. The act of going line by line keeps your critical thinking hat on & presents the opportunity to pursue questions along the way.
2. Always review outputs for potential corrections or to catch logic errors that may be presented.
3. Asking if something can be done in a more readable or efficient way may be a good learning opportunity.
4. As of now (2025), LLMs operate on pre-existing data sets & lack the skill of free thinking. Uncommon logic may lead to partially accurate responses._

---

### Inspiration
* [**Youtube: TheVimeagen:** Being Competent With Coding Is More Fun](https://www.youtube.com/watch?v=qLC2pHw3tHM)

### Contribute
* Discuss your opinions at [https://github.com/nomadicGopher/AI_Assisted_Development_Manifesto/discussions](https://github.com/nomadicGopher/AI_Assisted_Development_Manifesto/discussions) to potentially influence this manifesto