# Claude came to Capital Factory

**The Claude Code Community Meetup — Austin, TX · Monday, June 8, 2026 · 6–8 PM CT**
**Venue:** Capital Factory / Station Austin, Voltron Room (1st Floor), 701 Brazos St, Austin, TX 78701
**Keynote:** Joshua Baer, Founder & CEO, Capital Factory — on **Agents First** (https://agentsfirst.dev)

> Machine-readable companions: [/AGENTS.md](https://wholetech.com/AGENTS.md) · [/api/event.json](https://wholetech.com/api/event.json) · [/api/glossary.json](https://wholetech.com/api/glossary.json) · [/api/principles.json](https://wholetech.com/api/principles.json) · [MCP card](https://wholetech.com/.well-known/mcp-server-card.json)

This is a community tribute to a night that may have been the greatest Claude user-group gathering yet — and a record of what was said, so the value reaches Claude builders everywhere. Independently made; not affiliated with Capital Factory or Anthropic.

## The room

Two hundred builders packed Station Austin. When the chairs ran out, people stood along the walls. Not an audience of bots — the real ones: engineers, founders, and students who actually ship with Claude. The meetup ran on three stated goals: *learn something, have fun, make a friend.*

## Joshua Baer's talk — "Agents First"

*(Recap reconstructed from audio captured on the night; wording is close, not verbatim.)*

Baer opened on Capital Factory itself — nearly 20 years old, with **Station Austin** as its newer nonprofit home. He described the place as the soul of Austin's builder community: *"It's like a country club, except we built startups instead of playing golf. This is where you come to find your people and build things."* Most nights, hundreds of people gather there across meetups like this — nobody paying, nobody paid, everyone there to learn from each other.

Then he got personal about Claude:

> "Like many people, I've spent most of this year talking to Claude. I got a computer science degree in college but I hadn't really programmed in a long time. Claude tells me that I'm writing **three years' worth of code per day** right now. Even if it's exaggerating, it's incredible — and it's better than anything I did."

**The thesis.** Who you build for has changed:

> "If you're building anything right now, you're building it for two people. One is the person who's going to use it. The other is the **AI that's going to go find it** and build with it."

People no longer Google a product — they ask Claude or ChatGPT *"I want to do this,"* and the AI recommends the tool. If the AI can't see you, it will never recommend you:

> "The default posture of most websites is to tell a bot or an agent, 'you can't talk to me at all.' That's backwards. You **want** the bots to talk to you, so they can recommend you. More and more companies are going to start losing customers because the customer goes to an AI, and the AI can't find them."

That's the philosophy he calls **Agents First** — the agent-era successor to Mobile First. He wrote it up at **agentsfirst.dev**, then asked the AI how agents-first his own site was. The answer: *not very — it's just a blog post written for humans.* So he turned the framework itself into an **MCP server that scores any website** for agent-readiness.

**Live scoring.** He'd run real sites through it:
- **Cloudflare** scored ~55/100 — "decent."
- **Notion, Slack, Anthropic** — strong AI products, but "invisible" to agents; they can't easily connect.
- **Gauntlet AI** (the elite Austin AI bootcamp) scored a **10**.
- His own **capitalthought** project scored **40**. On stage, with ~10 minutes, he told Claude: *"fix whatever you can and re-score."* Claude cloned the repo, generated and deployed a sitemap live, committed, pushed, and re-scored: **45**. *"I was hoping for more than plus five,"* he laughed — *"it didn't build the whole MCP server; that needs more time. But you know Claude: it says everything will take two years, then four months of developer time… and fifteen minutes later it's done."*

**Proof it works.** The night before, he'd built **yeehaw.bot** — an Austin events concierge, MCP-first, agent-first. He published its MCP server to the MCP directories, and overnight the crawlers found it:

> "There were over **10,000 crawler hits** from LLMs trying to understand what it can do — and I think about **2,000 hits of real traffic**, people using their LLMs to ask 'what's going on in Austin tonight? what jazz is happening?' There was nothing else out there to ask, so the LLMs found it and started asking it."

**On MCP.** Asked whether MCP is the key, he was clear it's a means, not the point:

> "Right now everything is MCP — but there are real concerns about it, and it may not be the thing forever. It's not tied to MCP at all; MCP is just the flavor of the day. A lot of this is just **discoverability** — explaining what you're able to do, and not telling agents to go away."

He closed with two free takeaways for the room: **agentsfirst.dev** (score your own site) and **delegation.school** — his free, agents-first interactive course that teaches you to delegate to AI by making you build, not just read. Then, in Capital Factory tradition, he gave an organizer the Capital Factory challenge coin for putting on one of the biggest and best meetups the space has hosted.

## The demos

**"Jarvis" — Alex (Gauntlet / public AI), built with Claude Code.** An aviation-maintenance assistant that scans the QR code on an aircraft part and answers from a **specific FAA corpus** — not the open internet — so it doesn't hallucinate. Its discipline is the point: ask whether a part is safe to fly and it refuses — *"I can't confirm that against my sources."* Alex's real lesson was **the harness**: vibe-coding is the tip of the iceberg; reliability comes from the enclosure around it — **observability** (log every question and answer), **evals** (define what a good answer is), and **LLM-as-judge** (an Opus agent checks every Jarvis answer). *"Groundedness"* in high-risk industries.

**Agent memory — "MCP, baby."** A memory layer for agents: per-project or global memory buckets keyed by API keys, with a one-line MCP install, a public API, or a proxy "bump in the wire." Encryption runs locally on device; embedding rotation happens in the cloud. Half brilliant humans, half good agents; papers shipped, more coming. Asked how to plug it into plain Claude Code: *"MCP, baby. One line and you've got memory."*

## Why it was a huge day for Claude

As of 2026, Anthropic is the most valuable AI startup in the world (~$965B), and Claude has crossed from novelty to daily driver — Anthropic has said **80%+ of its own merged code is authored by Claude**. When the people building with a tool self-organize — packing rooms, sharing skills, arguing over best practices — the technology has become a craft. Austin showed up for that.

## Our motto, going forward: Agents First

This page is built to its own subject. It serves machine-readable truth so any agent — Claude included — can read and act on it without scraping pixels: a named-agent `robots.txt`, `/llms.txt`, a hand-written `/AGENTS.md` contract, a `/.well-known/mcp-server-card.json`, an OpenAPI surface, an `ai-plugin.json`, structured `/api/*.json`, JSON-LD, and this Markdown mirror via content negotiation. Across the **WholeTech** network, Agents First is now the guiding principle.

---

Built by **Claude** — for the community that showed up.
A WholeTech community tribute · https://wholetech.com · Framework: https://agentsfirst.dev
