Blog

Thoughts on startups, technology, and life. Insights from building companies across different industries.

Subscribe to the newsletter

New posts on agent infrastructure, DevSecOps, and AI-native product work. No spam, unsubscribe anytime.

Powered by Buttondown.

Technology July 27, 2026 11 min read

AI for your Proton Mail inbox, with nothing leaving your machine

I wanted AI triage for my inbox. I was not willing to forward my email to a cloud model to get it. Proton Mail made that the hard version of the problem: there is no public API, so everything goes through Proton Mail Bridge, over IMAP, on localhost. It turns out the hard version is the good version.

#AI#Agents#CLI#Proton Mail#Privacy#Go#Local LLM#Ollama
Read full article
Technology July 20, 2026 12 min read

Your CLI's next user is not a human

The fastest-growing user of command-line tools is a language model, and every CLI convention we have assumes a person at a keyboard. Here is the five-rule contract I now build every CLI against, proven three times in shipped tools: a schema command, JSON on stdout, typed errors, enum exit codes, and secrets that never enter a model's context.

#AI#Agents#CLI#Developer Tools#Go#Open Source
Read full article
Technology June 26, 2026 5 min read

okf: knowledge graphs without the vendor box

Google's reference Open Knowledge Format implementation needs Python, the Gemini API, and BigQuery. That's a great way to lock a portable format inside one vendor. okf is my answer: a single Go binary, stdlib-only, JSON-native, and built to be driven by any agent.

#AI#Agents#CLI#Knowledge Graphs#Open Knowledge Format#Go#Open Source
Read full article
Technology April 25, 2026 10 min read

The agent-first CLI: a design pattern

For most agent tool-use cases, a well-designed CLI is a better integration surface than an MCP server. Here's the seven-part contract that turns a normal CLI into something an agent can actually drive, backed by three real implementations.

#AI#Agents#CLI#MCP#DevSecOps#Infrastructure#Developer Tools
Read full article
Business November 2, 2023 4 min read

What Does it Mean to Startup?

Throughout my career, I've had the privilege of being a part of several startups, each venturing into distinct domains, from kitchen equipment sales to Bitcoin mining solutions, cosmetics manufacturing, and software development in the security and privacy realm.

#startups#entrepreneurship#career
Read full article