LangChain x Mistral RAG Agent Cookbooks + With the release of new Mixtral 8x22B, there's high interest in building agents with open source LLMs. We partnered with @MistralAI to release a set of cookbooks and a video that shows how to do this using control flows in
AGENTS
-
Multi-Agent Collaboration: Key AI Design Pattern for Complex Tasks
By
–
Multi-agent collaboration has emerged as a key AI agentic design pattern. Given a complex task like writing software, a multi-agent approach would break down the task into subtasks to be executed by different roles — such as a software engineer, product manager, designer, QA
-

Boston Dynamics Robot Embedded with Local AI Agent
By
–
Imagine this robot from. @BostonDynamics embedded with local #AI agent.
-
VASA-1: AI talking avatar from a photo
By
–
Ceci est un avatar "parlant" créé à partir uniquement d'une photo de la personne et qui agit comme un "masque".
— Defend Intelligence (Anis Ayari) (@DFintelligence) 18 avril 2024
En bref, vous mettez votre caméra, votre micro, vous choisissez le visage que vous voulez avoir et BOOM.
Il s'agit d'un modèle d'IA de Microsoft intitulé "VASA-1".… pic.twitter.com/RJSo8NWZOVThis is a "talking" avatar created solely from a photo of the person and acting as a "mask". In short, you turn on your camera, your microphone, choose the face you want, and BOOM. This is a Microsoft AI model called "VASA-1".
-

OpenAI Assistants API Significant New Features Announcement
By
–
Significant new features in the Assistants API:
-
Claude 3 Opus User Experience Disappointment and Frustration
By
–
Claude 3 Opus is my enemy today. We were besties. And now we are nothing.
-

AI Agents Make Coding Accessible to Non-Technical Users
By
–
Agents are a big deal not just due to autonomy but also because they make sense to non-coders GPT-4 isn't quite there yet, but you get quite far with: "Hey Devin the AI agent make a more engaging version of my website… add links" The results were cute: http://
chic-tulumba-3fbd63.netlify.app -

OpenAI Updates Kill Startups While RAG Becomes Standard
By
–
Every OpenAI product update kills a bunch of startups & expensive consulting projects. RAG is increasingly being built into core AI model offerings (but RAG is quite limited, and, at times, risky. See halfway though this post: https://
oneusefulthing.org/p/which-ai-sho
uld-i-use-superpowers
…) -

Assistants API Updates: Expanded File Support and Better Control
By
–
Launching a series of updates to the Assistants API—now with support for up to 10,000 files for knowledge retrieval and more precise tool and token control. Excited to see what you build!
-

Optimize Multiple LLM Calls by Mixing Models for Lower Latency
By
–
Most LLM apps and AI Agents need multiple calls to an LLM, especially a moderately complex LLM app/AI agent. Calling GPT-4 or Claude is impractical and you will soon be in high-latency hell. The optimal way to do this is to mix and match LLMs depending on the latency,
