0 bookmark(s) - Sort by: Date ↓ / Title /
Build Agentic AI with NVIDIA NIM and NeMo. Explore optimized AI models, connect AI agents to data, and deploy anywhere with NVIDIA NIM microservices.
Hugging Face researchers developed an open-source AI research agent called 'Open Deep Research' in 24 hours, aiming to match OpenAI's Deep Research. The project demonstrates the potential of agent frameworks to enhance AI model capabilities, achieving 55.15% accuracy on the GAIA benchmark. The initiative highlights the rapid development and collaborative nature of open-source AI projects.
The article discusses Browser Use, an open source AI agent system that offers a cost-free alternative to OpenAI's Operator. Browser Use provides flexibility by allowing users to choose their preferred AI model and comes with both a cloud and an open-source DIY version. This development is part of a broader trend in 2025 towards open source AI, challenging the dominance of expensive proprietary products.
A quickstart guide to installing, configuring, and using the Goose AI agent for software development tasks.
This blueprint demonstrates how to build an AI agent that automates blog post creation using LlamaIndex and NVIDIA's language and retrieval models, ensuring high-quality, well-researched content.
An article detailing the capabilities and application of PydanticAI in building production-grade AI applications, particularly focusing on multi-agent systems.
A tutorial on using Qwen2.5–7B-Instruct for creating a local, open-source, multi-agentic RAG system.
The implementation described in the article focuses on creating a multi-agentic Retrieval-Augmented Generation (RAG) system using code agents and the Qwen2.5–7B-Instruct model. The system consists of three agents working together in a hierarchical structure:
Manager Agent: This top-level agent breaks down user questions into sub-tasks, utilizes the Wikipedia search agent to find information, and combines the results to provide a final answer. Its system prompt is tailored to guide it through the process of decomposing tasks and coordinating with other agents.
Wikipedia Search Agent: This agent interacts with the Wikipedia search tool to identify relevant pages and their summaries. It further delegates to the page search agent for detailed information retrieval from specific pages if needed. Its prompt is designed to help it navigate Wikipedia effectively and extract necessary information.
Page Search Agent: This agent specializes in extracting precise information from a given Wikipedia page. It uses a semantic search tool to locate specific passages related to the query.
To implement the multi-agent system efficiently, the article mentions several key decisions and modifications to the default Hugging Face implementation:
By structuring the implementation with these considerations, the system achieves the capability to perform complex, multi-hop question-answering tasks efficiently, despite being powered by a relatively small model running on consumer-grade hardware
An article on building an AI agent to interact with Apache Airflow using PydanticAI and Gemini 2.0, providing a structured and reliable method for managing DAGs through natural language queries.
This article discusses methods to measure and improve the accuracy of Large Language Model (LLM) applications, focusing on building an SQL Agent where precision is crucial. It covers setting up the environment, creating a prototype, evaluating accuracy, and using techniques like self-reflection and retrieval-augmented generation (RAG) to enhance performance.
A collection of lightweight AI-powered tools built with LLaMA.cpp and small language models.
First / Previous / Next / Last
/ Page 1 of 0