# Aiko: The Reference Consumer Agent

[aiko.unbrowse.ai](https://aiko.unbrowse.ai)

Aiko is a personal AI agent for people who do not want to learn how agents work. It is the clearest demonstration of what Unbrowse enables one layer up.

## The belief

The problem was never AI. The problem was making normal people become developers first. Every "agent" tool asks you to set things up before it can help. Aiko's bet is the opposite: you say what you need in plain language, and it handles the setup, the tools, the memory, and the payment invisibly.

## What it is

* **A personal agent on your Mac.** It runs locally and is screen-aware, positioned next to your context rather than uploading it.
* **It remembers.** Persistent memory across sessions, so you do not re-explain yourself every time.
* **It picks up new abilities as needed.** Capabilities grow on demand instead of being pre-configured by the user.
* **It pays for the paid stuff.** Metered payment over x402 means no developer keys and no plugin wiring for the user.
* **Web tasks are fast because of Unbrowse.** Aiko routes web work through Unbrowse, so it skips spinning up a browser and calls the interface behind the page directly. Browser agents wait for the page to paint; Aiko usually does not.

## Why this matters for Unbrowse

Aiko is the existence proof for the Unbrowse thesis at the consumer edge. If a non-technical user can hand a web task to an agent and get a result in plain language, with no browser theater and no key management, then the layer underneath (shared route lookup, reuse, the maintenance network) is doing exactly the job it was designed for. Aiko surfaces the outcome; Unbrowse is the execution substrate that makes the outcome cheap and fast.

## Where to go

* Try it: [aiko.unbrowse.ai](https://aiko.unbrowse.ai)
* Build the same execution layer into your own product: [For Developers](/for-developers/integration-surfaces.md)
* Understand the layer underneath: [Where This Goes](/vision.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.unbrowse.ai/built-on-unbrowse/aiko-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
