Baur Software

Category: engineering

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