Observatory

A window into the human-AI collaboration behind Austin AI Events

Calendar
πŸ’‘

The Big Picture

This is a largely autonomous system. It discovers events, monitors its own health, and fixes many of its own bugs β€” every day, with minimal human intervention. The Observatory exists to give transparency into this process so people can see how an autonomous AI system actually works. This isn't a black box.

How It Works

The whole system, end to end β€” it runs largely on its own, with a human reviewing only the riskiest changes.

LOOP 1

Discovery Pipeline

β€” runs nightly
🧭
Plan

Opus reviews recent results and decides what to scrape and search today

πŸ”
Search

Scans a dozen curated sources and the web for Austin AI events

πŸ”€
Deduplicate

Catches the same event listed on different platforms

βœ…
Validate

AI confirms: real event? In Austin? AI-related?

🏷️
Classify

Tags audience, skill level, and free/paid

πŸ“…
Publish

Approved events appear on the calendar

run complete β€” monitor evaluates
LOOP 2

Self-Monitoring

β€” evaluates every run
πŸ“ŠGather Metrics

Collects data on scraper health, error rates, source performance, and calendar coverage

🧠Opus Evaluates

The most powerful Claude model reviews everything, assigns a health grade, and identifies issues

⚑Take Action

Creates search queries, manages sources, and escalates code issues for the repair agent

issues found β€” repair agent activates
LOOP 3

Self-Healing

β€” runs daily, 2 hours after discovery
πŸ“‹Read Issues

Picks up the highest-priority action item from the monitor

πŸ”§Fix Code

Reads the codebase, understands the bug, and writes a fix

πŸ§ͺTest

Runs the test suite β€” only ships if all tests pass

πŸš€Ship or Propose

Ships low-risk fixes to production automatically; flags riskier changes for a human to review first

Cycle repeats daily β€” the system continuously improves itself
πŸ›°οΈ

The Independent Watchdog

A separate watchdog β€” its own program, running outside this system on its own schedule β€” independently counts how many Austin AI events exist and compares that to how many the calendar has captured. Because it lives outside the agent, the system can't grade its own homework: if coverage quietly slips, the watchdog is the thing that catches it.

πŸ€–

Multi-Model Architecture

Three Claude AI models split the work based on what each task needs β€” like having a junior analyst, a senior reviewer, and a strategic director on the same team.

Haiku(Speed)

Handles 80% of decisions β€” validation, classification, dedup

Sonnet(Balance)

Evaluates new sources and extracts event details

Opus(Strategy)

The system brain β€” plans each run and monitors system health

πŸ’¬

Community Input

Anyone can submit an event the system missed using the β€œMissing an event?” button on the calendar. The agent scrapes the submitted URL, validates it, and adds it to the calendar β€” all in the same daily run. It also learns from each submission, adding new sources and search strategies to find similar events in the future.

πŸ“¬

Where It Goes

πŸ“ŠDaily Health Report

Each morning, Claude summarizes the overnight run β€” what it found, what broke, and what it cost β€” and emails it to the operator. It's how a human keeps an eye on the system without having to run it.

πŸ—“οΈWeekly Austin AI Events Digest

Every Sunday evening, anyone who's subscribed gets the week ahead in Austin AI events delivered straight to their inbox.

πŸ€–

Agent Performance

What the agent is doing autonomously

Events Added (Last 30 Days)

Recent Activity

πŸ”

Under the Hood

How the agent thinks, decides, and sometimes fails

🩺

Health Report

Automated self-evaluation of system effectiveness

GradeScraper HealthSourcesError RateActivity
A80%+4+ contributing<5%Events added in last 7d
B60-79%3+ contributing<10%Active discovery
C40-59%2-3 contributing>10%Some source issues
D<40%<2 contributingHighMultiple broken scrapers
Fβ€”β€”β€”System not running

Updated 2026-03-29: Grades now measure infrastructure health (what the agent controls), not event count or empty days (which reflect community activity). The agent still actively maximizes calendar coverage as a separate mission.

🀝

Human Stewardship

How humans guide the agent's growth

Human Stewardship

How humans guide the agent's growth using Claude Code

🀝
🧠 17 Learning⚑ 23 Optimization✨ 32 New CapabilityπŸ—οΈ 30 Foundation
🧠
❌Problem Identified

The system has a janitor that removes events which vanish from their source page β€” if a meetup's own calendar stops listing it three checks in a row, it's treated as cancelled and taken down. The janitor assumed every label in the database pointed to one page. But two labels are shared bins: "found by web search" covers events from dozens of unrelated searches, and "organizer registry" covers dozens of remembered Luma calendars. Checking ONE page in a bin made every event from every OTHER page in that bin look "vanished." Events found by one-off web searches could never be seen again by any check, so they were guaranteed deletion within days. Over three weeks this quietly removed 37 genuinely upcoming events across all three cities β€” including a Claude meetup happening the very next day.

πŸ› οΈAction Taken

Taught the janitor the difference between a label that means one page and a label that means a bin: shared bins are now off-limits to it entirely. Those events already have the right safety net β€” a weekly checker that visits each event's own page individually and only removes ones that are truly gone. All 37 wrongly deleted upcoming events were restored, then every restored event was individually re-verified against its live page: all of them are real, and a few had stale details (moved venues, changed addresses) that got refreshed in the same pass.

βœ…Result

The three city calendars got back dozens of real events that had silently disappeared, and the deletion mechanism can no longer confuse "I checked a different page" with "this event was cancelled." A regression test pins the rule in place.

✨
🧠
⚑
⚑

This agent is developed iteratively with Claude Code. The collaboration is part of the project's identity.

πŸ‘€ Human Traffic
πŸ‘€
000000Calendar Visits
🧠 AI Traffic
🀝
000000AssistantsAnswer
🦾
000000AgentsAct
πŸ€–
000000CrawlersIngest