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.
Stable Cache Keys for LLM Requests: Canonical Hashing in Rust

Stable Cache Keys for LLM Requests: Canonical Hashing in Rust

Comments
4 min read
Build a Metrics Dashboard for Your Python Agent in 50 Lines

Build a Metrics Dashboard for Your Python Agent in 50 Lines

Comments
6 min read
I run 30 agents in parallel. They share one budget. Here is the pool primitive that makes that safe.

I run 30 agents in parallel. They share one budget. Here is the pool primitive that makes that safe.

Comments
4 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
llm-tool-arg-coerce: Coerce LLM Tool Args to Expected Types with a Function-Sig Shortcut

llm-tool-arg-coerce: Coerce LLM Tool Args to Expected Types with a Function-Sig Shortcut

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
tool-output-truncate-py: Trim Tool Output Before It Eats Your Context Window

tool-output-truncate-py: Trim Tool Output Before It Eats Your Context Window

Comments
5 min read
Split Long Documents Into Overlapping Chunks Without Losing Context

Split Long Documents Into Overlapping Chunks Without Losing Context

Comments
4 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
The conversation you saved to disk still has the SSN in it

The conversation you saved to disk still has the SSN in it

Comments
6 min read
The $12 LLM Call Nobody Saw Coming: llm-cost-cap

The $12 LLM Call Nobody Saw Coming: llm-cost-cap

Comments
5 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
Rust: Stop Retries From Double-Submitting LLM Calls With Content-Derived Idempotency Keys

Rust: Stop Retries From Double-Submitting LLM Calls With Content-Derived Idempotency Keys

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