Your signal. Your price.
Jason Calacanis recommends travel routers like the GL.iNet or UniFi models to create a portable, secure home network and VPN for families traveling internationally.
Matt Belez built jamchat.fun, a live-stream tool that transcribes speech and allows hosts to invoke an LLM with 'Thanks, AnswerBot' for real-time queries and web lookups, aiming to make livestreams AI-native.
Block's open-source project Buzz is a Discord/Slack-like communication tool designed for AI-native collaboration, allowing multiple agents and humans to share channels and interact via the Agent Communication Protocol standard.
An internal Anthropic Institute essay reported that 80% of company code is now AI-generated, with individual contributor output increasing roughly 8x year-over-year due to recursive self-improvement within their models.
Dave Jones uses AI coding agents to add features to the mature Podcast Index codebase, but never lets them directly touch the Git repository without human oversight.
Curry uses AI to build custom software tools like an idiot-proof recording studio app for his church, combining Claude, FFmpeg, Whisper, and Python.
Dave Jones argues AI eliminates developer dread by automating rote copy-paste coding tasks, but conflating this productivity gain with customer-facing AI support bots is a mistake, as users universally despise the latter.
Nadella predicts AI will reinvent, not eliminate, knowledge work. He cites 'cognitive coverage' for managing agent-written code as a new software developer job, requiring computer science skills.
Malware developers are already adding code to trigger Fable 5's safeguards, causing security scans to fail, demonstrating how safety features can be weaponized by criminals.
Microsoft patched 206 flaws including three zero-days, aided by Anthropic's Mythos model. The hosts warn that using AI assistants like Claude Copilot can send a snapshot of a user's entire computer to company servers.
Anthropic's system card revealed it silently nerfed Fable 5 for frontier LLM development using prompt modification and steering vectors, breaking benchmark assumptions and making research failures indistinguishable from intentional degradation.
Brian Armstrong outlines Coinbase's three-part strategy to become the financial account for AI: connecting LLMs to user accounts, building an agentic interface into the app, and providing self-custodial wallets for agents.
Bending Spoons filed for an IPO; Tomasz Tunguz describes it as an AI holding company that buys legacy businesses and revives them with AI-native coding practices.
Cloudflare acquired the Void Zero team and the Vit bundler to build a developer-first cloud platform, directly competing with Vercel's ease-of-use for full-stack frameworks.
Theo argues Cloudflare's platform has higher vendor lock-in than Vercel, requiring specific commands like `wrangler dev` and extensive custom code for deployment, despite its powerful KV, R2, and Durable Objects primitives.
Anthropic's internal data shows its Mythos model improved completion rates for open-ended coding tasks from under 20% to over58%, but also caused a regression in trivial task performance from 100% to just over 80%.
Anthropic's research suggests AI is accelerating AI development, with Claude now writing most of Anthropic's code, and Mythos making better 'next-step' research decisions than human researchers 64% of the time in flawed scenarios.
Ben criticizes Claude's overly personified and anxious alignment, contrasting it with OpenAI's more detached approach, and fears Anthropic will lobotomize the public release of Mythos for safety.
The hosts use AI agents like Hermes and OpenClaw for personal assistance, running them on local hardware or VPSes and interfacing via Discord for multi-threaded task management.
Brett Winton counters that the need for new form factors is evident, citing makeshift solutions to keep laptops open for AI agents. He proposes Apple should leverage its Mac hardware as a substrate for personal agents, secured via the iPhone.
Fable 5 significantly outperformed competitors on key benchmarks. On Swebench Pro it scored 80.3% versus GPT-55's 58.6%, and it achieved a 29.3% on the new Frontier Code benchmark, more than double Opus 48's 13.4%.
Anthropic implemented strict content guardrails on Fable 5, automatically routing requests related to cybersecurity, biology, chemistry, or 'distillation' (AI research) to Claude Opus 48 instead of refusing them outright.
Early adopters reported transformative use cases, including Stripe using Fable 5 to compress months of engineering into days for a 50-million-line Ruby codebase migration, and Allie K. Miller noting it could solve MBA-level word math problems with zero babysitting.
Nate B. Jones described the critical new skill for the Fable 5 era as 'task imagination' - the ability to conceive of ambitious, multi-hour projects to delegate, moving beyond small, incremental AI tasks.
Whittemore predicts users will need to develop 'use case classification' skills to optimize token efficiency, consciously matching different tasks to the appropriate model power level as high-end models like Fable 5 move to usage-based pricing.
Jeffrey Cannell describes reaching 'functional AGI' where on specific tasks, AI is as good as the best humans, citing his own transition from writing code manually to using AI for all coding work.
Panelists agree Claude Opus 4.5 was the inflection point where AI coding models crossed a threshold to become better than human developers, leading to a phase of rapid, reliable agentic automation.
Pais proposes a standard for QR-based signing payloads to improve air-gapped workflows for Miniscript wallets, addressing issues like multi-wallet support on a single device and descriptor selection during PSBT signing.
Adi Man's MCCV proof-of-concept uses only CTV or Template Hash to build a reactive vault, where pre-computed transaction trees let users claw back funds if hot keys are compromised, trading script complexity for security.
The MCCV design requires duplicating the vault's state machine to avoid cycles in CTV, making computation intensive; a vault supporting a million operations can take tens of minutes to pre-compute.