Tag: retrieval tools
-
Tomasz Tunguz: 10 Months into AI Agents : Which Are Used Most?
Source URL: https://www.tomtunguz.com/mcp-server-activity/ Source: Tomasz Tunguz Title: 10 Months into AI Agents : Which Are Used Most? Feedly Summary: When Anthropic introduced the Model Context Protocol, they promised to simplify using agents. MCP enables an AI to understand which tools rest at its disposal : web search, file editing, & email drafting for example. Ten…
-
Hacker News: Evaluating modular RAG with reasoning models
Source URL: https://www.kapa.ai/blog/evaluating-modular-rag-with-reasoning-models Source: Hacker News Title: Evaluating modular RAG with reasoning models Feedly Summary: Comments AI Summary and Description: Yes Summary: The text outlines the challenges and potential of Modular Retrieval-Augmented Generation (RAG) systems using reasoning models like o3-mini. It emphasizes the distinction between reasoning capabilities and practical experience in tool usage, highlighting insights…
-
Simon Willison’s Weblog: PydanticAI
Source URL: https://simonwillison.net/2024/Dec/2/pydanticai/#atom-everything Source: Simon Willison’s Weblog Title: PydanticAI Feedly Summary: PydanticAI New project from Pydantic, which they describe as an “Agent Framework / shim to use Pydantic with LLMs". I asked which agent definition they are using and it’s the "system prompt with bundled tools" one. To their credit, they explain that in their…