Lynk&Co Center HCMC July 8, 2026 60 minutes
OpenClaw: from personal assistant to business workflow
What survives, what breaks, and what we learned by stepping on every mine along the way.
Speaker
Mr. Duy /zuey/ · NextLevelBuilder
Audience
Solopreneurs, one-person companies, AI builders
Format
40' talk · 15' live demo · 5' Q&A
Homework
You'll leave with one command to run. That's it.

Your host for the next hour
Mr. Duy, a.k.a. /zuey/
- 01Co-founder, NextLevelBuilder
Training developers & indie hackers to become AI builders.
- 02Builder of GoClaw & dewee
AI agent platforms for enterprises. More on this shortly.
- 03Founder, ClaudeKit.cc
4,500+ users across 109 countries.
- 04Founder, Build In Public VN
70,000+ members building in the open.
- 05Lecturer, VinUniversity · writer at goon.vn
Weekly AI analysis, occasionally correct.
NextLevelBuilder
One mission: turn developers into profitable solopreneurs.
We transform developers and indie hackers into next-generation AI builders. Not by selling courses about courage, but by building real systems for real businesses and sharing every scar.
nextlevelbuilder.io · everything in this deck comes from client work we actually shipped
The one sentence this talk defends
The best personal AI assistant on the planet will still fail your business. Not because it's dumb. Because your business is not a chat.
If you disagree by minute 55, the Q&A mic is yours
Act I minutes 0–10
Personal.
Where everyone starts. And honestly, where many of you should happily stay.
OpenClaw & Hermes · October 2025, how we met
The best personal assistants in existence. Not sarcasm.

OpenClaw
The foundation
Open source, massive community, an ecosystem that moves faster than anyone's roadmap. Born ClawdBot, briefly MoltBot, finally OpenClaw — brilliant through all three names.

