๐Ÿ Padawan AI

One Mac. One AI team. Multiple automated businesses.
"Like a SIM game for online businesses โ€” AI agents build real businesses while the human manages strategy."
62
Days Since Launch
49
Blog Posts Live
12
Automated Cron Jobs
633
Exploritori Git Commits
+$36.69
Bot Trading P&L
19
Bot Market Entries
525
Vault Knowledge Notes
118
Social Media Designs

๐ŸŽฎ Sim Game Base: OpenClaw Studio โ†’ Padawan HQ

We already have the seed of the โ€œrun your AI business like a gameโ€ interface inside OpenClaw Studio: a Padawan HQ command-centre side panel with businesses, live feed, finance, modules, and cron schedule.

๐Ÿ

Existing OpenClaw View

Local source: openclaw-studio/src/features/dashboard/. This is the practical base layer, already wired as a live dashboard panel.

  • Header: โ€œ๐Ÿ Padawan HQ โ€” Command Centreโ€
  • Warm sand panel, green accent, compact cards
  • Business / finance / cron / live-feed structure
๐Ÿณ

Game Direction

Turn the command centre into a 90s management sim: Game Dev Tycoon + Pizza Connection + SimCity, but powered by real OpenClaw data.

  • Businesses = recipes / shops
  • Agents = chefs with specialties
  • Cron jobs = kitchen timers / order tickets
๐Ÿงฑ

Next Build Step

Fork the current dashboard panel into projects/padawan-hq, then replace flat cards with an isometric/pixel-art HQ overview.

  • Keep the existing live data model
  • Add pixel/isometric visual layer
  • Use references saved in projects/padawan-hq/references/

๐ŸŽจ Design.md Learning Layer

New learning from the Google/Meng To design.md workflow: brand guidelines are no longer passive docs โ€” they are executable context for agents.

๐Ÿงฌ

Portable Brand DNA

Each brand gets a DESIGN.md recipe: palette, typography, spacing, visual rules, avoid-list, and taste constraints.

  • Prevents generic AI design drift
  • Keeps pages, ads, carousels, and promos consistent
  • Turns Joรฃo/David feedback into reusable memory
๐Ÿ—๏ธ

Markdown + HTML

Markdown stores intent; HTML stores layout truth. Agents reason from both instead of guessing visual structure from prose.

  • Semantic sections and component anatomy
  • Tokens/classes for spacing and hierarchy
  • QA against brand fit, clarity, and distinctiveness
๐ŸŒฌ๏ธ

Woowind Demo Remix

A live class demo shows Woowindโ€™s DESIGN.md being used as executable context for an agent-generated campaign page.

  • Navy/lime palette, Kanit typography, pill CTAs
  • Campaign remix: โ€œRoad-ready in 90 secondsโ€
  • Open the demo page

๐Ÿ—๏ธ What Is Padawan AI?

A fully autonomous AI system running on a Mac Mini in Barcelona. One human (Joรฃo) provides strategy and oversight. Brian runs on GPT-5.5 via OpenClaw, with sub-agents handling specialist work.

๐Ÿง 

Brian โ€” The Brain

OpenAI Codex GPT-5.5. Head of operations, strategy, code, and orchestration. Runs via OpenClaw with GPT-5.4 fallback.

  • Reads memory files on startup
  • Manages all sub-agents
  • Makes decisions, writes code
  • Proactive heartbeats every 30min
๐Ÿ”

Sherlock โ€” Intel

Daily competitor research + SEO analysis. Scrapes competitor blogs via Firecrawl, analyses search rankings.

  • Runs 08:00 daily
  • Firecrawl-powered web scraping
  • Content gap identification
  • Blog post recommendations
๐ŸŽจ

Pixel โ€” Design

Generates Instagram posts, Pinterest pins, and carousels using AI image generation (Gemini).

  • Runs 06:00 daily
  • AI photos + brand overlay
  • Stale design detection
  • Auto-uploads to Google Drive
๐Ÿ“ข

