Thoughts on AI Engineering, Solutions Architecture, and building modern software.
When connecting core systems to LLMs today, my CPU barely computes – it just waits. Sequential code becomes a fatal bottleneck. The solution: AsyncIO and the principle of concurrency on a single thread.
Read more →As a computer science graduate, my journey started deterministically: object-oriented design, fixed contracts, predictable systems. On my current path into AI Engineering, I face a new architectural break – and Pydantic is the bridge.
Read more →