ML Internals: The Week I Stopped Treating Embeddings as a Black Box
I spent years calling models via API : Bedrock, Sagemaker, Anthropic. This week was about understanding what’s actually happening inside the box, and why that matters for building systems around it. Coming into this project, I had built production AI systems on AWS Bedrock using flows, agents. I knew how to wire models into applications. What I didn’t know was what the models were actually doing with the text I gave them, why RAG works at all, or […]