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.
Make Your Agent's API Calls Idempotent Before You Need To

Make Your Agent's API Calls Idempotent Before You Need To

Comments
5 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
Three Error Recovery Patterns for LLM Agent Tool Failures

Three Error Recovery Patterns for LLM Agent Tool Failures

Comments
5 min read
Streaming LLM Responses in Python Agents: What Goes Wrong and How to Fix It

Streaming LLM Responses in Python Agents: What Goes Wrong and How to Fix It

Comments
6 min read
My RAG system slowly got worse for three months and nobody noticed.

My RAG system slowly got worse for three months and nobody noticed.

Comments
4 min read
Spec-Driven Development Without an IDE: I Generated NestJS, Go, Spring Boot, Laravel, and Rust Apps From a Single PRD File

Spec-Driven Development Without an IDE: I Generated NestJS, Go, Spring Boot, Laravel, and Rust Apps From a Single PRD File

Comments
7 min read
agenttap: see exactly what your LLM SDK sent to the wire, with API keys scrubbed

agenttap: see exactly what your LLM SDK sent to the wire, with API keys scrubbed

Comments
4 min read
agent-fn-registry: Register Your Agent Tools With Schema, Side Effects, and Defaults in One Place

agent-fn-registry: Register Your Agent Tools With Schema, Side Effects, and Defaults in One Place

Comments
5 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
Single-Flight Batching: When Many Callers Need the Same LLM Response

Single-Flight Batching: When Many Callers Need the Same LLM Response

Comments
6 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
Build System Prompts From Named Sections Instead of One Giant String

Build System Prompts From Named Sections Instead of One Giant String

Comments
4 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
Make Your Agent Idempotent: Run It Twice, Get the Same Result

Make Your Agent Idempotent: Run It Twice, Get the Same Result

Comments
4 min read
The Agent That Retried Five Times Over a String: tool-arg-coerce-py

The Agent That Retried Five Times Over a String: tool-arg-coerce-py

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