Recent posts

Understanding Async in Python

18 minute read

A deep dive into Python’s asynchronous programming model - from the event loop to async/await, understanding when and how to write concurrent code

An Overview of RL Environments

21 minute read

Everything that happens in an RL environment between the policy update and the next rollout - verification, reward shaping, tool calling, curriculum design, ...