Stackbilt field guide · public review

The Edge
That Thinks

Designing Reliable Generative AI Systems on Cloudflare

author
Kurt Overmier
publisher
Stackbilt
edition
0.2.1 public-review
published
2026-08-13
Read the free public-review edition
Cover of The Edge That Thinks: Designing Reliable Generative AI Systems on Cloudflare, by Kurt Overmier
Version 0.2.1 · public-review edition

01 / the argument

The model is not the application.

Most generative AI systems do not fail because the model was not intelligent enough. They fail because the surrounding system could not remember reliably, survive retries, enforce boundaries, control cost, or explain what happened.

The Edge That Thinks is the architecture field guide I wrote from building those surrounding systems across Stackbilt. Its central claim is practical: dependable AI comes from explicit routing and state, durable work, narrow capabilities, preserved provenance, enforceable budgets, and feedback loops that make autonomy earned rather than assumed.

02 / what readers get

A production architecture, piece by piece.

Routing

Match model capability and cost to the actual task.

State ownership

Make memory, session, and workflow state explicit.

Memory

Separate retrieval, durable knowledge, and transient context.

Durable jobs

Design retries, idempotency, and recovery before production.

Multi-model economics

Treat inference quality, latency, and spend as a portfolio.

Tool boundaries

Give agents narrow capabilities with enforceable limits.

Observability

Preserve enough evidence to explain what happened.

Identity & retention

Define who can act, on whose behalf, and for how long.

Earned autonomy

Expand authority only as a system demonstrates reliability.

Practice material

Architecture diagrams, case files, and a production checklist.

03 / built from practice

The systems behind the observations.

The book draws from systems I have designed and operated, not an idealized reference architecture. Each exposed a different failure boundary in production.

01

AEGIS

A persistent agent system that joins memory, scheduled work, model routing, governed tools, and operational feedback on the edge.

02

img-forge

A production image-generation workload that made quotas, provenance, asynchronous work, and provider boundaries concrete.

03

MindSpring

Semantic search over exported AI conversations, used to examine retrieval quality, ownership, and durable personal memory.

04

edge-auth + llm-providers

Shared identity, entitlement, failover, circuit-breaking, and cost controls that keep model access from becoming application policy.

05

Stackbilt platform

The broader operating surface where contracts, observability, deployment, and governance have to work across products rather than in isolation.

04 / release posture

Substantive now. Still under review.

Version 0.2.1 is a substantive early edition shared for practitioner review. Corrections and review findings will inform version 1.0.

Final accessibility and publication gates remain open. Stackbilt maintains the complete free edition, downloads, version history, corrections, and update ledger; this page documents my authorship, argument, and production experience without creating a second release authority.

05 / continue

Read, inspect, or start a conversation.

Read/download the free edition

Copyright © 2026 Kurt Overmier. All rights reserved.