Building an AI Design Review Assistant – Part 1: Understanding LLM APIs
This week’s goal was to understand what actually happens when an application talks to an LLM. What does an LLM request look like? What does the response contain? Beyond the generated text, what metadata does the API return that would be useful when building an application? To answer those questions, I built a small Python […]
Read More