We build, measure and explain applied AI — and publish what we learn.

Field notes, teaching material, internal research, benchmarks and live demos from the Magellan Partners AI team. Written by the people who ran the experiments.

Start readingSubscribe (RSS)
Lab status · Sept 2026
Articles published8
Benchmarks (reproducible)1
Demos live1
Last update2 Sept 2026

Featured

Learn · RAG

Chunking, explained with a ruler and a pair of scissors

Before embeddings, before vector databases, there is a much dumber question: where do you cut the document? It turns out the answer decides most of your retrieval quality.

S. Dubois · 28 Aug · 3 min
Research · Evaluation

Can a judge model grade its own family? Preliminary results

LLM-as-a-judge is everywhere. We asked whether a judge is systematically kinder to models from its own vendor — and got an answer we did not like.

V. Levy dit Vehel · 25 Aug · 1 min
Latest benchmark · 2 Sept 2026

Eleven open-weight models, one tool-calling harness, 2,200 tasks

11
models · 7B–70B
2,200
tasks · seed 42
94.1%
best schema-valid rate
[ live preview ]
live · streamlit

RAG chunking playground

Upload a PDF, compare 4 strategies side by side.
[ live preview ]
prototype · gradio

Judge-model disagreement explorer

Where GPT, Claude and Qwen disagree when grading the same answer.
[ live preview ]
gated · fastapi · uses LLM tokens

Multi-agent planner

Watch 3 agents negotiate a schedule. Email required.

Learn · Series

All series →
Series · 4 parts

Agents without magic

Tool calling, planning loops, memory and failure modes — implemented in 200 lines, then broken on purpose.

Series · 6 parts

RAG from first principles

Chunking, embeddings, hybrid search, reranking, evaluation, and the part nobody talks about: updating the index.

Series · 3 parts

Statistics for people who ship models

Variance, confidence intervals and why your 2-point improvement might be noise.