---
schema_version: "1.0.0"
edition_id: "mp-2026-09-10-morning-0063"
published_at: "2026-09-10T09:00:00.000-04:00"
modified_at: "2026-09-10T09:00:00.000-04:00"
canonical_url: "https://themachinepress.com/edition/2026-09-10"
story_count: 27
lead_story_id: "mp-2026-09-10-001"
---

# The Machine Press — Morning edition

Edition ID: `mp-2026-09-10-morning-0063`  
Published: 2026-09-10T09:00:00.000-04:00  
Canonical edition: https://themachinepress.com/edition/2026-09-10

A new dataset keeps 558 complete AI-scientist trajectories, revealing error patterns that nearly identical success rates concealed.

## 1. The Final Paper Hid Thirty Times More Mistakes {#mp-2026-09-10-001}

- Story ID: `mp-2026-09-10-001`
- Type: `lead`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-001/the-final-paper-hid-thirty-times-more-mistakes

**Dek:** A new dataset keeps 558 complete AI-scientist trajectories, revealing error patterns that nearly identical success rates concealed.

OpenDiscoveryTrace records nine fields for every step—including tool calls, observations, errors, revision triggers and self-reported confidence—across 558 trajectories on 124 scientific tasks. In a pilot analysis of 363 LLM-judged runs, three frontier models finished at similar reported success rates of 84 to 89 percent, yet one produced 2.5 logged errors per trajectory versus 0.08 for another, a thirtyfold difference. Their failure shapes also diverged: tool misuse dominated one model while reasoning errors dominated another. The dataset is designed to make scientific-agent process auditable, though the headline comparisons rely on the paper’s trace schema and judge-based pilot rather than independent replication.

### Why it matters {#why-it-matters-mp-2026-09-10-001}

A new dataset keeps 558 complete AI-scientist trajectories, revealing error patterns that nearly identical success rates concealed.

### Limits and context {#limitations-mp-2026-09-10-001}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-001}

- A new dataset keeps 558 complete AI-scientist trajectories, revealing error patterns that nearly identical success rates concealed. [source-2026-09-10-001]

## 2. The Early Universe May Have Forged Stars Ten Thousand Suns Heavy {#mp-2026-09-10-002}

- Story ID: `mp-2026-09-10-002`
- Type: `secondary`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-002/the-early-universe-may-have-forged-stars-ten-thousand-suns-heavy

**Dek:** JWST spectra found magnesium-poor, aluminum-rich gas in Little Red Dots—the chemical fingerprint expected from extremely hot hydrogen burning.

Deep SPURS spectroscopy of compact early-universe Little Red Dots found central gas depleted in magnesium and enhanced in aluminum at about one percent of the Sun’s metallicity. The authors argue that ordinary massive stars at those redshifts, along with changes in ionization, geometry or dust, cannot reproduce the reported pattern. Fully convective supermassive-star models can, and the inferred burning conditions imply objects of at least 10,000 solar masses—roughly one hundred times heavier than any star observed today. The result offers one possible bridge between globular-cluster abundance anomalies and seeds of massive black holes, but it remains an interpretation of spectra and stellar models rather than a direct image of such a star.

### Why it matters {#why-it-matters-mp-2026-09-10-002}

JWST spectra found magnesium-poor, aluminum-rich gas in Little Red Dots—the chemical fingerprint expected from extremely hot hydrogen burning.

### Limits and context {#limitations-mp-2026-09-10-002}

- The authors argue that ordinary massive stars at those redshifts, along with changes in ionization, geometry or dust, cannot reproduce the reported pattern.

### Claims and sources {#claims-mp-2026-09-10-002}

- JWST spectra found magnesium-poor, aluminum-rich gas in Little Red Dots—the chemical fingerprint expected from extremely hot hydrogen burning. [source-2026-09-10-002] — Qualification: The authors argue that ordinary massive stars at those redshifts, along with changes in ionization, geometry or dust, cannot reproduce the reported pattern.

## 3. Long Tasks Favored a Fresh Context Over a Bigger Instruction Pile {#mp-2026-09-10-003}

- Story ID: `mp-2026-09-10-003`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-003/long-tasks-favored-a-fresh-context-over-a-bigger-instruction-pile

**Dek:** A study found subagent execution stronger than loading reusable skill packages directly when each skill exposed a clear input-output contract.

The researchers compare two ways of reusing procedural knowledge: putting a skill package into the main agent’s growing context, or invoking that package in a fresh subagent context. On long-horizon tasks, the subagent approach performed better when the package stated a clear input-output contract and encoded actionable procedure. The improvement came with extra coordination tokens, so the result is a trade-off rather than a universal argument for delegation. The paper’s central claim is architectural: how knowledge is invoked can matter as much as what the knowledge contains.

