Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 890 Bytes

File metadata and controls

15 lines (8 loc) · 890 Bytes

Reflection -- Hello, Azure AI

Answer these questions after completing the activity (2-3 sentences each). Connect your answers to specific things you observed while coding and experimenting.

1. Service Surprises

This all seemed very much easier than expected. I expected to struggle a lot more, as I lost most of my coding habits over the past couple years of not coding. However, in the words of Todd Howard, "It Just works".

2. Lazy Initialization

You pretty much don't create a client until it's actually needed. Wrapping it all in a function that runs the code on the first call, reducing redundancy.

3. Content Safety in the Real World

I'd say safety is the most important of all of them. Someone can do all 3 for sure, but if AI had to do one of them and someone had to do the other three, I'd say that human eyes should always prioritize safety first and foremost.