An interactive chatbot that processes natural-language input and generates contextual responses. I built it to explore how conversational AI understands intent and maintains a coherent exchange, and used it as a sandbox for prompt design and iterative debugging.
What I did
- Built the input-processing and response-generation loop in Python.
- Iterated on prompt design and logic to improve answer relevance and quality.
- Debugged edge cases and refined behavior across many test conversations.
- Explored conversational patterns that carry over to retrieval-augmented and agentic workflows.
Tools & tech
Python · Generative AI / NLP · Iterative development & debugging