Chief of Staff Get started

Essay

Prompt Boot: The AI-Native Install Button

Panos Kozanian 4 min read

Download for Mac. Download for Windows. Install with your AI.

I had packaged Chief of Staff as a ZIP file.

On paper, the instructions were simple: download it, unzip it, and put the files in the right folder.

But I was building it for executives, not developers.

For many people, unzipping an archive and placing its contents correctly is not a natural installation process. It is particularly awkward on Windows, where a small mistake can put the files somewhere the product does not expect them.

So I started considering the conventional solution: build a signed installer for Windows, then another for Mac.

That meant two platform-specific packages to build, sign, distribute, maintain, and support.

Then I asked a different question:

How would an AI-native person install this?

The answer was obvious once I framed it that way.

They would ask the AI to do it.

The first prompt boot

I created an empty directory and gave my AI one instruction:

Download https://cos.team/dist/cos.zip and unzip it into this folder. Then read AGENTS.md and start the onboarding.

The AI downloaded the ZIP, unpacked it, read the instructions, and began setting up Chief of Staff.

It worked.

The software had installed itself.

I started calling this prompt boot: a natural-language instruction that asks an AI agent to fetch, place, and start a software product.

Not every product can be installed this way. But if a product is designed to run inside a capable AI agent, prompt boot should be one of the installation paths it offers.

The installation prompt has to earn trust

Replacing a terminal command with an AI prompt is not automatically progress.

To many executives, curl may mean nothing. The larger problem is that many nontechnical users would not know where to paste a terminal command in the first place. Terminal is effectively a hidden application to them.

But a long, technical AI prompt can recreate the same problem in a different box. If users cannot tell what they are authorizing, or what files and information the agent can access, natural language has not made installation more trustworthy. It has only hidden the commands behind prose.

Chief of Staff's prompt boot keeps the intent legible: download a named artifact from a visible source, place it in the folder the user selected, and begin onboarding.

The agent asks permission before downloading and unzipping. The files remain inspectable, and a manual installation path is still available.

That single instruction can collapse several conventional steps: download the installer, open it, move through its prompts, and launch the product, all in one request the user can understand.

Prompt boot is not trustworthy merely because it uses natural language. It still depends on trusting the source, the artifact, and the agent performing the work. But it gives product designers a chance to express installation in terms the user recognizes while leaving technical mechanics to the agent.

AI-native products need a third installation option

Desktop and laptop AI agents are increasingly able to act beyond a browser tab. When a capable agent has the necessary tools and the user's permission, it can download files, manage directories, run commands, and troubleshoot failures.

That creates a new installation path.

Today, a product page might offer:

AI-native products should offer a third:

This should not replace graphical installers or manual instructions. Not every user has a capable desktop agent, and not every installation is appropriate to delegate.

But for someone who already uses one, "Install with your AI" is a more accessible interface than asking them to find a terminal and paste a curl command they may not understand.

Package managers and command-line tools can remain underneath. A capable agent can choose the appropriate tool, run it, troubleshoot failures, and explain what happened.

The user still approves the action. They just should not always have to translate their intent into commands.

Download for Mac. Download for Windows. Install with your AI.

The installer can be a sentence.

← All posts