This document summarizes a research paper on implementing sized typing for the Coq proof assistant. It describes sized types, which associate inductive types like natural numbers with size levels. The paper presents an implementation of sized typing for Coq that adds size annotations during type checking and uses a constraint solving algorithm during size inference. Evaluation shows the sized typing implementation increases compilation time but supports more modular termination checking of recursive functions.