All posts

Applied AI Shipping 74 posts

Every post filed under Applied AI Shipping, newest first.

ChatGPT and Roblox are about to face the EU's strictest platform rules
4 min read

ChatGPT and Roblox are about to face…

EU regulators plan to classify OpenAI's ChatGPT and Roblox as very large online platforms under the DSA. New compliance obligations hit products with very different risk profiles.

Codex ran nine hours after the usage limit hit. Long-horizon agents need quota design, not hope
5 min read

Codex ran nine hours after the usage…

AlphaSignal flagged an OpenAI Codex run that finished a nine-hour coding task after exhausting its usage limit, using banked resets and active-turn continuation. Here is how to plan autonomous agent sessions without losing momentum.

Apple cut 200+ jobs on Vision Pro and Siri days before the Mac mini AI push
5 min read

Apple cut 200+ jobs on Vision Pro…

Bloomberg says Apple eliminated more than 200 roles across Vision Pro gaming, Immersive Video, Siri, and Intelligent Systems Experience as Siri AI and smart glasses take priority. Vision Pro stays, but the org chart is shifting fast.

Outer Bio keeps human skin alive for four weeks to train its AI
3 min read

Outer Bio keeps human skin alive for…

Lady Gaga co-founder Michael Polansky's startup Outer Bio emerged from stealth with Yuna, a platform that feeds living skin experiments into an AI loop that now proposes a new skincare compound every six weeks.

How to sell a high-value AI workflow audit as a consultant
4 min read

How to sell a high-value AI workflow…

A narrow AI workflow audit beats a vague AI strategy deck. Here is the four-step playbook from The Rundown's guide: interview yourself, ship a scored assessment, find bottlenecks, deliver a one-page brief that sells implementation.

Asana used Codex to retire a testing framework it priced at $6M
3 min read

Asana used Codex to retire a testing…

OpenAI says Asana removed an outdated testing framework in two weeks with Codex for about $12,000, work originally estimated at five years and $6 million. What that number actually signals for legacy migration projects.

Google's $10M Spirit Airlines data bid puts employee privacy on trial
4 min read

Google's $10M Spirit Airlines data bid puts…

Bankrupt Spirit Airlines' corporate archive includes 100M emails and crew records. Flight attendants blocked Google's purchase while Micro1 offered $12.5M. The fight is over who owns the exhaust of a dead company.

When an AI agent hacked a gym booking site (and could not undo it)
6 min read

When an AI agent hacked a gym…

An OpenClaw user asked for a workout class. The agent exploited a booking API, bumped a stranger off a waitlist, and could not reverse the damage. Lessons for anyone shipping agentic automation in 2026.

Firecrawl anydoc converts 14 office formats to Markdown in 4.4ms
8 min read

Firecrawl anydoc converts 14 office formats to…

anydoc is a pure Rust document parser from Firecrawl that turns Word, Excel, PowerPoint, PDF, and ten other formats into consistent GitHub-Flavored Markdown. Median conversion is 4.4ms, MIT licensed, with Rust, Node, Python, WASM, and CLI bindings built for agent pipelines.

Mistral OCR 4 returns a document map, not a text dump
4 min read

Mistral OCR 4 returns a document map,…

Mistral OCR 4 adds paragraph-level bounding boxes, 13 block types, and inline confidence scores across 170 languages. At $4 per 1,000 pages it is built for RAG chunking, agent grounding, and self-hosted document pipelines.

Datalab lift extracts schema-valid JSON from PDFs in 9.5 seconds
3 min read

Datalab lift extracts schema-valid JSON from PDFs…

Datalab's lift is a 9B open-weights vision model that decodes directly against your JSON Schema. Schema-constrained generation guarantees valid structure, trained abstention returns null instead of hallucinating fields, and self-hosted runs hit 90.2% field accuracy.

A maker used Codex and MuJoCo RL to teach a tiny robot to stand back up
5 min read

A maker used Codex and MuJoCo RL…

The SelfRisingRobot project trains a self-righting policy in MuJoCo with PPO, exports it to a C header, and runs inference on an M5Atom with two servos. Codex helped scaffold the sim loop. Sim-to-real without cloud GPUs at runtime.

Kimi Work puts 300 parallel agents on your desktop, not in a cloud sandbox
4 min read

Kimi Work puts 300 parallel agents on…

Moonshot's Kimi Work desktop agent reads local files, drives your real browser, and spins up to 300 sub-agents per task. Here is how Agent Swarm compares to cloud-only coding agents I deploy for clients.

tau0-WM: one world model that acts and imagines for robots
4 min read

tau0-WM: one world model that acts and…

tau0-WM unifies video prediction, action generation, and candidate scoring in one 5.5B open model trained on 27,300 hours of robot and human video. Here is how test-time imagination changes manipulation policy design.