Home Archive Issue #465
Issue #465

AI safety, Copilot, auth APIs

Covers Bedrock guardrails, prompt injection defenses, JWT auth, rate limiting, Blazor patterns, Redis tracking, and memory-safe streaming.

Jasen's top three picks

  1. 1
    AWS Bedrock with .NET: Guardrails for Safe AI Applications

    medium.com

    Useful if you're building .NET AI on AWS and want a concrete guardrails overview instead of generic safety talk.

  2. 2
    How to Split a Document into Sub-Documents in C# Using AI

    cloudmersive.medium.com

    A practical document pipeline scenario where AI helps separate messy scanned batches into usable chunks.

  3. 3
    🔴 VS Code Live: Building Agents with Memory using Redis + Copilot

    youtube.com

    Worth a look if you're experimenting with Redis-backed memory patterns and agent tooling inside VS Code.

Editor's note

I kept this issue deliberately mixed, which is how I like it. The Bedrock guardrails piece and the Agent Framework prompt-injection update stood out because AI safety is finally getting practical treatment instead of hand-wavy advice. I also liked the service lifetime explainer and the IAsyncEnumerable article since both hit everyday .NET decisions that affect correctness and performance.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox