.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Frontier Tuning: Teaching AI to work the way you do

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Frontier Tuning: Teaching AI to work the way you do

    Today at Microsoft Build, we introduced Frontier Tuning, a new approach to making AI work the way your business does by applying reinforcement learning inside your compliance Link to article: https://devblogs.microsoft.com/microsoft365dev/frontier-tuning-teaching-ai-to-work-the-way-you-do


    Read More
  • The art and science of hyperparameter optimization on Amazon Nova Forge

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    The art and science of hyperparameter optimization on Amazon Nova Forge

    Fine-tuning for domain-specific tasks means improving performance in one area without degrading the model’s general capabilities, and getting that balance right is harder than it looks. This post walks through how to navigate that balance, from selecting the right customization strategy for your data and task, to …


    Read More
  • Object detection with Amazon Nova 2 Lite

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    Object detection with Amazon Nova 2 Lite

    In this post, we'll walk through implementing object detection with Amazon Nova 2 Lite. You'll learn how to deploy an object detection application using Amazon Bedrock, AWS Lambda, and Amazon API Gateway. You'll also learn how to craft effective prompts, process structured JSON output, and visualize results. We explore …


    Read More
  • A Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry

    calendar Jun 2, 2026 · devblogs.microsoft.com
    A Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry

    A Developer’s Guide to Managing Models, Cost and Quality in Microsoft Foundry The hardest part of building AI systems today is no longer getting access to a capable model. It is knowing how to choose, validate, optimize, and operate the right model across the full lifecycle of a real application. Take a …


    Read More
  • What's Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements

    calendar Jun 2, 2026 · devblogs.microsoft.com
    What's Coming Next in Visual Studio: Our Microsoft Build 2026 Announcements

    Microsoft Build kicks off today in San Francisco, June 2 and 3. If you cannot make it in person, the sessions are streaming online for free, and I want to walk you through what we are announcing for Visual Studio this week. One idea tie most of it together. Code is an asset, not just an artifact. The tools around it …


    Read More
  • Build and run agents at scale with Microsoft Foundry at Build 2026

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Build and run agents at scale with Microsoft Foundry at Build 2026

    Developers are already building agents, and the early productivity gains speak for themselves. Thanks to coding agents like GitHub Copilot, standing up a working prototype is the easy part. The hard part starts after the prototype. The moment an agent leaves your laptop and has to run inside an enterprise workflow, the …


    Read More
  • Build agents you can trust across any framework with open evals and a control standard

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Build agents you can trust across any framework with open evals and a control standard

    Build agents you can trust across any framework with open evals and a control standard We are four years into the generative AI era, and agents are everywhere. Enterprises are deploying them at scale, but trust has not kept pace. The gap is concrete: written policies do not translate into working runtime controls, …


    Read More
  • Foundry IQ: Build smarter agents faster with unified knowledge and serverless retrieval

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Foundry IQ: Build smarter agents faster with unified knowledge and serverless retrieval

    Foundry IQ: Build smarter agents faster with unified knowledge and serverless retrieval Developers building agent fleets keep hitting the same pattern: the agent logic is ready, but the knowledge infrastructure underneath is complex to do well. Getting to production means solving for stability, scale, data access, …


    Read More
  • Announcing Intelligent Terminal 0.1

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Announcing Intelligent Terminal 0.1

    Today we're announcing Intelligent Terminal version 0.1, an open-source experimental fork of Windows Terminal with native agent integration. Get started Install from the Microsoft Store: Intelligent Terminal on the Mi Link to article: …


    Read More
  • What's new in Microsoft Foundry | Build Edition

    calendar Jun 2, 2026 · devblogs.microsoft.com
    What's new in Microsoft Foundry | Build Edition

    TL;DR At Build 2026, Microsoft Foundry added more of the platform pieces developers need for production agents: runtime, tools, memory, grounding, models, observability, and governance. This recap highlights what shipped, what is in preview, and where to start. Agent development got faster: Microsoft Age Link to …


    Read More
  • How to Secure AI Agents: A Practical Overview for Development Teams

    calendar Jun 2, 2026 · docker.com
    How to Secure AI Agents: A Practical Overview for Development Teams

    In our State of Agentic AI report, 45% of organizations said they struggle to ensure the tools their agents use are secure and enterprise-ready. That number reflects a broader reality: AI agents are moving into production faster than the security practices around them are maturing. The challenge is not that …


    Read More
  • What's New in Hosted Agents in Foundry Agent Service

    calendar Jun 2, 2026 · devblogs.microsoft.com
    What's New in Hosted Agents in Foundry Agent Service

    A few weeks ago, we announced the public preview refresh of hosted agents in Foundry Agent Service — a fundamentally re-imagined ag Link to article: https://devblogs.microsoft.com/foundry/hosted-agents-build26


    Read More
  • How Baz improved its AI Agent Code Review accuracy using Amazon Bedrock AgentCore

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    How Baz improved its AI Agent Code Review accuracy using Amazon Bedrock AgentCore

    This post walks through how Baz built their Spec Review agent using Amazon Bedrock and Amazon Bedrock AgentCore. We'll cover the architecture decisions, implementation details, and the business outcomes they achieved by leveraging these AWS services to automate their code review process Link to article: …


    Read More
  • Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    calendar Jun 2, 2026 · blog.jetbrains.com
    Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    Toolbox App 3.5 focuses on making daily work smoother and managed development environments easier to monitor. The app now supports interface zooming with familiar shortcuts, provides OpenTelemetry metrics for enterprise remote development connections, and handles several long-standing reliability issues more …


    Read More
  • Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    calendar Jun 2, 2026 · devleader.ca
    Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    Compare chain of responsibility vs decorator pattern in C# with side-by-side code examples showing when to use handler chains versus layered wrappers. Link to article: https://www.devleader.ca/2026/06/02/chain-of-responsibility-vs-decorator-pattern-in-c-key-differences-explained


    Read More
  • Top Agentic Frameworks for Building Applications 2026

    calendar Jun 2, 2026 · blog.jetbrains.com
    Top Agentic Frameworks for Building Applications 2026

    In 2026, the world of AI is changing at a serious pace. The days of AI systems dealing solely in single-prompt interactions are coming to an end. Instead, these models are evolving into agentic systems – long-running, goal-driven software enabled by agentic frameworks that are becoming a critical layer in modern …


    Read More
  • Travelers deploys AI-powered claims countrywide with OpenAI

    calendar Jun 2, 2026 · openai.com/blog
    Travelers deploys AI-powered claims countrywide with OpenAI

    Travelers built an AI-powered Claim Assistant with OpenAI to guide customers through filing claims, provide 24/7 support, and scale operations during peak demand. Link to article: https://openai.com/index/travelers


    Read More
  • Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    calendar Jun 2, 2026 · build5nines.com
    Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    Modern AI solutions are reshaping industries, driving demand for cloud architectures that are scalable, resilient, and globally accessible. Microsoft Azure’s expansive network of Regions and… Link to article: …


    Read More
  • Codex for every role, tool, and workflow

    calendar Jun 2, 2026 · openai.com/blog
    Codex for every role, tool, and workflow

    Discover new Codex plugins, sites, and annotations that help analysts, marketers, designers, investors, and other teams get more done with AI. Link to article: https://openai.com/index/codex-for-every-role-tool-workflow


    Read More
  • Advancing youth safety and opportunity through global leadership

    calendar Jun 2, 2026 · openai.com/blog
    Advancing youth safety and opportunity through global leadership

    OpenAI calls for global action on youth AI safety, proposing an international institute to strengthen safeguards, standards, and opportunities for young people. Link to article: https://openai.com/index/advancing-youth-safety-and-opportunity-through-global-leadership


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top