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 →

Why some people mow a lawn better than others

A running theme in Matt Wood’s FYI — 15 items spanning 2026-04-21 – 2026-08-12. This page compounds: new items on this theme are added as they’re posted. Tracked since 2026-08-31.

Tensions

What Sort of Maths Are LLMs Good At? vs Schema: Frontier Models with the Right Harness Achieve ~99% on ARC-AGI-3 PublicFrontier models achieving ~99% on ARC-AGI-3 with the right harness suggests broader reasoning capability that the new item's analysis of mathematical limitations may need to account for or qualify
LLMs reward expertise vs Various LLM Smells'Various LLM Smells' catalogs failure modes of LLMs that persist regardless of user expertise, partially challenging the claim that domain expertise alone determines effectiveness
LLMs reward expertise vs Exploring Claude/GPT Knowledge CutoffsThe new item's reverse-engineering approach challenges the premise that LLMs reward expertise — if hidden model details can be systematically inferred by probing, expertise becomes less of a differentiator in working with these systems
LLMs reward expertise vs Taste Is All That's Left'LLMs reward expertise' argues technical knowledge remains valuable in the AI era, which partially contradicts the taste essay's framing that effort-based filtering has collapsed — expertise may still filter, not just taste
LLMs reward expertise vs Humanising LLM Outputs is Dumb'LLMs reward expertise' implies skilled prompting (including stylistic prompting) yields better results, which the new item directly challenges by arguing humanisation prompting is a misguided abstraction
Ten Advances In Mathematics vs LLMs can't jumpTen Advances in Mathematics celebrates AI progress in mathematical domains, but the manipulative abduction thesis argues that true scientific invention — including mathematical discovery — requires cognitive processes LLMs structurally lack, not just more capability.

Lines of development

Why some people mow a lawn better than othersBuilding a skill optimization loopThe empirical findings on human CPP strategies could directly inform automated skill optimization loops for robotic or autonomous path-planning agents
LLMs reward expertiseBuilding a skill optimization loop'Building a skill optimization loop' represents the systematic institutionalization of the individual expertise advantage described — moving from Tao-level personal expertise to engineered skill loops
LLMs reward expertiseMost tech revolutions made work worse for employees. AI could be the exception: this+thatThe observation that LLMs reward expertise suggests a mechanism for why AI differs from prior tech: rather than deskilling workers as PCs/internet often did, AI amplifies expert human judgment, explaining the potential worker benefit
Building a skill optimization loopCOLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge DistillationThe simple 'run-diff-improve' skill optimization loop is formalized into COLLEAGUE.SKILL's automated expert-knowledge distillation pipeline.
Building a skill optimization loopSIA: Self Improving AI FrameworkThe single-skill improvement loop generalizes into SIA's multi-agent coordinated self-improvement framework.

Items

Dynamic Programming: Unifying Principle Across Algorithms

Explores how dynamic programming underlies diverse algorithms for shortest paths, neural network training, and grammar parsing, tracing its applications from automata and optimal control to reinforcement learning and beyond.

permalink · iagoleal.com →
What Sort of Maths Are LLMs Good At?

Explores the mathematical capabilities and limitations of large language models following their recent breakthroughs in major open problems, analyzing whether they excel particularly at finding counterexamples versus proofs.

permalink · gowers.wordpress.com →

Why some people mow a lawn better than others

An exploration of how humans solve Coverage Path Planning problems, using an interactive lawn-mowing experiment where tens of thousands of participants found near-optimal paths, compared to the mathematical challenge these routing problems pose for computers. The piece examines why humans are surprisingly efficient at spatial navigation tasks like mowing or vacuuming despite the astronomical number of possible route combinations.

From the article, a good description of algorithms and heuristics.

A slight detour, if we may. There are two main ways to tackle a problem like this. Simplifying things a bit, there are algorithms which guarantee the optimal path, and heuristics which use shortcuts to find a “good enough” path, fast.

Also, this domain is a keeper.

permalink · pudding.cool →

LLMs reward expertise

Domain expertise is the most important factor in effectively using LLMs, as demonstrated by Terence Tao's mathematically sophisticated ChatGPT conversation — skilled users can steer models more precisely, recognize flawed outputs, and suggest better approaches because they understand the subject matter deeply. Unlike generic prompting tips, this advantage cannot be replicated without genuine knowledge of the domain.

permalink · www.seangoedecke.com →
Ten Advances In Mathematics

OpenAI's work on ten notable advances or breakthroughs in mathematics, likely highlighting contributions made by AI systems such as their models in solving or progressing on significant mathematical problems and conjectures.

permalink · openai.com →
Leiden Declaration on Artificial Intelligence and Mathematics
permalink · leidendeclaration.ai →

Building a skill optimization loop

Core pattern: "Run the inner Skill, record its failures, make a diff to improve it, repeat."

permalink · www.warp.dev →

MaxProof: Scaling Mathematical Proof with Generative-Verifier RL and Population-Level Test-Time Scaling
permalink · arxiv.org →

COLLEAGUE.SKILL: Automated AI Skill Generation via Expert Knowledge Distillation

Authors: Tianyi Zhou, Dongrui Liu, Leitao Yuan, Jing Shao, Xia Hu

permalink · arxiv.org →

Autoform Bot: Multi-agent system for translating LaTeX mathematics into verified Lean 4 proofs

Architecture: - Multi-agent pipeline with orchestrator, workers, and reviewers operating in a DAG workflow - MCP tool servers: filesystem, git, bash, Lean REPL/LSP, mathlib - Supports multi-node execution via SLURM - Configurable LLM backends (Claude Opus 4.6, GPT, Gemini)

permalink · github.com →
ATLAS: Autoformalized Textbook Library At Scale

Scale (May 2026): - 26 books - 630,999 total lines of code (483,917 lines of Lean, excluding comments/blanks) - 46,203 declarations, 42,837 proved (92.7%) - 2,855 / 4,007 statements formalized (71.3%) - 183,157M tokens consumed

permalink · github.com →

Proof Editor - Collaborative Document Editor for Agents and Humans

Key features: - Live presence for agents and humans in the same document - Comments, suggestions, and provenance tracking - Integrates via MCP/skill install with Claude Code, Codex, OpenClaw - Designed for pre-implementation work: scoping, planning, spec review - Free, no login required - Uses X-Agent-Id headers for agent identity in presence

permalink · proofeditor.ai →
Generative Recursive Reasoning (GRAM)

Core idea: Recursive Reasoning Models (RRMs) use repeated computation to refine a persistent latent state rather than append new elements to an output sequence. This decouples reasoning depth from both parameter scale and output length: a compact model can perform many steps of internal computation by repeatedly applying shared transition functions

permalink · arxiv.org →

GitHub - Imbad0202/academic-research-skills: Academic Research Skills for Claude Code: research → write → review → revise → finalize · GitHub
permalink · github.com →

Kimi Vendor Verifier
permalink · www.kimi.com →