TINY FAT AGENTS

HomeHow it worksPricingBlogSign in

What TinyFat Is

TinyFat runs AI agents in sandboxed containers. Each agent gets:

The agent doesn’t know it’s in a sandbox. It just sees a Linux environment with a home directory.


Architecture

flowchart TB
  subgraph Container[Cloudflare Container]
    direction TB
    Daemon[step-mom daemon]
    Daemon --- Session[Warm session]
    Daemon --- WS[WebSocket endpoint]

    subgraph Storage["/data (R2 mount)"]
      Memory[MEMORY.md]
      Sessions[sessions/]
      Outbox[outbox/]
    end
  end

  WebChat[Web Chat] --> Daemon
  Email[Email] --> Daemon
  Daemon <--> Storage

A daemon stays warm inside the container. Web chat connects via WebSocket. Email triggers async runs. Both hit the same agent with the same memory.

Container sleeps when idle. Zero cost at rest.


Current Numbers


What’s Next

← All posts

Terms · Privacy · Acceptable Use · Contact

Built by Alex Garcia