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.
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
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
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
Heuristic Prompt Compression: Cut Your Context Window Usage Without Losing Key Information

Heuristic Prompt Compression: Cut Your Context Window Usage Without Losing Key Information

Comments
4 min read
Replay Every LLM Prompt Against a New Model Before You Migrate

Replay Every LLM Prompt Against a New Model Before You Migrate

Comments
3 min read
llmfleet: a gather-window dispatcher that fixes your parallel Claude eval rate limits

llmfleet: a gather-window dispatcher that fixes your parallel Claude eval rate limits

Comments
5 min read
prompt-eval-rubric: Composable 0.0-1.0 Scoring Rubrics for LLM Outputs

prompt-eval-rubric: Composable 0.0-1.0 Scoring Rubrics for LLM Outputs

Comments
6 min read
Your Agent Is Calling That Tool Again: tool-loop-guard

Your Agent Is Calling That Tool Again: tool-loop-guard

Comments
6 min read
prompt-replay: Record LLM Outputs Today, Replay Against a New Model Tomorrow

prompt-replay: Record LLM Outputs Today, Replay Against a New Model Tomorrow

Comments
5 min read
Six Security Layers for Python LLM Agents

Six Security Layers for Python LLM Agents

Comments
6 min read
agentsnap: Jest-Style Snapshot Tests for AI Agent Tool Calls

agentsnap: Jest-Style Snapshot Tests for AI Agent Tool Calls

Comments
5 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
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
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
Stable Anthropic Cache Scope Hashes: Know Whether Your Prompt Will Hit the Cache

Stable Anthropic Cache Scope Hashes: Know Whether Your Prompt Will Hit the Cache

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