.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Designing lifecycle policies for AgentCore memory

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Designing lifecycle policies for AgentCore memory

    Long-running AI agents accumulate outdated memories that degrade quality and create compliance risk. Learn how to design memory lifecycle policies for Amazon Bedrock AgentCore: scoring, consolidating, and pruning agent memories on a nightly AWS Step Functions workflow, with a deployable AWS CDK stack. Link to article: …


    Read More
  • Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    Building a Physical AI system takes a continuous pipeline, not a single training job. This post shows how to run that model factory (synthetic data generation, post-training, and closed-loop evaluation with NVIDIA Cosmos 3) on a persistent, resilient Amazon SageMaker HyperPod cluster on Amazon EKS, with GPU goodput as …


    Read More
  • Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    HyperPod InstantStart is an open source control plane that composes Amazon EKS orchestration with the managed capabilities of Amazon SageMaker HyperPod. It drives the same guarded operations through both a web interface and an AI agent, turning cluster bootstrap, capacity, training, inference, and storage into …


    Read More
  • Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    Learn how to customize an Amazon Bedrock knowledge base for large, complex documents by combining the high-accuracy text extraction of Amazon Textract with the generative AI of Amazon Bedrock. This post shows how to ingest and preprocess PDFs and images, then query utility bills at scale for faster, more accurate …


    Read More
  • How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    Disaster recovery at scale is hard. Learn how Intuit built EWOK Agent, an agentic disaster recovery assistant on Amazon Bedrock that lets on-call engineers run production failovers from a plain-language request while keeping every action audited, policy-compliant, and safe. Link to article: …


    Read More
  • Native memory for Microsoft Agent Framework with Azure Cosmos DB

    calendar Sep 4, 2026 · devblogs.microsoft.com
    Native memory for Microsoft Agent Framework with Azure Cosmos DB

    Agents are more useful when they can remember what matters beyond the current conversation. Today, we're announcing a new preview integration that gives Microsoft Agent Framework agents durable, cross-session memory backed by Azure Cosmos DB. The new Python package, agent-framework-azure-cosmos-memory Link to article: …


    Read More
  • dotNetDave Rocks SpiceWorld – Austin 2026

    calendar Sep 3, 2026 · dotnettips.wordpress.com
    dotNetDave Rocks SpiceWorld – Austin 2026

    The dotNetDave No Rest for the Wicked World Tour arrives in Austin on November 13, 2026, during SpiceWorld, featuring a session titled "Röck Yoür Cäreer." Attendees can expect valuable insights from a seasoned software engineer, focusing on building sustainable tech careers, developing learning habits, and …


    Read More
  • Domain Events Are NOT Your Public API

    calendar Sep 3, 2026 · codeopinion.com
    Domain Events Are NOT Your Public API

    You finally did it. You stopped publishing CRUD events and started broadcasting domain events. Instead of publishing ShipmentStatusChanged, ShipmentUpdated, or EstimatedDeliveryDateChanged, you started publishing more meaningful domain events like DeliveryAttemptFailed, ETARecalculated, and ShipmentDelayed. And …


    Read More
  • SQL Decomposition in a Nutshell

    calendar Sep 3, 2026 · devblogs.microsoft.com
    SQL Decomposition in a Nutshell

    Application developers already know what happens when one method does everything: it becomes difficult to read, test, reason over, and safely change. We use patterns like decomposition, encapsulation, and explicit dependencies because they solve those problems. T-SQL does not give us classes, inheritance, interfaces, …


    Read More
  • Advocating for Uptime: The 6 Phases of Change

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Advocating for Uptime: The 6 Phases of Change

    Schema change is inevitable. We do not get everything right the first time, and even when we do, the world around the database keeps changing. Requirements mature, products evolve, and assumptions that made sense years ago eventually stop matching reality. Businesses change too. We acquire companies, merge Link to …


    Read More
  • Test what you ship: MSTest and Native AOT

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Test what you ship: MSTest and Native AOT

    If you ship an application with Native AOT, a green managed test run leaves a gap. Native AOT compiles ahead of time, removes unused code, and requires alternatives to runti Link to article: https://devblogs.microsoft.com/dotnet/mstest-source-generation


    Read More
  • YOLO Mode: Agent Autonomy Without the Guardrails

    calendar Sep 3, 2026 · docker.com
    YOLO Mode: Agent Autonomy Without the Guardrails

    YOLO mode lets an AI agent run without asking permission. Learn what it is, why it's risky, and how to run it safely. Link to article: https://www.docker.com/blog/what-is-yolo-mode/


    Read More
  • AI-driven development lifecycle using Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    AI-driven development lifecycle using Amazon Bedrock AgentCore

    Engineering teams adopting the AI-Driven Development Lifecycle (AI-DLC) often struggle to turn concepts into working code. This post walks through two reference implementations on Amazon Bedrock AgentCore, Kiro, and Claude Code: an SQL-to-ER-diagram generator and a multi-agent code security analyzer that put the AI-DLC …


    Read More
  • Migrate agentic workloads to Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Migrate agentic workloads to Amazon Bedrock AgentCore

    An agent that works in a notebook is not an agent in production. This post walks through migrating a LangGraph customer support agent to Amazon Bedrock AgentCore in two stages: onto Runtime, Gateway, and Memory, then to model-driven planning on Strands Agents, retiring operational burdens along the way. Link to …


    Read More
  • Integrating Outlook with Amazon Quick for AI-powered email automation

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Integrating Outlook with Amazon Quick for AI-powered email automation

    Integrate Microsoft Outlook with Amazon Quick to automate email management, calendar scheduling, and workflow coordination. This post walks through the end-to-end setup and shows automation scenarios using Amazon Quick chat agents, Amazon Quick Flows, and Amazon Quick Automate. Link to article: …


    Read More
  • Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    Deploy a customer-operated LiteLLM gateway on Amazon ECS with AWS Fargate, connect it to an OpenAI model on Amazon Bedrock, and configure Codex to route requests through the gateway's Responses API with scoped identities, budgets, rate limits, and telemetry. We also compare direct IAM Identity Center access and a …


    Read More
  • Best practices for building agentic automations with Amazon Quick Automate

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Best practices for building agentic automations with Amazon Quick Automate

    Learn best practices for building production-grade, agent-based business process automations with Amazon Quick Automate: choosing the right process, designing focused agents, combining them with deterministic steps, applying human-in-the-loop review, and building in evaluation and observability. Link to article: …


    Read More
  • Embed Quick Sight visuals using Cognito user authentication

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Embed Quick Sight visuals using Cognito user authentication

    Learn how to embed individual Amazon Quick Sight visuals into a React application with per-user access control. This walkthrough uses Amazon Cognito authentication and a serverless AWS Lambda backend to generate scoped embed URLs, deployed with a single AWS CloudFormation stack. Link to article: …


    Read More
  • Daybreak for Frontline Defenders: $1B to protect essential services

    calendar Sep 3, 2026 · openai.com/blog
    Daybreak for Frontline Defenders: $1B to protect essential services

    OpenAI introduces Daybreak for Frontline Defenders. A $1 billion commitment expands access to frontier cyber AI, training, and support for essential services. Link to article: https://openai.com/index/daybreak-for-frontline-defenders


    Read More
  • How To Unit Test a C# Processing Pipeline

    calendar Sep 3, 2026 · devleader.ca
    How To Unit Test a C# Processing Pipeline

    Learn how to unit test C# processing pipeline behavior with deterministic checks for order, rejection, faults, cancellation, capacity, drain, and cleanup. Link to article: https://www.devleader.ca/2026/09/03/how-to-unit-test-a-c-processing-pipeline


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top