7B 파라미터로 GPT-4o를 이긴 AI 에이전트: Microsoft Fara-7B

Microsoft의 7B 파라미터 AI 에이전트 Fara-7B가 GPT-4o를 능가하는 성능으로 디바이스에서 직접 웹을 조작합니다. 프라이버시와 효율성을 동시에 잡은 새로운 접근법을 소개합니다.

https://aisparkup.com/posts/6967

I usually take some downtime towards the end of the year to do a lot of learning and experimentation. One of the fun projects I was considering is with Multi-Agentic Platforms like #Autogen(https://www.microsoft.com/en-us/research/blog/autogen-enabling-next-generation-large-language-model-applications/?msockid=3e6bcd65a07461763cf4d94ba1376098), #AG2(https://ag2.ai/), #MagenticOne(https://www.microsoft.com/en-us/research/articles/magentic-one-a-generalist-multi-agent-system-for-solving-complex-tasks/?msockid=3e6bcd65a07461763cf4d94ba1376098), or #Waldiez (https://waldiez.io/index.html) to interface with the #HomeAssistant API (https://www.home-assistant.io/) to create an #AgenticAI #HomeAutomation Scenario. Curious if anyone has tried this out for any #AI-driven use case as a fun learning project/ #GenAI #AI #IoT
AutoGen: Enabling next-generation large language model applications

Microsoft researchers are introducing AutoGen, a framework for simplifying the orchestration, optimization, and automation of workflows for large language model (LLM) applications—potentially transforming and extending what LLMs can do. Learn more.

Microsoft Research

🎯 #MagenticOne: New generalist multi-agent system developed by #Microsoft for handling complex web and file-based tasks

🤖 Core Features:
• Lead Orchestrator agent manages task planning, delegation, and progress tracking using Task & Progress Ledgers
#WebSurfer agent controls Chrome browser for web interactions and navigation
#FileSurfer agent handles local file operations across various formats
#Coder and Computer Terminal agents for code writing and execution

💡 Technical Details:
• Built on #AutoGen framework
• Default model: #GPT4 (model-agnostic design)
• Runs in Docker containers for safety
• Supports human-in-the-loop supervision

⚙️ Implementation:
• Available as #opensource project
• Requires Docker and Playwright
• Supports Azure AD and #OpenAI configurations
• Currently being ported to AutoGen AgentChat

🔗 Learn more: https://github.com/microsoft/autogen/tree/main/python/packages/autogen-magentic-one

autogen/python/packages/autogen-magentic-one at main · microsoft/autogen

A programming framework for agentic AI 🤖. Contribute to microsoft/autogen development by creating an account on GitHub.

GitHub