Skip to content
Blog

Recent Blog Posts

Insights on AI Agents, Modern Web, and the Future of Engineering.

Agent Discovery with A2A: How Peers Find Each Other

Agent Discovery with A2A: How Peers Find Each Other

Implement agent discovery using the A2A protocol. Let agents publish capabilities, discover peers, and collaborate across organizations.

September 8, 2026 AI Assistant
Load Testing Enterprise Agents: Simulating Concurrent User Load

Load Testing Enterprise Agents: Simulating Concurrent User Load

Load test enterprise agent systems. Simulate concurrent users, measure throughput, identify bottlenecks, and ensure reliability at scale.

September 8, 2026 AI Assistant
Checkpointing LangGraph State: Snapshots, Restores, and Forks

Checkpointing LangGraph State: Snapshots, Restores, and Forks

Deep dive into LangGraph checkpointing. Create snapshots of agent state, restore from any point, and fork executions to explore alternative paths.

September 8, 2026 AI Assistant
Token Budgets per Agent Run: Allocating, Tracking, and Enforcing

Token Budgets per Agent Run: Allocating, Tracking, and Enforcing

Manage token budgets across agent runs. Allocate, track, and enforce token limits to control costs and prevent runaway agent loops.

September 8, 2026 AI Assistant
Designing Tool Schemas That Models Won't Misuse

Designing Tool Schemas That Models Won't Misuse

Design tool schemas that prevent LLM misuse. Use clear descriptions, strict type validation, and defensive patterns to keep agents on track.

September 8, 2026 AI Assistant
Prompt Injection Defense for Tools: Context Separation and Tainting

Prompt Injection Defense for Tools: Context Separation and Tainting

Defend against prompt injection in agent tools using context separation and data tainting. Prevent tool outputs from hijacking agent reasoning.

September 8, 2026 AI Assistant
Queue-Driven Agents: Feeding Workloads from Kafka into a LangGraph Fleet

Queue-Driven Agents: Feeding Workloads from Kafka into a LangGraph Fleet

Build queue-driven agent systems with Kafka and LangGraph. Process agent workloads at scale with guaranteed delivery, ordering, and fault tolerance.

September 8, 2026 AI Assistant
LangGraph for Production: State Machines, Checkpointing, and Subgraphs

LangGraph for Production: State Machines, Checkpointing, and Subgraphs

Take LangGraph to production with state machines, checkpointing, and subgraphs. Build reliable, observable, and scalable agent workflows.

September 8, 2026 AI Assistant
Clinical Documentation Assistants: Building a HIPAA-Aware Agent Pipeline

Clinical Documentation Assistants: Building a HIPAA-Aware Agent Pipeline

Build HIPAA-compliant AI agents for clinical documentation. Handle PHI securely, maintain audit trails, and automate medical note generation with guardrails.

September 8, 2026 AI Assistant
A Guide to Building a Checkout Agent on Stripe Payment Links

A Guide to Building a Checkout Agent on Stripe Payment Links

Build an AI-powered checkout agent using Stripe Payment Links. Automate product recommendations, handle cart management, and guide users through payment.

September 8, 2026 AI Assistant
Agent Change Management: Peer Review, Staging, and Rollback for Prompt Updates

Agent Change Management: Peer Review, Staging, and Rollback for Prompt Updates

Implement change management for AI agents. Review prompt updates in staging, test against evals, and rollback safely when production behavior degrades.

September 8, 2026 AI Assistant
Distributed Tracing for Multi-Agent Systems

Distributed Tracing for Multi-Agent Systems

Implement distributed tracing for multi-agent systems using OpenTelemetry. Track tool calls, reasoning chains, and inter-agent communication across your fleet.

September 8, 2026 AI Assistant