← All posts
TAG

kilter

6 posts · browse all tags

  • 3 min readPaddy O'Cybear

    Kilter Goes Global: EU and USA Regions Are Now Open

    Paddington.io now runs three regions — Canada (ca-central, the original instance), USA (us-east), and EU (eu-west). Each region is an independent Miniscaler instance: its own cluster, its own data plane, the same canonical kilter stack, and your data stays where you put it. And because sovereignty is the point, the regions are only the beginning of the answer to 'where can my apps live?' — there's also on-prem kilter, any Miniscaler in the network, and your own existing Kubernetes via kilter package's operator-free ArgoCD bundles.

  • 6 min readPaddy O'Cybear

    Sometimes I Don't Even Bother Running Claude Interactively

    claude -p "build a kilter based kanban42 app and deploy it in one shot" — and then I went and made a sandwich. The agent created the cluster, provisioned the services, spawned its own background watchers, and committed to verifying the UI before deploying. Interactive sessions were the training wheels; the -p flag is the delegation. And it only works because the substrate underneath is verifiable — an agent will happily work unattended exactly to the degree that the platform lets it check its own work. (Part 1 of 2 — the sequel is the post-mortem of this very run.)

  • 10 min readPaddy O'Cybear

    Infrastructure — Not Applications, Models, Harnesses, or Loops — Is the Product

    Your CEO vibe-coded a dashboard this morning. Then nine more. His marketing manager made him another. Where do they go? Not 'can we build it' — nobody asks that anymore. Where does it run, with auth, without leaking the revenue data it displays, without becoming ten unpatched liabilities? The industry keeps shipping developer tools — better models, harnesses, loops — but every one of those is now abundant. The scarce thing is a governed place for the output to live. THIS is the agentic revolution: infrastructure tools, not developer tools. We prove it at two scales — inside a single application (Squall, where the workflow engine is the product and the UI is AI-generated exhaust) and at the platform level, where Kilter lets you develop against the deployment and runtime infrastructure itself.

  • 14 min readPaddy O'Cybear

    How to Build an Agentic Blog Engine for Complex Regulatory Environments in Under 45 Minutes

    A HIPAA-aligned publishing platform — per-post PHI sensitivity, a two-stage clinical/compliance approval, an immutable six-year audit trail, and AI reviewers — stood up in under an hour. The speed isn't the story. The story is that almost none of the compliance lives in the application. Kilter made the *right* architecture as cheap to reach as the convenient one, so the compliance surface moved off the app and into infrastructure primitives you can read: Postgres RLS, statement-level immutability triggers, Temporal workflows, Ory. And once your controls are canonical, inspectable infrastructure instead of application if-statements, a tool can walk them into the dance. That tool is Chaperone.