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.
Stateful Rolling Chat History: Manage Conversation Memory Without Blowing the Context Window

Stateful Rolling Chat History: Manage Conversation Memory Without Blowing the Context Window

Comments
4 min read
agentguard-rs: Domain Allowlists for Rust AI Agent Network Calls

agentguard-rs: Domain Allowlists for Rust AI Agent Network Calls

Comments
5 min read
Decouple Your Agent Components with a Pub/Sub Event Bus

Decouple Your Agent Components with a Pub/Sub Event Bus

Comments
5 min read
Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

Comments
4 min read
Persist and Restore Conversations With Optional Encryption: JSONL Codec for LLM Message Histories

Persist and Restore Conversations With Optional Encryption: JSONL Codec for LLM Message Histories

Comments
4 min read
Translating LLM Telemetry Between OpenInference and OTel GenAI with Rust

Translating LLM Telemetry Between OpenInference and OTel GenAI with Rust

Comments
5 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
A/B Test Your Prompts Without a Framework

A/B Test Your Prompts Without a Framework

Comments
5 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
token-budget-py: Thread-Safe Token and USD Caps for Python Agents

token-budget-py: Thread-Safe Token and USD Caps for Python Agents

Comments
5 min read
Sanitize Your LLM Message Lists Before Every API Call

Sanitize Your LLM Message Lists Before Every API Call

Comments
3 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
tool-secret-scrubber-rs: Strip Secrets from LLM Tool Logs in Rust

tool-secret-scrubber-rs: Strip Secrets from LLM Tool Logs in Rust

Comments
5 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
How to Know When Your Agent Is Done (Before It Runs Forever)

How to Know When Your Agent Is Done (Before It Runs Forever)

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