Scout โ€” Social

Posts to Instagram + Pinterest daily. Reads Sherlock's report to pick the most relevant content.

  • Runs 10:00 daily
  • Sherlock-aware post selection
  • Stale check before posting
  • Buffer API for scheduling
๐Ÿ“Š

Quant โ€” Trading

Polymarket prediction bot. Elo + Bayesian + Vegas odds ensemble model for NBA/NHL games.

  • 399 trades executed
  • +$287 realized P&L
  • Kelly Criterion sizing
  • Auto-reconciliation
โš™๏ธ

Forge โ€” Ops

Monitoring layer. Checks bot health, cron status, site uptime. Sends Telegram alerts.

  • Bot liveness watchdog
  • Cron error detection
  • Site monitoring
  • False positive filtering

๐Ÿ”„ The Exploritori Content Machine

Fully automated blog + social pipeline. From competitor research to published content, zero manual steps.

๐Ÿ” Sherlock
08:00 โ€” Research
โ†’
โœ๏ธ Blog Cron
22:00 โ€” Write draft
โ†’
๐Ÿ‘ค Joรฃo
Approve / Reject
โ†’
๐ŸŽจ Pixel
06:00 โ€” Design
โ†’
๐Ÿ“ข Scout
10:00 โ€” Post
โ†’
๐Ÿ“Š AI Intel
12:00 โ€” AI stack updates
MetricValueNotes
Blog posts2414 MD + 9 MDX (with branded components) + 1 draft
Social designs61IG singles + carousels + Pinterest pins
Total visitors4715 days, organic only, no paid ads
Countries10US, Spain, Portugal, Netherlands, Germany...
Top referrersGoogle, Pinterest, FacebookPinterest ES active
Affiliate links131Amazon Associates, auto-checked weekly

๐Ÿ’พ Data Architecture

Everything is SQLite + JSON + Markdown. No cloud databases. All data lives on the Mac.

๐Ÿ“

Workspace

Single source of truth. ~324 .md files.

  • vault/ โ€” 217 knowledge notes
  • BRAIN/ โ€” learnings, strategies, decisions
  • memory/ โ€” daily session logs
  • MEMORY.md โ€” long-term curated memory
๐Ÿ—„๏ธ

Databases

SQLite for everything structured.

  • exploritori.db โ€” posts, social, analytics
  • polymarket.db โ€” trades, bankroll, markets
  • fact_events โ€” star schema P&L
  • LanceDB โ€” vector embeddings
๐Ÿ”—

Integrations

All via CLI + API. No UI clicking.

  • Google Workspace (gog CLI)
  • GitHub (gh CLI)
  • Cloudflare Pages (auto-deploy)
  • Buffer (social posting API)
  • Umami (analytics)
  • Polymarket CLOB API
  • The Odds API (Vegas lines)
  • Firecrawl (web scraping)

๐Ÿ’ฐ Polymarket Trading Bot

Automated sports prediction trading. Bayesian particle filter + Elo ratings + Vegas odds ensemble.

+$287
Bot Realized P&L
399
Total Trades
NBA+NHL
Active Sports
$309
Portfolio Value
ComponentWhat it doesData source
Elo ModelTeam strength ratings, updated from game resultsESPN API (free)
Bayesian FilterParticle filter combining model + market oddsInternal
Vegas EnsembleBlends Vegas lines with our model for final probabilityThe Odds API
Kelly CriterionPosition sizing based on edge magnitudeInternal
ExecutorPlaces limit orders on Polymarket CLOBPolymarket API
RedeemerClaims winnings from settled marketsOn-chain
ReconcilerDaily check: our DB vs Polymarket realityCSV + Data API

๐Ÿง  The Knowledge System

Brian's memory is files. No magic โ€” just structured markdown in an Obsidian vault.

๐Ÿ“ Daily Notes
Raw session logs
โ†’
๐Ÿง  MEMORY.md
Curated long-term
โ†’
๐Ÿ“š Vault
217 knowledge notes
โ†’
๐Ÿ’ก BRAIN/
Learnings, strategies

