// tag
#Developer Experience
6 posts
Reviewing Pull Requests Inside Visual Studio Is Exactly the Kind of Friction Reduction I Like
Visual Studio can now review pull requests end to end without leaving the IDE. That may sound incremental, but for teams living in Visual Studio all day, it removes a lot of unnecessary context switching.
Agent Harnesses Matter Because Prompts Are Not Enough
The new Microsoft Agent Framework claw and harness walkthrough is a useful reminder that real agents need a runtime shell around the model: tools, planning, memory, sessions, and a practical execution loop.
Aspire in VS Code 13.4 Tightens the Developer Loop in All the Right Ways
Aspire in VS Code 13.4 is not just a feature update. It is a real improvement to the daily development loop with better debugging, resource visibility, panel integration, and TypeScript AppHost support.
The New Plan Agent in Visual Studio Fixes a Very Real AI Workflow Problem
The new Plan agent in Visual Studio matters because it creates a structured planning stage before implementation, which is exactly what bigger features and refactors often need.
Your Dev Loop Is Full of Tribal Knowledge — and Aspire Has the Right Response
A new Aspire post makes a strong point: many teams do not lack tooling, they lack a consistent application model that turns hidden operational knowledge into something humans, scripts, and agents can actually use.
Hermetic Aspire End-to-End Tests Are the Kind of Pattern More Teams Should Steal
The Azure Chaos Studio testing write-up shows a very practical pattern: hermetic, ephemeral Aspire-based end-to-end environments that improve reliability for both humans and AI-assisted development.