How to Effectively Align Your Intent with Claude Code
interacting with coding agents such as Claude Code and Codex. They have enormous benefits in increasing the speed at which I can get things done as an engineer. There are…
interacting with coding agents such as Claude Code and Codex. They have enormous benefits in increasing the speed at which I can get things done as an engineer. There are…
to being able to run a lot of coding agents in parallel is to ensure you have long-running sessions. This means sessions that are interrupted as little as possible. For…
to understand backpropagation? If you’re trying to understand how modern AI systems like large language models (LLMs) are trained, backpropagation is one of the most important concepts to understand. But…
, I will give my first impressions of the newest OpenAI model, GPT-5.6. The model was released a few days ago, and I’ve gotten the chance to test it extensively…
The Scope: This isn’t a benchmark pitting agent frameworks against each other, nor does it claim this controller is “smarter.” It claims something narrower and much more defensible: that failure…
a marketing mix model to a senior director. The slide showed two beta coefficients side by side: Linear TV at +2.4, Digital TV at +1.8. He nodded, satisfied. Then he…
I’ve worked on, conversation state tends to grow quickly over time. It’s common to resend large portions of the history on each turn—including older tool outputs, repeated RAG retrievals, and…
Every year, the International Conference on Machine Learning (ICML) reveals where thousands of AI researchers have decided to put their work. This year’s accepted papers reveal a clear direction: open…
like Claude Code can be used for a wide variety of tasks. The number one task you might think of is to actually implement code. However, there are also so…
I wrote about the FPN (Feature Pyramid Network) architecture [1], which is one of the most influential necks we can apply to a backbone model. FPN was first introduced to…