My 14 year old brother built an AI coding companion in Python — here's how it works

Posted by Strict-Piglet8090@reddit | learnprogramming | View on Reddit | 0 comments

My brother Nishan (14) spent 4 months

building something called PAIR in Python.

It watches your code live in any editor

and speaks suggestions out loud when it

spots an issue.

Stack he used:

- Groq API for AI brain

- Murf API for voice

- pywinauto for live editor watching

- Python for everything

Happy to share how he built it if anyone

is curious. Looking for honest feedback

from real developers.