Skip to content

compss211/ai-journal-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AI-Generated Code Journal (COMPSS 211)

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.

Using this repo

  1. Clone your repository to your local machine

  2. Create a new entry inside the journal/ folder. Use the sample format in journal/example.md as a guide.

  3. Stage and commit your work. For instance:

git add journal/entry01_scraping.md
git commit -m "Added scraping example with Claude"
  1. Push your changes to GitHub: git push

Repeat steps 2-4 each time you add a new journal entry.

πŸ“ Folder Structure

journal/
β”œβ”€β”€ entry01_scraping.md
β”œβ”€β”€ entry02_nlp-analysis.md
...

What to include in each entry

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.

About

Journal to document the use of LLMs (ChatGPT, Claude, Copilot, etc.) during COMPSS 211.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published