Build Your Own ELIZA Chatbot

ELIZA was one of the first chatbot programs, created at MIT in 1966. It simulated a Rogerian psychotherapist by pattern matching and substitution, and is a landmark in the history of AI. ...

Programming Projects

Build Your Own LLM Powered AI Chatbot

Build an AI chatbot powered by a large language model. This project covers working with LLM APIs, prompt engineering, and building conversational interfaces. ...

Programming Projects

Build Your Own MCP Server

The Model Context Protocol (MCP) is a standard for connecting AI models to external tools and data sources. Building an MCP server lets AI agents interact with your custom functionality. ...

Programming Projects

Build Your Own RTFM Agent

Build an AI agent that reads documentation for you and answers questions about it. This project combines document parsing with LLM-powered question answering. ...

Programming Projects