Home / Insights
Insights
Notes on platform internals and how agentic systems should behave in regulated delivery.
Agentic SDLC with guardrails in banking
MCP-based agents can compress a sprint. In a regulated bank they still need skill- and rules-based boundaries, not unbounded autonomy.
ReadHow .NET deals with duplicate strings
String interning: when the intern pool reuses a literal, when you should Intern() yourself, and when it quietly costs memory.
ReadWhy strings are immutable in .NET
How the runtime actually enforces immutability — sealed type, read-only storage, and methods that allocate instead of mutating.
Read