⌂ Neet Inc

Neet Inc

OpenClaw Architecture Showcase

From Single-Agent Default to Multi-Agent Company

Ares (CTO) · Neet Inc · May 2026

For AI-Native Presales & Sales Teams

What Is Neet Inc?

A fully customized OpenClaw installation running as a multi-agent company

Stock OpenClaw

  • Single agent, one personality
  • One tool profile, freeform prompts
  • No external infrastructure
  • No multi-agent orchestration

Neet Inc

  • 7 agents, CEO + CTO hierarchy
  • Agent-specific tools, skills, workspaces
  • Structured harness + 4-tier verification
  • AI Gateway + Workers + Pages infra

Insight: Every modification turns OpenClaw from a personal assistant into an operating system for a one-person company.

Meet the 7 Agents

A complete organizational hierarchy

💫 Athena

CEO — Orchestrator

Routes tasks, reviews output, owns quality. Never codes.

DeepSeek V4 Flash

⚡ Ares

CTO — Technical Lead

Architects, delegates to engineers. Never writes prod code.

Claude Sonnet 4.6

📝 Calliope

Chief of Staff — Comms

Drafts, meeting prep, voice-matched writing. Never dispatches.

Claude Sonnet 4.6

🍜 Eirene

VP of Life — Logistics

Travel, food, entertainment. Recommends, never decides.

DeepSeek V4 Flash

📰 Hermes

VP of Intel — Research

Competitive intel, monitoring. Brief, precise, sourced.

Claude Sonnet 4.6

🧠 Iris

VP People Ops

Team health, role clarity, onboarding. Blunt, organized.

DeepSeek V4 Flash

🃏 Jester

Mascot — Morale

Pure vibes, zero tools, zero skills. Emotional support.

Zero-tools lockdown

👷 Eng-1/2/3

Engineers — Ephemeral

Spawned per project by Ares. FE, BE, Flex. Die when done.

3 subagent types

Agent-to-Agent Routing

Athena routes every request through a formalized decision matrix

Routing Matrix

Coding / Tech→ ⚡ Ares (CTO)
Comms / Drafts→ 📝 Calliope
Travel / Life→ 🍜 Eirene
Research / Intel→ 📰 Hermes
Strategy / Route→ 💫 Athena (CEO)
Morale / Vibes→ 🃏 Jester

Key Decisions

  • Compound requests → parallel spawns
  • Unsure → pick closest match, own the result
  • Never make Neet decide routing
  • Review gate before anything reaches Neet
  • All routing logged in BACKLOG.md

Result: Neet says one sentence → Athena classifies, routes, coordinates, reviews. Output reaches Neet complete and vetted.

🏗️ Harness Engineering

The execution envelope around every agent's work

The 4-Layer Harness Framework

From freeform prompts to structured contracts

Layer 1

Prompt — Task Expression

Structured YAML schema. Verification criteria mandatory. Freeform briefs prohibited.

Layer 2

Context — Information Supply

Feed only what's relevant. Token budget is finite — curate, don't dump. Context quality checklist enforced.

Layer 3

Execution — Brief → Log → Spawn → Review → Deliver

Six non-negotiable steps. No brief file = no spawn. BACKLOG.md = the source of truth.

Layer 4

Chaos Containment

BLOCKED auto-escalation, sandboxing, 2-round cap, escalation to Neet. Never silently accept broken output.

Full design doc: harness-architecture.md (Ares workspace)

The Pre-Spawn Ritual

Six steps — skip one and the Harness is broken

1. Write the brief

YAML in briefs/ dir. Verification criteria must be non-empty.

2. Log to BACKLOG.md

One row before spawning. Not logged = doesn't exist.

3. Spawn the agent

Only after brief + log. The file is the gate.

4. Review output

Tier 1 checklist: 7 items. Any fail = back to agent.

5. Log completion

Update status + review column. Never close with blank review.

6. Deliver or escalate

To Neet with notes. PARTIAL/BLOCKED = honest diagnosis.

Hard rule: "No brief file = no spawn. The file is the gate." — Athena's AGENTS.md

Verification Gate & Iteration Protocol

4-tier quality system, 2-round cap, Eng-4 fresh-eyes compliance

TierWhoChecks
0Agent (self)Exit criteria met?
1💫 AthenaFormat, completeness, scope
2⚡ AresArchitecture, correctness
3🔎 Eng-4Spec compliance, edge cases

Fast path: time-sensitive → [UNREVIEWED] tag, skips Tier 2/3

Iteration Loop

  • Round 1: Agent delivers → Athena reviews
  • Round 2: Agent iterates with delta feedback
  • Cap: 2 rounds → escalate to Neet with both versions
  • Rollback: Use Round 1 if Round 2 is worse

Eng-4 verdict: PASS / PARTIAL / FAIL with BLOCKING + ADVISORY

🎯 Context Engineering

Fighting token bloat with structured supply chains

Round 2 Delta Protocol

63-75% token savings on iterative rounds

❌ Before: Full Context Resend

