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.
A Week in Production: What Your Agent Will Actually Break On

A Week in Production: What Your Agent Will Actually Break On

Comments
6 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
My agent retried a 401 Unauthorized nine times. The fix was two lines.

My agent retried a 401 Unauthorized nine times. The fix was two lines.

Comments
5 min read
agent-event-bus: Sync and Async Pub/Sub for Agent Events

agent-event-bus: Sync and Async Pub/Sub for Agent Events

Comments
5 min read
Build a Provider Failover Chain That Actually Works Under Pressure

Build a Provider Failover Chain That Actually Works Under Pressure

Comments
3 min read
Cut Your Anthropic Bill in Half with the Batch API

Cut Your Anthropic Bill in Half with the Batch API

Comments
5 min read
Pre-Warm Your Anthropic Prompt Cache Before the Traffic Hits

Pre-Warm Your Anthropic Prompt Cache Before the Traffic Hits

Comments
4 min read
Composable Stop Conditions: Know When Your Agent Is Actually Done

Composable Stop Conditions: Know When Your Agent Is Actually Done

Comments
4 min read
Stop Writing Tool Schemas by Hand: tool-schema-from-fn

Stop Writing Tool Schemas by Hand: tool-schema-from-fn

Comments
6 min read
agenttap: see exactly what your Python LLM client sends over the wire

agenttap: see exactly what your Python LLM client sends over the wire

Comments
5 min read
Priority Queue for Agent Sub-Tasks: Stop Processing Low-Priority Work First

Priority Queue for Agent Sub-Tasks: Stop Processing Low-Priority Work First

Comments
4 min read
Durable Agent State Checkpoints: Resume Where You Left Off When the Run Crashes

Durable Agent State Checkpoints: Resume Where You Left Off When the Run Crashes

Comments
4 min read
I parallelized two tool calls to speed up my agent. One was a database write. Here's what happened.

I parallelized two tool calls to speed up my agent. One was a database write. Here's what happened.

Comments
6 min read
Which Agent Feature Costs the Most? Here's How to Find Out.

Which Agent Feature Costs the Most? Here's How to Find Out.

Comments
7 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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.