Welcome to my Advent of Code 2024 repository! 🎅
This project is dedicated to solving the daily challenges from Advent of Code using Python and leveraging AI tools like ChatGPT as much as possible.
- Solve each day's puzzle using Python.
- Experiment with different Large Language Models (LLMs) each week to explore their capabilities in programming and problem-solving.
- Learn, iterate, and document insights about working with AI for coding tasks.
- Python: Primary programming language for solving the challenges.
- ChatGPT & Other LLMs: To assist in brainstorming, debugging, and coding solutions.
Each week, I will use a different LLMs to from based on: https://bigcode-bench.github.io/
- Week 1: ChatGPT gpt-4o
- Week 2: Claude 3.5 Haiku
- Week 3: Codeium
- Week 4: Gemini
dayNN/: Each day's puzzle solution and related files.dayNN-gpt-log.md/: Insights, AI interaction logs, and reflections.
README.md: This file!
Throughout the journey, I'll document my experience with each LLM:
- What worked well?
- What challenges did I face?
- How effective was the model in understanding and solving puzzles?