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.
My agent made a $400 mistake. I had no idea why. So I built a WHY layer.

My agent made a $400 mistake. I had no idea why. So I built a WHY layer.

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
agent-message-window: a sliding context window that never breaks a tool pair

agent-message-window: a sliding context window that never breaks a tool pair

Comments
5 min read
tool-call-budgets: Stop Runaway Agent Loops Before They Hit Your Invoice

tool-call-budgets: Stop Runaway Agent Loops Before They Hit Your Invoice

Comments
5 min read
One Registry to Rule All Your Agent Tools

One Registry to Rule All Your Agent Tools

Comments
4 min read
When to Move an Agent Library From Python to Rust

When to Move an Agent Library From Python to Rust

Comments
5 min read
Two Copies of the Tool List, One Agent That Broke: agent-fn-registry

Two Copies of the Tool List, One Agent That Broke: agent-fn-registry

Comments
7 min read
Your Agent Loop Needs a Real Exit: llm-stop-conditions

Your Agent Loop Needs a Real Exit: llm-stop-conditions

Comments
5 min read
llm-fallback-chain: Ordered Provider Failover for LLM Calls

llm-fallback-chain: Ordered Provider Failover for LLM Calls

Comments
5 min read
Cooperative Agent Deadlines: Give Every Task a Wall-Clock Time Budget

Cooperative Agent Deadlines: Give Every Task a Wall-Clock Time Budget

Comments
4 min read
agenttrace-rs: Group LLM Calls into Named Runs and Get Cost Breakdowns in Rust

agenttrace-rs: Group LLM Calls into Named Runs and Get Cost Breakdowns in Rust

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
agenttap: Wire-Level Prompt Introspection for LLM Agents

agenttap: Wire-Level Prompt Introspection for LLM Agents

Comments
4 min read
Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

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