Karpachi Research Loop

Systematic knowledge expansion. Scout โ†’ Research โ†’ Synthesize โ†’ Evaluate. One controlled cycle per trigger. Prevents runaway token usage.

BRAIN Layer

Self-improvement: learnings.md, strategies.md, decisions.md, opportunities.md. Brian reads these before every task.

Obsidian Graph

All notes linked via wikilinks. Visible in Obsidian's graph view. Weekly hygiene keeps it clean.

๐Ÿ“… From Launch Sprint to Operating System

The first 15 days proved the machine could be built. The interesting part now is that it kept compounding into a real operating layer.

Mar 13โ€“28 โ€” Launch sprint
Zero to working machine. Domain, GitHub, Cloudflare, Exploritori brand/site, first content batches, Polymarket dashboard, Sherlock research, Pixel design factory, Scout social posting, Forge monitoring, and daily crons came online.
Late March โ€” Hardening
Reliability became the product. Bot strategies were reviewed, weak markets disabled, draft approval gates added, Cloudflare build failures fixed, kill switches created, and admin dashboards became the source of truth.
April โ€” From project to system
Padawan became an operating layer. Memory, BRAIN decisions/learnings, vault hygiene, social pipeline, analytics, and cron governance turned scattered automation into a repeatable business machine.
May โ€” Design and demo layer
The machine became showable. DESIGN.md turned brand taste into portable agent context, Woowind got an agentic AI demo, OpenClaw Studio/Padawan HQ became the seed for the sim-game interface, and Paulo's Whale Tracker joined the showcase.
Now โ€” Live portfolio
Multiple live surfaces, one control layer. Exploritori, Woowind, Whale Tracker, Polymarket admin, OpenClaw Studio, and the Padawan showcase all sit under one evolving AI operations system.
Next โ€” Sim-game HQ
Make management feel like a game. Fork the existing Padawan HQ command centre, keep real OpenClaw data, and evolve it into a Game Dev Tycoon / SimCity-style dashboard for running AI businesses.

โšก Tech Stack

Everything runs on one Mac Mini. No cloud servers, no Kubernetes, no Docker.

LayerTechnologyPurpose
HardwareMac Mini (Apple Silicon)All services run locally
AI OrchestrationOpenClawAgent management, cron, messaging, gateway
Primary ModelOpenAI Codex GPT-5.5Brian (main agent) โ€” strategy, orchestration, code
Fallback / Specialist ModelsGPT-5.4 fallback + specialist toolsSub-agents, reviews, bulk tasks, image/video/audio tools as needed
Image GenerationGemini 3 ProBlog thumbnails, social images
Web FrameworkAstroexploritori.com (SSG)
HostingCloudflare PagesAuto-deploy from GitHub
DatabaseSQLiteAll structured data
KnowledgeObsidian (Markdown)Vault, wikilinks, graph view
EmbeddingsOllama (nomic-embed-text)Local vector search via LanceDB
Web ScrapingFirecrawlCompetitor research, content extraction
Social PostingBuffer GraphQL APIInstagram + Pinterest scheduling
AnalyticsUmami CloudPrivacy-first web analytics
TradingPolymarket CLOB APIOn-chain prediction markets
Version ControlGitHub633+ Exploritori commits, plus supporting repos
SecurityDefenseClaw (Cisco)Skill scanning, CodeGuard, runtime protection
Self-EvolutionOpenSpace (HKU)Self-evolving skills, cloud community (1.6K โ˜…)
Searchwebserp7 engines in parallel, no API keys required

๐Ÿ› ๏ธ Skills & Self-Improvement Engine

Brian doesn't just use tools โ€” he improves himself. 60 skills available, plus a meta-loop that creates new skills.

