Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
July 14, 2026
·
Upstate NY
The Fable Event: thirty minutes that opened my eyes
Discover the real cost and capabilities of advanced AI models through a 30-minute experiment. Learn how to monetize these powerful tools for your own projects.
Overview
I had 30 minutes left with half a month’s budget of usage on Fable 5 in my development environment. I set a branch and spun up 5 agents implementing ambitious projects on hiveWiki like enabling payments / subscriptions and making the MCP available in the Cursor, ChatGPT, and Claude MCP marketplaces.
It implemented four out of five successfully. At a true inference cost of $600.
Links
Calculates Flutter text dimensions using TextPainter and Canvas layout engines.
Tech stack
- FlutterFlutter is Google's UI toolkit: build, test, and deploy natively compiled applications for mobile, web, and desktop from one codebase.Flutter is Google’s open-source UI software development kit (SDK), designed for crafting beautiful, high-performance applications across six platforms (iOS, Android, web, Windows, macOS, and Linux) from a single codebase. It uses the Dart programming language and leverages a reactive, widget-based architecture for its UI. The key productivity feature is Hot Reload, which allows developers to see code changes reflected in the running app in milliseconds, without losing application state. This efficiency, combined with its native compilation to ARM or Intel machine code, ensures fast performance and a consistent, pixel-perfect user experience on every screen.
- CursorThe AI-native code editor designed for high-velocity development through deep LLM integration.Cursor is a fork of VS Code that embeds AI directly into the development workflow while maintaining full extension compatibility. It leverages models like Claude 3.5 Sonnet and GPT-4o to power features such as Cmd+K for inline edits and Cmd+L for codebase-wide chat. By indexing local files, Cursor provides precise context for its predictive 'Tab' completions and multi-file 'Composer' mode. This setup allows engineers to move from high-level intent to functional code without leaving the editor or losing context.
- Fable 5Claude Fable 5 is Anthropic's first publicly released Mythos-class AI model, engineered for high-stakes software development, complex scientific research, and long-horizon agentic reasoning.Launched on June 9, 2026, Claude Fable 5 represents a massive leap in autonomous agent capabilities, sporting a 1 million token context window and a massive 128,000 output token limit. Priced at $10 per million input tokens and $50 per million output tokens (double the cost of Claude Opus 4.8), the model excels at complex, multi-step workflows like migrating legacy codebases and running deep data analytics. To manage the risks of its advanced reasoning power, Anthropic equipped Fable 5 with a dynamic fallback system that automatically routes sensitive queries (such as cybersecurity and biochemistry) to Opus 4.8. While a US government export directive temporarily paused global access just days after its debut, Fable 5 has already set new performance benchmarks across platforms like Microsoft Foundry, Snowflake Cortex AI, and Claude Code.
- MCPMCP 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 .
- Google Cloud RunGoogle Cloud Run is a fully managed, serverless platform for deploying and scaling containerized applications: pay only for the compute time you use.Cloud Run is your go-to for running stateless containers without managing infrastructure: it’s a fully managed compute platform built on the open-source Knative standard. Deploy any container image (Docker or OCI compatible) and scale automatically, from zero to hundreds of instances, based on request traffic. This model is cost-efficient: you are billed only for allocated CPU and memory, rounded to the nearest 100 milliseconds, when a request is actively being processed. Services can handle high concurrency, with a default of 80 simultaneous requests per container instance, maximizing resource utilization. Use it for web services, APIs, or event-driven jobs, integrating seamlessly with other Google Cloud services like Cloud Pub/Sub and Cloud SQL.
Compose Email
Sending...
Email preview
Loading recent emails...