Agent DailyAgent Daily

Tool Use

Patterns for agents using tools effectively

Build a playbook about Tool Use

Save articles from this feed, then generate a personalized implementation guide

See a sample →
386 results
RELintermediate
[Release] openclaw/openclaw v2026.2.22: openclaw 2026.2.22

OpenClaw v2026.2.22 release adds Mistral provider support with memory embeddings and voice, introduces auto-updater functionality with dry-run preview, and expands channel integrations with native Synology Chat support. The release includes significant improvements to memory search with multilingual stop-word filtering (Spanish, Portuguese, Japanese, Korean, Arabic), enhanced Slack threading and media handling, and numerous bug fixes across Discord voice, Docker setup, webchat performance, and browser extension relay stability.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.2.23: openclaw 2026.2.23

OpenClaw v2026.2.23 release adds first-class Kilo Gateway and Moonshot provider support, introduces prompt caching documentation and per-agent parameter overrides, and hardens session maintenance with disk-budget controls and security headers. The release includes numerous fixes for browser SSRF policies, Telegram polling/reactions, context overflow detection, and agent reasoning/compaction behavior.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.2.25-beta.1: openclaw 2026.2.25-beta.1

OpenClaw v2026.2.25-beta.1 release includes improvements to Android chat streaming and startup performance, UI enhancements for mobile compose actions, and a major refactor of heartbeat configuration policy. The release addresses numerous critical fixes across Telegram, Slack, Discord, and LINE channels, including subagent delivery state machine improvements, webhook handling, session threading, media routing, and typing indicator management.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.2.25: openclaw 2026.2.25

OpenClaw v2026.2.25 release includes improvements to Android chat streaming and startup performance, UI enhancements for mobile compose actions, and a breaking change to heartbeat direct message delivery policy (now `allow` by default). The release contains numerous bug fixes across Telegram, Slack, Discord, LINE channels, agent routing, cron scheduling, and model fallback logic.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.2.26: openclaw 2026.2.26

OpenClaw v2026.2.26 introduces major features including External Secrets Management with a complete workflow, ACP/Thread-bound agents as first-class runtimes, new agent routing CLI commands for account-scoped management, and Android device capabilities. The release also includes numerous fixes for Telegram DM allowlist inheritance, delivery queue recovery, typing indicators across channels, and various platform-specific lifecycle and authentication improvements.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.3.1: openclaw 2026.3.1

OpenClaw v2026.3.1 release introduces major enhancements across multiple platforms including adaptive thinking defaults for Claude 4.6, Kubernetes health check endpoints, expanded Android device capabilities (camera, notifications, sensors), Discord/Telegram session management improvements, and WebSocket-first OpenAI streaming. The release also adds localization support (German, zh-CN), Feishu document/chat tooling, LanceDB memory customization, and numerous reliability fixes for Android, Windows, LINE, and Slack integrations.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.3.2-beta.1: openclaw 2026.3.2-beta.1

OpenClaw v2026.3.2-beta.1 introduces major features including expanded SecretRef support across 64 targets, native PDF analysis tools, enhanced outbound adapters with multi-media support, and improved Telegram streaming with DM-specific optimizations. The release includes breaking changes to onboarding defaults, ACP dispatch behavior, and plugin SDK HTTP handler registration, alongside numerous fixes for plugin command validation, Telegram token handling, and group system prompts.

steipeteMar 6, 2026
RELintermediate
[Release] openclaw/openclaw v2026.3.2: openclaw 2026.3.2

OpenClaw v2026.3.2 introduces major features including expanded SecretRef support across 64 targets, native PDF analysis tools, enhanced outbound adapters with multi-media support, and improved session attachments. The release includes several breaking changes around default tool profiles, ACP dispatch enablement, and plugin SDK HTTP handler registration, along with numerous fixes for Telegram, Discord, Feishu, and other channel integrations.

steipeteMar 6, 2026
REPbeginner
Show HN: Open-source code search with OpenAI's function calling

gpt-code-search is an open-source tool that enables natural language code search across any codebase using OpenAI's GPT-4 and function calling. It runs locally without requiring code indexing or repository uploads, offering functions like search_codebase, get_file_tree, and get_file_contents to help the LLM retrieve and analyze code context.

narenkmanoMar 6, 2026
RELintermediate
Launch HN: Strata (YC X25) – One MCP server for AI to handle thousands of tools

Strata is an open-source MCP server by Klavis AI that enables AI agents to access thousands of API tools through progressive discovery rather than overwhelming them with all options at once. The system guides agents through hierarchical categories and actions, achieving 15.2% higher accuracy than official GitHub and Notion servers while supporting complex multi-app workflows with 83%+ accuracy.

