Securing AI Memory Against Poisoning in .NET
Memory makes an AI assistant useful. It can remember that a customer prefers email, that a project uses a particular naming convention, or that a developer wants examples written with primary construc

Search for a command to run...
Articles tagged with #csharp
Memory makes an AI assistant useful. It can remember that a customer prefers email, that a project uses a particular naming convention, or that a developer wants examples written with primary construc

How to centralise model access, resilience, routing, telemetry and cost tracking without dragging business logic into a shared AI service.

AI features in .NET apps are starting to move past the simple chat box. At first, Devs usually adds one model call. The app sends a prompt, gets a response, and shows it to the user. That is easy enou

In the last post, we built a small chaos proxy in C#. That proxy sat between our application and a downstream API. It made the network awkward on purpose. Sometimes it added latency. Sometimes it retu

Most API clients are tested against the best possible version of the downstream system. The downstream responds quickly. The JSON is valid. The status code makes sense. The connection stays open. The

There’s a very tempting low-level C# benchmark hiding in plain sight. Take a block of bytes. Copy it somewhere else. Try the obvious version. Try the unsafe version. Try the version with MemoryMarshal
