lesson 1: I learned that Parallelization in LangGraph lets me run multiple parts of my workflow at the same time instead of one after the other. I can split the graph so that from a single start node, ...