This site runs its own experiment. sidspanos.me is connected to an MCP (Model Context Protocol) server, which lets an AI assistant operate WordPress directly: reading the REST API, running WP-CLI, editing theme files and uploading media. The front page you are reading was built through that connection. Authentication is a scoped WordPress application password rather than shared credentials, every operation is logged to an audit trail in wp-admin, and theme changes are staged in a sandboxed draft with a preview URL before anything reaches the live site. The build surfaced the failure modes worth knowing about: a scheme mismatch between siteurl and home that produced an endless wp-admin login loop behind a reverse proxy, a fixed-footer theme rule that silently painted over page content, and an SSRF guard that refuses to fetch images from private network addresses. None of them were AI problems. All of them were the sort of thing that takes an afternoon to find by hand.