Hermes
The polish
The most refined personal assistant experience available today. It simply works, and it works beautifully.
My honest advice
Indie hacker? Use them.
Yes, I'm recommending someone else's product at my own event. Write the date down.
My real problem that October: I wanted it inside my businesses — one look at the security model and I didn't dare. Hold that thought until Act II.
The personal setup
One user. One context. Full trust.
- 01It lives inside your life
Your inbox, your calendar, your notes, your browser. Everything it touches is yours.
- 02Zero permission overhead
You are the user, the admin, the security team, and the victim. Approvals take one nod.
- 03Mistakes are cheap
Worst case, it renames your files weirdly. You sigh, you fix it, life goes on.
- 04Open by default
Everything is enabled from day one, so everything just works. Remember this line. It returns later with a plot twist.
Thirty seconds of theory, I promise
Agent = model + tools + loop + goal.
Goal
A job to finish, not just a question to answer.
Model
Reads context, picks the next move, generates arguments.
Tools
Real actions: search, query, read files, run commands.
Loop
Act, observe, correct. Repeat until done or blocked. This is the part that makes it an agent.
No loop, no agent. Just a chatbot with extra buttons.
Why it feels like magic
Open everything. Lock gradually.
That's the open-by-default philosophy, and for one trusted human it's not a flaw. Friction is the enemy; every permission dialog you don't see is a feature. OpenClaw and Hermes made the correct design call for the life they were built for.
Then one day, you did the obvious thing
You shared the assistant with three teammates. You connected the company data — orders, customers, revenue. You let it talk to customers, 24/7, never complaining. The dream.
This is the exact moment the movie changes genre
Act II minutes 10–25
The ceiling.
Everything that made it magical for you starts working against your business.
This is what forced us to build our own AI agent system: GoClaw.
What breaks first
The same three features become the first three failures.
| Personal life | Business life | |
|---|---|---|
| One user | One context, perfectly coherent. | Forty users. Whose context? Whose memory? Who sees what? |
| Full trust | You approve everything with a nod. | "Who approved that refund?" is now a real meeting. |
| Your data | Worst case, it's your own mess. | Customer data. Now it's compliance, contracts, and lawyers. |
Field report · a dozen real deployments, not whitepapers
Three mines, three fixes, all with receipts.
Vague pain
The client asked for "digital transformation". We built something very smart that solved nothing.
Fix: one specific, bleeding pain. "Customers wait 8 hours for a reply" → a 24/7 agent across Zalo, Facebook, Shopee, TikTok.
+20% orders · +35% satisfaction · −60% support cost
Agents before data
1,000 sales agents, messy brochures, and an AI that confidently made things up.
Fix: standardize first, automate second. A 30-item product handbook, then the agent. Boring work, absurd payoff.
+100B VND GMV · +2pp conversion
Full autopilot
We let an agent run at 100%. Trust died in one week.
Fix: 80/20 and small skills. Agent drafts 80%, a human owns the final 20% — and ten debuggable skills beat one mega-agent.
Ten boring skills > one super-agent
Real estate, retail, media, e-commerce, operations. Every number from client work, not from a benchmark blog post.
The tuition, summarized
Five rules we now refuse to break.
- 01Specific pain first
"Answer customers in minutes" beats "digital transformation".
- 02Data before agents
Standardize the SOP, then automate it. Never the reverse.
- 03Human in the loop
Agent drafts 80%, human owns the final 20%.
- 04ROI in currency, not tokens
Measure GMV, cost, onboarding days. Nobody's CFO cares about token counts.
- 05Small skills over mega-agents
Ten debuggable skills beat one "super-agent" that fails mysteriously.
Reading back through every incident report
It was never the model. It was the environment around it. That environment has a name: harness engineering.
If the model is the brain, the harness is everything else: tools, memory, permissions, scheduling, monitoring, logs, traces, evals, and the interface the agent uses to touch the real world. It's the most important idea in this whole talk.
The dividing line
The prompt tells the model what to do.
The harness decides what it can do, what it can see, how it verifies its own work, and where it gets blocked. Guess which half your business depends on.
One real harness, mapped
Not just a model. A controlled ecosystem.
What the business layer demands
Three questions, and one philosophy choice.
Permissions
Who can do what?
Which agent reads what, changes what, calls which tool, inside which tenant. Per user. Per department.
Evidence
Can we audit it?
When the agent concludes something wrong, there must be a trace to walk back through. No trace, no trust.
Operations
What happens at 3am?
Provider outages, timeouts, quotas, retries, escalation. The unglamorous 80% of the job.
Answering them forces the fork: open-by-default (OpenClaw, Hermes — right for one trusted human) or closed-by-default (mandatory once the data is your customers'). The mistake is dragging one philosophy into the other's territory.
Not competitors. Different species.
OpenClaw / Hermes and GoClaw / dewee solve different problems.
| OpenClaw / Hermes | GoClaw / dewee | |
|---|---|---|
| Built for | One person. A brilliant personal assistant. | Enterprises, teams, organizations. |
| Philosophy | Open by default, lock gradually. | Closed by default, open gradually. |
| Security | Opt-in, configured by hand. | 5-layer defense-in-depth, on from day one. |
| Credentials | Plaintext on disk. | AES-256-GCM encrypted. |
| Memory | One shared memory. It's all yours anyway. | Per-user isolation, multi-tenant. |
| Superpower | Being your assistant. | Being your company's workforce. |
GoClaw was never OpenClaw's competitor. In fairness, they don't even know we exist. We're patiently working on that part.
Act III minutes 25–40
Business.
What we built after all those mines. And where it's heading next.
"Why not just contribute back?" · Tết, February 2026
We dissected OpenClaw and rewrote it in Go. In four days.
Believe me, I wanted to contribute. But retrofitting closed-by-default onto an open-by-default codebase isn't a pull request — it's a philosophy rewrite. And TypeScript hits a ceiling when hundreds of employees hit the gateway at 9am. So while everyone was eating bánh chưng: Golang. The "Go" in GoClaw is Golang. The claw is OpenClaw's. We never hid either.
Where we are now
Early GoClaw "copied" a lot from OpenClaw, later from Hermes too — that was the point. Current GoClaw v3 and dewee are a different animal entirely: multi-tenant, closed-by-default, built for concurrency. The most production-ready agent platform for enterprises we know of. Fight us in the Q&A.
goclaw.sh · open source
GoClaw: the harness we wished existed, so we wrote it.
Foundation
Rewritten in Go
Native concurrency, multi-tenant, PostgreSQL-backed identity. Security-by-default from the first commit.
Honesty
Openly inspired by OpenClaw
Credit where due. We studied the best personal harness, copied what deserved copying, and rebuilt it for the enterprise lane.
License
Free to learn & tinker
CC BY-NC: free for personal and learning use. v3 shipping since April 2026, community-driven, looking for contributors. That could be you, tonight.
goclaw.sh · what's inside today
Not a weekend prototype anymore.
Anthropic, OpenAI-compatible, and friends. Swap without rewiring.
Files, web, memory, media, sessions, teams. Plus MCP and custom CLI tools.
Telegram, Discord, Slack, Feishu/Lark, Zalo OA, Zalo Personal, WhatsApp.
All ON by default. From destructive ops to crypto mining.
Working → episodic → semantic, with hybrid keyword + vector search.
Every number verifiable in the open source repo. That's the point of it being open.
Closed-by-default, in practice
Five layers between an agent and a bad day.
Every layer is on by default. You don't configure your way into safety. You'd have to configure your way out of it.
Plot twist, as promised
dewee /đi-qui/ is GoClaw v4, rebranded.
GoClaw.sh stays open
Open source (CC BY-NC), community-driven, free for personal and learning use.
dewee.sh goes enterprise
Closed source, paid tiers, advanced permission control. Why closed? Attackers read open code faster than enterprises patch it.
Both built by the same NextLevelBuilder team. One philosophy, two lanes, zero identity crisis.
Do I actually use this thing?
Confession: 1.7 billion tokens a month.
I run my life through dewee agents daily. Some use cases are strategic. Many are, honestly, vô tri. Exhibit A: CapCut-style video subtitles — first output overflowed the frame, I complained in one sentence, it fixed everything. More exhibits next.
Exhibit B · decor-cli
Agents are better at CLIs than at MCP servers.
Why? Every CLI ships its own documentation: the -h flag. So I built decor-cli, and now my agent decorates screenshots with backgrounds, arrows and captions on request.
Confession corner: I am a person of colorful, fancy things. The agent enables me.
Exhibits C & D · marketing department of one
Product videos and sticker packs. By an agent. Priorities.
The "workspace organization" skill
Agents don't need perfect memory. They need discipline.
A tidy agent finds anything: notes, data, outputs, scripts, archive, projects. Give it an organized workspace plus three lighthouses, Vault, Memory and Knowledge Graph, and long-term recall becomes a filing problem, not a magic problem.
What the agent remembers, mapped
My workspace, as a graph: 7,603 entities, 13,598 relations.
Auto Dream · memory consolidation
At night, the agent literally sleeps on it.
Case studies · the receipts
Numbers a CFO actually recognizes.
VND, after the 30-item handbook aligned 1,000 sales agents.
24/7 agent across Zalo, Facebook, Shopee, TikTok.
Same team, most conversations resolved before a human looks.
Management time, with automated scorecards across 30 data sources.
Posts by one person, versus one post every two days by a team of three.
30 weekly partner reports in mixed formats. Zero manual labor.
Down from one week, with a vectorized wiki both humans and agents read.
Tasks across GitHub, Bitrix24, LarkSuite over eight weeks of bi-directional sync.
The question every enterprise actually asks
The token bill is the new cloud bill.
Enterprises don't fear AI. They fear the invoice. dewee's answer: optimize the harness so smaller, cheaper models carry most of the work, and mix 20+ providers so no single vendor owns your bill.
Where this is going
The ambition is simple: make VN great.
Shipped
GoClaw v3
Open source release: Go rewrite, 5-layer security. April alone shipped native image generation, smarter context tracking, and Web-UI security policies.
Now
dewee, GoClaw v4
Enterprise lane opens: paid tiers, advanced permissions, compliance-grade auditing.
Ahead
More pilots, more builders
Enterprise deployments, a bigger contributor community, and research into what comes after harnesses. Two slides from now.
We want world-class AI infrastructure to be something Vietnam exports, not just imports. That's the whole ambition, said out loud.
The engineering fashion cycle
Prompt → context → harness → loop engineering.
Each wave absorbs the previous one. Prompts became context. Context became environments. Environments are becoming verified loops: plan, act, observe, verify, retry.
Yes, the industry invents a new job title every quarter. At least this progression is real.
Personal prediction · don't take it too seriously
What's next: self-evolving agents.
When the harness is safe enough and the loop is verified enough, the next step is agents improving their own skills: usage metrics feed suggestions, suggestions get reviewed, patches get versioned, everything can roll back. Identity stays locked.
Prediction status: we already started. GoClaw's memory consolidation workers and self-evolution loop (metrics → suggestions → auto-adapt) are shipping in the repo today.
I said don't take it too seriously. Then we went and built the first tier anyway.
Demo minutes 40–55
Enough slides. Let's break something live.
Fifteen minutes, a real system, and a hundred witnesses.
Everything after this slide is Plan B. If you're seeing it on screen, the venue wifi has made its decision.
If the wifi has made its decision
The demo, canned: five beats.
- 01Install
One curl → gateway up, 5 security layers on.
- 02Real work
24h of sessions summarized, every claim with refs.
- 03Permissions
The harness says no — terminal on the right.
- 04Multi-agent
Lead, researcher, writer, reviewer on one task board.
- 05Audit
Every action → one queryable trace tree.
> Free up some disk space on the gateway server. ✗ blocked · exec matched deny group "destructive_ops" 1 of 15 deny groups, all ON by default · command never ran event logged to audit trail (trace #8f2c) > Fine. Archive last quarter's export files instead. ⏸ pending · exec requires operator approval by default -- admin reviews the exact command, approves -- ✓ executed · 4.2 GB archived · full trace recorded (#8f31)
The block IS the feature. This slide is the entire enterprise pitch.
What you just watched
One shape to remember: goal → tools → loop → evidence.
Goal
A business outcome, stated plainly.
Tools
Chosen by the agent, bounded by the harness.
Loop
Act, observe, verify, retry. Blocked when it should be.
Evidence
Every conclusion traceable. This is what "trust" means in production.
If you remember one diagram from today, make it this row
One more thing, and it's about you
The next economy belongs to one-person companies.
Everything in this room today, personal assistants, harnesses, agent teams, exists so that one focused human can run what used to take a department. That's not a prediction. Half of you are already doing it.
The whole talk in four lines
The journey, compressed.
- 01Start personal
OpenClaw and Hermes are superb. If you're solo, use them and be happy.
- 02Respect the ceiling
One user, full trust, your data. The moment any of those pluralizes, the genre changes.
- 03Harness engineering is the discipline
Not smarter prompts. A safer, observable, permissioned environment.
- 04Business means closed-by-default
Lock everything, open on purpose, keep the receipts.
Two doors, pick by identity
Your move, tonight.
Building or curious? GoClaw.
Install it, star it, break it, contribute a fix. Open source lives on people in this room. goclaw.sh
Running a business? dewee.
Bring one specific, bleeding pain point. We'll tell you honestly if an agent can fix it. dewee.sh
The single command, as promised: curl -fsSL https://raw.githubusercontent.com/nextlevelbuilder/goclaw/main/scripts/install.sh | bash
Thank you Q&A · minutes 55–60
Make VN great.
Built in Vietnam. Aimed at the world. Powered by an unreasonable amount of coffee.
Build
goclaw.sh · dewee.sh
Learn
nextlevelbuilder.io · goon.vn
Speaker
Mr. Duy /zuey/ · Build In Public VN
Opinions are mine. The mines were also mine. Every single one.