Blame
|
1 | # Coding Agents |
||||||
| 2 | ||||||||
| 3 | ## 2026-03-17 |
|||||||
| 4 | Treat the agent as a meeseeks box. Have it perform one task and then kill itself. |
|||||||
| 5 | The goal is to use the minimum amount of context possible to achieve the task. |
|||||||
| 6 | This means scoping the task to be small and well defined and making heavy use of subagents. |
|||||||
| 7 | ||||||||
| 8 | Having conversations with the agent is not a good idea. |
|||||||
| 9 | Both for moral reasons: |
|||||||
|
10 | - I am a human, talking to it is beneath me. |
||||||
| 11 | - I am not willing to let my mind be poisoned by its language. |
|||||||
| 12 | You are what you read. |
|||||||
|
13 | And for the purpose of using the least amount of context possible . |
||||||
|
14 | |||||||
| 15 | They are extremely helpful in speeding up some aspects of software dev, but they are at this time not the panacea that is promised. |
|||||||
