| 1 | TODO |
| 2 | |
| 3 | - [ ] If code doesnt compile, read diagnostics and try again |
| 4 | - [ ] Provide detailed examples in assistant prompt (use another LLM to generate good prompts, iterate from there) |
| 5 | - [ ] Provide more tools for working with HIR/AST (eg so we can prompt it to try and optimize code via HIR, which it can then translate back into user code changes) |