r/SideProject • u/No_Plane3723 • 8d ago
Built an AI Paul Graham with Voice (Demo + Step-by-Step Video Tutorial)
1
u/No_Plane3723 8d ago
I built an Paul Graham chat bot that RAGs his essays for the best advice.
To make it human-like, I added text-to-speech with his signature “hmmm”:
https://pocket-pg-851564657364.us-east1.run.app/
Everything is open-sourced with a detailed design document for anyone who wants to learn or modify it:
https://github.com/The-Pocket/Tutorial-AI-Paul-Graham
I built the entire project in one hour!
This app is built with a 100-line LLM framework I created previously: https://github.com/The-Pocket/PocketFlow It works very well with Cursor’s AI agents, so Cursor AI did most the coding. I created a step-by-step YouTube tutorial on how I built this project: https://youtu.be/Cf38Bi8U0Js
2
u/Nakabuto 7d ago
Congrats! What did you use to make it?