This document proposes a left-aligned ASCII visualization for directed acyclic graphs (DAGs) to address limitations in reviewing and comparing changes to complex, long dataflows in machine learning models. It discusses challenges with existing visualization tools in development workflows and outlines an approach using a compact, reviewable ASCII format rendered with an algorithm to order nodes by depth. An evaluation compares rendering speed between this approach and Graphviz for Google's Inception-V3 model DAG. Future work includes integrating the visualization into code review tools.