- 👁 AiJune 23, 2026
Why Clean Architecture's explicit boundaries make it the ideal guardrail for keeping AI coding agents consistent and maintainable.
- 👁 AiJune 02, 2026
Practical advice for experienced developers on adopting AI as a productive, safe companion - not a replacement - with tips for prompts, workflows, and …
- 👁 AiMay 19, 2026
While a single generalist AI coding agent can be useful, sometimes it helps to have teams of specialist agents working in coordination.
- 👁 AiApril 28, 2026
With agent-driven workflows, you are able to describe an outcome and have the agent figure out the steps to reach that outcome.
- 👁 AiApril 23, 2026
There are things that an AI coding agent simply isn't capable of doing out of the box. This is where MCP servers come in.
- 👁 AiApril 21, 2026
Teach your agents how to do specific things - knowledge for repeatable tasks. This is the domain of skills files.
- 👁 AiApril 14, 2026
You launch an AI, give it a prompt, and the result generally isn't great. AI agent instruction files help guide your agent to better results.
- 👁 AiMarch 05, 2026
If you are running your AI locally in something like Open WebUI or OpenCode, you can select from many models. In this post, we'll talk about considerations when …
- 👁 AiFebruary 12, 2026
Explore the real limits of LLM context windows, why infinite growth is impractical, and how to build scalable AI solutions using retrieval, summarization, and …
- 👁 AiDecember 23, 2025
In this blog post, we explore how to build a Santa Chat application using AI and Retrieval-Augmented Generation (RAG) with the latest Microsoft.Extensions.AI …
