Baur Software

Blog

Insights on AI governance, automation, and technical strategy.

engineering

Glue agents: the missing primitive in agentic pipelines

Every agent framework treats every step the same way: send it to an LLM. You end up paying inference cost and latency for work a fifty-line function would do faster, cheaper, and deterministically. That's not a tooling gap — it's a missing primitive.

Jul 06, 2026 7 min read
engineering

Non-LLM operations in PAP: the glue agent primitives

PAP ships eight agents that will never make an inference call. Not because they're simple, but because they don't need one. The work is structural: typed input goes in, a different typed shape comes out, deterministically, every time.

Jul 06, 2026 9 min read
general

The Pricing Pivot Is a Confession

In March I argued that the token economy is long distance minutes. That the infrastructure shift was coming and the metering model would become indefensible the same way per-minute billing did once…

Apr 28, 2026 7 min read
general

Show Me the Agents: PAP in Practice

The first post introduced the Principal Agent Protocol and walked through the proof-of-concept examples. The protocol primitives work. The question that matters now: what would you actually build…

Mar 14, 2026 10 min read
advisory

The Tollbooth Model Is Over

AI vendors are selling token economies the way telcos sold long distance minutes. Right before the infrastructure made the metering model indefensible. Here’s what comes after it. --- That pattern…

Mar 12, 2026 8 min read