You probably should, stacking nodes like you did is not the right way to do it - hard to expand and manage. Create an array, punch in coordinates and have the AI move between array elements. Flag this array as Instance Editable
to set a unique path for every AI of the same class.
Or, better yet, use a spline instead of an array → nicer visualisation. Also, this may be a good point to start another thread.