This week’s collection highlights several key advancements in Azure performance, the nuances of orchestrating multiple AI agents, and critical updates to NuGet security. These pieces offer practical insights for anyone looking to streamline their development workflow while maintaining a more secure infrastructure.
Cloud
- Azure Service Bus: Count your filters (Daniel Marbach) - Great deep post about performance. The architecture and number of filters can and will greatly affect the performance.
AI
How I Work With 5 Coding Agents Simultaneously (Michael Shpilt) - Getting to multiple agents simultaneously is harder than we think. This post shares a few ideas that could help.
Why your AI agent likes em-dashes and long sentences (Keith W. Boone) - I'm sure you want to know too, right?
From generated code to trusted code with a unit-test agent - .NET Blog (Amaury Levé) - A very interesting skill to add to our toolbox.
Why Empty Sandboxes Break Developer Experience (Oleg Selajev) - That's exactly what I was looking for! It will be much safer than a container.
DevOps
- Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime - .NET Blog - Security first. It's a good evolution for NuGet. I don't publish packages these days but if you do, this is your cue for the upgrade.
