DEV Community

Artificial Intelligence

Artificial intelligence leverages computers and machines to mimic the problem-solving and decision-making capabilities found in humans and in nature.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
I needed a stable cache key for LLM requests. The hard part was the input list order.

I needed a stable cache key for LLM requests. The hard part was the input list order.

Comments
4 min read
I Shipped 50 Agent-Stack Libraries. Here Is How They Fit Together.

I Shipped 50 Agent-Stack Libraries. Here Is How They Fit Together.

Comments
6 min read
How to Test LLM Agents Without Calling the Real API

How to Test LLM Agents Without Calling the Real API

Comments
5 min read
Production Python Agent Checklist: 15 Things Before You Deploy

Production Python Agent Checklist: 15 Things Before You Deploy

Comments
6 min read
I shipped eight agent-stack repos in eight hours. Here's what made it possible.

I shipped eight agent-stack repos in eight hours. Here's what made it possible.

Comments
4 min read
What I Learned Shipping 50 Agent-Stack Libraries in One Sprint

What I Learned Shipping 50 Agent-Stack Libraries in One Sprint

Comments
6 min read
Three Error Recovery Patterns for LLM Agent Tool Failures

Three Error Recovery Patterns for LLM Agent Tool Failures

Comments
5 min read
llmfleet: pool many agents' turns into one Batch API call and save 50 percent

llmfleet: pool many agents' turns into one Batch API call and save 50 percent

Comments
4 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
claude-stream-rs: parse Anthropic SSE streaming responses into a typed Rust enum

claude-stream-rs: parse Anthropic SSE streaming responses into a typed Rust enum

Comments
5 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
llm-fallback-router: Multi-Provider Failover for Python LLM Calls

llm-fallback-router: Multi-Provider Failover for Python LLM Calls

Comments
5 min read
Six Security Layers for Python LLM Agents

Six Security Layers for Python LLM Agents

Comments
6 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
Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

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