Experiment - Code generation agent design
Problem:Design an AI agent that generates code snippets based on user prompts. The current agent produces syntactically correct code but often generates irrelevant or incomplete solutions.
Current Metrics:Code relevance accuracy: 65%, Code completeness score: 60%
Issue:The agent overfits to common code patterns and lacks generalization, resulting in low relevance and incomplete code outputs.
