18 Sep 2026
1 min read
Notes on a policy RAG assistant
Design notes on building a retrieval-augmented assistant for internal policy: scoping, private documents and awkward tables.
articles
Engineering notes written to make difficult systems easier to understand, revisit and build again.
Design notes on building a retrieval-augmented assistant for internal policy: scoping, private documents and awkward tables.
Bugs from building a skeuomorphic plugin UI in React inside a JUCE WebView: rotation, transparency and rounding.
A slow dashboard looked like a backend-language problem. It was N+1 queries and missing indexes.
Notes from running Apache Airflow with LocalExecutor and a Postgres metadata database on a single EC2 instance to schedule PySpark jobs.