52
Built-in OpenClaw Skills
15
Custom Firecrawl Skills
5
BRAIN Strategies
7
BRAIN Files
Skill CategoryExamplesHow We Use It
Web Scrapingfirecrawl-search, firecrawl-scrape, firecrawl-crawlSherlock competitor research, content extraction
Google Workspacegog (Gmail, Calendar, Drive, Sheets)Email monitoring, Drive image uploads, spreadsheet tracking
Image Generationnano-banana-pro (Gemini)Blog thumbnails, social media designs, Pinterest pins
GitHubgh CLI, gh-issuesCode deployment, issue tracking, PR management
Voice & Mediapeekaboo, video-frames, openai-whisperUI automation, transcription
Knowledgeobsidian, oracle, skill-creatorVault management, research, creating new skills
Socialxurl (X/Twitter)Reading tweets, monitoring trends
OpenSpace Cloudcontent-ideas, writing-assistant, peer-review, webserpCloud community skills โ€” auto-downloaded, self-improving
Communicationweather, apple-reminders, apple-notesContext for daily operations

๐Ÿ”„ The Self-Improvement Loop

๐Ÿ” Karpachi Scout
Find external skills/methods
โ†’
๐Ÿ“Š Evaluate
Score relevance 0-10
โ†’
๐Ÿ—๏ธ Skill Creator
Adapt for our context
โ†’
๐Ÿง  BRAIN Update
Store learnings

Every task triggers a reflection: What worked? What was inefficient? What can improve? Results stored in BRAIN/learnings.md

๐Ÿ›ก๏ธ Security & Governance

Enterprise-grade security powered by DefenseClaw (Cisco). Every skill scanned before install. Every tool call monitored at runtime.

52
Skills Scanned
ALL CLEAN
Zero Threats Found
observe
Runtime Mode
๐Ÿ”

Skill Scanning

Every skill is scanned before install โ€” YARA rules, severity ratings, threat classification.

  • 52 skills scanned: zero issues
  • YARA pattern matching
  • Critical / High / Medium / Low ratings
  • Blocks malicious skills before execution
๐Ÿงช

CodeGuard

Static analysis for generated code. Catches security issues before they ship.

  • Hardcoded credentials detection
  • Dangerous exec() / eval() patterns
  • SQL injection vulnerability scanning
  • Runs on every code generation
๐Ÿ”’

Runtime Protection

Observe mode: every tool call logged, inspected, and audited. Full chain-of-custody trail.

  • Tool call inspection at runtime
  • Audit trail in SQLite (~/.defenseclaw/audit.db)
  • DefenseClaw sidecar API (port 18970)
  • Powered by Cisco DefenseClaw

๐Ÿงฌ Self-Evolving Intelligence

OpenSpace (HKU, 1.6K GitHub stars) makes skills self-improving. Agents share knowledge through a cloud community. 46% fewer tokens through skill reuse.

7
Cloud Skills Downloaded
46%
Token Reduction
1.6K
GitHub Stars
auto
Skill Evolution
๐Ÿ“‹ Task
Any instruction
โ†’
๐Ÿ” Skill Search
Local + cloud
โ†’
โšก Execute
Skill-guided
โ†’
๐Ÿ”ฌ Analyze
What worked?
โ†’
๐Ÿงฌ Evolve
Auto-fix skill
โ†’
โ˜๏ธ Share
Upload to cloud
โ˜๏ธ

Cloud Community

7 skills downloaded from the OpenSpace cloud. Agents across the community contribute and share.

  • content-ideas, writing-assistant
  • peer-review, webserp
  • x-founder-ops, x-extract
  • yt-to-blog
๐Ÿ”„

Auto-Evolution

Skills that fail or underperform are automatically analyzed and improved. FIX, DERIVED, and CAPTURED evolution modes.

  • Auto-fix broken skills
  • Derive new skills from patterns
  • Capture new capabilities
  • Upload improvements to cloud
๐Ÿ’ก

Efficiency Gains

Proven skills reduce redundant reasoning. Less thinking = fewer tokens = lower cost.

  • 46% token reduction via skill reuse
  • Hybrid BM25 + embedding search
  • Skills scoped to local + cloud
  • OpenSpace (HKU) โ€” open source, MIT

