AI pricing economics shift

Stripe data: hybrid pricing adoption jumps from 6% to 41% among AI companies in two years AI Engineer

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

LLM non-determinism breaks traditional risk assessments, forcing new threat models Wild West Hackin' Fest

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

Physical Intelligence ships multi-scale memory and task conditioning to extend robot autonomy past 10 minutes Stanford Online

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 builds payments stack for autonomous AI agents, adds Machine Payments Protocol and agent wallets Stripe Developers

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

Liquid AI cuts edge-model doom-loop rate from 15% to near-zero with custom DPO + RL recipe AI Engineer

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.