---
title: "Index"
---

# 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](/run-ai-locally/projects/weather-cli/)**         | `0-weather/`     | Gets NYC weather from the terminal using `wget`                    |
| **[File Combiner](/run-ai-locally/projects/file-combiner/)**     | `1-combind/`     | Combines multiple files into a single prompt with XML tags         |
| **[Data Extractor](/run-ai-locally/projects/data-extractor/)**   | `2-extract/`     | Pulls code blocks, reasoning, and response out of Ollama output    |
| **[Prompt Improver](/run-ai-locally/projects/prompt-improver/)** | `3-prompt/`      | The self-improving prompt runner with rerun support                |
| **[Ollama REPL](/run-ai-locally/projects/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.

**[Weather CLI →](/run-ai-locally/projects/weather-cli/)**
