|
|
|
|
|
by jrvarela56
750 days ago
|
|
Similar to how programmers work, the AI needs feedback from the runtime in order to iterate towards a workable program. My expectation isn’t that the AI generate correct code. The AI will be useful as an ‘agent in the loop’: - Spec or test suite written as bullets - Define tests and/or types - Human intevenes with edits to keep it in the right direction - LLM generates code, runs complier/tests - Output is part of new context - Repeat until programmer is happy |
|
This should be feasible this holiday season.