### Why it matters {#why-it-matters-mp-2026-09-10-003}

A study found subagent execution stronger than loading reusable skill packages directly when each skill exposed a clear input-output contract.

### Limits and context {#limitations-mp-2026-09-10-003}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-003}

- A study found subagent execution stronger than loading reusable skill packages directly when each skill exposed a clear input-output contract. [source-2026-09-10-003]

## 4. Thirty-Two Tools Beat a List Four Times Longer {#mp-2026-09-10-004}

- Story ID: `mp-2026-09-10-004`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-004/thirty-two-tools-beat-a-list-four-times-longer

**Dek:** A state-path menu raised ToolBench online success from 0.737 to 0.898 by ordering prerequisite producers before the final action.

Tool retrieval usually ranks interfaces by their relevance to the user’s request, which can surface the final action while omitting the tools that create its inputs. State-Path Tool Menu instead predicts an executable route from the current state to the desired outcome, retrieves missing-input producers and then orders producers before consumers. On ToolBench, the authors report online success rising from 0.737 to 0.898. A 32-tool menu also covered more complete chains than the official 128-tool list, suggesting that executable order can outweigh raw menu size within the evaluated setup.

### Why it matters {#why-it-matters-mp-2026-09-10-004}

A state-path menu raised ToolBench online success from 0.737 to 0.898 by ordering prerequisite producers before the final action.

### Limits and context {#limitations-mp-2026-09-10-004}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-004}

- A state-path menu raised ToolBench online success from 0.737 to 0.898 by ordering prerequisite producers before the final action. [source-2026-09-10-004]

## 5. Sixteen Wells Found the Best Recorded Rare-Earth Result {#mp-2026-09-10-005}

- Story ID: `mp-2026-09-10-005`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-005/sixteen-wells-found-the-best-recorded-rare-earth-result

**Dek:** Decision-focused active learning reached a recycled-magnet enrichment maximum with 16 to 24 experiments instead of 48.

Using records from Pacific Northwest National Laboratory’s CICERO selective-precipitation workflow, the authors retrospectively tested how active learning could choose experiments for critical-material recovery. Adaptive policies found the best recorded neodymium-iron-boron enrichment after 16 to 24 wells, while nonadaptive space filling required 48; two reconstructed policies tied at 16. Results for samarium-cobalt magnets and produced water exposed purity, yield and measurement-assumption trade-offs. The work is conditional and retrospective, and the authors call for a preregistered prospective test before claiming scale-up gains.

### Why it matters {#why-it-matters-mp-2026-09-10-005}

Decision-focused active learning reached a recycled-magnet enrichment maximum with 16 to 24 experiments instead of 48.

### Limits and context {#limitations-mp-2026-09-10-005}

- Using records from Pacific Northwest National Laboratory’s CICERO selective-precipitation workflow, the authors retrospectively tested how active learning could choose experiments for critical-material recovery.
- The work is conditional and retrospective, and the authors call for a preregistered prospective test before claiming scale-up gains.

### Claims and sources {#claims-mp-2026-09-10-005}

- Decision-focused active learning reached a recycled-magnet enrichment maximum with 16 to 24 experiments instead of 48. [source-2026-09-10-005] — Qualification: Using records from Pacific Northwest National Laboratory’s CICERO selective-precipitation workflow, the authors retrospectively tested how active learning could choose experiments for critical-material recovery.

## 6. The Agent’s Hidden State Knew More Than Its Spoken Confidence {#mp-2026-09-10-006}

- Story ID: `mp-2026-09-10-006`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-006/the-agent-s-hidden-state-knew-more-than-its-spoken-confidence

**Dek:** Internal-representation probes outperformed surface and sequence baselines across Bash, SQL and Python agent benchmarks.

The study tests whether an agent’s internal residual-stream representations reveal eventual task success before the final answer. Latent Trajectory Dynamics summarizes how representations change across a run, while an Action Representation Probe reads states formed at action decisions. Across Bash, SQL and Python benchmarks and three open model families, both methods consistently beat surface-generation and sequence-based calibration baselines without changing prompts or sampling extra rollouts. The evidence is benchmark-specific and requires access to internal model activations, which limits applicability to closed systems.

### Why it matters {#why-it-matters-mp-2026-09-10-006}

Internal-representation probes outperformed surface and sequence baselines across Bash, SQL and Python agent benchmarks.

### Limits and context {#limitations-mp-2026-09-10-006}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-006}

- Internal-representation probes outperformed surface and sequence baselines across Bash, SQL and Python agent benchmarks. [source-2026-09-10-006]

