A collection of AI experiments, prototypes, tests, and small projects.
This repository is a sandbox for exploring different AI ideas, tools, models, workflows, and techniques. It is not meant to be a polished production system, but rather a place to learn, test, break things, and document what works.
This repo includes experiments around areas such as:
- Large language models
- Prompt engineering
- Retrieval-augmented generation
- Agents and tool usage
- AI-assisted automation
- Image generation
- Evaluation and benchmarking
- Fine-tuning experiments
- Local model testing
- API integrations
- Small proof-of-concept apps
Each project or experiment lives in its own folder with its own notes, setup instructions, and results where relevant.
ai-playground/
├── projects/
│ ├── chatbot-experiments/
│ ├── rag-tests/
│ ├── agent-prototypes/
│ ├── image-generation/
│ └── model-evaluations/
│
├── notebooks/
│ └── exploratory-analysis.ipynb
│
├── prompts/
│ ├── system-prompts.md
│ ├── prompt-tests.md
│ └── prompt-patterns.md
│
├── datasets/
│ └── sample-data/
│
├── scripts/
│ └── utilities/
│
├── docs/
│ └── notes.md
│
└── README.md