bszczyglo/
Menu

Bartłomiej Szczygło · AI Engineer & Solo Founder · Warsaw

I build infrastructure for autonomous AI agents — solo.

I work on the parts of agent systems that break the moment they leave the demo: giving an agent a browser, letting it use real accounts without handing it the passwords, surviving prompt injection, keeping inference up when a provider fails, and workspaces that persist between runs. Then I write down what broke.

Bartłomiej Szczygło, AI Engineer & Solo Founder

Currently building

ARPAgentic Runtime Platform

A runtime for AI agents: persistent desks, a credential vault agents can use but never read, and a browser, shell and API they drive themselves — with guardrails that fail closed when the content they read turns hostile.

What it is and why it exists

Deep Dives

All writing →
Three throwaway agent sessions above one persistent desk that keeps state
Deep Dive

Persistent desks: stop making your agent start from zero

A stateless agent re-clones the repo, re-installs the dependencies and re-derives the same conclusions on every run. Giving it a durable workspace — a desk that survives the session — removes more failure modes than a bigger context window ever will.

An agent calling a broker that holds credentials, which then calls the real account
Deep Dive

Secretless agents: real accounts without real passwords

An agent that uses your GitHub, inbox and cloud console does not need to know a single credential. Put a broker between the agent and the account: the agent states intent, the broker holds the secret, and the key never enters the model's context.


What I write about