RSSAmplifier

Blog

Jeroen Soeters

Notes on software development, infrastructure, and AI.

jeroensoeters.github.ioRSS feed ↗5 posts

Latest posts

Towards the dark factory: Autonomous, isolated AI agents in software engineering

How we built "clanker infrastructure" — autonomous, network-isolated AI agents that pick up tickets, design, implement, and ship PRs through a locked-down container factory provisioned with formae itself.

Targets, resources, resolvables and stacks: The formae infrastructure graph explained

How formae's core concepts — targets, resources, resolvables, and stacks — compose into one infrastructure graph, and why the power is in how they combine rather than in any one of them.

Go plugins, actors, and schema evolution: Inside formae's plugin SDK

How formae's plugin SDK evolved across three iterations — from an in-process actor system to independent, hot-swappable plugin binaries on a schema we can change without breaking the fleet.

Solving infrastructure drift with formae

When your infrastructure code is up to date, there is no drift. How formae detects out-of-band changes and lets you reconcile — or absorb — them, instead of fighting drift.

Unlocking concurrency in Go: A practical guide to the actor model with Ergo

A practical guide to the actor model in Go with the Ergo framework — where actors came from, why they beat shared-state threading, and a worked prime-factoring example.