This repo is your personal journal to document your use of LLMs (ChatGPT, Claude, Copilot, etc.) during COMPSS 211.
Use it to track prompts, output, bugs, and your reflections for at least 8 examples. Each entry goes in the journal/
folder as a separate Markdown file.
-
Clone your repository to your local machine
-
Create a new entry inside the journal/ folder. Use the sample format in journal/example.md as a guide.
-
Stage and commit your work. For instance:
git add journal/entry01_scraping.md
git commit -m "Added scraping example with Claude"
- Push your changes to GitHub:
git push
Repeat steps 2-4 each time you add a new journal entry.
journal/
βββ entry01_scraping.md
βββ entry02_nlp-analysis.md
...
Each file should include:
- Tool used + date
- Prompt (copy + paste)
- Output (code or screenshot)
- What worked / didnβt
- Fixes or changes you made
- Alternative prompts you tried
- A short reflection
You can copy the structure from the sample entry.