Articles tagged: Pydantic

8 articles

AI tools

Pydantic + OpenAI: The Cleanest Way to Get Structured Outputs from LLMs

Learn how to combine Pydantic models with OpenAI's API to reliably extract structured, validated data from LLM responses—eliminating parsi...

Jul 17, 20268 min
AI agents

What Building Shippy Taught Us About Building Agents

Lessons from developing Shippy, an AI agent for logistics, reveal that modular design, human-in-the-loop validation, and handling real-wor...

Jul 16, 20267 min
AI agents

Introducing Dynamic Subagents in Deep Agents

Dynamic subagents enhance AI agent systems by enabling real-time delegation of specialized tasks. This modular approach improves scalabili...

Jun 30, 20267 min
AI tools

We Built a Routing Layer to Cut Our AI Costs. It Broke the Product.

A team built a custom AI routing layer to reduce API costs, but it introduced latency, errors, and unpredictable behavior that degraded th...

Jun 30, 20267 min
AI agents

Tail Control: The Counterintuitive Engineering of Reliable Agentic Workflows

Reliable AI agents often fail due to over-engineering the 'head' (reasoning). Tail control flips this: by constraining the agent's actions...

Jun 29, 20268 min
Guides

LLMs Inside the Product: A Practical Field Guide

A hands-on guide to integrating large language models into products, covering architecture patterns, prompt engineering, cost optimization...

Jun 17, 20266 min
AI agents

How to Build a Custom Agent Harness

Learn to create a flexible agent harness that orchestrates AI models, tools, and memory. This guide covers architecture, implementation st...

Jun 13, 20266 min
AI agents

How Benchling builds agents when the smartest AI isn't smart enough

A clear and practical article about artificial intelligence for a professional audience.

Jun 12, 20267 min