## 7. A Good Answer Could Still Skip the Required Check {#mp-2026-09-10-007}

- Story ID: `mp-2026-09-10-007`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-007/a-good-answer-could-still-skip-the-required-check

**Dek:** ContractEval maps query-active procedural obligations to trace evidence and separates omissions, wrong branches and invariant breaches.

Output-only scoring can approve an answer even when the agent skipped the branch, check or dependency that justified it. ContractEval turns a procedure into obligations activated by the current query, then matches those obligations against a response or execution trace. Under gold expected and observed graphs, it localized every injected structural failure in a controlled audit suite; language-model extraction retained much of the signal but remained sensitive to calibration. The authors explicitly frame the method as an audit aid, not a compliance guarantee.

### Why it matters {#why-it-matters-mp-2026-09-10-007}

ContractEval maps query-active procedural obligations to trace evidence and separates omissions, wrong branches and invariant breaches.

### Limits and context {#limitations-mp-2026-09-10-007}

- Output-only scoring can approve an answer even when the agent skipped the branch, check or dependency that justified it.
- The authors explicitly frame the method as an audit aid, not a compliance guarantee.

### Claims and sources {#claims-mp-2026-09-10-007}

- ContractEval maps query-active procedural obligations to trace evidence and separates omissions, wrong branches and invariant breaches. [source-2026-09-10-007] — Qualification: Output-only scoring can approve an answer even when the agent skipped the branch, check or dependency that justified it.

## 8. The Robot Model Had Learned the Operator’s Habit as Physics {#mp-2026-09-10-008}

- Story ID: `mp-2026-09-10-008`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-008/the-robot-model-had-learned-the-operator-s-habit-as-physics

**Dek:** Separating habit, shared dynamics and camera nuisance improved low-shot transfer across three robot datasets.

Teleoperated demonstrations can look multimodal even when the executed action nearly determines the next physical state. The paper models three distinct causes: operator habit in choosing actions, shared physics after the action, and observation nuisance such as camera appearance. Its adaptation rule freezes a shared physics readout and updates only a thin interface. Across StackCube, DROID and RH20T, the split improved low-shot transfer and resisted corrupted adaptation data better than training from scratch, including multi-view pixel tests. The authors do not claim that every latent action is a human habit.

### Why it matters {#why-it-matters-mp-2026-09-10-008}

Separating habit, shared dynamics and camera nuisance improved low-shot transfer across three robot datasets.

### Limits and context {#limitations-mp-2026-09-10-008}

- Its adaptation rule freezes a shared physics readout and updates only a thin interface.
- The authors do not claim that every latent action is a human habit.

### Claims and sources {#claims-mp-2026-09-10-008}

- Separating habit, shared dynamics and camera nuisance improved low-shot transfer across three robot datasets. [source-2026-09-10-008] — Qualification: Its adaptation rule freezes a shared physics readout and updates only a thin interface.

## 9. A Six-Gram Board Put Constrained Control at One Kilohertz {#mp-2026-09-10-009}

- Story ID: `mp-2026-09-10-009`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-009/a-six-gram-board-put-constrained-control-at-one-kilohertz

**Dek:** AccelMPC ran onboard a 35-gram drone, cutting solve time up to 15.6-fold and energy-delay product 195.4-fold.

AccelMPC co-designs an alternating-direction solver, numerical representation, FPGA mapping and a custom six-gram circuit board for a 35-gram Crazyflie drone. Hardware experiments ran constrained model-predictive control at one kilohertz with dynamic obstacles and optimization problems exceeding 20,000 variables. Against embedded microcontroller solvers, the authors report up to 15.6 times faster solves and a 195.4-fold improvement in energy-delay product. The open design files support replication, but the measurements describe the team’s hardware and test conditions rather than every tiny-aircraft platform.

### Why it matters {#why-it-matters-mp-2026-09-10-009}

AccelMPC ran onboard a 35-gram drone, cutting solve time up to 15.6-fold and energy-delay product 195.4-fold.

### Limits and context {#limitations-mp-2026-09-10-009}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-009}

- AccelMPC ran onboard a 35-gram drone, cutting solve time up to 15.6-fold and energy-delay product 195.4-fold. [source-2026-09-10-009]

## 10. Touch Improved the Forecast. Force Safety Still Lagged {#mp-2026-09-10-010}

- Story ID: `mp-2026-09-10-010`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-010/touch-improved-the-forecast-force-safety-still-lagged

**Dek:** A simulated lifting policy reached 93.3 percent task success after reward revision, but only 33.3 percent within its force budget.

