Maintaining working memory in AI agents

🕓 7 MINTL;DR An LLM has no memory between calls. Its working memory for a single request is one thing: the tokens in the context window. Attention is shared across that working memory, so the more you load into it, the less focus anything in it receives. Reliable behavior comes from managing working memory on purpose: keep […]
Composition Stack for AI-Assisted .NET Development

🕓 5 MINSix markdown files that turn an AI agent from a Stack Overflow query into a teammate joining on day one
What Actually Happens When You Port a WPF App to a Modern .NET UI using Agents

🕓 7 MINWhat actually happened when we ported a real 15-window WPF OCR app to Uno Platform: 57% less code, 52% less memory, ~92% feature parity, and the patterns that didn’t survive
7 XAML Resource Keys AI Got Wrong in My Uno Platform Migration

🕓 9 MINSeven ThemeResource keys, one blank afternoon, and the name-vs-size trap every AI-assisted XAML migration hits.
The New Economics of WPF Migration: Why AI Agents Changed the Math

🕓 5 MINBetter prompts help, but they only go so far. The real skill is giving coding agents the product, UX, and architectural context they can’t infer on their own
How to Give AI Coding Agents Better Direction

🕓 5 MINBetter prompts help, but they only go so far. The real skill is giving coding agents the product, UX, and architectural context they can’t infer on their own
11 Interaction Patterns That bring life to .NET dashboards

🕓 6 MIN11 interaction patterns, motion principles, and design decisions behind a financial dashboard built with Claude, C#, WinUI 3, and Uno Platform.
Cross-Platform Layout Bugs: Runtime Inspection Beats Guessing

🕓 3 MINYour layout fix takes 10 seconds, finding the problem takes 30 minutes
Configuring Claude Code for Real .NET Projects

🕓 4 MINSix files that make Claude Code stop guessing and start knowing your stack
