Dev notes @July 24, 2024
Architecture questions:
- Where to store LLM-generated code?
- First guess: filesystem at buni/austin/counter
- Is there a package.json?
- If so: adds complexity
- If not: how to specify imports between LLM generated code?
- How to compile and serve it?
- What is the ownership model of data?