2026
Blog Entries
AI as Enterprise Thinking Peer
A thinking peer that cannot see and understand the enterprise products and services is a chatbot with opinions grounded in nothing real. The previous post argued a thinking peer belongs at the judgment layer, not in the deterministic delivery path. It left one question hanging. If the peer never touches the pipeline — never approves a promotion, never triggers a rollback, never mutates running state — then it has to sit somewhere, see enough to be worth having, and earn a seat a serious enterprise can actually depend on. This post builds that — the visibility first, then what the thinking peer becomes once it has it, then how to rely on them without making them a single point of failure.
AI at the Wrong Layer
There is a layer in most software organizations where the most expensive decisions happen. It has no metrics. No dashboards. No alerts. No postmortem process when something goes wrong at that layer — because by the time something goes wrong, it looks like an execution problem, not a decision problem. It is the judgment layer. From where we sit, most enterprises are running it blind, and pointing their AI spending at every layer except this one.
Website Infrastructure Design
The AXIVO website runs on Cloudflare's edge for the price of a coffee and donut a month. The pieces are conventional — Next.js, Nextra, OpenNext, R2, Workers KV — but the way they cooperate is not. Most edge architectures use Cloudflare Workers as the application server. This setup uses them as a cache populator. Visitor traffic doesn't pay for compute, because almost nothing runs. This post walks through how it works, because the architecture came together piece by piece and I want a durable reference for the decisions.