pmndrs ships Math v0.1.0: allocation-free web math engine with an AI agent skill
anselm · x · 2026-09-26
pmndrs released Math v0.1.0, a hand-crafted math engine for the creative web by @isaacmason. Key traits:
- Allocation-free, monomorphic code, tuned via benchmarks for speed
- Tiny and tree-shakable — pay only for what you use
- Portable: works with WebGL, WebGPU, Wasm, and other renderers
- Data-oriented design: functions operate on caller-owned data
It covers vectors, quaternions, euler angles, and matrices. Install with npm i math.
Notably, it ships with a skill for AI coding agents: run npx skills add pmndrs/math --skill math (or type /math) to have your agent emit optimized algorithms built on the library.
More from coding & agent
- NVIDIA and Stanford Challenge Jev With CLM, a System 1 Architecture Up to 9x Faster — wschroll · 2026-09-26
- YC Backs 'Spend More Compute on Validation': Greptile Launches Plus and Apex Review Tiers — ycombinator · 2026-09-26
- OpenAI Shares How Proaction Builds Fleet Demos With Codex and Voice Agents — OpenAIDevs · 2026-09-26
- OpenAI Details GPT-Live-1: Proaction's Voice Agents Call Drivers and Repair Shops — OpenAIDevs · 2026-09-26
- OpenAI Showcases Proaction Using GPT-6 Astra to Build Fleet-Management Agents Faster — OpenAIDevs · 2026-09-26
- NVIDIA and Stanford's CLM Treats Decision-Making as Retrieval, Up to 9x Faster — wschroll · 2026-09-26