AI Coder — Multi-Agent AI Coding Assistant
- Built a multi-agent AI coding assistant that converts natural language prompts into working applications through automated planning, architecture design, and code generation.
- Orchestrated specialized agents with LangGraph and LangChain, using Groq for low-latency LLM inference across the agent pipeline.
- Designed the agent workflow end-to-end — planning, task decomposition, and code generation — as a self-directed exploration into agentic AI systems and applied LLM engineering.