<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adit Sheth</title>
    <description>The latest articles on DEV Community by Adit Sheth (@shethaadit).</description>
    <link>https://dev.to/shethaadit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2918352%2Fdc935869-1d0c-48c1-b489-bd2640797c4e.jpg</url>
      <title>DEV Community: Adit Sheth</title>
      <link>https://dev.to/shethaadit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shethaadit"/>
    <language>en</language>
    <item>
      <title>Exploring AI Frameworks: A Deep Dive into Semantic Kernel and My Open Source Contributions</title>
      <dc:creator>Adit Sheth</dc:creator>
      <pubDate>Thu, 06 Mar 2025 18:59:36 +0000</pubDate>
      <link>https://dev.to/shethaadit/exploring-ai-frameworks-a-deep-dive-into-semantic-kernel-and-my-open-source-contributions-1pdd</link>
      <guid>https://dev.to/shethaadit/exploring-ai-frameworks-a-deep-dive-into-semantic-kernel-and-my-open-source-contributions-1pdd</guid>
      <description>&lt;p&gt;Artificial Intelligence (AI) is rapidly transforming the software development landscape, offering developers powerful tools to create intelligent applications. Among these tools, &lt;strong&gt;Semantic Kernel&lt;/strong&gt; stands out as a versatile framework for integrating AI capabilities into your projects. In this post, I'll share insights into Semantic Kernel and highlight my contributions to its development.&lt;/p&gt;

&lt;h3&gt;
  
  
  Understanding Semantic Kernel
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Semantic Kernel&lt;/strong&gt; is a lightweight, open-source development kit from Microsoft that facilitates the integration of AI models into applications. It supports languages like C#, Python, and Java, enabling developers to build AI agents and incorporate advanced AI functionalities seamlessly.&lt;/p&gt;

&lt;p&gt;Key features of Semantic Kernel include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI Agent Framework&lt;/strong&gt;: Provides a platform for creating AI agents, allowing for the orchestration of AI models and the implementation of agentic patterns within applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Integration with LLMs&lt;/strong&gt;: Supports integration with Large Language Models (LLMs) such as OpenAI, Azure OpenAI, and Hugging Face, enhancing the AI capabilities of your applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Extensibility&lt;/strong&gt;: Designed to be extensible, Semantic Kernel allows developers to customize and extend its functionalities to suit specific project requirements.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  My Open Source Contributions to Semantic Kernel
&lt;/h3&gt;

&lt;p&gt;As an active member of the open-source community, I have contributed to the development of Semantic Kernel by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Enhancing Documentation&lt;/strong&gt;: Improving the clarity and comprehensiveness of the documentation to assist developers in effectively utilizing the framework.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Developing Sample Applications&lt;/strong&gt;: Creating sample applications that demonstrate best practices and innovative use cases of Semantic Kernel, providing practical examples for the community.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Bug Fixes and Feature Enhancements&lt;/strong&gt;: Actively participating in identifying and resolving issues, as well as contributing to the development of new features to enhance the framework's capabilities.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These contributions are aimed at fostering a collaborative environment and advancing the adoption of Semantic Kernel in the developer community.&lt;/p&gt;

&lt;h3&gt;
  
  
  Exploring My GitHub Contributions
&lt;/h3&gt;

&lt;p&gt;For a comprehensive view of my open-source contributions, including those to Semantic Kernel, you can visit my GitHub profile:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/shethaadit" rel="noopener noreferrer"&gt;Adit Sheth's GitHub Profile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here, you'll find repositories showcasing my work in AI, .NET, and C#, reflecting my commitment to advancing technology and sharing knowledge with the community.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Importance of Open Source in AI Development
&lt;/h3&gt;

&lt;p&gt;Contributing to open-source AI projects like Semantic Kernel offers several benefits:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Skill Advancement&lt;/strong&gt;: Engaging with complex AI frameworks enhances your understanding and expertise in AI technologies.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Community Collaboration&lt;/strong&gt;: Open-source projects thrive on community collaboration, allowing developers to learn from each other and collectively drive innovation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Real-World Impact&lt;/strong&gt;: Contributions to widely-used frameworks can have a significant impact, enabling the development of AI applications that reach a broad audience.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For those interested in contributing to open-source AI projects, platforms like GitHub host a multitude of repositories where you can find projects that align with your interests and skill level.&lt;/p&gt;

&lt;h3&gt;
  
  
  Conclusion
&lt;/h3&gt;

&lt;p&gt;The intersection of AI and open-source development presents exciting opportunities for innovation and collaboration. Semantic Kernel exemplifies how structured frameworks can simplify the integration of AI into applications. Through my contributions, I aim to support the growth of this framework and encourage others to explore and contribute to the vibrant open-source AI community.&lt;/p&gt;

&lt;p&gt;If you're interested in learning more about Semantic Kernel or wish to contribute, visit the &lt;a href="https://github.com/microsoft/semantic-kernel" rel="noopener noreferrer"&gt;Semantic Kernel GitHub repository&lt;/a&gt; to get started. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>machinelearning</category>
      <category>dotnet</category>
    </item>
    <item>
      <title>Reflecting on My December Microsoft Reactor Session: Integrating Azure OpenAI with .NET</title>
      <dc:creator>Adit Sheth</dc:creator>
      <pubDate>Thu, 06 Mar 2025 18:53:29 +0000</pubDate>
      <link>https://dev.to/shethaadit/reflecting-on-my-december-microsoft-reactor-session-integrating-azure-openai-with-net-16gg</link>
      <guid>https://dev.to/shethaadit/reflecting-on-my-december-microsoft-reactor-session-integrating-azure-openai-with-net-16gg</guid>
      <description>&lt;p&gt;Back in &lt;strong&gt;December&lt;/strong&gt;, I had the privilege of speaking at &lt;strong&gt;Microsoft Reactor&lt;/strong&gt;, where I led a hands-on session for &lt;strong&gt;.NET/C# developers&lt;/strong&gt; looking to integrate &lt;strong&gt;Azure OpenAI&lt;/strong&gt; into their applications.&lt;/p&gt;

&lt;p&gt;In this session, I covered:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Introduction to &lt;strong&gt;Azure OpenAI&lt;/strong&gt; and its integration with &lt;strong&gt;.NET&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Techniques for &lt;strong&gt;prompt engineering&lt;/strong&gt; to optimize AI interactions&lt;/li&gt;
&lt;li&gt;A walkthrough of &lt;strong&gt;Azure AI Foundry&lt;/strong&gt; and model deployment&lt;/li&gt;
&lt;li&gt;Best practices for &lt;strong&gt;scaling and securing&lt;/strong&gt; AI-powered solutions in enterprise environments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For those who missed it, here’s the session: &lt;a href="https://www.youtube.com/watch?v=Lbr2QQ1GLEk&amp;amp;list=LL&amp;amp;ab_channel=MicrosoftReactor" rel="noopener noreferrer"&gt;Watch the Session on YouTube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Microsoft Reactor&lt;/strong&gt; is a dynamic platform where developers come together for workshops and discussions. It was an exciting opportunity to showcase how &lt;strong&gt;Azure OpenAI&lt;/strong&gt; can be leveraged in &lt;strong&gt;.NET&lt;/strong&gt; projects to build AI-powered solutions.&lt;/p&gt;

&lt;p&gt;If you're a &lt;strong&gt;.NET&lt;/strong&gt; developer or just starting to explore AI, be sure to check out the session and see how you can unlock the power of AI in your own projects!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>dotnet</category>
      <category>ai</category>
      <category>azure</category>
    </item>
  </channel>
</rss>
