Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
rm -rf salesforce — Claude Runs Deal Flow Now
Learn how to replace your CRM with files and Claude agents. This talk demonstrates a git-backed knowledge base for managing deals, companies, and founders, with AI automating record creation and summarization.
I built a git-backed knowledge base that replaces both my CRM and Google Docs for running an early-stage fund. Every entity — founders, companies, deals — lives as a folder of markdown and YAML. Claude agents are first-class participants: they process inbound emails, run entity resolution, create records, log notes, and commit directly to the repo. A GitHub Actions cron runs nightly, calling Claude Sonnet to synthesize each entity’s raw files into a structured materialized summary. I’ll demo the full live workflow: forward a pitch email → agent resolves the entity → creates the records → generates a materialized view → commits to git.
No database. No SaaS. Just files, Claude, and git.