AI pricing economics shift
Stripe's Mayank Pant presents a five-step AI pricing framework covering value definition, charge metrics, model selection, guardrail design, and iteration cadence. Key finding: 5-10% of power users consume 80% of compute, making pure subscription untenable; OpenAI, Anthropic, and ElevenLabs use a credits abstraction to evolve pricing without customer-facing disruption.
AI risk assessment non-determinism
Jake Williams (former NSA) walks through five production vulnerability classes — prompt injection, insecure output handling, credential leakage, weak agent identity governance, and logging gaps — and maps controls including LangSmith, Llama Guard, and prompt firewalls. Core guidance: treat LLM outputs as hostile by default and build test harnesses to reproduce probabilistic findings.
In case you missed them
long-horizon robot autonomy
Mem compresses visual tokens for short-horizon tracking and language summaries for long-horizon semantics, keeping inference under 300ms. PIO 7 trains a single policy with task metadata and subgoal conditioning, matching fine-tuned specialists on kitchen, laundry, and recipe tasks without post-training.
agentic commerce infrastructure
Stripe Sessions 2025 unveils Machine Payments Protocol for agent-to-API purchasing, Link agent wallets with user-approved spending limits, Metronome token metering, and Tempo streaming payments. Treasury expands to 119 countries with stablecoin payouts; Radar fraud detection extends to all payment methods. Google, Meta, OpenAI, and Shopify are launch partners.
edge model training failure modes
Maxime Labonne details how LFM 2.5 350M uses gated short convolutions instead of sliding-window attention, 28T-token pre-training, and preference data that explicitly penalizes repetitive loops during DPO—plus n-gram penalties in RL—to nearly eliminate the repetitive-generation failure that plagues naive scale-downs like Qwen at 50%+ loop rates.