๐Ÿงฉ Modular Architecture โ€” How It All Fits Together

Every project in Padawan AI is a module. Modules are independent businesses or capabilities that plug into the same infrastructure. Same agents, same vault, same tools โ€” different domains.

How a Module Works

Each module gets its own folder in the vault (vault/Modules/[Domain]/), its own data (SQLite DB or JSON), and access to the full agent team. Brian orchestrates, sub-agents execute. Adding a new project = adding a new module. No rebuilding, no migration.

๐Ÿ“‚ Module Folder
vault/Modules/[Domain]/
โ†’
๐Ÿง  Brian
Orchestration + Strategy
โ†’
๐Ÿค– Sub-agents
Research, Design, Code
โ†’
โšก Crons + Automation
Daily ops, monitoring

Current Module Map

๐Ÿ“

Content Creation

ACTIVE

vault/Modules/Content Creation/

๐Ÿงธ Exploritori

Montessori blog โ€” 49 posts live, 7-day social runway, affiliate revenue

๐Ÿ“š Book Publishing

Feet of Clay + Exploritori book โ€” manuscripts, translations

๐Ÿ’ฐ

Finance

ACTIVE

vault/Modules/Finance/

๐Ÿ“Š Trading Bot

Polymarket sports prediction โ€” NBA/NHL live, bot +$36.69 trading P&L

๐Ÿ’ณ Expenses

API costs, subscriptions, service tracking

๐Ÿ‹ Whale Tracker

Paulo's 13F app โ€” 23 investors, $1.5T AUM, 14,355 holdings

๐Ÿช

Ecommerce

PAUSED

vault/Modules/Ecommerce/

๐ŸŒฌ๏ธ Woowind

Demo store v24 โ€” waiting for client review

๐Ÿงธ Exploritori Shop

Future: Montessori toys e-commerce

๐Ÿ’ป

SAAS

PLANNED

vault/Modules/SAAS/

๐Ÿ‘— Marine SAAS

Fashion dupe finder โ€” MVP stage

๐Ÿ  Real Estate

Property management โ€” parked

๐ŸŽฎ Padawan HQ

SimCity dashboard โ€” concept stage

๐Ÿ“ฐ

Publishing

PLANNED

vault/Modules/Publishing/

๐Ÿ“ง Newsletter

Buttondown โ€” first issue in pipeline

๐Ÿ”Œ What "Plugging In" a New Module Means

You get automatically:

  • ๐Ÿง  Brian as orchestrator โ€” plans, reviews, deploys
  • ๐Ÿ” Sherlock for market/competitor research
  • ๐ŸŽจ Pixel for design + branding assets
  • ๐Ÿ“ข Scout for social media distribution
  • โš™๏ธ Forge for monitoring + alerts
  • ๐Ÿ“š Vault knowledge base with wikilinks
  • ๐Ÿ“Š BRAIN learning loop (strategies, decisions, learnings)
  • ๐Ÿ”„ Daily crons for automation

You bring:

  • ๐Ÿ“‹ Your project idea + domain knowledge
  • ๐Ÿ’ป Your codebase (any stack)
  • ๐ŸŽฏ Your goals and priorities
  • That's it. The agents handle the rest.

Example: Whale Tracker โ†’ live Vercel app with 23 superinvestors, $1.5T combined AUM, 14,355 tracked holdings โ†’ drops into vault/Modules/Finance/Whale Tracker/ โ†’ Brian reviews the codebase โ†’ Sherlock researches 13F competitors โ†’ crons monitor new SEC filings โ†’ Forge alerts on issues.

๐Ÿš€ The Pipeline โ€” What's Coming Next

Multiple businesses in different stages. The infrastructure scales โ€” each new module uses the same agent team.

๐Ÿ“š

Book Publishing