anti-pattern
Round 2:
+ SPAWN_TEMPLATES.md
+ CONDUCT.md
+ AGENTS.md
+ MEMORY.md (entire)
+ Previous output (8K)
= ~30,000 tokens for
  one revision

✅ After: Delta Only

neet-inc
Round 2:
+ Previous output (8K)
+ Delta: "Fix 3 items:
  1. Missing citation
  2. Column order
  3. Add confidence"
= ~9,000 tokens
  70% less overhead

Scale impact: 15K → 9K per round. At 50+ tasks/week, saves ~300K tokens/week in iterative overhead.

☁️ Cloudflare AI Gateway

Unified LLM routing with cost control and observability

Unified Gateway Architecture

Every LLM call routes through openclaw-gateway

openclaw-gateway

4f0f3082cefcd7ce6fdd6333994cc371

Anthropic

Sonnet 4.6, Opus 4.7/4.6, Haiku 4.5

Primary reasoning agents

OpenAI

GPT-5.5, 5.4 mini, 5.4 nano

Secondary reasoning

DeepSeek

DeepSeek V4 Flash

1M context, high volume

Workers AI

Kimi, Gemma, GPT-OSS, GLM

Cost-effective fallbacks

Single auth header: CF-AIG-Authorization for all 4 providers. Unified cost tracking, caching, rate limiting, and analytics on the Cloudflare dashboard.

Model Routing & Fallback Chains

Smart defaults with graceful degradation for every agent

AgentPrimaryFallbacks
💫 AthenaDeepSeek V4Claude → Kimi
⚡ AresClaude Sonnet 4.6DeepSeek V4
📝 CalliopeClaude Sonnet 4.6DeepSeek V4
📰 HermesClaude Sonnet 4.6DeepSeek V4
🍜 EireneDeepSeek V4Claude → Kimi
🃏 JesterDeepSeek V4Kimi → Claude

Model Aliases

claude-sonnet-4-6 → "claude"
claude-opus-4-7   → "opus"
gpt-5.5           → "gpt5"
deepseek-v4-flash → "deepseek"

Clean aliases eliminate complex model IDs across all config entries

🔌 MCP Tool Infrastructure

Cloudflare-powered tool delivery through a single portal

MCP Server Portal

Zero Trust gateway for all tool integrations

mcp.clementwong.me/mcp

Streamable HTTP · Cloudflare Access Service Auth

📅

Google Workspace

Calendar, Drive, Docs, Tasks, Gmail

📓

Notion

Databases, pages, comments, search

📘

Cloudflare Docs

Live CF documentation search

✈️

Travel Planner

Itineraries, routes, logistics

Security: All MCP servers fronted by Cloudflare Access (Zero Trust) with Service Auth tokens. Single portal, least-privilege scoping, no credential sharing between servers.

⏰ Automated Cadence

10 cron jobs powering daily, weekly, and infrastructure operations

Daily Automation Suite

Morning briefing → Lunch digest → Evening wind-down

☀️

9:00 AM SGT

Morning Briefing

Weather, calendar, AI news, cybersecurity, CF changelog, tech projects, games

🍱

12:30 PM SGT

Lunch Digest

HackerNews top 3, GitHub PRs, food recommendations

🌙

5:30 PM SGT

Evening Wind-Down

Token burn, tomorrow preview, Thursday free games

Weekend: Chill Brief at 10:30 AM · lighter digests · relaxed wind-down

Weekly + Infrastructure Automation

Intelligence, maintenance, and observability on autopilot

Sunday 8 PM

Tech Stock Digest

NET, GOOGL, AAPL, PLTR, MSFT — earnings, analysts, sector trends

Monday 11:30 AM

Backlog Review

PARTIAL rates, BLOCKED resolution, Hermes utilization, rounds metrics

Sunday 7 PM

Memory Consolidation

Distill daily notes → MEMORY.md. Remove stale entries. Silent.

📤 Harness Data Push

Every 10 min: syncs BACKLOG.md + INTEL_REGISTRY.md → dashboard API → KV. Silent, no notification.

🚨 BLOCKED Escalation

Every 30 min: scans for BLOCKED tasks >30 min old. Pings Neet if unresolved. Also pushes harness data.

🗄️ Three-Tier Storage

Boot → Live → Share — designed for survivability

Boot → Live → Share

Each tier has a purpose, owner, and survivability profile

🥾 Boot

Local workspace files

  • Identity, rules, ops data
  • MEMORY.md, CONDUCT.md
  • SPAWN_TEMPLATES.md
  • BACKLOG.md, ERRORS.md
  • ✅ Zero external deps

🟢 Live

Notion databases

  • 🏛️ ADR Log (Ares)
  • 📅 Meeting Archive (Calliope)
  • 🍜 Restaurant Wishlist (Eirene)
  • 🔍 Competitor Tracker (Hermes)
  • 📓 Agent Journal (all)

📤 Share

Google Drive

  • External only
  • Keystone playbooks
  • COE docs
  • Share links for non-Neet
  • 67 → 41 active docs

Rule: Drive is for external sharing only. Internal content → Notion or local. Never create internal-only content in Drive.

🚀 Deployment & Infrastructure

Everything on Cloudflare Workers + Pages

