Meetup #6 Recap ยท May 27, 2026

Agents in the Wild

Groundfloor · Echo Park, Los Angeles

Packed room at OpenClaw LA Meetup #6

Photos by Steven Seagondollar · @dropshock.digital

Meetup #6 was the one where agents left the screen. A comedian opened the night. Four speakers followed, each putting agents to work somewhere other than the IDE โ€” on a mini PC under a desk, in a car, on a personal server in the closet, and inside a regulated fintech. Here's everything that went down.

Johnny Roque opening the night

Johnny Roque โ€” Opening Set Opener

We kicked things off differently this time โ€” with a comedian. Johnny Roque delivered a sharp, hilarious set that leaned into the AI-obsessed crowd in the room. He riffed on how AI replaced workers faster than anyone expected, how it levels the playing field for people who "can't afford" full-time help, and why big corporations using AI is a different story entirely.

The crowd loved it, and it was a perfect warm-up for the technical deep dives that followed.

Classic line of the night: "I use AI to replace people I can't afford. That's fine โ€” I was gonna make them lower their price anyway."
Bill Kreutinger demoing Joe Penclaw

Bill Kreutinger โ€” Joe Penclaw: Self-Hosted OpenClaw on Consumer Hardware

Bill opened with a confession: when he first looked under the hood of OpenClaw, he found "an LLM, a RAG directory, and a messaging gateway โ€” basically three neat things in a trench coat." But what he's built with those three things is genuinely impressive.

The setup. Everything runs on a GMK K12 mini PC with an externally attached RTX 3090, plus a ZimaBoard 2 with a Tesla V100 (which he picked up for around $500 โ€” a steal compared to an A100). It all sits on Proxmox with Ubuntu and Docker. He named his agent Joe Penclaw, and Joe is wired into his entire personal stack via MCP.

What Joe can do

The live demo landed. Bill sent a single WhatsApp message to Joe: "Create a new file in your web root directory called demo.html. Include the latest image from my WhatsApp files directory. Greet the attendees of OpenClaw LA's May 27th meeting. Use a dark blue background with colorful accents." He scanned the QR code, and it worked. The site was live.

Bill also shared his full Docker Compose file at gmk.km6slftech.com, including an OpenRouter-based version for those who haven't stocked up on GPUs.

Performance tip: keep your primary model always loaded in VRAM using environment variables in your Docker Compose โ€” he's seeing response times under 50 milliseconds.
David Guttman presenting Clawkie Talkie

David Guttman โ€” Clawkie Talkie

David is an OpenClaw contributor who sets up AI employees for founders and solopreneurs. His talk traced a multi-year journey to answer one question: how do I use AI agents without being at a desk?

He walked through his progression โ€” remote desktop on a phone, Aider, Vibe Mob, Claude Code over SSH with Tmux โ€” until OpenClaw finally made it click. Now he manages everything through Discord and doesn't touch Claude Code or Codex directly anymore. His agent orders his lunch, helped hire a nanny (including building a temporary Kanban hiring pipeline), and handles weekly payroll through Poppins Payroll, including the multi-factor authentication.

But the car was the last holdout. Voice mode in ChatGPT got worse when they optimized for latency. Whisper Flow into Discord had noise issues. Discord voice channels had no session separation. So he built Clawkie Talkie โ€” a car-friendly walkie-talkie interface for OpenClaw.

Key design decisions

He also leaned into taste and style in the build โ€” custom audio filters, walkie-talkie crackle, a web app for tuning the hold music โ€” arguing that with AI doing so much of the heavy lifting, you should use that freed-up time to make something distinctly yours rather than defaulting to generic AI output.

Install: a single copy-paste prompt you hand to your OpenClaw agent, which handles the full setup itself.
Liam Broza presenting Companion Intelligence

Liam Broza โ€” Companion Intelligence

Liam from Companion Intelligence came in wearing open-source AI glasses (yes, with a terminal visible through the lenses) to pitch something genuinely ambitious: getting off the cloud entirely.

Companion Hub. His company built ci.computer/hub, a piece of software that turns any Windows, Mac, or Linux machine into a personal server. It scans your system, recommends the best local models for your hardware, and walks you through installing OpenClaw, Hermes, or a growing list of self-hosted apps โ€” Nextcloud, Mattermost, Jellyfin, Comfy UI, headless Steam with Moonlight, and more.

The kicker: the hub is itself an MCP server. It auto-installs into Claude or Hermes, meaning you can say "I have a presentation Friday, put together an update" and it will spin up the relevant MCPs, generate the assets, and shut the services back down when done.

Companion Cores. Companion Intelligence also sells pre-built hardware with 128GB AMD APUs capable of running 200B parameter models. Designed for families and small teams of four to six people, they're being financed at $128/month to slot in as a replacement for what most people already spend on cloud subscriptions.

Companion Memory. The piece Liam was most excited about: a personal digital twin that pulls together your location history, communications, photos, services, and browsing into a structured timeline. The goal is real, deep personal context for your AI โ€” not just a folder of markdown, but an actual understanding of your life and habits.

Try it free: Companion Memory is available to try free on Companion Hub.
Damian Finol presenting the Felix Pago agentic intranet

Damian Finol โ€” Secure Agentic Systems & DevSecOps at Felix Pago

Damian closed the night with the most technically ambitious talk of the evening. He works at Felix Pago, a fintech company, and spent the past month building an agentic intranet where every employee gets their own fully isolated OpenClaw instance โ€” zero environment variables, enterprise-grade security throughout.

Five architectural non-negotiables

  1. Least privilege. Every credential is short-lived, scoped to a single action, and minted at request time. If a token escapes, it expires within minutes.
  2. Explicit trust boundaries. An event router proxies all Slack messages to the correct user pod; nothing talks directly to anything it shouldn't.
  3. Immutable evidence. Every syscall and kernel call from every agent is logged and available for analytics.
  4. Human in the loop. A policy engine gates destructive actions behind out-of-band confirmation before a token is issued to execute them.
  5. Defense in depth. Full inter-pod firewall, mesh isolation, no pod-to-pod communication without explicit permission.

The implementation. Each employee gets their own Kubernetes pod, their own OpenClaw gateway, and their own identity via SPIFFE workload identity federation. Credentials flow through Vertex AI's Workload Identity Federation โ€” no Google Application Credentials ever touch the machine. His patch enabling this was merged into OpenClaw main two days before the talk.

The practical results

Damian also demoed the agentic intranet UI live โ€” employees can visit a colleague's profile, interact with their agent, and submit PRs or docs for pre-review before the human ever touches them.

Next on the roadmap: vacation mode โ€” where your agent fills in for you while you're out.

The Through-Line

Every speaker pushed agents further out of the IDE and into the rest of life. Bill put OpenClaw on a mini PC under his desk and let it run his personal infrastructure. David put it in the car. Liam put it on a box you own, with memory of who you actually are. Damian put it inside a regulated company, with a security model strict enough that every employee gets their own.

The meta-lesson: agents are leaving the cloud โ€” moving onto your hardware, into your hands, and behind your company's walls. The infrastructure for "personal" and "enterprise" agents is finally catching up to what people actually want to do with them.
Thanks to everyone who came out. If you want to present, teach, or demo at a future event, we'd love to have you.
Check out our sister event at aiprod.live โ€” both meet monthly at the same venue.
Get notified about #7 →
← Back to home