A compact visuotactile world model cut simulated endpoint-force prediction error from 1.058 to 0.228 newtons, yet a simple tactile-persistence baseline remained better. After revising the reward on fresh simulated environments, ten-centimeter lifting success rose from 20.0 to 93.3 percent, while only 33.3 percent of runs stayed within an eight-newton per-finger limit, compared with 70.0 percent under direct force feedback. Separate GelSight analysis showed trajectory-level calibration covering 87.36 percent of complete recordings at a nominal 90 percent. The sensing and simulator studies were not transferred into one physical robot demonstration.

### Why it matters {#why-it-matters-mp-2026-09-10-010}

A simulated lifting policy reached 93.3 percent task success after reward revision, but only 33.3 percent within its force budget.

### Limits and context {#limitations-mp-2026-09-10-010}

- After revising the reward on fresh simulated environments, ten-centimeter lifting success rose from 20.0 to 93.3 percent, while only 33.3 percent of runs stayed within an eight-newton per-finger limit, compared with 70.0 percent under direct force feedback.
- The sensing and simulator studies were not transferred into one physical robot demonstration.

### Claims and sources {#claims-mp-2026-09-10-010}

- A simulated lifting policy reached 93.3 percent task success after reward revision, but only 33.3 percent within its force budget. [source-2026-09-10-010] — Qualification: After revising the reward on fresh simulated environments, ten-centimeter lifting success rose from 20.0 to 93.3 percent, while only 33.3 percent of runs stayed within an eight-newton per-finger limit, compared with 70.0 percent under direct force feedback.

## 11. A Grid of Squeezed Peaks Withstood Optical Loss {#mp-2026-09-10-011}

- Story ID: `mp-2026-09-10-011`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-011/a-grid-of-squeezed-peaks-withstood-optical-loss

**Dek:** Finite-energy GKP states beat squeezed vacuum in the model when their envelope was broad enough, though equal photon budgets reversed the result.

The analysis compares standard coherent-plus-squeezed-vacuum interferometers with a coherent beam paired to a finite-energy Gottesman–Kitaev–Preskill state. With a sufficiently broad envelope, the multi-peak GKP resource produced better modeled phase sensitivity even in the presence of optical loss. At equal or lower mean photon number, however, squeezed vacuum performed better because the GKP envelope narrowed. Loss eventually erased either advantage as both resources approached ordinary vacuum, making energy accounting central to the proposal.

### Why it matters {#why-it-matters-mp-2026-09-10-011}

Finite-energy GKP states beat squeezed vacuum in the model when their envelope was broad enough, though equal photon budgets reversed the result.

### Limits and context {#limitations-mp-2026-09-10-011}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-011}

- Finite-energy GKP states beat squeezed vacuum in the model when their envelope was broad enough, though equal photon budgets reversed the result. [source-2026-09-10-011]

## 12. One Quantum State Held the Whole Fluid Timeline {#mp-2026-09-10-012}

- Story ID: `mp-2026-09-10-012`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-012/one-quantum-state-held-the-whole-fluid-timeline

**Dek:** A variational method optimized sparse measurements and nonlinear physics across an entire spacetime grid instead of marching forward step by step.

The proposed variational quantum algorithm encodes a full discrete spacetime solution in one state, then minimizes both mismatch to sparse sensor readings and violation of the governing nonlinear partial differential equation. Numerical demonstrations reconstruct one-dimensional Burgers and Kuramoto–Sivashinsky velocity fields. Joint optimization lets information at all times constrain the result rather than propagating errors through sequential time steps. The paper presents simulations and a compact formulation, not evidence of practical quantum advantage on hardware.

### Why it matters {#why-it-matters-mp-2026-09-10-012}

A variational method optimized sparse measurements and nonlinear physics across an entire spacetime grid instead of marching forward step by step.

### Limits and context {#limitations-mp-2026-09-10-012}

- The paper presents simulations and a compact formulation, not evidence of practical quantum advantage on hardware.

### Claims and sources {#claims-mp-2026-09-10-012}

- A variational method optimized sparse measurements and nonlinear physics across an entire spacetime grid instead of marching forward step by step. [source-2026-09-10-012] — Qualification: The paper presents simulations and a compact formulation, not evidence of practical quantum advantage on hardware.

## 13. Fault Tolerance Protected the Qubit, Not the Telemetry {#mp-2026-09-10-013}

- Story ID: `mp-2026-09-10-013`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-013/fault-tolerance-protected-the-qubit-not-the-telemetry

**Dek:** A 156-qubit processor’s execution record identified a distance-one logical input with total variation of at least 0.927.

