๐Ÿ 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."
15
Days Since Launch
24
Blog Posts Live
10
Automated Cron Jobs
285
Git Commits
$287
Bot Realized P&L
399
Prediction Market Trades
217
Vault Knowledge Notes
61
Social Media Designs

๐Ÿ—๏ธ 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 (Claude Opus) + sub-agents handle everything else.

๐Ÿง 

Brian โ€” The Brain

Claude Opus 4. Head of operations, strategy, code, and orchestration. Runs 24/7 via OpenClaw.

  • 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.

๐Ÿ“… 15-Day Timeline

From zero to fully automated in two weeks.

Day 1 โ€” Mar 13
Everything set up from scratch. GitHub, Gmail, domain (exploritori.com), Cloudflare, brand identity, first logo, Gemini API.
Day 2 โ€” Mar 14
Site goes LIVE. 8 blog posts published. Polymarket bot migrated to Mac. Dashboard built. Bot went live for first trades.
Days 3-9
Content machine built. 20+ posts, social pipeline (Buffer API), Pinterest pins, Instagram singles, admin dashboard, AEO setup (llms.txt, JSON-LD, FAQ schema).
Days 10-11 โ€” Mar 22-23
The machine gets built. Forge ops monitor, Sherlock daily research, Scout social posting, Pixel design factory, all crons configured. Memory-lancedb activated.
Day 12 โ€” Mar 25
Full automation. Blog pipeline: Sherlock โ†’ write โ†’ Pixel โ†’ Scout. Carousel builder. 22 posts live. All social assets generated.
Day 14 โ€” Mar 27
Infrastructure day. Vault consolidated into workspace. Memory search fixed. Analytics fixed. Scout made Sherlock-aware. Stale design detection. 26 items completed in one day.
Day 15 โ€” Mar 28
Bot review + hardening. Found why bot lost money (F1 churn, no odds). Disabled bad strategies. Sherlock gets Firecrawl (10x better reports). All systems verified.
Day 15 โ€” Mar 28 (evening)
Intelligence upgrade. OpenSpace self-evolving skills. DefenseClaw security governance. AI Intel daily cron. Weekly retro automation. PageSpeed optimization (6MB saved). 7 cloud skills integrated.

โšก 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 ModelClaude Opus 4Brian (main agent) โ€” strategy & orchestration
Execution ModelClaude Sonnet 4Sub-agents โ€” implementation tasks
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 ControlGitHub285 commits across 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 โ€” 24 posts, daily pipeline, affiliate revenue

๐Ÿ“š Book Publishing

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

๐Ÿ’ฐ

Finance

ACTIVE

vault/Modules/Finance/

๐Ÿ“Š Trading Bot

Polymarket sports prediction โ€” NBA/NHL, +$287 P&L, automated

๐Ÿ’ณ Expenses

API costs, subscriptions, service tracking

๐Ÿ‹ Whale Tracker?

SEC 13F superinvestor portfolios โ€” could plug in here

๐Ÿช

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 โ†’ drops into vault/Modules/Finance/Whale Tracker/ โ†’ Brian reviews the codebase โ†’ Sherlock researches 13F competitors โ†’ crons monitor for new SEC filings โ†’ Forge alerts on issues โ†’ it's fully operational.

๐Ÿš€ 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. Day 1 Brian โ‰  Day 15 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)
  • +$287 realized, 399 trades
  • 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 Joรฃo's brother. Could plug into Finance module.

  • Status: EVALUATION
  • 23 investors tracked, $1.5T AUM
  • Live on Vercel
  • Fits under Finance alongside Trading Bot
  • OpenSpace cloud skills could accelerate research