Commit 2e3b03
2026-05-01 02:10:41 David Marsh: -/-| /dev/null .. howto/ai.md | |
| @@ 0,0 1,20 @@ | |
| + | # AI |
| + | |
| + | AI is the new hotness now, and as much as I ignore it, it's not going away. |
| + | |
| + | So in that spirit, here's how to get the best from it. |
| + | |
| + | These recomndations come from Ryan via the Sydney [[Mesh|MeshCore]]. |
| + | |
| + | * Create markdown files describing the rules |
| + | * be descriptive about how it should do things rather than how it shouldn't |
| + | * Have folder of markdown files describing the design of the project |
| + | * Tell it to implement the design |
| + | * When it gets something wrong |
| + | * improve the design |
| + | * improve the rules |
| + | * review the code |
| + | * Have a progress file where it can keep a journal to help itself and a todo list |
| + | * Prompts should be minimal telling it to do the oustanding todo items |
| + | * New session for each feature |
| + | * TestDrivenDevelopment |