Quantum error-correction hardware emits syndrome, decoder, reset and timing records separately from its logical answer. The paper proves exponentially small logical-input leakage only under explicit locality, correctability and convergence assumptions, with each logical axis paying its own code distance. On a 156-qubit superconducting processor, the sufficient certificate missed by a factor of 21.5 and could not be invoked. Directly measured records from a distance-one memory identified the input with total variation of at least 0.927; randomized encoding returned the statistic to the floor without extra two-qubit gates. The result warns that fault tolerance does not automatically make operational telemetry private.

### Why it matters {#why-it-matters-mp-2026-09-10-013}

A 156-qubit processor’s execution record identified a distance-one logical input with total variation of at least 0.927.

### Limits and context {#limitations-mp-2026-09-10-013}

- The paper proves exponentially small logical-input leakage only under explicit locality, correctability and convergence assumptions, with each logical axis paying its own code distance.
- On a 156-qubit superconducting processor, the sufficient certificate missed by a factor of 21.5 and could not be invoked.
- The result warns that fault tolerance does not automatically make operational telemetry private.

### Claims and sources {#claims-mp-2026-09-10-013}

- A 156-qubit processor’s execution record identified a distance-one logical input with total variation of at least 0.927. [source-2026-09-10-013] — Qualification: The paper proves exponentially small logical-input leakage only under explicit locality, correctability and convergence assumptions, with each logical axis paying its own code distance.

## 14. A Cluster Magnified One of Reionization’s Faintest Sources {#mp-2026-09-10-014}

- Story ID: `mp-2026-09-10-014`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-014/a-cluster-magnified-one-of-reionization-s-faintest-sources

**Dek:** JWST spectroscopy measured a highly magnified object at redshift 5.66 with low metallicity and unusually efficient ionizing output.

The Small And Lensed Source Arc, or SALSA, is magnified by more than one hundred times behind the galaxy cluster Abell 2744. JWST NIRSpec observations robustly detected hydrogen-alpha and measured oxygen emission, yielding an oxygen abundance of 7.43 plus or minus 0.09 on the usual logarithmic scale. The source’s reported ionizing efficiency is log xi-ion 25.49 and its Lyman-alpha escape fraction 0.39 plus or minus 0.14. Those properties place SALSA among the most extreme known star-forming sources of its epoch, while the lens model and inferred intrinsic faintness remain essential to the interpretation.

### Why it matters {#why-it-matters-mp-2026-09-10-014}

JWST spectroscopy measured a highly magnified object at redshift 5.66 with low metallicity and unusually efficient ionizing output.

### Limits and context {#limitations-mp-2026-09-10-014}

- Those properties place SALSA among the most extreme known star-forming sources of its epoch, while the lens model and inferred intrinsic faintness remain essential to the interpretation.

### Claims and sources {#claims-mp-2026-09-10-014}

- JWST spectroscopy measured a highly magnified object at redshift 5.66 with low metallicity and unusually efficient ionizing output. [source-2026-09-10-014] — Qualification: Those properties place SALSA among the most extreme known star-forming sources of its epoch, while the lens model and inferred intrinsic faintness remain essential to the interpretation.

## 15. A One-Sided Sulfur Arc Marked a Possible New Giant Planet {#mp-2026-09-10-026}

- Story ID: `mp-2026-09-10-026`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-026/a-one-sided-sulfur-arc-marked-a-possible-new-giant-planet

**Dek:** ALMA mapped localized heating in the edge-on Gomez’s Hamburger disk alongside asymmetry, a disk wind and a gas overdensity.

High-resolution ALMA maps of the edge-on Gomez’s Hamburger disk found a narrow one-sided arc of sulfur monoxide near a previously identified gas overdensity. The authors say the localized heating could surround an early giant protoplanet or a disk fragment. Carbon-monoxide observations also show non-Keplerian emission consistent with a disk wind, while the continuum is asymmetric north to south. A revised distance of 139 plus or minus 24 parsecs places the system near Scorpius–Centaurus. The sulfur chemistry is a candidate tracer, not a direct detection of a planet.

### Why it matters {#why-it-matters-mp-2026-09-10-026}

ALMA mapped localized heating in the edge-on Gomez’s Hamburger disk alongside asymmetry, a disk wind and a gas overdensity.

### Limits and context {#limitations-mp-2026-09-10-026}

- The sulfur chemistry is a candidate tracer, not a direct detection of a planet.

### Claims and sources {#claims-mp-2026-09-10-026}

- ALMA mapped localized heating in the edge-on Gomez’s Hamburger disk alongside asymmetry, a disk wind and a gas overdensity. [source-2026-09-10-015] — Qualification: The sulfur chemistry is a candidate tracer, not a direct detection of a planet.

## 16. Small Planets Changed Composition With Their Host Stars {#mp-2026-09-10-027}

- Story ID: `mp-2026-09-10-027`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-027/small-planets-changed-composition-with-their-host-stars

