.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

    calendar Aug 7, 2026 · aws.amazon.com/blogs/machine-learning
    How Cohere Health digitizes clinical policies using Amazon Bedrock AgentCore

    In this post, you learn how Cohere Health built a multi-tenant agentic architecture on AgentCore using AgentCore Runtime’s secure MicroVM isolation, unified tool access through AgentCore Gateway, AgentCore Memory, and the Agent Skills open standard to rapidly scale policy digitization capabilities, while preserving …


    Read More
  • How TReNDS automates root-cause analysis with Amazon Bedrock

    calendar Aug 7, 2026 · aws.amazon.com/blogs/machine-learning
    How TReNDS automates root-cause analysis with Amazon Bedrock

    TReNDS, a research center at Georgia State University, built an agentic AI pipeline on Amazon Bedrock and the open-source Strands Agents SDK that automatically investigates production errors in real time, reducing root-cause analysis from 15 to 30 minutes of manual work to under 60 seconds. Link to article: …


    Read More
  • Determining playoff clinching scenarios in the NHL using constraint programming

    calendar Aug 7, 2026 · aws.amazon.com/blogs/machine-learning
    Determining playoff clinching scenarios in the NHL using constraint programming

    The AWS Generative AI Innovation Center built an automated system that uses constraint programming and custom tree search to determine, with mathematical certainty, when and how an NHL team clinches a playoff spot. The approach was validated against four full NHL seasons of officially published results. Link to …


    Read More
  • Responding to the next frontier of critical cyber capabilities

    calendar Aug 7, 2026 · openai.com/blog
    Responding to the next frontier of critical cyber capabilities

    OpenAI is sharing preliminary cybersecurity evaluations for Astra and the steps we’re taking to strengthen safeguards and security controls. Link to article: https://openai.com/index/responding-next-frontier-critical-cyber-capabilities


    Read More
  • Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5

    calendar Aug 7, 2026 · devblogs.microsoft.com
    Creating a fake agile wrapper that is technically agile but is not useful outside its home apartment, part 5

    Last time, I confessed that I lied when i said that we can't use std::unique_ptr to manage the registration cookie. T Link to article: https://devblogs.microsoft.com/oldnewthing/20260807-00/?p=112597


    Read More
  • CVE-2026-63077: Additional Guidance Following Reports of Active Exploitation

    calendar Aug 7, 2026 · blog.jetbrains.com
    CVE-2026-63077: Additional Guidance Following Reports of Active Exploitation

    This post is a follow-up to our July 27, 2026, announcement about CVE-2026-63077. Summary What has changed since our initial announcement Since our initial announcement on July 27, 2026, we have received reports of active exploitation, as well as attempted exploitation, targeting unpatched TeamCity servers. Before …


    Read More
  • How HSP GRUPPE builds AI capabilities for tax advisory

    calendar Aug 7, 2026 · openai.com/blog
    How HSP GRUPPE builds AI capabilities for tax advisory

    Discover how HSP GRUPPE uses ChatGPT Enterprise to boost productivity, improve work quality, and create more capacity for tax advisory and client service. Link to article: https://openai.com/index/hsp-gruppe


    Read More
  • JetBrains Academy – July Digest

    calendar Aug 7, 2026 · blog.jetbrains.com
    JetBrains Academy – July Digest

    Somewhere between the fifteenth open tab and the third iced coffee, it hit me. Maybe we don’t hate meetings. We just hate the ones where nobody has anything to say. Welcome back to another mandatory meeting. This one’s got range: Kotlin just turned 15, IntelliJ IDEA Conf dropped a lineup worth clearing your calendar …


    Read More
  • Securing AI agents with temporal policies in Amazon Bedrock AgentCore

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Securing AI agents with temporal policies in Amazon Bedrock AgentCore

    Temporal policies in Amazon Bedrock AgentCore let you define stateful rules that evaluate authorization based on an agent's session history. Learn how to enforce workflow sequencing, prevent data fabrication, cap financial exposure, and require human approval for high-value actions. Link to article: …


    Read More
  • TimescaleDB Support within Marten

    calendar Aug 6, 2026 · jeremydmiller.com
    TimescaleDB Support within Marten

    This is a recent addition to Marten. We’ve started supporting many of the common PostgreSQL extensions that hare frequently supported by the major cloud providers. Outside of metrics collection or sensor data, I don’t have a great handle on what folks might use this for, so I’d love to hear from other folks what they’d …


    Read More
  • Configure rate limits for AI traffic on AgentCore gateway

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Configure rate limits for AI traffic on AgentCore gateway

    Learn how to configure rate limits on Amazon Bedrock AgentCore gateway to enforce per-user and per-target traffic controls. Define request, token, and connection limits scoped by JWT claims or IAM identity to protect downstream models, tools, and agents from traffic spikes. Link to article: …


    Read More
  • Test reporting in Microsoft.Testing.Platform: from red build to root cause

    calendar Aug 6, 2026 · devblogs.microsoft.com
    Test reporting in Microsoft.Testing.Platform: from red build to root cause

    When a test fails in CI, "the build is red" is only the starting point. The useful questions are whether this change caused the failure, whether the test has failed before, and where to find the evidence. If answering them means searching a job log, downloading an artifact, and finding the teammate who …


    Read More
  • Control agent behaviors and cost beyond a single action: new capabilities in Amazon Bedrock AgentCore

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Control agent behaviors and cost beyond a single action: new capabilities in Amazon Bedrock AgentCore

    Learn about new capabilities in Amazon Bedrock AgentCore: temporal policies powered by Dogwood, a new open source policy language for AI agents, and rate limiting on the gateway. These features give you deterministic control over sequences of agent actions and cost ceilings that hold regardless of agent behavior. Link …


    Read More
  • Build visibility for Codex on Amazon Bedrock with OpenTelemetry and Amazon CloudWatch

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Build visibility for Codex on Amazon Bedrock with OpenTelemetry and Amazon CloudWatch

    As engineering teams adopt coding agents like Codex, leaders need visibility into adoption, consumption, and reliability. This post shows how to route Codex OpenTelemetry metrics through a local collector to Amazon CloudWatch for an AWS native view of usage by user, team, and cost center. Link to article: …


    Read More
  • Enforcing data residency with single-Region Claude Code on Amazon Bedrock

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Enforcing data residency with single-Region Claude Code on Amazon Bedrock

    A regulated customer needed all Claude Code inference processed in a single AWS Region (London), not just in-geography. This post shows two ways to pin Claude Code on Amazon Bedrock to one Region: an application inference profile or the Mantle endpoint, paired with an IAM Region condition, plus how to verify compliance …


    Read More
  • Announcing the preview of the Work IQ Developer Tools

    calendar Aug 6, 2026 · devblogs.microsoft.com
    Announcing the preview of the Work IQ Developer Tools

    Software is shifting from apps built for people to agents that can reason over context and act on someone's behalf. Microsoft 365 Copilot put that shift in front of hundreds of millions of users, and Work IQ gave agents a production-ready intelligence layer to build on. What's been missing is the path in between: …


    Read More
  • Agent Skills for Automated Reasoning policies in Amazon Bedrock

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Agent Skills for Automated Reasoning policies in Amazon Bedrock

    Learn how to run the full Amazon Bedrock Automated Reasoning policy lifecycle from your coding agent. A suite of open source Agent Skills builds, reviews, tests, debugs, deploys, and validates a custom policy end to end, turning a specialized console task into a repeatable engineering workflow. Link to article: …


    Read More
  • Building an agentic app deployer with Amazon Bedrock and AWS Lambda

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    Building an agentic app deployer with Amazon Bedrock and AWS Lambda

    PDI Technologies built PDI Brew, an agentic platform on AWS where non-technical employees describe a tool in plain English and receive a fully provisioned, multi-tenant web application in seconds. See how a pluggable planner and an AWS Lambda provisioning agent turn plain-English intent into governed, multi-tenant apps …


    Read More
  • LLM optimization integration for Amazon SageMaker Python SDK

    calendar Aug 6, 2026 · aws.amazon.com/blogs/machine-learning
    LLM optimization integration for Amazon SageMaker Python SDK

    The Amazon SageMaker Python SDK v3 now exposes generative AI inference recommendations in Amazon SageMaker AI directly in your notebook. Benchmark an endpoint, generate data-driven deployment recommendations, and deploy the recommended configuration without leaving your notebook workflow. Link to article: …


    Read More
  • Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for AI-Augmented Code Modernization Tools

    calendar Aug 6, 2026 · azure.microsoft.com/en-us/blog
    Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for AI-Augmented Code Modernization Tools

    GitHub Copilot and Azure are helping organizations modernize legacy applications, reduce technical debt, and prepare for AI innovation. The post Microsoft named a Leader in the 2026 Gartner® Magic Quadrant™ for AI-Augmented Code Modernization Tools appeared first on Microsoft Azure Blog. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top