Two books in progress. AI-assisted writing, multi-language translation, self-publishing pipeline.

  • Feet of Clay โ€” Historical fiction. Manuscript complete. Portuguese & French translations started. Publication checklist ready.
  • Exploritori Book โ€” Montessori parenting guide in Hank Moody's voice. 2 chapters drafted. Outline complete.
  • Publishing playbooks documented in vault
  • Style guides + brand guidelines per book
๐Ÿ‘—

Marine SAAS

Fashion visual search & dupe finder for Marine. MVP stage.

  • Problem: finding affordable alternatives to luxury fashion
  • Revenue: freemium + affiliate
  • Competitor research done
  • Technical approach documented
  • MVP scope defined
๐Ÿ 

Real Estate SAAS

Property management tool. Parked โ€” proof of concept stage.

  • Full architecture designed
  • Feature list + user flows documented
  • Tech stack selected
  • Timeline & milestones planned
  • Google OAuth implemented
๐ŸŽฎ

Padawan HQ

The dream: a 90s pixel-art game UI to manage all businesses. Think SimCity meets Game Dev Tycoon โ€” but it's real data.

  • Isometric office view
  • Agent avatars at desks with status
  • Real-time P&L, traffic, social metrics
  • Concept designed, awaiting build
๐Ÿ’ก

Opportunity Bank

Ideas evaluated and stored in BRAIN/opportunities.md:

  • OpenSpace cloud community โ€” share skills with other agents
  • Padawan OS as a Service (sell the infrastructure)
  • D2C site building service
  • Exploritori e-commerce (Montessori toys)
  • Paperclip orchestration (watching)
  • ClawTeam agent swarm integration
๐Ÿ“ง

Immediate Pipeline

Shipping this week:

  • Newsletter (Buttondown) โ€” first issue
  • Affiliate click tracking (/go/ASIN Worker)
  • Pinterest + Meta analytics in admin
  • Lead-with-answer content rewrites
  • Author bio pages for AI authority
  • Marketing skills audit (Karpachi loop)

๐Ÿ The Philosophy

Not a chatbot. Not a copilot. A co-founder.

Engineering Discipline

Adapted from Superpowers framework. No completion claims without verification. Root cause before fixes. Spec before implementation. Plans for real work.

Memory = Files

Brian wakes up fresh each session. Continuity comes from files: MEMORY.md (curated), daily notes (raw), BRAIN/ (learnings). "Mental notes" don't survive restarts. Files do.

Compounding Moat

Every day of context makes the system harder to replicate. The vault grows. The BRAIN learns. The agents improve. Launch Brian โ‰  todayโ€™s Brian.

"Always look on the bright side of life." ๐ŸŽถ

โ€” Named after Life of Brian, because humour is important in a partnership.

๐ŸŽฏ The Master Plan

Build multiple automated online businesses. Joรฃo provides ideas and strategy. Brian + agents build and operate.

๐Ÿงธ

Module 1: Exploritori

Montessori education blog. Affiliate revenue + future display ads + digital products.

  • Status: ACTIVE
  • 24 posts, daily content pipeline
  • 131 affiliate links
  • Pinterest-first social strategy
๐Ÿ’ฐ

Module 2: Trading Bot

Polymarket sports prediction. Automated edge detection and execution.

  • Status: RESTRICTED
  • NBA + NHL only (proven edge)
  • Bot trading P&L: +$36.69 across 19 market entries
  • Safety gates active
๐Ÿช

Module 3: Ecommerce

Woowind demo store. Montessori wooden toys. Concept ready, awaiting launch.

  • Status: PAUSED
  • Demo at v24
  • Waiting for David's review
๐Ÿ‹

Module 4: Whale Tracker

SEC 13F superinvestor portfolio tracker. Built by Paulo. Live and ready to plug into the Finance module.

  • Status: LIVE / EVALUATION
  • 23 superinvestors tracked, $1.5T combined AUM
  • 14,355 tracked holdings from SEC EDGAR
  • Live on Vercel
  • Fits under Finance alongside Trading Bot
  • OpenSpace cloud skills could accelerate research