Skip to content

Code Dossiers

Interview and onboarding dossiers for agentic AI and related codebases. Each project is a self-contained MkDocs section with architecture notes, diagrams, and interview prep.

Published dossiers

Project Description
DRT AI Platform Technical onboarding and interview dossier for the DRT document OCR, extraction, and UC1 factsheet platform.
Browser RAG Technical onboarding and interview dossier for the fully client-side Browser RAG platform.
IndicTrans2 ONNX Browser Demo Technical onboarding dossier for client-side IndicTrans2 translation with ONNX Runtime Web.
IndicTrans2 ONNX Export Technical onboarding dossier for exporting IndicTrans2 to browser-ready ONNX.
OCR Service Technical onboarding and interview dossier for the Universal OCR microservice (PaddleOCR + VLM).
Grug Reasoning Fine-Tune Technical onboarding and interview dossier for MLX LoRA Grug-style CoT fine-tuning.

Local preview

make assemble
make serve

Per-project work

Individual dossiers still live under projects/<name>/ and can be served with make -C projects/<name> serve.