# tool\_use

Published articles for tool\_use.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Claude Fable 5 Restrictions Exposed Availability Risks for AI Developers

DevFeed: [Claude Fable 5 Restrictions Exposed Availability Risks for AI Developers](<https://devfeed.tech/articles/claude-fable-5-was-restricted-for-what-it-could-do-28518.md>)

Original publisher: [Read original article](<https://blog.risingstack.com/claude-fable-5-government-intervention/>)

Author: RisingStack Engineering

Published: 2026-07-06T13:42:50Z

Content type: article

Language: en

Sources: [RisingStack](<https://devfeed.tech/sources/risingstack.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [ai safety](<https://devfeed.tech/topics/ai-safety.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [API](<https://devfeed.tech/topics/api.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [long-context](<https://devfeed.tech/topics/long-context.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-safety](<https://devfeed.tech/tags/ai-safety.md>), [api](<https://devfeed.tech/tags/api.md>), [availability](<https://devfeed.tech/tags/availability.md>), [claude](<https://devfeed.tech/tags/claude.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [models](<https://devfeed.tech/tags/models.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

The article examines how restrictions on Anthropic's Claude Fable 5 and Claude Mythos 5 exposed a new availability risk for software teams. It describes a temporary global suspension of access, Fable 5's return with updated safeguards, and Mythos 5's continued limited availability. The article argues that developers building on frontier APIs must account for government decisions, identity rules, safeguards, and provider policies alongside conventional operational dependencies.

### Source excerpt

For years, most AI safety debates focused on model outputs. Could a model generate malware, explain a dangerous process, produce convincing misinformation, or comply with a jailbreak? Claude Fable 5 pushed that discussion toward a harder question: what happens when a model can inspect large codebases, use tools, maintain context across long-running tasks, and work [...] The post Claude Fable 5 Was Restricted for What It Could Do appeared first on RisingStack Engineering.

## Prompts Are Guidelines. Code Is the Config.

DevFeed: [Prompts Are Guidelines. Code Is the Config.](<https://devfeed.tech/articles/prompts-are-guidelines-code-is-the-config-30872.md>)

Original publisher: [Read original article](<https://brent.leekley.me/blog/prompt-vs-config/>)

Author: Brent Leekley

Published: 2026-06-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [brent.leekley.me blog](<https://devfeed.tech/sources/brent-leekley-me-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Claude](<https://devfeed.tech/topics/claude.md>), [API](<https://devfeed.tech/topics/api.md>), [hooks](<https://devfeed.tech/topics/hooks.md>), [JSON](<https://devfeed.tech/topics/json.md>), [context](<https://devfeed.tech/topics/context.md>)

Tags: [agent-reliability](<https://devfeed.tech/tags/agent-reliability.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api](<https://devfeed.tech/tags/api.md>), [claude](<https://devfeed.tech/tags/claude.md>), [hooks](<https://devfeed.tech/tags/hooks.md>), [schema](<https://devfeed.tech/tags/schema.md>), [stateless](<https://devfeed.tech/tags/stateless.md>), [stop-reason](<https://devfeed.tech/tags/stop-reason.md>), [structured-output](<https://devfeed.tech/tags/structured-output.md>), [til](<https://devfeed.tech/tags/til.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

A Today I Learned field note about building more reliable AI agents by assigning probabilistic judgment to the model and deterministic guarantees to application code. It discusses using code-enforced gates and hooks for requirements that must always hold, branching on stop_reason rather than model text, handling turns that contain both chat and tool calls, and avoiding the assumption that a valid schema guarantees a correct answer.

### Source excerpt

Where the model's judgment ends and your code has to take over -- a Today I Learned field note on building AI agents that hold up in production: stop_reason, forced tool use, hooks, stateless history, and why a valid schema isn't a true answer.

## Using Grok with Hermes Agent: Getting Started

DevFeed: [Using Grok with Hermes Agent: Getting Started](<https://devfeed.tech/articles/using-grok-with-hermes-agent-getting-started-38375.md>)

Original publisher: [Read original article](<https://meedamian.com/post/grok-in-hermes-basics/>)

Author: hi@meedamian.com (Damian Mee)

Published: 2026-05-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Damian Mee | Blog | Portfolio | About](<https://devfeed.tech/sources/damian-mee-blog-portfolio-about.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [coding](<https://devfeed.tech/topics/coding.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-assistant](<https://devfeed.tech/tags/ai-assistant.md>), [cli](<https://devfeed.tech/tags/cli.md>), [coding](<https://devfeed.tech/tags/coding.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

This tutorial introduces using Grok from xAI with Hermes Agent, a CLI-based AI assistant. It describes the pairing's stated capabilities, including reasoning, tool use, coding, debugging, and real-time knowledge, and begins with basic configuration.

### Source excerpt

Disclaimer: This post was generated by Grok 4.3 running inside Hermes Agent. Using Grok in Hermes Hermes Agent is a powerful CLI-based AI assistant, and pairing it with Grok (from xAI) unlocks some unique capabilities thanks to Grok's strong reasoning and tool-use performance. Why Grok? Excellent at following complex instructions Strong coding and debugging abilities Built-in real-time knowledge via tools Great balance of speed and intelligence Basic Setup To use Grok in Hermes:

## GPT-5.5 and GPT Image 2: What Actually Changed

DevFeed: [GPT-5.5 and GPT Image 2: What Actually Changed](<https://devfeed.tech/articles/gpt-5-5-and-gpt-image-2-what-actually-changed-28520.md>)

Original publisher: [Read original article](<https://blog.risingstack.com/gpt-5-gpt-image-2/>)

Author: RisingStack Engineering

Published: 2026-04-29T20:22:17Z

Content type: article

Language: en

Sources: [RisingStack](<https://devfeed.tech/sources/risingstack.md>)

Topics: [OpenAI](<https://devfeed.tech/topics/openai.md>), [coding](<https://devfeed.tech/topics/coding.md>), [computer-use](<https://devfeed.tech/topics/computer-use.md>), [context](<https://devfeed.tech/topics/context.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [coding](<https://devfeed.tech/tags/coding.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [context](<https://devfeed.tech/tags/context.md>), [generation](<https://devfeed.tech/tags/generation.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [image](<https://devfeed.tech/tags/image.md>), [openai](<https://devfeed.tech/tags/openai.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

The article compares OpenAI's GPT-5.5 and GPT Image 2 updates, arguing that both emphasize outputs usable with less post-processing. It discusses GPT-5.5's reasoning, coding, tool use, large context window, workflow integration, and reported efficiency improvements, alongside GPT Image 2's image generation and editing capabilities.

### Source excerpt

OpenAI has rolled out two updates that on the surface seem like two separate things, but actually share a common thread. GPT-5.5 makes a big jump in terms of reasoning, coding and tool use, while GPT Image 2 focuses on image generation and editing. At first glance, it's not the individual new features that stand [...] The post GPT-5.5 and GPT Image 2: What Actually Changed appeared first on RisingStack Engineering.

## Coding Agents in Feb 2026

DevFeed: [Coding Agents in Feb 2026](<https://devfeed.tech/articles/coding-agents-in-feb-2026-37182.md>)

Original publisher: [Read original article](<https://calv.info/agents-feb-2026>)

Author: Calvin French-Owen

Published: 2026-02-17T12:00:00Z

Content type: opinion

Language: en

Sources: [Calvin French-Owen](<https://devfeed.tech/sources/calvin-french-owen.md>)

Topics: [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [context](<https://devfeed.tech/topics/context.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [cursor](<https://devfeed.tech/topics/cursor.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agents](<https://devfeed.tech/tags/agents.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [context](<https://devfeed.tech/tags/context.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

An opinionated February 2026 snapshot of using coding agents, especially Claude Code and Codex. The author explains how available time, desired autonomy, model strengths, context windows, compaction, and filesystem-based planning influence tool choice and workflow.

### Source excerpt

My point-in-time snapshot of using Claude Code and Codex together. Opus shines at context management and tool use, Codex writes fewer bugs. Here's how I use both.

## Safe Yolo Mode: Running LLM Agents in VMs with Libvirt and Virsh

DevFeed: [Safe Yolo Mode: Running LLM Agents in VMs with Libvirt and Virsh](<https://devfeed.tech/articles/safe-yolo-mode-running-llm-agents-in-vms-with-libvirt-and-virsh-31870.md>)

Original publisher: [Read original article](<https://www.metachris.dev/2026/02/safe-yolo-mode-running-llm-agents-in-vms-with-libvirt-and-virsh/>)

Author: Chris Hager

Published: 2026-02-10T00:00:00Z

Content type: tutorial

Language: en

Sources: [Chris Hager](<https://devfeed.tech/sources/chris-hager.md>)

Topics: [LLMs](<https://devfeed.tech/topics/llms.md>), [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Security](<https://devfeed.tech/topics/security.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [qemu](<https://devfeed.tech/topics/qemu.md>), [ssh](<https://devfeed.tech/topics/ssh.md>)

Tags: [linux](<https://devfeed.tech/tags/linux.md>), [llm-agents](<https://devfeed.tech/tags/llm-agents.md>), [llms](<https://devfeed.tech/tags/llms.md>), [security](<https://devfeed.tech/tags/security.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>)

### AI overview

A guide to isolating LLM agents in Linux virtual machines with libvirt and virsh. It explains how VM isolation can reduce risks from destructive operations and unauthorized access when agents receive broad tool-use permissions, and covers setup, cloud-image provisioning, VM creation, and SSH access.

### Source excerpt

This is a guide for isolating LLM agents in virtual machines, using libvirt and virsh on Linux servers. Running LLMs in VMs isolates them from the host system, mitigating numerous security risks such as destructive operations or unauthorized file access (i.e. private keys, secrets, credentials for communication tools). This is particularly important when granting LLM agents broad permissions, like auto-approving tool use ("yolo mode"). It's also useful to keep sessions running for extended periods of time, and to interact with agents from the phone / on the go.

## How to Write an Agent

DevFeed: [How to Write an Agent](<https://devfeed.tech/articles/how-to-write-an-agent-41271.md>)

Original publisher: [Read original article](<https://www.evilsocket.net/2025/03/13/How-To-Write-An-Agent/>)

Author: Simone Margaritelli

Published: 2025-03-13T01:36:08Z

Content type: tutorial

Language: en

Sources: [evilsocket](<https://devfeed.tech/sources/evilsocket.md>)

Topics: [AI Development](<https://devfeed.tech/topics/ai-development.md>), [function calling](<https://devfeed.tech/topics/function-calling.md>), [LLMs](<https://devfeed.tech/topics/llms.md>)

Tags: [adk](<https://devfeed.tech/tags/adk.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agent-development-kit](<https://devfeed.tech/tags/agent-development-kit.md>), [agent-evals](<https://devfeed.tech/tags/agent-evals.md>), [ai](<https://devfeed.tech/tags/ai.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [evals](<https://devfeed.tech/tags/evals.md>), [evaluations](<https://devfeed.tech/tags/evaluations.md>), [function-calling](<https://devfeed.tech/tags/function-calling.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [howto](<https://devfeed.tech/tags/howto.md>), [llm](<https://devfeed.tech/tags/llm.md>), [nerve](<https://devfeed.tech/tags/nerve.md>), [nerve-adk](<https://devfeed.tech/tags/nerve-adk.md>), [project-release](<https://devfeed.tech/tags/project-release.md>), [tool-use](<https://devfeed.tech/tags/tool-use.md>)

### AI overview

This tutorial explains how software agents use models to select tools in a loop, and how function calling lets language models invoke tools. It introduces Nerve as a project intended to simplify implementing an agent and discusses executing tool calls and returning their outputs to the model.

### Source excerpt

Hello friends. This blog post was supposed to be the second part of this re