PROJECT
Index
HANDS-ON
TUTOR WITH THEFOCUS.AI
Copy this prompt into Claude, ChatGPT, or any external AI assistant. It points the assistant to the course instructions and links it to your student profile to track your progress and customize observations.
Please tutor me in this lesson using the following context.
First, read the instructions at: https://courses.thefocus.ai/llms.txt
My Student ID is: <none>
The lesson markdown source is at: https://courses.thefocus.ai/run-ai-locally/projects/index.md
You are not enrolled yet. Enroll to generate a Student ID to track lesson completions and store learning notes.
Active Student ID ...
Projects
Here are five real projects built by the AI during this course. Each one is a working tool you can use.
These aren’t exercises where you fill in the blanks — they’re the actual outputs from running the prompts in this course. The code, the prompts, and the model responses are all real.
The Projects
| Project | Source | What It Does |
|---|---|---|
| Weather CLI | 0-weather/ | Gets NYC weather from the terminal using wget |
| File Combiner | 1-combind/ | Combines multiple files into a single prompt with XML tags |
| Data Extractor | 2-extract/ | Pulls code blocks, reasoning, and response out of Ollama output |
| Prompt Improver | 3-prompt/ | The self-improving prompt runner with rerun support |
| Ollama REPL | 5-ollama-repl/ | Interactive chat bot that talks to Ollama and extracts code blocks |
Each project page includes the original prompt, the model’s output, and the working code.