Skip to content
View jonathanscholtes's full-sized avatar
β˜•
Fueled by coffee, powered by curiosity
β˜•
Fueled by coffee, powered by curiosity

Highlights

  • Pro

Block or report jonathanscholtes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonathanscholtes/README.md

Jonathan Scholtes

Senior AI Engineer / Architect @ Microsoft
Designing enterprise grade, event driven AI systems that integrate autonomous agents, tools, and self healing workflows into production environments.

stochasticcoder.com β€’ linkedin.com/in/jonathanscholtes/


πŸš€ Featured Patterns

These reference architectures demonstrate how to move past basic prompt and response into structured, tool driven execution and deterministic agent orchestration.

  • Azure SRE Agent GitHub Demo
    Takes a production failure spike down to an automated code fix and a merged GitHub PR. Self-healing pipelines built on Azure SRE Agent with governed remediation and incident detection.

    • Key Patterns: Agentic reliability Β· autonomous remediation loops Β· GitHub Copilot integration
  • Fabric + Foundry Insight & Presentation Agents
    Turns live enterprise data into natural-language insights and auto-generated PowerPoint business reviews, chaining a Microsoft Fabric Data Agent to Foundry agents through MCP tooling.

    • Key Patterns: Fabric Data Agent interface Β· multi-turn reasoning over live data Β· MCP-driven document generation
  • BrandSense β€” Multi Agent Brand Intelligence
    Scores and validates brand intelligence through guardrailed multi-agent collaboration, combining retrieval, scoring, and validation to keep business outputs trustworthy.

    • Key Patterns: Guardrailed multi-agent collaboration Β· deterministic validation loops
  • Contract Risk Analysis
    Evaluates contract risk through repeatable, auditable workflows, using MCP for isolated tool-based evaluation and controlled data access.

    • Key Patterns: Tool-based evaluation isolation Β· auditable decision trees
  • ITSM Multi Agent System
    Classifies, routes, and resolves IT service tickets end to end through structured multi-agent orchestration and lifecycle handling.

    • Key Patterns: State-machine orchestration Β· autonomous ticket remediation
  • Microsoft Foundry Agentic Workshop
    A hands-on workshop for building agentic systems β€” vector search, multi-agent orchestration with LangGraph, and evaluation setups.

    • Key Patterns: Developer enablement Β· multi-agent evaluation frameworks Β· LangGraph orchestration

🧭 Full Catalog

Browse everything by area. ⭐ marks the featured patterns above.

πŸ” Grounding AI in Enterprise Data

Project Services Tech Stack Pattern & Use Case
BrandSense ⭐ Microsoft Foundry, Azure OpenAI, AI Search, APIM Python, FastAPI, React, Terraform Multi-agent brand analysis using retrieval, scoring, and validation workflows
Contract Risk Analysis ⭐ Microsoft Foundry, AKS Python, Bicep, MCP, OpenTelemetry Autonomous multi-agent contract risk evaluation with auditable workflows
Full Stack RAG System Cosmos DB (Mongo vCore) Python, LangChain, FastAPI, React Enterprise retrieval-augmented generation pattern
Semantic Kernel RAG System Microsoft Foundry, AI Search, Cosmos DB, Durable Functions Semantic Kernel, Python, FastAPI, Bicep RAG orchestration and foundation for agent-based systems
Travel AI Agent Cosmos DB (Mongo vCore) Python, LangChain, FastAPI, React Conversational agent with vector search, state management, and transactional workflows

πŸ€– Agentic Systems & Governance

Project Services Tech Stack Pattern & Use Case
Azure SRE Agent GitHub Demo ⭐ Azure SRE Agent, Container Apps, Cosmos DB, Managed Identity Python, FastAPI, Terraform, GitHub Actions Self-healing pipelines and autonomous remediation
Fabric + Foundry Insight & Presentation Agents ⭐ Microsoft Fabric, Microsoft Foundry, Container Apps, Managed Identity Python, FastAPI, FastMCP, python-pptx Fabric Data Agent β†’ conversational insight β†’ MCP-generated PowerPoint business reviews
Microsoft Foundry Agentic Workshop ⭐ Microsoft Foundry, AI Search, Container Apps, Azure Functions Python, LangGraph, Semantic Kernel, MCP Multi-agent orchestration and evaluation patterns
ITSM Multi Agent System ⭐ Microsoft Foundry, AI Search, APIM, Managed Identity Python, FastAPI, React, Terraform Agent-based ticket classification, routing, and remediation
Agents Audit System Foundry Agent Service, Azure OpenAI, AI Search, Cosmos DB Python, FastMCP, Bicep Agentic Accounts Payable auditing with RAG, explainable reasoning, and policy compliance

