Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Multi-Model Witness over MCP
Witness AI work across Claude, GPT, and Gemini. See real-time attestation and how disagreements are handled before sealing into an append-only ledger.
A three-model witness protocol: to verify a piece of AI-assisted work, the same proof is sent to Claude, GPT, and Gemini independently over MCP, and it only seals into an append-only ledger when they agree. Live, I’ll fire a witness request from my phone, show all three models attest in real time, and watch the record seal into the vault — the payloads, the disagreement handling, and the actual database row. No slides.
SignalNetwork deploys AWS Bedrock AI agents using Pulumi IAC.
SignalNetwork cryptographically seals human reasoning using multi-model AI verification.
- MCP (Model Context Protocol)MCP is the open-source standard for securely connecting AI agents (like LLMs) to external tools, data, and enterprise workflows.The Model Context Protocol (MCP) functions as a standardized integration layer: think of it as a USB-C port for AI applications. Developed and open-sourced by Anthropic, this protocol allows large language models (LLMs) to access real-time context and execute actions via external tools like GitHub, Jira, or proprietary databases . It uses a simple JSON-RPC interface to define tools, schemas, and endpoints, which enables AI agents to perform complex, state-changing tasks—such as creating a GitHub issue or running a test script—rather than just generating text . MCP is essential for building agentic AI systems that can autonomously pursue goals and operate within defined safety and permission boundaries .
- ClaudeClaude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
- GPTGenerative Pre-trained Transformer (GPT): The large language model (LLM) family, pioneered by OpenAI, uses a Transformer architecture to generate human-quality text, code, and multimodal content.GPT is an advanced neural network architecture: specifically, a Generative Pre-trained Transformer. It operates as a foundation model, pre-trained on massive internet-scale datasets to learn grammar, context, and world knowledge (e.g., hundreds of billions of parameters). This pre-training enables its core function: predicting the next most probable word in a sequence. Models like GPT-4 and GPT-4o leverage this capability to execute diverse tasks—from generating complex software code and translating languages to creating coherent, contextually relevant dialogue for applications like ChatGPT.
- GeminiGoogle's natively multimodal AI model: understands and operates across text, code, audio, image, and video.Gemini is Google's most capable and general AI model, engineered from the ground up to be natively multimodal: it seamlessly understands and combines information across text, code, audio, image, and video inputs. The technology is optimized for flexibility, running efficiently on everything from data centers to mobile devices. It is deployed in three key sizes: Ultra (for highly complex tasks), Pro (for broad scaling), and Nano (for efficient on-device tasks). Developers access this power via the Gemini API to build next-generation applications.
- SupabaseThe open-source PostgreSQL development platform: a Firebase alternative for rapid backend deployment.Supabase is the Postgres development platform, providing a complete, open-source backend-as-a-service solution. It packages enterprise-grade tools like a full PostgreSQL database, a RESTful API (via PostgREST), and a GraphQL API (via pg_graphql) that are auto-generated from your schema. The platform includes a comprehensive suite of services: Auth (for user sign-ups and SSO), Storage (for files with S3 integration), Realtime (for database change subscriptions), and Edge Functions (for serverless logic). The core value proposition is clear: build fast with a powerful, scalable SQL database that offers 100% portability and robust security features like Row Level Security (RLS).