Blame

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