How an Agent Finds Your Docs, and Which Files It Actually Reads
Five file conventions claim to be the standard for AI agents. Here is what each one answers, who really reads it, and the evidence behind both claims.
Retrieval and RAG08
Subject · 21 posts
Five file conventions claim to be the standard for AI agents. Here is what each one answers, who really reads it, and the evidence behind both claims.
Retrieval and RAG08
Every retrieval method assumes clean structured text. Getting it out of a PDF is its own problem, and Docling is the 2026 answer worth knowing.
Retrieval and RAG07
OKF is a folder of markdown files that tells an AI agent what your data means, who wrote it, who checked it, and when it stops being true.
Retrieval and RAG05
What a docking score really is, why the pose matters more than the number, six ways docking lies to you, and where 2026 co-folding models fit.
Machine Learning for Biology06
PageIndex indexes a document as its own table of contents and lets a model walk the tree. No embeddings, no chunking, and a route you can show a reader.
Retrieval and RAG04
What a peptide actually is, why order and side chains carry the information, and why 13 residues is a different modelling problem from 300.
Machine Learning for Biology01
The five parts of an agent harness: capability surface, meaning, policy, approval and audit. Only two of them are about power.
Agent Harness01
Let's Encrypt certificates on a self-hosted Dify behind Nginx: the ACME flow, the nginx reload everyone forgets, and how to test without burning rate limits.
GraphRAG turns a corpus into entities, communities and LLM-written reports so it can answer whole-corpus questions that top-k retrieval structurally cannot.
Retrieval and RAG02
What BM25, Recall@k, answer-in-context rate and token F1 actually measure, which number to fix first, and how to compute them without fooling yourself.
Retrieval and RAG01
PDDL, heuristics that sometimes do nothing, HTN, temporal and multi-agent planning, with real planner numbers on Towers of Hanoi.
AI Foundations10
How STRIPS turns a to-do list into an algorithm: factored states, progression and regression, delete relaxation, planning graphs, and modern planners.
AI Foundations09
Quantifiers, unification, forward and backward chaining, and resolution, from Socrates to a solver that finds the proof for you.
AI Foundations08
Knowledge bases, entailment, resolution and SAT solving, learned by staying alive in the Wumpus World, with runnable PySAT code.
AI Foundations07
Arc consistency, backtracking with MRV and min-conflicts, explained through Sudoku and map colouring, plus what you would actually use today.
AI Foundations06
Minimax, alpha-beta pruning, expectiminimax and MCTS: how a program plans when something is planning against it, and what neural evaluation changed.
AI Foundations05
Hill climbing, simulated annealing, belief states and online search: what to do when A* is the wrong tool, the world hides half of itself, or there is no map yet.
AI Foundations04
What an agent actually is, how to turn a problem into a search problem, and why changing one line of priority code turns breadth-first search into A*.
AI Foundations03
What a deep-learning framework actually does for you, how a decision tree picks its questions, and which of the three to reach for on real data.
AI Foundations02
Scalars, vectors, matrices and tensors, the five operations every neural network is made of, and the shape rules that cause most of the bugs.
AI Foundations01
Attention and the transformer block from first principles, plus what changed by 2026: pre-norm, RMSNorm, RoPE, grouped-query attention and the KV cache.