bdougie

bdougie

Co-Founder

Brian previously founded Open Sauced, where he worked on increasing knowledge and adoption within open source communities. His current focus is AI infrastructure and agent systems — building observational memory pipelines using Kafka, Flink, and DuckDB to help agents get better every run.

briandouglas.me ↗
12 articles ← All posts
Product March 25, 2026 · 5 min read

Turn Your Agent Sessions Into Skills

I hit the same Confluent Cloud bugs across two projects. The second time, I extracted a skill from my tapes sessions instead of debugging from scratch. Now every agent I run knows the fix.

Read more →
Product March 17, 2026 · 8 min read

Logs Are the Self-Healing Feedback Loop

Agents don't need to remember everything. They need to observe what went wrong. Structured logs become telemetry, telemetry becomes signals, and signals become the context for the next run.

Read more →
Thoughts March 16, 2026 · 6 min read

Sandboxes Are for Experiments. Agents Need a Computer.

Once agents got good enough to clone repos, install dependencies, modify files, and execute code they just wrote, the natural question became: where does this actually run? Sandboxes were designed for short-lived, contained execution. Agents aren't snippets.

Read more →
Product March 4, 2026 · 5 min read

Agents Need Black Box Recorders

Every commercial aircraft carries a flight recorder. Agent systems don't. The gap between an agent that works and an agent you can trust in production is telemetry.

Read more →
Thoughts March 3, 2026 · 6 min read

Stop Optimizing the Model. Start Securing the Runtime.

Optimizing for model performance while ignoring execution infrastructure is like choosing the fastest race car without checking whether the track has guardrails. The real engineering challenge isn't squeezing more capability out of LLMs—it's figuring out how to actually run them safely.

Read more →
Company February 19, 2026 · 9 min read

The Missing Primitive in Agent Infrastructure

Visibility is the easiest piece. The hard part is analyzing and understanding what you're observing. The next phase of agent infrastructure won't be defined by visibility—it will be defined by durability.

Read more →
Thoughts February 17, 2026 · 5 min read

The True Cost of Claude Code

If you're paying $100/month but consuming multiples of that in value, you have to start wondering when that's going to catch up to you. The AI coding tool market is following a familiar playbook.

Read more →