<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>coding Archives - Good Shepherd News - Fastest Growing Religious, Free Speech &amp; Political Content</title>
	<atom:link href="https://goodshepherdmedia.net/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://goodshepherdmedia.net/tag/coding/</link>
	<description>Christian, Political, ‎‏‏‎Social &#38; Legal Free Speech News &#124; Ⓒ2024 Good News Media LLC &#124; Shepherd for the Herd! God 1st Programming</description>
	<lastBuildDate>Sun, 15 Oct 2023 01:41:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://goodshepherdmedia.net/wp-content/uploads/2023/08/Good-Shepherd-News-Logo-150x150.png</url>
	<title>coding Archives - Good Shepherd News - Fastest Growing Religious, Free Speech &amp; Political Content</title>
	<link>https://goodshepherdmedia.net/tag/coding/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft AutoGen: Enabling next-generation large language model applications</title>
		<link>https://goodshepherdmedia.net/microsoft-autogen-enabling-next-generation-large-language-model-applications/</link>
		
		<dc:creator><![CDATA[The Truth News]]></dc:creator>
		<pubDate>Sun, 15 Oct 2023 01:37:39 +0000</pubDate>
				<category><![CDATA[⚠️Breaking News⚠️]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[Zee Truthful News]]></category>
		<category><![CDATA[🤖 AI Artificial Intelligence]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[AutoGen]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[language model applications]]></category>
		<category><![CDATA[large language model]]></category>
		<category><![CDATA[large language model applications]]></category>
		<category><![CDATA[Microsoft AutoGen]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">https://goodshepherdmedia.net/?p=16304</guid>

					<description><![CDATA[Microsoft AutoGen Build LLM applications via multiple agents AutoGen provides a multi-agent conversation framework as a high-level abstraction. It is an open-source library for enabling next-generation LLM applications with multi-agent collaborations, teachability and personalization. With this framework, users can build LLM workflows. The agent modularity and conversation-based programming simplifies development and enables reuse for developers. [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>Microsoft AutoGen</h1>
<h2>Build LLM applications via multiple agents</h2>
<p><iframe title="AutoGen FULL Tutorial with Python (Step-By-Step) &#x1f92f; Build AI Agent Teams!" width="640" height="360" src="https://www.youtube.com/embed/V2qZ_lgxTzg?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p><iframe title="AutoGen - Microsoft steps into the AI AGENTS arena" width="640" height="360" src="https://www.youtube.com/embed/zdcCD--IieY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>AutoGen provides a multi-agent conversation framework as a high-level abstraction. It is an open-source library for enabling next-generation LLM applications with multi-agent collaborations, teachability and personalization. With this framework, users can build LLM workflows. The agent modularity and conversation-based programming simplifies development and enables reuse for developers. End-users benefit from multiple agents independently learning and collaborating on their behalf, enabling them to accomplish more with less work. Benefits of the multi agent approach with AutoGen include agents that can be backed by various LLM configurations; native support for a generic form of tool usage through code generation and execution; and, a special agent, the Human Proxy Agent that enables easy integration of human feedback and involvement at different levels.</p>
<div class="wp-block-media-text has-video has-vertical-margin-small has-vertical-padding-none is-stacked-on-mobile" data-bi-an="media-text">
<figure class="wp-block-media-text__media video-wrapper"><iframe title="YouTube Video Player" src="https://www.youtube-nocookie.com/embed/DXhqhpHWRuM?enablejsapi=1&amp;rel=0" width="700" height="550" frameborder="0" allowfullscreen="allowfullscreen" data-mce-fragment="1"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start">﻿</span></iframe></figure>
<div class="wp-block-media-text__content" data-bi-an="media-text">
<h3 id="easily-build-llm-workflows" class="wp-block-heading">Easily build LLM workflows</h3>
<p>With AutoGen, building a complex multi-agent conversation system boils down to:</p>
<ul>
<li>Defining a set of agents with specialized capabilities and roles.</li>
<li>Defining the interaction behavior between agents, i.e., what to reply when an agent receives messages from another agent.</li>
<li>
<h2 id="related-projects" class="wp-block-heading">Related projects</h2>
<p>AutoGen is an open-source, community-driven project under active development (as a spinoff from <a href="https://www.microsoft.com/en-us/research/project/flaml/">FLAML</a>, a fast library for automated machine learning and tuning), which encourages contributions from individuals of all backgrounds. Many Microsoft Research collaborators have made great contributions to this project, including academic contributors like Pennsylvania State University and the University of Washington, and product teams like Microsoft Fabric and ML.NET. AutoGen aims to provide an effective and easy-to-use framework for developers to build next-generation applications, and already demonstrates promising opportunities to build creative applications and provide a large space for innovation.</li>
</ul>
</div>
</div>
<h1>Microsoft AutoGen: Enabling next-generation large language model applications</h1>
<p>&nbsp;</p>
<figure class="wp-block-pullquote">
<blockquote><p><em><strong>&#8220;Capabilities like AutoGen are poised to fundamentally transform and extend what large language models are capable of. This is one of the most exciting developments I have seen in AI recently.”</strong></em></p>
<p><em><strong><cite>Doug Burger, Technical Fellow, Microsoft</cite></strong></em></p></blockquote>
</figure>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1.png"><img fetchpriority="high" decoding="async" class="wp-image-969777" src="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1.png" sizes="(max-width: 1100px) 100vw, 1100px" srcset="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1.png 1100w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1-300x149.png 300w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1-1024x510.png 1024w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1-768x383.png 768w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig1-240x120.png 240w" alt="Figure 1 shows three shaded boxes, each containing symbols that represent AutoGen agents and the large language models, tools, and humans that comprise them, and illustrates how AutoGen agents can converse to solve tasks. " width="1100" height="548" /></a><figcaption class="wp-element-caption"><em>Figure 1. AutoGen enables complex LLM-based workflows using multi-agent conversations. (Left) AutoGen agents are customizable and can be based on LLMs, tools, humans, and even a combination of them. (Top-right) Agents can converse to solve tasks. (Bottom-right) The framework supports many additional complex conversation patterns.</em></figcaption></figure>
<p>It requires a lot of effort and expertise to design, implement, and optimize a workflow that can leverage the full potential of large language models (LLMs). Automating these workflows has tremendous value. As developers begin to create increasingly complex LLM-based applications, workflows will inevitably grow more intricate. The potential design space for such workflows could be vast and complex, thereby heightening the challenge of orchestrating an optimal workflow with robust performance.</p>
<p>AutoGen is a framework for simplifying the orchestration, optimization, and automation of LLM workflows. It offers customizable and <em>conversable</em> agents that leverage the strongest capabilities of the most advanced LLMs, like GPT-4, while addressing their limitations by integrating with humans and tools and having conversations between multiple agents via <em>automated chat</em>.</p>
<div class="wp-block-spacer" aria-hidden="true">
<p>With AutoGen, building a complex multi-agent conversation system boils down to:</p>
<ul>
<li>Defining a set of agents with specialized capabilities and roles.</li>
<li>Defining the interaction behavior between agents, i.e., what to reply when an agent receives messages from another agent.</li>
</ul>
<p>Both steps are intuitive and modular, making these agents reusable and composable. For example, to build a system for code-based question answering, one can design the agents and their interactions as in Figure 2. Such a system is shown to reduce the number of manual interactions needed from 3x to 10x in applications like <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/OptiGuide" target="_blank" rel="noreferrer noopener">supply-chain optimization<span class="sr-only">(opens in new tab)</span></a>. Using AutoGen leads to more than a 4x reduction in coding effort.</p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2.png"><img decoding="async" class="wp-image-969780" src="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2.png" sizes="(max-width: 1100px) 100vw, 1100px" srcset="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2.png 1100w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2-300x161.png 300w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2-1024x548.png 1024w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2-768x411.png 768w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2-710x380.png 710w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig2-240x129.png 240w" alt="Figure 2 illustrates an example workflow with dotted-line relationships between three AutoGen agents—Commander, Writer, and Safeguard—and how the agents work together to answer code-based questions from users." width="1100" height="589" /><span class="sr-only">(opens in new tab)</span></a><figcaption class="wp-element-caption"><em>Figure 2. An example workflow to address code-based question answering in <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/OptiGuide" target="_blank" rel="noreferrer noopener">supply-chain optimization<span class="sr-only">(opens in new tab)</span></a>. The Commander receives user questions and coordinates with the Writer and Safeguard. The Writer crafts the code and interpretation, the Safeguard ensures safety, and the Commander executes the code. If issues arise, the process can repeat until resolved. Shaded circles represent steps that may be repeated multiple times.</em></figcaption></figure>
<h2 id="capable-conversable-and-customizable-agents-integrating-llms-humans-and-tools" class="wp-block-heading">Capable, conversable, and customizable agents – integrating LLMs, humans, and tools</h2>
<p>AutoGen agents have capabilities enabled by LLMs, humans, tools, or a mix of those elements. For example:</p>
<ul>
<li>One can easily configure the usage and roles of LLMs in an agent (<a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_groupchat_research.ipynb" target="_blank" rel="noreferrer noopener">automated complex task solving by group chat</a>) with advanced inference features (e.g., <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://microsoft.github.io/FLAML/blog/2023/05/18/GPT-adaptive-humaneval" target="_blank" rel="noreferrer noopener">optimize performance</a> with <a href="https://www.microsoft.com/en-us/research/publication/cost-effective-hyperparameter-optimization-for-large-language-model-generation-inference/">inference parameter tuning</a>).</li>
<li>Human intelligence and oversight can be achieved through a proxy agent with different involvement levels and patterns (e.g., <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_two_users.ipynb" target="_blank" rel="noreferrer noopener">automated task solving with GPT-4 + multiple human users<span class="sr-only">(opens in new tab)</span></a>).</li>
<li>The agents have native support for LLM-driven code/function execution (e.g., <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb" target="_blank" rel="noreferrer noopener">automated task solving with code generation, execution and debugging<span class="sr-only">(opens in new tab)</span></a>, <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_function_call.ipynb" target="_blank" rel="noreferrer noopener">use provided tools as functions<span class="sr-only">(opens in new tab)</span></a>).</li>
</ul>
<p>One straightforward way of using built-in agents from AutoGen is to invoke automated chat between an assistant agent and a <em>user proxy</em> agent. As an example (Figure 3), one can easily build an enhanced version of ChatGPT + Code Interpreter + plugins, with a customizable degree of automation, usable in a custom environment and embeddable in a bigger system. It is also easy to extend their behavior to support diverse application scenarios, such as adding personalization and adaptability based on past interactions (e.g., <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_stream.ipynb" target="_blank" rel="noreferrer noopener">automated continual learning<span class="sr-only">(opens in new tab)</span></a>, <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb" target="_blank" rel="noreferrer noopener">teach agents new skills<span class="sr-only">(opens in new tab)</span></a>).</p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3.png"><img decoding="async" class="wp-image-969786" src="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3.png" sizes="(max-width: 1100px) 100vw, 1100px" srcset="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3.png 1100w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3-300x156.png 300w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3-1024x532.png 1024w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3-768x399.png 768w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig3-240x125.png 240w" alt="Figure 3 shows the details of a chat between an assistant agent and a user proxy agent to illustrate how AutoGen automates such chats, while seamlessly engaging humans or using tools as needed to complete complex tasks." width="1100" height="571" /></a><figcaption class="wp-element-caption"><em>Figure 3. A user proxy agent and assistant agent from AutoGen can be used to build an enhanced version of ChatGPT + Code Interpreter + plugins. The assistant agent plays the role of an AI assistant like Bing Chat. The user proxy agent plays the role of a user and simulates users’ behavior such as code execution. AutoGen automates the chat between the two agents, while allowing human feedback or intervention. The user proxy seamlessly engages humans and uses tools when appropriate.</em></figcaption></figure>
<p>The agent conversation-centric design has numerous benefits, including that it:</p>
<ul>
<li>Naturally handles ambiguity, feedback, progress, and collaboration.</li>
<li>Enables effective coding-related tasks, like tool use with back-and-forth troubleshooting.</li>
<li>Allows users to seamlessly opt in or opt out via an agent in the chat.</li>
<li>Achieves a collective goal with the cooperation of multiple specialists.</li>
</ul>
<p>AutoGen supports automated chat and diverse communication patterns, making it easy to orchestrate a complex, dynamic workflow and experiment with versatility. Figure 4 illustrates a new game, <em><a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/flaml/blob/main/notebook/autogen_agentchat_chess.ipynb" target="_blank" rel="noreferrer noopener">conversational chess<span class="sr-only">(opens in new tab)</span></a>,</em> enabled by AutoGen. Figure 5 illustrates how AutoGen supports <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_groupchat.ipynb" target="_blank" rel="noreferrer noopener">group chats<span class="sr-only">(opens in new tab)</span></a> between multiple agents using another special agent called the “GroupChatManager”.</p>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4.png"><img loading="lazy" decoding="async" class="wp-image-969789" src="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4.png" sizes="(max-width: 1100px) 100vw, 1100px" srcset="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4.png 1100w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-300x169.png 300w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-1024x576.png 1024w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-768x432.png 768w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-1066x600.png 1066w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-655x368.png 655w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-343x193.png 343w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-240x135.png 240w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-640x360.png 640w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig4-960x540.png 960w" alt="Figure 4 displays two small chessboards side-by-side, with black and white chess pieces in various positions on each board showing a game in progress, plus a chat between two users, to illustrate how AI, human, or hybrid users can play conversational chess." width="1100" height="619" /><span class="sr-only">(opens in new tab)</span></a><figcaption class="wp-element-caption"><em>Figure 4. An example of a new application enabled by AutoGen: <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/flaml/blob/main/notebook/autogen_agentchat_chess.ipynb" target="_blank" rel="noreferrer noopener">conversational chess<span class="sr-only">(opens in new tab)</span></a>. It can support various scenarios, as each player can be an LLM-empowered AI, a human, or a hybrid of the two. It allows players to express their moves creatively, such as using jokes, meme references, and character-playing, making chess games more entertaining to players as well as observers.</em></figcaption></figure>
<figure class="wp-block-image aligncenter size-full"><a href="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5.png"><img loading="lazy" decoding="async" class="wp-image-969792" src="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5.png" sizes="(max-width: 1100px) 100vw, 1100px" srcset="https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5.png 1100w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5-300x192.png 300w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5-1024x655.png 1024w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5-768x492.png 768w, https://www.microsoft.com/en-us/research/uploads/prod/2023/09/AutoGen_Fig5-240x154.png 240w" alt="Figure 5 shows three shaded boxes, each containing symbols that represent various agents, to illustrate how AutoGen enables dynamic group chats. Each box represents a different step in the three-step process. " width="1100" height="704" /><span class="sr-only">(opens in new tab)</span></a><figcaption class="wp-element-caption"><em>Figure 5. Overview of how AutoGen enables dynamic <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/autogen/blob/main/notebook/agentchat_groupchat.ipynb" target="_blank" rel="noreferrer noopener">group chats<span class="sr-only">(opens in new tab)</span></a> to solve tasks: We use a special agent called the Manager that repeats the following three steps—select a single speaker (in this case Bob), ask the speaker to respond, and broadcast the selected speaker’s message to all the other agents.</em></figcaption></figure>
<h3 id="getting-started" class="wp-block-heading"><a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://github.com/microsoft/FLAML/blob/evaluation/evaluation/research_paper/create_ppt.ipynb"><span class="sr-only">(opens in new tab)</span></a>Getting started</h3>
<p><a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://aka.ms/autogen" target="_blank" rel="noreferrer noopener"><u>AutoGen</u><span class="sr-only">(opens in new tab)</span></a> (in preview) is freely available as a Python package. To install it, run</p>
<pre class="wp-block-code"><code>pip install pyautogen</code></pre>
<p>You can quickly enable a powerful experience with just a few lines of code:</p>
<pre class="wp-block-code"><code><span style="color: af71a9;">import</span> autogen
assistant = autogen.AssistantAgent(<span style="color: c9975a;">"assistant"</span>)
user_proxy = autogen.UserProxyAgent(<span style="color: c9975a;">"user_proxy"</span>)
user_proxy.initiate_chat(assistant, <span style="color: 1a5e7c;">message</span>=<span style="color: c9975a;">"Show me the YTD gain of 10 largest technology companies as of today."</span>)
<span style="color: 719d60;"># This triggers automated chat to solve the task</span></code></pre>
<p>Check examples for a wide variety of tasks: <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://microsoft.github.io/autogen/docs/Examples/AutoGen-AgentChat" target="_blank" rel="noreferrer noopener">https://microsoft.github.io/autogen/docs/Examples/AutoGen-AgentChat<span class="sr-only">(opens in new tab)</span></a>.</p>
<h3 id="next-steps" class="wp-block-heading">Next steps:</h3>
<ul>
<li>Use AutoGen in your LLM applications and provide feedback on <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://discord.gg/pAbnFJrkgZ" target="_blank" rel="noreferrer noopener">Discord<span class="sr-only">(opens in new tab)</span></a></li>
<li>Read about the research:
<ul>
<li><a href="https://www.microsoft.com/en-us/research/publication/autogen-enabling-next-gen-llm-applications-via-multi-agent-conversation-framework/">AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework</a></li>
</ul>
<ul>
<li><a href="https://www.microsoft.com/en-us/research/publication/cost-effective-hyperparameter-optimization-for-large-language-model-generation-inference/">Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference</a></li>
</ul>
</li>
</ul>
<p>AutoGen is an open-source, community-driven project under active development (as a spinoff from <a class="msr-external-link glyph-append glyph-append-open-in-new-tab glyph-append-xsmall" href="https://microsoft.github.io/FLAML/">FLAML<span class="sr-only">(opens in new tab)</span></a>, a fast library for automated machine learning and tuning), which encourages contributions from individuals of all backgrounds. Many Microsoft Research collaborators have made great contributions to this project, including academic contributors like Pennsylvania State University and the University of Washington, and product teams like Microsoft Fabric and ML.NET. AutoGen aims to provide an effective and easy-to-use framework for developers to build next-generation applications, and already demonstrates promising opportunities to build creative applications and provide a large space for innovation. <a href="https://www.microsoft.com/en-us/research/blog/autogen-enabling-next-generation-large-language-model-applications/" target="_blank" rel="noopener">source</a></p>
<hr />
</div>
<div class="border-bottom border-top border-gray-300 mt-5 mb-5 msr-promo text-center text-md-left alignwide" data-bi-an="promo" data-bi-id="931956">
<div class="wp-block-media-text has-video has-vertical-margin-small has-vertical-padding-none is-stacked-on-mobile" data-bi-an="media-text">
<div class="wp-block-media-text__content" data-bi-an="media-text">
<ul>
<li></li>
</ul>
</div>
</div>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
