Which technique enables LLMs to generate code from natural language descriptions?
- Code LLMs
- Program Synthesis
- Both A and B
- Neither
Answer: Both A and B
Code LLMs (Codex, CodeLlama) trained on code corpora enable natural language to code generation. Program synthesis automates code creation from specifications. Critical for developer productivity tools.