This document discusses dynamically tracking type information in a Smalltalk environment to improve development tools. It proposes storing type data for instance variables and method arguments/returns in the virtual machine. This would allow tools to provide autocomplete, senders/implementors, and refactoring support based on the live types rather than static analysis. The approach provides a 1.4x speedup and 1.5x memory improvement compared to the common VM. Future work is needed to fully support this on all VM implementations and continue enhancing tools.