After 90 min: An AI model customized for your specific business or interest domain
Create Your First AI Chatbot
After 90 min: A working chatbot that answers questions about a topic you choose
Building an AI chatbot in a single session is genuinely possible for someone with no programming background, which would have been an absurd statement five years ago. The tools available — system prompts, API access, no-code builders — have made the underlying capability accessible. This plan is not about understanding large language model architecture; it's about understanding enough to build something functional and knowing why certain design choices produce better chatbots than others.
The session moves through exploring what LLMs can and can't do reliably, designing your chatbot's personality and purpose, writing an effective system prompt (the instruction set that shapes all responses), building an interface others can access, and deploying it. The system prompt is the critical creative work: vague instructions produce generic responses, while specific role descriptions, constraints, and examples produce something that feels intentionally designed rather than accidentally assembled.
Iteration matters more here than in almost any other technical skill: your first system prompt won't be your best one. The plan teaches how to test prompts systematically — which inputs reveal weaknesses, how to add guardrails for unwanted outputs, how to handle the cases where the model confidently says something incorrect. That testing mindset, treating the model as a system with specific failure modes rather than magic, is what separates chatbots that work from those that occasionally embarrass their creators.
What you need
The 90-Minute Plan
Sign up for ChatGPT or access OpenAI's API. Understand how to write effective prompts.
Decide what your chatbot does. Example: answers questions about a book or product.
Write instructions that tell the AI its role, tone, and boundaries. Test with sample questions.
Use a no-code tool like Replit or create a simple HTML form to chat with your AI.
Test your chatbot, refine prompts, and share with friends. Next: add memory and personalities.
Be specific in your prompts. Vague instructions lead to vague responses. Iterate and refine.
You might also try
After 90 min: A production-grade application using LLMs with proper error handling and monitoring
After 90 min: A working Python program that solves a real problem
After 90 min: A live webpage about your interests visible in a browser