Marian's Window Office

Welcome! This is new. I'll share my thoughts and writing on this site, with a likely focus on developer tools, software engineering, and the evolution of AI.

This is a personal site, opinions are mine, are loosely held, and do not reflect the views of my employer.

Marian Luparu

Marian Luparu

Product Lead, Developer tools for C++, Rust, and Python @ Microsoft

image of a robot in a small messy office labeled 200k tokens with lots of papers flying around; second image of robot with swirly eyes in a larger messy office labeled 1M tokens
📅

Context, optimized - The next season of agents (Part 3)

A breakthrough in parallelization depends on efficiently orchestrating long-running loops and short-running tasks, using the new tools discussed in part 2. What is the main challenge as we push these limits? The biggest issue with long-running loops today is context collapse, which invariably occurs when something goes off track in the agentic workflow. Even when everything works as intended, LLMs still struggle, with a decline in the LLM's attention and intent detection often attributed to context rot.
Read Post
image of a agent robot in a school environment showing students how to juggle tomatoes; followed by a second image showing them try to juggle tomatoes but dropping them on stage
📅

The next season of agents (Part 2) - Parallelization, from Ralph loops to science

So much can change in one year, and even more in just six months. The season of agents is now in full swing, and no one is building for chat anymore. In this post, we'll discuss parallelization - what current capabilities exist and what may come next. None of the predictions mentioned here are inevitable, and each will require significant effort to materialize, some may never pan out. However, if they all stack together, it can spell the beginning of a whole new season of agents.
Read Post
Cartoon depiction of two developers, one using a single chat window and another juggling several bots each with their own CLI windows
📅 • Updated on

The next season of agents (Part 1) - Nobody’s building for chat anymore

Having worked on bringing some form or another of C++ compilers into customers hands during my years at Microsoft, news of Anthropic writing a C compiler from scratch with AI attracted my attention for all the reasons you would expect. But what stood out to me has nothing to do with that C compiler and has all to do with what’s coming next in the season of agents.
Read Post