1 00:00:06,822 --> 00:00:09,439 - Welcome to lesson eight, building large solutions. 2 00:00:09,439 --> 00:00:11,405 If you were building smaller solutions that require 3 00:00:11,405 --> 00:00:14,230 maybe 50 to 100 people, or even if you're building 4 00:00:14,230 --> 00:00:16,807 multiple small solutions at the same time, 5 00:00:16,807 --> 00:00:20,081 you typically won't have many crosscutting dependencies. 6 00:00:20,081 --> 00:00:22,331 What we've covered so far may well be adequate 7 00:00:22,331 --> 00:00:25,035 for your needs, but if you're building big systems, 8 00:00:25,035 --> 00:00:27,369 high insurance systems, or any system 9 00:00:27,369 --> 00:00:30,806 where the economic cost of failure is simply unacceptable, 10 00:00:30,806 --> 00:00:33,798 then you'll need some additional constructs to do so. 11 00:00:33,798 --> 00:00:36,296 Enter the large solution SAFE configuration 12 00:00:36,296 --> 00:00:38,712 that was defined and influenced by people 13 00:00:38,712 --> 00:00:42,105 building some of the largest and most important systems. 14 00:00:42,105 --> 00:00:45,826 Here you learn how to coordinate and integrate multiple ARTs 15 00:00:45,826 --> 00:00:49,826 and suppliers and how to define large solutions.