**Dek:** Population models inferred rockier planets around Sun-like stars and tightly bounded volatile inventories around M dwarfs.

A mixture model linked interior structures to the measured density distributions of small planets in three samples. Under one rocky-population parameterization, planets around FGK stars had characteristic core mass fractions about 16 percent higher than planets around M dwarfs. An alternative model estimated 89.9 to 97.0 percent of FGK-hosted planets as rocky, while the M-dwarf rocky share remained much less certain. Volatile-bearing planets were common in the model but concentrated at small atmospheric and water fractions. These are population-level inferences shaped by sample selection and interior-model assumptions, not direct compositional measurements of individual worlds.

### Why it matters {#why-it-matters-mp-2026-09-10-027}

Population models inferred rockier planets around Sun-like stars and tightly bounded volatile inventories around M dwarfs.

### Limits and context {#limitations-mp-2026-09-10-027}

- These are population-level inferences shaped by sample selection and interior-model assumptions, not direct compositional measurements of individual worlds.

### Claims and sources {#claims-mp-2026-09-10-027}

- Population models inferred rockier planets around Sun-like stars and tightly bounded volatile inventories around M dwarfs. [source-2026-09-10-016] — Qualification: These are population-level inferences shaped by sample selection and interior-model assumptions, not direct compositional measurements of individual worlds.

## 17. Arctic Routes Put Seal Habitat Beside Fuel and Ice {#mp-2026-09-10-015}

- Story ID: `mp-2026-09-10-015`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-015/arctic-routes-put-seal-habitat-beside-fuel-and-ice

**Dek:** A human-in-the-loop GeoAI system keeps ecological and community trade-offs visible during multi-objective route planning.

Specialized agents gather geospatial data, generate routes and present skyline alternatives while leaving value judgments to a human. The framework includes Essential Fish Habitat and seal critical habitat alongside safety and efficiency.

### Why it matters {#why-it-matters-mp-2026-09-10-015}

A human-in-the-loop GeoAI system keeps ecological and community trade-offs visible during multi-objective route planning.

### Limits and context {#limitations-mp-2026-09-10-015}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-015}

- A human-in-the-loop GeoAI system keeps ecological and community trade-offs visible during multi-objective route planning. [source-2026-09-10-017]

## 18. A Quadruped Learned to Hold Its Attitude Underwater {#mp-2026-09-10-016}

- Story ID: `mp-2026-09-10-016`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-016/a-quadruped-learned-to-hold-its-attitude-underwater

**Dek:** Custom sealed motors and an SO(3) controller tracked roll, pitch and yaw in a water-tank experiment.

The reproducible robot uses machined polymer housings, off-the-shelf O-rings and dynamic shaft seals. A simplified drag model informs closed-loop orientation control for amphibious inspection and monitoring research.

### Why it matters {#why-it-matters-mp-2026-09-10-016}

Custom sealed motors and an SO(3) controller tracked roll, pitch and yaw in a water-tank experiment.

### Limits and context {#limitations-mp-2026-09-10-016}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-016}

- Custom sealed motors and an SO(3) controller tracked roll, pitch and yaw in a water-tank experiment. [source-2026-09-10-018]

## 19. Dual Unitarity Kept a Quantum Reservoir From Forgetting {#mp-2026-09-10-017}

- Story ID: `mp-2026-09-10-017`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-017/dual-unitarity-kept-a-quantum-reservoir-from-forgetting

**Dek:** Numerical tests found stronger memory and nonlinear processing with less finite-shot concentration on noisy-device-scale circuits.

The brickwork circuits offer a structured platform for quantum reservoir computing. Under the paper’s conditions, dual unitarity improved memory effects and shielded readouts against finite-shot noise.

### Why it matters {#why-it-matters-mp-2026-09-10-017}

Numerical tests found stronger memory and nonlinear processing with less finite-shot concentration on noisy-device-scale circuits.

### Limits and context {#limitations-mp-2026-09-10-017}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-017}

- Numerical tests found stronger memory and nonlinear processing with less finite-shot concentration on noisy-device-scale circuits. [source-2026-09-10-019]

## 20. Free Neutrons Could Flash Before the Kilonova Glows {#mp-2026-09-10-018}

- Story ID: `mp-2026-09-10-018`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-018/free-neutrons-could-flash-before-the-kilonova-glows

**Dek:** Radiative-transfer models shift from X-rays in minutes to ultraviolet over hours, with a distinct far-UV bump from tiny neutron masses.

The simulations predict that as little as ten-millionth of a solar mass in free neutrons can alter the ultraviolet light curve. UVEX and ULTRASAT could test the model after future neutron-star mergers.

### Why it matters {#why-it-matters-mp-2026-09-10-018}

