Blog

Building for Autonomy

Thoughts on agent-first infrastructure, self-hosted systems, and owning the stack.

Filtering by: #agents × Clear
#machin #ai-agents #ai-engineering #compiler #open-source #self-hosted #agent-first #agents #cli #devtools #peage #a2a #automaintainer #concurrency #inference #infrastructure #llm #mago #performance #roam #supercli #agent-economy #ai #analytics #architecture #autonomous #autonomous-maintenance #bootstrappers #byok #chatbot
Product · July 2026

POST a Spec, Walk Away, Get a Webhook: the roam Stack

Every agent dies with my terminal — so I built the stack that doesn't: roam (an agent you scp to a box), roam-panel (one-tap approvals on your phone), and roam-hub (a control plane that schedules, meters, and bills autonomous runs). All MIT, all single binaries, all machin.

#agents #roam #machin #autonomous #peage
Read more
Product · July 2026

Login with intrane: I built an OIDC identity provider for agents in a language with no RSA

Your apps can now offer 'Login with intrane' instead of 'Login with Google'. machin-idp is a standards OIDC identity provider whose users can be humans or agents, whose login works with no browser, and whose id_tokens are signed with Ed25519 — because the language it's written in has no RSA. Here's how, and why that constraint turned out fine.

#machin-idp #portier #oidc #agents #identity
Read more
Product · July 2026

Your agent can call any API. It can't be called back. So I built the other half.

Agents can call any API — that's the easy half. Being called back is the hard half, because a process running in a terminal or a CI job has no public URL. relais is the missing inbound address: a URL that catches any HTTP request, and a long-poll your agent can curl and block on until the thing arrives. Here's the whole thing catching a real GitHub webhook.

#relais #agents #webhooks #peage #machin
Read more