Self-Correcting Code Generation Agent
Built an autonomous AI coding agent that iteratively generates, executes, and self-corrects Python code using live runtime error feedback, requiring zero human
Built an autonomous AI coding agent that iteratively generates, executes, and self-corrects Python code using live runtime error feedback, requiring zero human debugging. Engineered a secure sandboxed execution environment with network isolation, resource limits, and timeout enforcement; architected a provider-agnostic design supporting 4+ LLM providers with zero code changes, plus CLI and Gradio interfaces for real-time monitoring. Implemented full CI/CD automation (GitHub Actions, pytest) and deployed to Hugging Face Spaces, demonstrating production-grade engineering under free-tier infrastructure constraints.