How I Built My Own GPT Assistant
I wanted an assistant that actually knew my writing style, my financial background, and the projects I keep coming back to — not a generic chatbot starting from zero every time. So I built one, trained on my own knowledge base rather than relying purely on a stock system prompt.
The interesting part wasn't the model itself, it was the retrieval layer around it — deciding what context to feed in, when to trust the model's own reasoning versus pulling in my notes, and how to keep responses feeling like me rather than a template.
It now lives at gpt.prashantbhatt.net and handles a good chunk of my day-to-day drafting and research — a small but genuinely useful piece of infrastructure I built for myself first.