πŸ—οΈ Platform & Scale Patterns

Project Services Tech Stack Pattern & Use Case
MCP YARP Gateway AKS, Cosmos DB, Key Vault, Managed Identity .NET, YARP, Bicep, Python Secure MCP reverse proxy and controlled agent tool access
Large Document Summarization Azure OpenAI, Durable Functions, Blob Storage Python, Bicep, PowerShell Distributed fan-out/fan-in processing for large documents
Microsoft Foundry Deployment Microsoft Foundry, AI Search, Private Endpoints, Managed Identity Bicep, PowerShell Enterprise deployment, networking, and security foundations

πŸ“° Deep Dives & Engineering Articles

I write regularly about the operational realities of AI engineering, focusing on reliability, session affinity, and self healing pipelines over speculation.

πŸ‘‰ Read the latest technical breakdowns at stochasticcoder.com

πŸ“Œ Core Engineering Philosophy

  • System Design > Isolated Prompts: Prompts are brittle; architectures must be resilient.
  • Governed Autonomy: Agents must operate within explicit operational guardrails.
  • Consistent Operational Outcomes: Observability and reliable tracing are non negotiable for production agent deployment.

πŸ”— Microsoft Enterprise AI Ecosystem

The architecture patterns above leverage these core Microsoft frameworks and concepts to build scalable, production ready systems:

  • Microsoft Agent Framework Journey: The architectural pathway for transitioning from basic AI capabilities to governed multi agent orchestration.
  • Microsoft Foundry Planning: Core concepts for designing structured, tool driven execution and deterministic agent planning loops.
  • Microsoft Foundry Observability: Foundational practices for tracing execution flow, evaluating decisions, and driving consistent operational outcomes across AI applications.

Pinned Loading

  1. LangChain-RAG-Pattern-with-React-FastAPI-and-Cosmos-DB-Vector-Store LangChain-RAG-Pattern-with-React-FastAPI-and-Cosmos-DB-Vector-Store Public

    Complete project (web, api, data) covering the implementation of the RAG (Retrieval Augmented Generation) pattern using Azure Cosmos DB for MongoDB vCore and LangChain. The RAG pattern combines lev…

    Python 17 6

  2. Travel-AI-Agent-React-FastAPI-and-Cosmos-DB-Vector-Store Travel-AI-Agent-React-FastAPI-and-Cosmos-DB-Vector-Store Public

    Explores the implementation of a LangChain Agent using Azure Cosmos DB for MongoDB vCore to handle traveler inquiries and bookings. The project provides detailed instructions for setting up the env…

    Python 28 15

  3. azure-ai-foundry-agentic-workshop azure-ai-foundry-agentic-workshop Public

    Workshop for building intelligent AI solutions using Azure AI Foundry, featuring Vector Search, RAG, Agentic AI, and multi-agent orchestration with LangChain and Azure AI Search.

    Jupyter Notebook 26 12

  4. contract-risk-mcp-foundry contract-risk-mcp-foundry Public

    An always-on, autonomous agentic risk platform demonstrating event-driven AI agents on Azure for continuous FX and interest rate contract risk monitoring.

    Python 1 1

  5. azure-sre-agent-github-demo azure-sre-agent-github-demo Public

    Automated incident detection and remediation using Azure SRE Agent and GitHub Copilot, from failure spike to merged fix PR with minimal human intervention.

    PowerShell 1 2

  6. Fabric-Foundry-Insight-Presentation-Agents Fabric-Foundry-Insight-Presentation-Agents Public

    End-to-end implementation that combines Microsoft Fabric, Foundry agents, and Model Context Protocol (MCP) to transform enterprise data into natural-language insights and dynamically generated Powe…

    Python 1