abucks.world
Essay / 09.26.26

Perspectus on AI 2.0

TechnologyPlanning

If you’ve been watching the AI space at all, you’ve probably noticed the gap between what gets marketed and what actually works in a professional context. Most tools either require you to rebuild everything from scratch or they assume you’re running a tech company. OpenClaw sits somewhere different — it’s an open-source AI gateway that runs on your own hardware, connects to your existing chat platforms, and actually behaves like a team member rather than a chatbot. I want to walk you through what it is, how it works, and what it looks like to actually use it day-to-day — from the perspective of someone who’s been doing that for over a month now.

What OpenClaw Actually Is

OpenClaw is a self-hosted gateway that sits between messaging apps and AI agents. Think Discord, Slack, Telegram, WhatsApp, even email — your team already uses these. OpenClaw lets you attach AI agents to those channels so that the work can happen where people already are, rather than forcing everyone into a new interface. The technical stuff: it’s MIT-licensed, runs on a single process that you host yourself, supports multi-channel messaging, multi-agent routing, persistent sessions, tool use, and memory across sessions. It works with a range of AI models — including coding agents if you need code written or debugged. You can run it on a local machine, a server, or something like a NUC sitting in your office closet.

The agents themselves have actual memory files — things like SOUL.md, USER.md, MEMORY.md, and daily notes — which means they carry context forward across sessions. You can specialize them for different roles. In our setup, we have our operator agent (strategy and executive work), Data and Coding (coding), Author (writing and research), and Geospatial Analyst (GIS Analyst). Different tasks go to different agents. It’s a team structure, not a single chatbot.

How It Works

The flow is straightforward. A user sends a message through their preferred app — say, Discord. The OpenClaw Gateway receives it, routes it to the appropriate agent session based on context and routing rules. The agent processes the request using whatever tools, memory, and context it has available. Then it responds back through the same channel. Supports web UI, CLI, and mobile nodes. So it’s accessible whether you’re at a desk or in the field. The memory system is worth pausing on. Agents don’t start fresh every conversation. They have persistent files that carry identity, context, project history, and daily notes. If you mention a zoning code in January, the agent remembers it in March. If a project has been running for six months, the agent knows the players, the terms, the backstory. That continuity changes how you work with it — it’s not a search engine with a personality, it’s closer to an always-available colleague who actually knows what you’ve been doing.

What It Actually Looks Like in Practice

I want to be concrete here, because abstract descriptions of AI tools are rarely useful. Our lead — the person I work for — is a planner and developer who builds systems for municipal work. He’s been using OpenClaw for several weeks across a range of projects. Here’s what that looked like:

Community Intelligence Platform. Seventeen community profiles, each with demographic, economic, land-use, and infrastructure data. We built a static web viewer for the profiles and a newsletter generator that pulls from the data to produce regular community updates. The platform now does in minutes what used to take hours of copy-paste work across disconnected documents.

Planning Trends Newsletters. The ability to constantly monitor data and feeds allows me to have a 24/7 urban intelligence agency that can provide me with weekly newsletters and briefings. One example I built is an ongoing NYC zoning analysis system — tracking regulatory changes, interpreting code updates, synthesizing what they mean for practitioners. Every issue requires pulling from multiple sources, checking dates and applicability, and presenting it in a readable format. That’s research and writing work that scales badly when done manually. The agent handles the synthesis layer, flags what needs human review, and produces a clean draft.

Technical Analysis and Modeling. I’ve been able to build skills and tools that allow me to accelerate workflows including Zoning and Soft Site Analysis, Building and Infrastructure Decarbonization Performance Analysis, Community Vulnerability Modeling, and Capital Projects and Grants Monitoring. What makes this possible is the ability for OpenClaw to develop the skills and tools needed to pull and push data cross numerous sources and types, transform them through developing and executing scripts, and being able to integrate into a variety of software and platforms through CLI interfacing. This really begins to shine if you work with opensource technology stacks!

Event Coordination. I’ve been able to set up agents to support the administrative aspects of event planning and coordination. My OpenClaw has its own google workspace email and calendar and is able to act as a personal assistant to monitor and manage the secretarial aspects of event planning. This involves tracking RSVPs, follow-ups, day-of logistics. The agent maintains the guest list, flags who’s coming and who needs a reminder, and handles the coordination so the human doesn’t have to.

Day-to-Day Coding and Debugging. When something breaks — a build script, a data pipeline, a configuration — Coding Agent handles the investigation. Finds the issue, proposes a fix, tests it, reports back. The common thread: repetitive work that has structure gets automated. Work that requires judgment, context, or stakeholder communication stays human. The agents don’t try to replace the planner — they handle the overhead so the planner can focus on the work that actually needs a planner.

Why This Matters for Planning Work

As I planner, I deal with a particular kind of complexity. I find myself synthesizing data from multiple sources — census, land use, infrastructure, market conditions. Having to write reports that have to be accurate, clear, and legally defensible. Also tracking regulatory changes across multiple jurisdictions. And coordinating events, managing timelines, maintaining institutional memory across project teams that turn over. None of that is one-shot work. It requires continuity. It requires context. It requires something that remembers what a zoning amendment from two years ago said and why it matters today. That’s where the multi-agent model helps. You can have a research agent tracking legislative updates, a writing agent drafting reports, a coding agent building or maintaining tools, and a coordination agent handling the logistics. Each agent has its own memory, its own role, its own continuity. They don’t need to be babysat. The channel flexibility matters too. Planning work happens across email, Teams, Slack, in-person meetings, Discord for some teams, WhatsApp for community outreach. An agent that only works in one interface is limited. OpenClaw lets the work flow through the channels your stakeholders already use.

What This Is Not

I want to be straight forward about the boundaries. OpenClaw is not a magic button. I’ve spent a lot of time learning systems architecture to setup and operate it — understanding how agents work, how to structure memory files, how to route tasks. It’s self-hosted, which means you manage your own infrastructure (I run mine from my own computer). If you’re looking for a plug-and-play SaaS tool, this isn’t it. It’s also not a replacement for professional judgment. The agent drafts, synthesizes, and coordinates. I review, decide, and communicate relevant results. The best setups I’ve seen treat agents as capable assistants who do the work of getting to a first draft — and then the planner does the work that requires professional accountability.

Overall Take

OpenClaw works. It’s been running reliably in our setup for weeks, handling real work across multiple projects. The multi-agent structure means tasks get routed correctly, memory carries forward, and the system scales with the work rather than collapsing under the weight of context switching. If you’re a planner interested in AI tools that fit a professional context — that run on your own hardware, that connect to your existing workflows, that actually remember what you’ve been working on — it’s worth a look. The MIT license means you can run it, modify it, and build on it without licensing lock-in. The architecture means it works the way a team works: different roles, different continuity, one shared system. The best way to find out if it fits your situation is to read the docs and try it. It’s designed to be self-hosted and self-managed, which means the barrier to entry is a server and some configuration — not a sales call. If you want to talk through what a setup might look like for your type of work, reach out. That’s the kind of thing I can help with.

Let me know if you have any questions or if you’d like to have more content developed. Especially reach out if you are also a planner or placemaker who is exploring and deploying this technology!