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.
Structured Citations for LLM Agents: Track Where Every Claim Came From

Structured Citations for LLM Agents: Track Where Every Claim Came From

Comments
4 min read
Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Comments
4 min read
Per-Tool Timeouts: Stop One Slow API From Hanging Your Agent

Per-Tool Timeouts: Stop One Slow API From Hanging Your Agent

Comments
4 min read
Persist Your Agent's Conversation History Without Rolling Your Own JSON

Persist Your Agent's Conversation History Without Rolling Your Own JSON

Comments
4 min read
Stop Branching on Error Strings: A Closed Enum for Tool Exceptions

Stop Branching on Error Strings: A Closed Enum for Tool Exceptions

Comments
4 min read
VCR-Style Record/Replay for LLM Tests: Make Your Agent Tests Deterministic and Free

VCR-Style Record/Replay for LLM Tests: Make Your Agent Tests Deterministic and Free

Comments
4 min read
Circuit Breaker for LLM Calls: Stop Hammering a Provider That Is Already Down

Circuit Breaker for LLM Calls: Stop Hammering a Provider That Is Already Down

Comments
4 min read
Rust: Check If Your Payload Fits a Model's Context Window Before You Send It

Rust: Check If Your Payload Fits a Model's Context Window Before You Send It

Comments
4 min read
Composable Budget Caps for Agent Runs: Enforce Cost Limits at Multiple Levels

Composable Budget Caps for Agent Runs: Enforce Cost Limits at Multiple Levels

Comments
4 min read
Stop sending your users' SSNs to the LLM

Stop sending your users' SSNs to the LLM

Comments
5 min read
Register Named Health Checks for Your Agent So You Know What's Broken

Register Named Health Checks for Your Agent So You Know What's Broken

Comments
4 min read
When the Model Says 'ASCENDING' and Your Enum Wants 'asc': tool-arg-fuzzy

When the Model Says 'ASCENDING' and Your Enum Wants 'asc': tool-arg-fuzzy

Comments
5 min read
Multi-Provider Streaming Chunk Reassembly: Collect an LLM Stream Into a Complete Response

Multi-Provider Streaming Chunk Reassembly: Collect an LLM Stream Into a Complete Response

Comments
4 min read
Rule-Based LLM Output Validation: Reject Bad Responses Before They Reach Your Users

Rule-Based LLM Output Validation: Reject Bad Responses Before They Reach Your Users

Comments
5 min read
PII Redaction Before LLM Calls: Keep User Data Out of Your Prompt Logs

PII Redaction Before LLM Calls: Keep User Data Out of Your Prompt Logs

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