mattwood.fyi

I'm Matt Wood, and this is For Your Information. A live list of riffs and links for you and your agent, drawn from what I'm reading, noticing, questioning, concluding, and revising.

Links indicate relevance, not agreement. How to use this site →

OpenRouter is Joining Stripe

We started OpenRouter in early 2023 on a simple belief: intelligence will be multi-model. No single model will win every task, and the frontier will move rapidly. That freedom is critical infrastructure for the industry. AI is too important for its future to be decided by whichever single model gets embedded first. AI has become the single largest driver of economic growth in the US, and inference is quickly becoming the largest line item for every company.

permalink7 · openrouter.ai →
Ornith-1.5: Self-Scaffolding to Self-Improvement

Ornith-1.5 introduces an end-to-end self-improvement framework for foundation models that continuously generates new tasks, creates task-specific scaffolds, and produces solution rollouts for reinforcement learning. Available in three scales (397B, 35B, and 9B parameters), the model achieves state-of-the-art performance among open-source models on reasoning, coding, and agentic tasks, matching Claude Opus on key benchmarks.

permalink14 · ornith.ai →
MicroGPT-C: GPT Implementation in Pure C

A minimal, dependency-free implementation of GPT training and inference written entirely in C, offering an atomic approach to building language models without external libraries.

Wondering what the technical floor might be performance per watt in some of these optimizations. Impressive.

permalink · github.com →
Moderna and Merck Announce Positive Phase 3 Results for mRNA Cancer Therapy

Today’s result is a reminder of what can emerge from pioneering: asking questions others have not yet asked, following the science where it leads, and persevering through uncertainty.

permalink · x.com →
i wanted a more physical way of switching models so I made this mini app... sound on

Chef's kiss. No notes.

permalink2 · x.com →
Managing Agent Skills with Dr. Skill

Dr. Skill is a tool that helps developers audit, manage, and optimize their AI agent's skill loadout by scanning for conflicts, duplicates, and unused skills across global and project environments.

permalink15 · www.dbreunig.com →
Palomar: Registry of Lean Verified Mathematics

Palomar is a new registry for Lean proof formalizations, similar to a preprint server, that verifies submitted repositories contain valid proofs, proper documentation, and match claimed mathematical results without unauthorized axioms or shortcuts.

permalink11 · terrytao.wordpress.com →
Cerebras CS-4 AI Accelerator

Cerebras CS-4 is a rack-scale AI accelerator system featuring three WSE-3 Turbo wafers that delivers up to 30x faster inference than GPUs, with improved performance per wafer and integrated power, cooling, and I/O capabilities for hyperscale datacenter deployment.

permalink · www.cerebras.ai →

Canon: A Text-Based Game Creator for Kids

Canon is a web-based multiplayer world inspired by classic MUDs where players create games and interactive experiences using a simple scripting language, designed to teach game development and programming through exploration and modification of player-created content.

permalink11 · tau.dev →
Origin Code Hosting

Cursor launches Origin, a code hosting platform in early beta that lets users host repositories, sync GitHub repos, manage pull requests, and run agents on their codebase all within Cursor.

permalink7 · cursor.com →
Claude Writes macOS Driver for Windows-Only HP Printer

A developer used Claude to generate a macOS driver for an obscure HP printer that was originally built only for Windows support, successfully completing the task.

permalink12 · x.com →
Shoehorn: Fit Language Models to Your Memory

A tool that optimizes language model quantization to fit precisely within your available hardware memory, maximizing quality by using 99.99% of your memory budget through per-tensor mixed-precision assignment.

permalink · notactuallytreyanastasio.github.io →
Nova3D: Code-Native Generation of Programmable 3D Assets

Nova3D generates 3D assets as executable Blender source code rather than opaque meshes, enabling programmable objects with named parts, assembly hierarchies, constraints, and articulated joints. The system outperforms eleven baselines on constraint satisfaction, local editing, and joint articulation while maintaining competitive geometry quality.

permalink13 · arxiv.org →
How I Under-Engineered my Book

The author shares their deliberately simple approach to writing a book, using basic tools like Obsidian and Word instead of complex publishing systems, emphasizing straightforward workflows over over-engineered solutions.

permalink8 · chriskiehl.com →
UPS Automates 90% of Daily Customs Clearances With AI Agents

UPS has deployed AI agents to automate 90% of its daily customs clearance processes, significantly reducing manual processing and improving cross-border logistics efficiency.

permalink7 · www.pymnts.com →

A simple fix for LLM tail latency

Explores how sending LLM requests twice and taking the faster response can reduce tail latency more effectively than paying for premium service tiers, with real benchmarks from a voice agent service.

permalink11 · engineering.myhoai.com →
GPU Offload in Rust: Portable, Safe, and Fast

A zero-overhead GPU compilation framework integrated into the Rust compiler that enables safe, multi-vendor GPU programming by leveraging Rust's type and ownership systems without requiring unsafe code or vendor-specific DSLs. The paper presents a two-pass compilation pipeline that handles cross-vendor ABI mismatches and demonstrates competitive performance against hand-optimized CUDA and HIP implementations.

permalink · arxiv.org →
Controlled Agentic Commerce with AgentCore Payments

Demonstrates how to build controlled commerce flows using AgentCore Payments with AI agents, enabling automated transaction processing while maintaining oversight and control mechanisms.

permalink13 · developers.openai.com →
Qwen3.8 27B Model Analysis

Comprehensive intelligence, performance, and price analysis of Alibaba's Qwen3.8 27B open-weights model, including benchmark scores, technical specifications, and comparison with similar models.

permalink8 · artificialanalysis.ai →
Saggar: Terminal Session Manager for Mac

Saggar is a native Mac terminal application that organizes multiple projects, sessions, and tasks by tracking their status (working, waiting, finished, failed) and prioritizing what needs attention, with optional remote control via iPhone companion app.

The terminal renaissance continues. Love to see it.

permalink5 · saggar.marginalutility.dev →
Roboflow Playground: Try and Compare 30+ Computer Vision Models

An interactive playground for testing and comparing over 30 pre-trained computer vision models side-by-side. Users can experiment with different models and evaluate their performance on various tasks.

permalink · blog.roboflow.com →
How I Over-Engineered My Book

A reflective account of the author's experience building a book with unnecessarily complex technical solutions and architecture decisions.

permalink8 · ben.balter.com →
Secrets Don't Belong in Config

Configuration and secrets have different lifecycles and security requirements—keeping them separate prevents coupling issues. The article analyzes how NixOS modules handle secrets and advocates for dedicated secret interfaces rather than merging them into configuration files.

permalink7 · secretspec.dev →
Forking dotenvy into dotenv-ng

SecretSpec released dotenv-ng 1.0, a modern Rust implementation for loading .env files, after discovering that dotenvy's parser was incorrectly substituting bcrypt fragments and experiencing long maintenance gaps in the original project.

permalink5 · secretspec.dev →
Omarchy: Modern Linux Distribution

Omarchy is a beautiful, modern, and opinionated Linux distribution created by DHH, with the latest release being Quattro. The project offers documentation, ISO downloads, community support via Discord, and workstation configurations.

Omarchy, how I love thee, let me count the ways.

permalink9 · omarchy.org →