Home Projects AI Lab Insights About Contact
AI Lab / Experiments

Learning AI
by testing ideas.

This is my working notebook for AI engineering—small experiments, prototypes, failures, comparisons, and lessons that help turn concepts into something I actually understand.

Learn Build Test Understand
Experiment Notebook

Questions I want to answer by building.

001

RAG Knowledge Assistant

How do chunking, embeddings, retrieval quality, prompt construction, and evaluation affect the usefulness of a document assistant?

Chunking strategy Embedding quality Retrieval relevance Answer grounding
View experiment →
002

Embedding & Retrieval Experiments

Which chunking and embedding approaches produce better retrieval quality across different document types and question patterns?

Chunk size Chunk overlap Embeddings Similarity search
003

Prompt & Agent Experiments

What changes when a model moves from answering questions to using tools, maintaining state, and coordinating multi-step work?

Prompt patterns Tool use Agents MCP
04
How I’m Approaching It

Build small.
Measure what happens.

The goal isn’t to collect AI demos. Each experiment should answer a specific technical question, expose assumptions, and leave behind something concrete I can explain or improve.

01 Start with a question

Define what I’m trying to understand before choosing tools.

02 Build the smallest useful test

A focused experiment is easier to reason about and evaluate.

03 Measure the result

Useful AI requires more than an answer that merely looks convincing.

04 Document the lesson

What worked, what failed, and what I would test differently next.

Follow the Experiments

The lab is supposed to stay unfinished.

New questions will replace old assumptions as I build, test, compare, and understand more.

Read What I Learned →