AI-native software infrastructure: what I was excited about in 2023
A survey of the infrastructure layer beneath foundation models — from compute and deployment to prompt tooling, vector databases, and AI-native dev tools.
Read ArticleA survey of the infrastructure layer beneath foundation models — from compute and deployment to prompt tooling, vector databases, and AI-native dev tools.
Read ArticlePython Attribute Lookup In an effort to understand the very basics, I've been implementing classes in Python from scratch, starting with the functions and dictionaries. I was curious how to implement attribute lookup how python actually does it. So I went down a rabbit hole and came across this article that covers it exhaustively. Learned a great deal about how alot of the higher level ORMS, frame
Read ArticleUnderstanding binary heaps and their implementation in Python
Read Article