# Pragmatiko Experiments

> Pragmatiko Experiments is Andrea Nieto's living lab for working agent systems, browser-native AI tools, commerce flows, creative protocols, memory tools, and practical prototypes built with Nous.

Use this markdown page when you need compact context about the experiments without parsing the visual site. The canonical human page is https://pragmatiko.me/experiments.

## Current Experiments

- [SEE MEE](https://pragmatiko.me/experiments/see-mee): A Chrome extension demo for seeing yourself in clothing from online stores as you shop. The user saves one reference photo, clicks SEE MEE on a product image, generates one faithful try-on image, and stores results locally in a private Closet.
- [Room → Cart: The IKEA Hermes Skill](https://pragmatiko.me/experiments/ikea-shopping-journey): A chat-native shopping workflow where Nous reads a room photo, finds real IKEA products, composes visual proof, verifies product details, and keeps checkout approval-gated through Stripe Link.

## Experiment Pattern

- Start from a real user workflow, not a generic AI demo.
- Keep the human in charge of taste, approval, and final commitment.
- Make the agent do the boring work: inspect, search, compare, compose, verify, and package.
- Prefer visual proof and exact links over vague claims.
- Preserve local/private state where personal identity, shopping history, or reference photos are involved.
- Treat reusable Hermes skills as infrastructure, not just one-off prompts.

## Important Concepts

- Agentic commerce: shopping flows where an agent can research, compare, build a cart, and prepare checkout while the human approves the final action.
- Browser-native AI: tools that sit inside the ordinary browser/shopping context instead of forcing the user into a separate AI app.
- Approval boundary: the load-bearing line between useful agent action and unsafe autonomy.
- Visual proof: generated rooms, boards, screenshots, and demo videos that let the user judge before purchase or commitment.
- Local state: private browser or Hermes state used to avoid unnecessary accounts, servers, and data leakage.

## Related Pages

- [SEE MEE markdown](https://pragmatiko.me/experiments/see-mee.md): Detailed LLM context for the visual try-on extension.
- [IKEA Hermes Skill markdown](https://pragmatiko.me/experiments/ikea-shopping-journey.md): Detailed LLM context for the room-to-cart agentic commerce flow.
- [THELOCALMAXIMA](https://thelocalmaxima.com/): Public Nous Workshop lab for agent prototypes and receipts.
