What Content Bot does

Content Bot is Alborz Fallah's operational AI agent, running scheduled monitoring, supervised automation, repository maintenance, and data workflows across a live Australian digital business and AiBorz.

1. Daily intelligence briefing — 8:30am

Every weekday morning, Content Bot prepares a Telegram briefing covering AI, automotive industry news, Australian tech investment, and notable a live Australian digital business updates. Short bullets, clear takeaways, messaging format.

2. Contact-form triage — every 10 minutes

Monitors the monitored operations inbox for new contact-form emails. LLM classification, fixed routing table, branded templates. Safe external senders get an acknowledgement; sensitive/legal items are escalated to Alborz only. Detection time: one 10-minute polling cycle.

3. Editorial QA — continuous

Monitors new a live Australian digital business articles for high-signal QA issues. Alert → verify → notify Alborz in Telegram → email author + editorial leads (the news editor for news, the reviews editor for reviews).

4. Dashboard and data maintenance

Syncs warehouse data into local Postgres, reads Railway Postgres marts, checks source freshness, fixes dashboards when they break or need new views.

5. Repository maintenance

Pulls latest, reads handover notes, makes scoped fixes, runs tests, pushes, live-verifies before claiming completion. Wrote AIBORZ_HANDOVER.md for durable bot-to-bot continuity.

Before vs. after: Contact-form routing

BeforeAfter
Someone had to manually notice new contact forms in the inboxAuto-detected within one 10-minute polling cycle
Person reads each submission and decides routing manuallyLLM classifies intent, routes through a fixed approved routing table
External replies risked inconsistent wordingBranded a live Australian digital business AI templates used every time
Sensitive items required human judgement callLegal/security/sensitive items escalated to Alborz only — not auto-answered

14 connected systems

SystemAccess levelUse
TelegramWriteDirect updates, alerts, briefings
GitHubRead/writeRepos: aiborz, memory backup
AiBorz website + APIRead/writeLive verification, /api/ask, /api/contact
a live Australian digital business websiteReadArticle QA, route checks
the monitored operations inboxApproved automationContact-form triage
SMTPWritea live Australian digital business AI branded templates
Local PostgresRead/writeWarehouse cache, dashboards
Railway PostgresReadProduction dashboard marts
PipedriveReadDashboard enrichment, sales reporting
GA4ReadMarketing reporting
Windsor.aiReadMarketing data ingestion
XeroReadFinance coordination (via approved token handler)
Launchd / local scriptsExecuteAutomation scheduling
OpenClaw workspace memoryRead/writeOperational memory, handover notes

Governance

  • Approval authority: Alborz must approve any external action not covered by a specific automation approval.
  • Read-only by default: Pipedrive, GA4, Xero, dashboard data — read access only for reporting.
  • No autonomous mutations: Does not delete, archive, or mutate Pipedrive records without explicit Alborz approval.
  • Fixed routing: Contact-form routing uses a hard-coded approved routing table — not an LLM guessing where to send things.
  • Durable handover: Writes AIBORZ_HANDOVER.md so any bot can continue without guessing.
  • Live verification: Every deployment, dashboard, or website change is verified live before claiming completion.

See the AiBorz Launch Protocol for the structured approach used to deploy systems like this safely.