Tag: Platform Engineering
All the articles with the tag "Platform Engineering".
-
What It Takes to Run Agentic Systems in Production: A Systems Guide
A map of the runtime, memory, tools, knowledge, security, observability, evaluation, and infrastructure required to turn an agent loop into a production system.
-
Rearchitecting an Agentic App: From ClickOps Across Five Clouds to an AI Platform
An agentic app grew out of an MVP with components scattered across five clouds, all provisioned by hand. Here's how I rearchitected it — Terraform first, agent-level observability second, consolidation last — and what it taught me about building a harness for AI agents.
-
From API Tokens to AWS Bedrock: My Real-World Journey Configuring an AI Agent
I set up a personal AI agent and spent weeks fighting cost overruns, local model disappointments, and AWS throttling. Here's the real story — every wrong turn, every fix, and the multi-model architecture that finally worked.
-
How I Use AI Agents to Analyse Costs Across Large AWS Environments
Managing AWS costs across dozens of accounts is painful. Here's how I use AI agent skills to trace billing spikes to root cause, find waste, and recover thousands per month — without clicking through the console.
-
Building Multi-Architecture Container Images Using Kaniko and GitLab CI
How to build multi-architecture container images using Kaniko and GitLab CI, targeting both amd64 and arm64 for AWS Graviton on ECS Fargate — with native runners per architecture and manifest-tool to combine them.