Radiative-transfer models shift from X-rays in minutes to ultraviolet over hours, with a distinct far-UV bump from tiny neutron masses.

### Limits and context {#limitations-mp-2026-09-10-018}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-018}

- Radiative-transfer models shift from X-rays in minutes to ultraviolet over hours, with a distinct far-UV bump from tiny neutron masses. [source-2026-09-10-020]

## 21. A Synthetic Jet Had to Render More Than One Moment {#mp-2026-09-10-019}

- Story ID: `mp-2026-09-10-019`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-019/a-synthetic-jet-had-to-render-more-than-one-moment

**Dek:** cuDART uses GPUs and multiple simulation epochs to account for light-travel delay across relativistic sources.

Ignoring finite light time can distort apparent motion, shape and flux. The open toolkit renders meshed simulation data from many viewing angles with relativistic and geometric effects included.

### Why it matters {#why-it-matters-mp-2026-09-10-019}

cuDART uses GPUs and multiple simulation epochs to account for light-travel delay across relativistic sources.

### Limits and context {#limitations-mp-2026-09-10-019}

- No additional limitation was separately recorded.

### Claims and sources {#claims-mp-2026-09-10-019}

- cuDART uses GPUs and multiple simulation epochs to account for light-travel delay across relativistic sources. [source-2026-09-10-021]

## 22. Hangprinter {#mp-2026-09-10-020}

- Story ID: `mp-2026-09-10-020`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-020/hangprinter

**Dek:** Suspends a print head from tensioned lines anchored around a room, replacing a rigid gantry with cable geometry so an open RepRap can work across an unusually large build space.

Suspends a print head from tensioned lines anchored around a room, replacing a rigid gantry with cable geometry so an open RepRap can work across an unusually large build space.

### Why it matters {#why-it-matters-mp-2026-09-10-020}

An independent builder is turning an improbable idea into a working project.

### Limits and context {#limitations-mp-2026-09-10-020}

- A Desk Pick is an editorial selection, not a product endorsement.

### Claims and sources {#claims-mp-2026-09-10-020}

- This Invention Desk entry makes no independently sourced news claim.

## 23. Precious Plastic {#mp-2026-09-10-021}

- Story ID: `mp-2026-09-10-021`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-021/precious-plastic

**Dek:** Publishes replicable shredders, presses, workspace plans, and shared know-how so small local teams can sort waste plastic and turn it into reusable flakes and sheet material.

Publishes replicable shredders, presses, workspace plans, and shared know-how so small local teams can sort waste plastic and turn it into reusable flakes and sheet material.

### Why it matters {#why-it-matters-mp-2026-09-10-021}

An independent builder is turning an improbable idea into a working project.

### Limits and context {#limitations-mp-2026-09-10-021}

- A Desk Pick is an editorial selection, not a product endorsement.

### Claims and sources {#claims-mp-2026-09-10-021}

- This Invention Desk entry makes no independently sourced news claim.

## 24. Watchy {#mp-2026-09-10-022}

- Story ID: `mp-2026-09-10-022`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-022/watchy

**Dek:** Pairs a square e-paper display with an ESP32-S3 and publishes the hardware, software, documentation, and case files so owners can build and program their own watch faces.

Pairs a square e-paper display with an ESP32-S3 and publishes the hardware, software, documentation, and case files so owners can build and program their own watch faces.

### Why it matters {#why-it-matters-mp-2026-09-10-022}

An independent builder is turning an improbable idea into a working project.

### Limits and context {#limitations-mp-2026-09-10-022}

- A Desk Pick is an editorial selection, not a product endorsement.

### Claims and sources {#claims-mp-2026-09-10-022}

- This Invention Desk entry makes no independently sourced news claim.

## 25. Ploopy Classic 2 {#mp-2026-09-10-023}

- Story ID: `mp-2026-09-10-023`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-023/ploopy-classic-2

**Dek:** Turns a desktop trackball into an inspectable kit by publishing its mechanical and electrical design files, assembly documentation, and programmable QMK firmware.

Turns a desktop trackball into an inspectable kit by publishing its mechanical and electrical design files, assembly documentation, and programmable QMK firmware.

### Why it matters {#why-it-matters-mp-2026-09-10-023}

An independent builder is turning an improbable idea into a working project.

### Limits and context {#limitations-mp-2026-09-10-023}

- A Desk Pick is an editorial selection, not a product endorsement.

### Claims and sources {#claims-mp-2026-09-10-023}

- This Invention Desk entry makes no independently sourced news claim.

## 26. The First Paid Slot {#mp-2026-09-10-024}

