AI pricing model 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.

LLM threat modeling failure modes

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.

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.

prompt-as-implementation tradeoffs

Cursor replaces 12K lines of work-tree code with 200-line markdown skill AI Engineer

Cursor rebuilt its parallel-agent work-tree feature — isolated git checkouts running best-of-n comparisons — by composing two existing primitives: agent skills and sub-agents. Maintenance burden drops sharply and multi-repo support is gained, but models occasionally escape isolation on long sessions; evals run via BrainTrust and RL training address reliability.

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.