DEV Community

# agents

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
LRU Memoization for Agent Tool Calls with tool-result-cache

LRU Memoization for Agent Tool Calls with tool-result-cache

Comments
5 min read
50 Users Ask the Same Question. Your Agent Makes 50 API Calls. Here's the Fix.

50 Users Ask the Same Question. Your Agent Makes 50 API Calls. Here's the Fix.

Comments
4 min read
Why Every Library in the Agent Stack Has Zero Runtime Dependencies

Why Every Library in the Agent Stack Has Zero Runtime Dependencies

Comments
6 min read
Keep Your Anthropic Prompt Cache Alive With prompt-cache-warmer

Keep Your Anthropic Prompt Cache Alive With prompt-cache-warmer

Comments
5 min read
Score Your Agent's Responses With a 0.0-1.0 Rubric (No LLM Judge Required)

Score Your Agent's Responses With a 0.0-1.0 Rubric (No LLM Judge Required)

Comments
4 min read
prompt-replay: Record and Replay LLM Prompts Across Models

prompt-replay: Record and Replay LLM Prompts Across Models

Comments
5 min read
Cooperative Agent Deadlines: Give Every Task a Wall-Clock Time Budget

Cooperative Agent Deadlines: Give Every Task a Wall-Clock Time Budget

Comments
4 min read
Pre-Flight Cost Gates for LLM Calls: Stop Expensive Requests Before They Hit the API

Pre-Flight Cost Gates for LLM Calls: Stop Expensive Requests Before They Hit the API

Comments
5 min read
How to Know When Your Agent Is Done (Before It Runs Forever)

How to Know When Your Agent Is Done (Before It Runs Forever)

Comments
6 min read
agentguard-rs: Domain Allowlists for Rust AI Agent Network Calls

agentguard-rs: Domain Allowlists for Rust AI Agent Network Calls

Comments
5 min read
prompt-cache-key: Stable Hashes for Anthropic Prompt Cache Scopes

prompt-cache-key: Stable Hashes for Anthropic Prompt Cache Scopes

Comments
5 min read
Detect Prompt Injection Before Your Agent Acts on It

Detect Prompt Injection Before Your Agent Acts on It

Comments
4 min read
Stop Writing One-Off Case Converters for LLM Tool Args: tool-arg-rename

Stop Writing One-Off Case Converters for LLM Tool Args: tool-arg-rename

Comments
5 min read
Stop Paying for the Same Tool Call Twice: Memoize LLM Tool Calls with tool-call-cache

Stop Paying for the Same Tool Call Twice: Memoize LLM Tool Calls with tool-call-cache

Comments
5 min read
Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

Comments
6 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.