- Story ID: `mp-2026-09-10-024`
- Type: `invention_desk`
- Classification: `house_example`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-024/the-first-paid-slot

**Dek:** A transparent preview of paid placement with one verified link and no claim of endorsement.

A transparent preview of paid placement with one verified link and no claim of endorsement.

House example - no advertiser paid. Payment will buy placement, never endorsement.

### Why it matters {#why-it-matters-mp-2026-09-10-024}

This placement explains how builders can appear in The Invention Desk without purchasing editorial endorsement.

### Limits and context {#limitations-mp-2026-09-10-024}

- House example - no advertiser paid. Payment will buy placement, never endorsement.

### Claims and sources {#claims-mp-2026-09-10-024}

- This Invention Desk entry makes no independently sourced news claim.

## 27. Put Your Project on the Desk {#mp-2026-09-10-025}

- Story ID: `mp-2026-09-10-025`
- Type: `invention_desk`
- Classification: `house_example`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-10-025/put-your-project-on-the-desk

**Dek:** One manually reviewed placement stays active for seven days and remains separate from Desk Picks.

One manually reviewed placement stays active for seven days and remains separate from Desk Picks.

Manual intake only. Payment buys placement, never endorsement, and every submission is reviewed.

### Why it matters {#why-it-matters-mp-2026-09-10-025}

This placement explains how builders can appear in The Invention Desk without purchasing editorial endorsement.

### Limits and context {#limitations-mp-2026-09-10-025}

- Manual intake only. Payment buys placement, never endorsement, and every submission is reviewed.

### Claims and sources {#claims-mp-2026-09-10-025}

- This Invention Desk entry makes no independently sourced news claim.

## Normalized sources

- **source-2026-09-10-001:** [arXiv preprint 2609.09203](https://arxiv.org/abs/2609.09203) — arXiv; primary_research
- **source-2026-09-10-002:** [arXiv preprint 2609.09271](https://arxiv.org/abs/2609.09271) — arXiv; primary_research
- **source-2026-09-10-003:** [arXiv preprint 2609.09233](https://arxiv.org/abs/2609.09233) — arXiv; primary_research
- **source-2026-09-10-004:** [arXiv preprint 2609.09395](https://arxiv.org/abs/2609.09395) — arXiv; primary_research
- **source-2026-09-10-005:** [arXiv preprint 2609.09413](https://arxiv.org/abs/2609.09413) — arXiv; primary_research
- **source-2026-09-10-006:** [arXiv preprint 2609.09448](https://arxiv.org/abs/2609.09448) — arXiv; primary_research
- **source-2026-09-10-007:** [arXiv preprint 2609.09458](https://arxiv.org/abs/2609.09458) — arXiv; primary_research
- **source-2026-09-10-008:** [arXiv preprint 2609.09210](https://arxiv.org/abs/2609.09210) — arXiv; primary_research
- **source-2026-09-10-009:** [arXiv preprint 2609.09380](https://arxiv.org/abs/2609.09380) — arXiv; primary_research
- **source-2026-09-10-010:** [arXiv preprint 2609.09597](https://arxiv.org/abs/2609.09597) — arXiv; primary_research
- **source-2026-09-10-011:** [arXiv preprint 2609.09227](https://arxiv.org/abs/2609.09227) — arXiv; primary_research
- **source-2026-09-10-012:** [arXiv preprint 2609.09268](https://arxiv.org/abs/2609.09268) — arXiv; primary_research
- **source-2026-09-10-013:** [arXiv preprint 2609.09334](https://arxiv.org/abs/2609.09334) — arXiv; primary_research
- **source-2026-09-10-014:** [arXiv preprint 2609.09281](https://arxiv.org/abs/2609.09281) — arXiv; primary_research
- **source-2026-09-10-015:** [arXiv preprint 2609.09290](https://arxiv.org/abs/2609.09290) — arXiv; primary_research
- **source-2026-09-10-016:** [arXiv preprint 2609.09319](https://arxiv.org/abs/2609.09319) — arXiv; primary_research
- **source-2026-09-10-017:** [arXiv preprint 2609.09374](https://arxiv.org/abs/2609.09374) — arXiv; primary_research
- **source-2026-09-10-018:** [arXiv preprint 2609.09217](https://arxiv.org/abs/2609.09217) — arXiv; primary_research
- **source-2026-09-10-019:** [arXiv preprint 2609.09292](https://arxiv.org/abs/2609.09292) — arXiv; primary_research
- **source-2026-09-10-020:** [arXiv preprint 2609.09311](https://arxiv.org/abs/2609.09311) — arXiv; primary_research
- **source-2026-09-10-021:** [arXiv preprint 2609.09322](https://arxiv.org/abs/2609.09322) — arXiv; primary_research