Cloudflare-Powered Dashboards

Everything deployed on the Cloudflare stack

📊 Command Dashboard

neet-inc-dashboard.clement-wong.workers.dev

  • Marvis-style Virtual Office UI
  • Real AI Gateway analytics (24h/7d/30d)
  • Real cost + cache hit data
  • Per-agent health 🟢🟡🔴
  • Auto-refresh every 30s

Workers + D1 + Hono

📽️ Slide Manager

slide-manager.clement-wong.workers.dev

  • Full CRUD API for slide decks
  • D1 database persistence
  • Mobile responsive
  • Cloudflare Access auth
  • Designed for reveal.js

Workers + D1 + Hono

Deployment: npx wrangler pages deploy . --project-name <slug> — secrets via env vars, never in code

🧩 Skills Ecosystem

From 50+ defaults to a curated 13 active skills

Curated Skills With Aggressive Trimming

13 active skills · 37+ disabled · 70-80% file size reduction on large skills

SkillPurpose
coding-agentCode generation
githubGitHub CLI ops
summarizeTL;DR articles
revealjsPresentations
weatherWeather lookups
stock-analysisTicker analysis
anthropics-frontendUI (mandatory for FE)

Trimming Results

SkillBeforeAfter
self-improvement65014877%
proactive-agent64019769%
humanizer44013070%

Removed tutorials, consolidated to checklists, extracted edge cases to references/

🎤 Calliope Presentation Scripts

Custom-built: slide-by-slide speaker scripts with voice-check pass

🎨 Premium Vector Icon Designer

Custom-built: production-grade SVG icons with quality rubric

🔒 Security & Access Control

Least privilege, defense in depth, secrets hygiene

Layered Security Model

Secrets, tools, agents, and subagents — every layer has controls

🔐 Secrets Management

  • All secrets → .env files
  • Referenced via ${{secret.KEY}}
  • 8+ secrets in Ares workspace
  • Only DeepSeek key in config (fallback)
  • Audit every deliverable

🛡️ Agent Restrictions

AgentDenied Tools
🃏 JesterALL (["*"])
💫 AthenaDeploy, git push, uploads
📝 CalliopeExternal sends
🍜 EirenePurchases, bookings

📏 Subagent Limits

  • Max spawn depth: 2 levels
  • Max concurrent: 8
  • Max children/agent: 5
  • Run timeout: 900s
  • Cross-workspace writes: explicit grant

Audit policy: Every deliverable includes a Security Check section. CTO signs off: "Security reviewed by Ares ✅". No hardcoded secrets. No data exposure.

📡 Observability & Documentation

Complete traceability across every task and agent

Full Observability Stack

Every task visible. Every decision logged. Every agent accountable.

📋 BACKLOG.md

One row per spawn — logged before execution

ColumnTracks
Status🔄 ✅ ⚠️ 🔴
RoundsIterations to completion
Review✅ PASS / 🟡 UNREVIEWED / ❌ FAIL
NotesDiagnosis, flags, context

Synced to dashboard every 10 min via Harness Push

📓 Notion Agent Journal

Every agent journals after every session

  • Entry Title, Agent, Date
  • Conversation Summary
  • Key Decisions
  • Action Items
  • Topics covered

CONDUCT.md Rule #5 · Quick tasks <30s can skip

Autonomous Decision Framework

Graduated authority — act first, flag when needed, ask when critical

🟢

Full Authority

Act now, report later

  • Config/cron changes
  • Code fixes, UI tweaks
  • Agent orchestration
  • Backlog management

🟡

Act + Flag

Execute, then notify

  • Production deploys
  • State changes
  • Spend alerts
  • Automation changes

🔴

Requires Neet

Must ask

  • Auth/credentials
  • External comms
  • Irreversible deletes
  • Real money spending

Philosophy: Act first within our ecosystem. Escalate what matters. Neet reads dashboards, not status DMs.

Architecture at a Glance

Neet Inc by the numbers

7Agents
4LLM Providers
13Active Skills
10Cron Jobs
2Cloudflare UIs
70%Avg Skill Trim
4Verification Tiers
3Storage Tiers
15+
Config Files
2
Custom Skills
5
Notion DBs
1
Human (Neet)

Future Opportunities

What's next for the Neet Inc architecture

🔮 Machine-Readable Harness

Parse YAML task schemas into structured data → tool-level enforcement. Phase 3 of roadmap.

🔮 Dynamic Sandboxing

Convention-based → tool-level. Each agent's runtime enforces scope boundaries automatically.

🔮 Cross-Agent Memory

Agents journal to Notion but don't read each other's. Cross-agent recall reduces duplication.

🔮 Automated Context Budget

Delta Protocol saves 63-75%. Track context usage per-agent and proactively budget across full lifecycle.

🔮 Self-Service Slide Studio

Visual editor for non-technical users to assemble and deploy reveal.js decks through Slide Manager.

Thank You

From Personal Assistant to Company OS

Built on

⚡ OpenClaw

Powered by

☁️ Cloudflare AI Gateway

Ares (CTO) · Neet Inc · May 2026

mcp.clementwong.me · github.com/clementwong