wirehackMar 6, 2026
TOOintermediate
Show HN: MCP server for Blender that builds 3D scenes via natural language

A custom MCP (Model Context Protocol) server that connects Blender to LLMs like ChatGPT and Claude, enabling natural language control of 3D scene generation. Users can describe complex environments (villages, landscapes, animations) in plain text and the system automatically builds them in Blender with support for spatial reasoning, iterative editing, and object hierarchy management.

pronoMar 6, 2026
TOOintermediate
Show HN: Wild Moose – Autonomous agent for production debugging

Wild Moose is an autonomous AI agent designed for production debugging that connects to observability data like logs and metrics from Datadog. Rather than focusing on code generation, it performs root-cause analysis by exploring multiple data sources through conversational interfaces, combining code execution with API invocations to answer debugging questions.

yasmindMar 6, 2026
REPintermediate
Show HN: Nous – Open-Source Agent Framework with Autonomous, SWE Agents, WebUI

Nous is an open-source TypeScript agent framework combining features of CrewAI, OpenDevon, and LangFuse, designed for building autonomous and software engineering agents with integrated tooling. It includes a Web UI, database persistence, tracing, human-in-the-loop functionality, and a novel autonomous agent that generates Python code executed in a WebAssembly sandbox for improved reasoning and reduced LLM costs.

campersMar 6, 2026
TOOintermediate
Show HN: Pomerium Agentic Access Gateway – dynamic auth for AI agents

Pomerium introduces an Agentic Access Gateway, an open-source feature that extends their zero-trust identity proxy to secure AI agents with fine-grained, context-aware authorization. The solution provides centralized policy enforcement, just-in-time credentials, and audit trails for AI agents accessing internal apps and APIs, treating agents as first-class identities rather than relying on static OAuth scopes.

bdesimoneMar 6, 2026
REPbeginner
Show HN: BrowserOS -- browser agents with GPT-OSS, local llms

BrowserOS is an open-source Chromium fork enabling non-developers to create and run browser agents locally. After testing three UX approaches (drag-and-drop workflows, one-shot agents, and plan-follower agents), the team found that having users provide simple natural language plans while the LLM executes each step achieved the best balance—improving success rates from 30% to ~80% even with local models like those run via Ollama or LMStudio.

felarofMar 6, 2026
ARTintermediate
Why it finally makes sense to build, not buy, a workplace search product

The article argues that building custom workplace search products using LLMs is now economically viable and preferable to buying expensive vendor solutions. Modern tools like LangChain, LlamaIndex, and vector databases enable companies to build sophisticated internal search chatbots in days rather than months, with full customization and lower costs than traditional enterprise search products.

jasonwcfanMar 6, 2026
RELintermediate
Show HN: Shuttle AI – Instant apps, from a single prompt

Shuttle AI is a tool that generates and deploys fully functional Rust backends from a single natural language prompt using multiple coordinated GPT agents. Users can create complete services like blog platforms or Twitter clones with commands like `shuttle-ai build "Build me a blog service"`, which handles specification generation, code creation, error checking, infrastructure provisioning, and cloud deployment.

openqueryMar 6, 2026
RELbeginner
Show HN: Phind V2 – A GPT-4 agent that’s connected to the internet and your code

Phind V2 launches as an intelligent pair programming agent powered by GPT-4 that dynamically chooses tools like web search, codebase analysis, and recursive reasoning to solve complex technical problems. Key features include a VS Code extension for IDE integration, an Answer Profile system for personalized responses, and the ability to ask clarifying questions and perform multi-step debugging without constant user input.

rushingcreekMar 6, 2026
TOOintermediate
Show HN: Gram Functions – Serverless platform for turning code into LLM tools

Gram Functions is a serverless platform that converts user-written code into LLM tools and MCP servers, addressing limitations of REST APIs for agent use. It provisions fly.io machines to host code behind a Go server, allowing developers to curate small, context-aware MCP servers by cherry-picking tools from custom functions and OpenAPI documents.

disintegratorMar 6, 2026
RELintermediate
Launch HN: Skyvern (YC S23) – open-source AI agent for browser automations

Skyvern is an open-source AI agent platform that automates browser-based workflows using LLMs, allowing users to define goal-based prompts to complete complex tasks across websites without brittle code-based solutions. The platform features a React UI for real-time monitoring, workflow chaining, authenticated sessions with 2FA support, and cached workflows for reusable interactions, with token costs reduced 80% using GPT-4O.

suchintanMar 6, 2026