Skip to content

Blog

All articles

Long-form technical writing on the infrastructure that enterprises actually run. Filter by topic, format, or tag.

14 articles matching your filters

What an AI Token Actually Is

Ask somebody how much text they just sent to an AI model and they will answer in words. Every bill, every limit, and every "this conversation is too long" error is counted in tokens — and tokens are not words. They are n...

9 min read 732

What Agentic AI Actually Is

"Agentic AI" is the phrase that replaced "chatbot" the moment models stopped just answering and started doing. It is also badly overused — half the products wearing the label are a language model with a single API call b...

6 min read 756
Virtualization Intermediate

Proxmox VE Cluster Design That Survives Failure

Proxmox VE has moved from homelab curiosity to a genuine vSphere alternative, and Broadcom's licensing changes accelerated that considerably. But a Proxmox cluster designed like a vSphere cluster will disappoint you in s...

6 min read 4K
Networking Advanced

BGP Multihoming for the Enterprise Edge

Multihoming with BGP is the point where enterprise networking stops being configuration and starts being policy. The protocol is simple; the failure modes are political, and they usually surface at 3am during a partial u...

6 min read 3K
Cybersecurity Intermediate

Zero Trust Network Access: A Realistic Rollout

"Zero trust" has been marketed into near-meaninglessness. Underneath the vendor material is a genuinely useful principle: stop granting access based on network location. Being on the corporate LAN should confer no more p...

6 min read 4K
Automation Intermediate

Terraform Module Design That Scales

Terraform makes it easy to create infrastructure and surprisingly hard to keep a large codebase maintainable. The problems show up around the eighteen-month mark: modules nobody dares change, state files that take twenty...

6 min read 4K