Recent Blog Posts
Insights on AI Agents, Modern Web, and the Future of Engineering.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.