Skip to content
View suneetnangia's full-sized avatar

Organizations

@Azure

Block or report suneetnangia

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. wasm-orchestration-with-spin wasm-orchestration-with-spin Public

    Repository to demonstrate Wasm modules orchestration with containers in Kubernetes

    Shell 3 3

  2. distributed-az-edge-framework distributed-az-edge-framework Public archive

    This accelerator is (being) developed to allow heavy edge solutions to run on K8s, in distributed and resilient manner.

    PowerShell 5 5

  3. spinframework/spin-trigger-mqtt spinframework/spin-trigger-mqtt Public

    An MQTT trigger for Spin

    Rust 20 11

  4. Edge to Fabric Eventhouse Medallion ... Edge to Fabric Eventhouse Medallion Pattern
    1
    # Mfg. Data Patterns
    2
    
                  
    3
    ## Medallion architecture in Eventhouse for Real-time Data from AIO
    4
    
                  
    5
    Medallion architecture is a design pattern used in data engineering to organize data into different layers or zones. This pattern ensures data quality, enhances data processing efficiency, and simplifies data management. The architecture typically consists of three layers; the subsequent section elaborates on the layers and other aspects of implementation in context of AIO and Microsoft Fabric.
  5. rag-doc-data-search rag-doc-data-search Public

    A RAG solution to search documents and database with configurable models.

    C#

  6. Tools Accuracy and LLMs Tools Accuracy and LLMs
    1
    # S/LLMs and Tools Accuracy
    2
    
                  
    3
    As AI agents gain access to more tools and capabilities, a critical challenge emerges: **the more tools an LLM can choose from, the less accurate it becomes at selecting the right one**. This inverse relationship between tool quantity and selection accuracy fundamentally limits how many capabilities we can expose to a single agent.
    4
    
                  
    5
    This guide examines proven strategies to overcome this limitation, drawing from publicly available research and real-world implementations from GitHub, Anthropic, and Cloudflare. We explore both techniques that help LLMs better understand available tools and approaches that strategically reduce the number of tools presented at any given time.