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

# The Machine Press — Morning edition

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

AgentZip compressed related agent environments against their common template, then hid much of the restore cost inside the model’s waiting time.

## 1. The Sandboxes Shared Eight Times More Memory Than Linux Found {#mp-2026-09-12-001}

- Story ID: `mp-2026-09-12-001`
- Type: `lead`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-001/the-sandboxes-shared-eight-times-more-memory-than-linux-found

**Dek:** AgentZip compressed related agent environments against their common template, then hid much of the restore cost inside the model’s waiting time.

High-fanout agent jobs can open many concurrent sandboxes that begin from one template and follow related trajectories, leaving redundancy that ordinary per-page compression misses. AgentZip compresses against the template and across sandboxes, expands the set of pages considered profitable, prefetches restoration, and schedules expensive work during LLM waits. Across the authors’ training and inference workloads, sandbox-owned memory fell by as much as 8.7×, versus 2.1× for the tested Linux configuration. Execution-aware scheduling and prefetching reduced the slowdown of aggressive compression from as high as 3.1× to 1.40×. These are preprint results on the reported workloads, not a universal capacity guarantee.

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

AgentZip compressed related agent environments against their common template, then hid much of the restore cost inside the model’s waiting time.

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

- These are preprint results on the reported workloads, not a universal capacity guarantee.

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

- AgentZip compressed related agent environments against their common template, then hid much of the restore cost inside the model’s waiting time. [source-2026-09-12-001] — Qualification: These are preprint results on the reported workloads, not a universal capacity guarantee.

## 2. Fifteen Years of Ice Found No Companion Signal {#mp-2026-09-12-002}

- Story ID: `mp-2026-09-12-002`
- Type: `secondary`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-002/fifteen-years-of-ice-found-no-companion-signal

**Dek:** IceCube searched toward KM3NeT’s roughly 200-PeV event under steady, coincident-flare and arbitrary-time hypotheses—and reported no evidence of a point source.

KM3NeT’s partially built ARCA detector recorded KM3-230213A on February 13, 2023, the highest-energy neutrino yet reported at roughly 200 PeV. The IceCube Collaboration searched 15 years of South Pole data in the same direction for a steady source, a flare coincident with the event, or emission at another time. None of the searches found evidence for neutrino emission. The resulting upper limits strongly constrain several astrophysical explanations that treat the single KM3NeT event as coming from a steady or transient point source with the assumed spectrum. A null result does not identify the event’s origin; it narrows a specific family of explanations.

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

IceCube searched toward KM3NeT’s roughly 200-PeV event under steady, coincident-flare and arbitrary-time hypotheses—and reported no evidence of a point source.

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

- A null result does not identify the event’s origin; it narrows a specific family of explanations.

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

- IceCube searched toward KM3NeT’s roughly 200-PeV event under steady, coincident-flare and arbitrary-time hypotheses—and reported no evidence of a point source. [source-2026-09-12-002] — Qualification: A null result does not identify the event’s origin; it narrows a specific family of explanations.

## 3. The Model Stopped Doing the Arithmetic Itself {#mp-2026-09-12-003}

- Story ID: `mp-2026-09-12-003`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-003/the-model-stopped-doing-the-arithmetic-itself

**Dek:** A restricted Python solver improved one 32-billion-parameter clinical model by seven points, but did not reliably help the smaller one.

Program-Solve asks a clinical language model to write case-specific Python for a restricted local executor instead of calculating directly. On 1,100 cases covering 55 calculators, the 32B model rose from 83.47% to 90.53%, a paired gain of 7.05 points whose reported interval cleared zero. The 7B model’s 3.29-point increase was not statistically reliable. The study supplied formulas and gold variables, and its audit flagged version, use or coefficient concerns in 16 calculators, so deterministic execution does not replace verified formulas or extraction.

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

A restricted Python solver improved one 32-billion-parameter clinical model by seven points, but did not reliably help the smaller one.

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

- The 7B model’s 3.29-point increase was not statistically reliable.
- The study supplied formulas and gold variables, and its audit flagged version, use or coefficient concerns in 16 calculators, so deterministic execution does not replace verified formulas or extraction.

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

- A restricted Python solver improved one 32-billion-parameter clinical model by seven points, but did not reliably help the smaller one. [source-2026-09-12-003] — Qualification: The 7B model’s 3.29-point increase was not statistically reliable.

## 4. A Chemistry Agent Argued With Its Own Calculations {#mp-2026-09-12-004}

- Story ID: `mp-2026-09-12-004`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-004/a-chemistry-agent-argued-with-its-own-calculations

**Dek:** ARCHE generated reaction hypotheses, ran computational workflows and revised its conclusions against the results.

ARCHE combines a general reasoning model, a chemistry-specialized model and a structured tool registry in a closed loop. The authors tested it on reconstructing stereocontrolling transition states, proposing a radical pathway for an unpublished cleavage reaction, and finding a descriptor for selectivity in nickel-catalyzed coupling. In each case the system generated and ranked mechanisms, orchestrated calculations, and revised the explanation from computed evidence. The code is public, but the three demonstrations remain a bounded preprint evaluation rather than proof of autonomous chemistry in the lab.

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

ARCHE generated reaction hypotheses, ran computational workflows and revised its conclusions against the results.

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

- The code is public, but the three demonstrations remain a bounded preprint evaluation rather than proof of autonomous chemistry in the lab.

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

- ARCHE generated reaction hypotheses, ran computational workflows and revised its conclusions against the results. [source-2026-09-12-004] — Qualification: The code is public, but the three demonstrations remain a bounded preprint evaluation rather than proof of autonomous chemistry in the lab.

## 5. Every Model Tripped Over Cargo’s Carry Rule {#mp-2026-09-12-005}

- Story ID: `mp-2026-09-12-005`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-005/every-model-tripped-over-cargo-s-carry-rule

**Dek:** SemVerBench found predictable version-constraint blind spots across npm, PEP 440 and Cargo—and a resolver solved the task.

SemVerBench contains 240 machine-checkable version-constraint questions with unique answers across npm, Python’s PEP 440 and Cargo. Six frontier models showed mechanism-specific failures: Cargo’s partial-comparator carry rule trapped every model near 60%, while a PEP 440 corner set split one model’s 0-of-26 result from another’s 97–100%. Supplying the governing rule recovered many errors; interval decomposition did not. Because a free resolver was effectively perfect, the authors recommend tool delegation over in-head version reasoning.

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

SemVerBench found predictable version-constraint blind spots across npm, PEP 440 and Cargo—and a resolver solved the task.

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

- Supplying the governing rule recovered many errors; interval decomposition did not.

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

- SemVerBench found predictable version-constraint blind spots across npm, PEP 440 and Cargo—and a resolver solved the task. [source-2026-09-12-005] — Qualification: Supplying the governing rule recovered many errors; interval decomposition did not.

## 6. The Right Answer Still Missed One-Fifth of the Evidence {#mp-2026-09-12-006}

- Story ID: `mp-2026-09-12-006`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-006/the-right-answer-still-missed-one-fifth-of-the-evidence

**Dek:** Across 235 multimodal science tasks, answer accuracy exceeded complete evidence recovery by more than 20 points.

Sci-MMR links scientific claims to citations, figures and supporting image regions across 235 multi-hop tasks in four disciplines. Eight frontier multimodal models consistently answered more often than they recovered all required evidence, with a gap above 20 percentage points. Missing or incomplete figure evidence accounted for 57.2% of failures; gold evidence improved accuracy by as much as 37 points. Even with gold evidence, the strongest model reached 69.1% on the hardest tasks, exposing a second bottleneck in combining what had been found.

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

Across 235 multimodal science tasks, answer accuracy exceeded complete evidence recovery by more than 20 points.

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

- No additional limitation was separately recorded.

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

- Across 235 multimodal science tasks, answer accuracy exceeded complete evidence recovery by more than 20 points. [source-2026-09-12-006]

## 7. Human Partners Read the Hint That Wasn’t There {#mp-2026-09-12-007}

- Story ID: `mp-2026-09-12-007`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-007/human-partners-read-the-hint-that-wasn-t-there

**Dek:** Hanabi logs exposed a 26-point gap between literal information and human play—almost absent in AI-only pairs.

The proposed convention gap compares failure predicted from a message’s literal content with what players actually do. Across about 101,000 Hanabi actions, the gap measured 26.2 points for human pairs, minus 0.7 for AI pairs and 16.4 for human–AI teams. Unhinted human plays drove a 46-point gap, suggesting shared conventions carried information beyond explicit clues. Within human–AI games, partners with similar literal information produced sharply different human outcomes. The authors argue that AI–AI score alone can miss compatibility with people.

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

Hanabi logs exposed a 26-point gap between literal information and human play—almost absent in AI-only pairs.

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

- No additional limitation was separately recorded.

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

- Hanabi logs exposed a 26-point gap between literal information and human play—almost absent in AI-only pairs. [source-2026-09-12-007]

## 8. The Robot Asked Whether Information Was Worth the Risk {#mp-2026-09-12-008}

- Story ID: `mp-2026-09-12-008`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-008/the-robot-asked-whether-information-was-worth-the-risk

**Dek:** Changing only the path-value objective shifted simulated explorers between informative danger and safer future sensing.

A hazardous explorer can lose the chance to learn later if an informative path destroys it now. The study held the belief update, sensor, physical-risk model and finite-horizon planner fixed, then changed only the scalar used to value feasible paths. A Prelec-weighted behavioral-information objective created interpretable conservative-to-aggressive regimes and switching boundaries along the information–risk frontier. In failure-truncated grid worlds, risk-aware valuations reduced hazard exposure and robot losses, while plain Shannon information remained a strong raw-information baseline. Physical validation remains to be shown.

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

Changing only the path-value objective shifted simulated explorers between informative danger and safer future sensing.

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

- The study held the belief update, sensor, physical-risk model and finite-horizon planner fixed, then changed only the scalar used to value feasible paths.

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

- Changing only the path-value objective shifted simulated explorers between informative danger and safer future sensing. [source-2026-09-12-008] — Qualification: The study held the belief update, sensor, physical-risk model and finite-horizon planner fixed, then changed only the scalar used to value feasible paths.

## 9. Nonprofessionals Could Not Tell the Robot Pianist From a Human {#mp-2026-09-12-009}

- Story ID: `mp-2026-09-12-009`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-009/nonprofessionals-could-not-tell-the-robot-pianist-from-a-human

**Dek:** Graph-guided fingering and a physics-inspired acoustic model paired mechanical accuracy with score-level dynamics.

The robotic pianist uses graph optimization to choose natural pre-press and key-press finger transitions, then a physics-inspired acoustic model varies key velocity with the musical score. The authors report gains over baselines in motion similarity and dynamic accuracy across multiple styles. In listening tests, participants preferred the expressive system to baseline robot performances; nonprofessional listeners rated it indistinguishably from human performances. That perceptual result is limited to the reported audience and repertoire, not a general claim of human-level musicianship.

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

Graph-guided fingering and a physics-inspired acoustic model paired mechanical accuracy with score-level dynamics.

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

- That perceptual result is limited to the reported audience and repertoire, not a general claim of human-level musicianship.

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

- Graph-guided fingering and a physics-inspired acoustic model paired mechanical accuracy with score-level dynamics. [source-2026-09-12-009] — Qualification: That perceptual result is limited to the reported audience and repertoire, not a general claim of human-level musicianship.

## 10. Forty-Two Drawings Became Robot Formations {#mp-2026-09-12-010}

- Story ID: `mp-2026-09-12-010`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-010/forty-two-drawings-became-robot-formations

**Dek:** A sketch interface extracted target points, assigned robots and guaranteed against unintended mirrored shapes.

Users drew a desired geometry; the system extracted formation points, built a rigid graph, assigned swarm members and executed distributed control. Its construction includes a guarantee against unintended reflected formations, a subtle failure mode when a shape can be mirrored. Twenty study participants produced 42 geometric shapes and rated the interface 84.25 on the System Usability Scale. The result supports sketching as an approachable swarm-programming layer, though the study does not establish performance in a field deployment.

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

A sketch interface extracted target points, assigned robots and guaranteed against unintended mirrored shapes.

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

- The result supports sketching as an approachable swarm-programming layer, though the study does not establish performance in a field deployment.

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

- A sketch interface extracted target points, assigned robots and guaranteed against unintended mirrored shapes. [source-2026-09-12-010] — Qualification: The result supports sketching as an approachable swarm-programming layer, though the study does not establish performance in a field deployment.

## 11. The Robot Turned Its Past Into the Next Plan {#mp-2026-09-12-011}

- Story ID: `mp-2026-09-12-011`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-011/the-robot-turned-its-past-into-the-next-plan

**Dek:** MaP-WAM compressed episodic context into segment plans while keeping executor latency approximately constant.

MaP-WAM stores completed segments as language plus sparse visual context, converts that history into the next language and visual plan, and lets a progress-aware model execute each segment for an unknown duration. Because the executor sees the compact plan instead of the full growing history, its context and approximate inference latency stay fixed. The authors report 83.3% success on RMBench and 78.0% on real-robot tasks. The architecture separates planning-time memory from action-time execution rather than treating one expanding window as both.

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

MaP-WAM compressed episodic context into segment plans while keeping executor latency approximately constant.

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

- No additional limitation was separately recorded.

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

- MaP-WAM compressed episodic context into segment plans while keeping executor latency approximately constant. [source-2026-09-12-011]

## 12. A Quantum Link Got Its Own SINR and Error Budget {#mp-2026-09-12-012}

- Story ID: `mp-2026-09-12-012`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-012/a-quantum-link-got-its-own-sinr-and-error-budget

**Dek:** Measurements on 7.3 kilometers of deployed fiber turned dark counts, classical traffic and state drift into engineering parameters.

Researchers measured a 7.3-kilometer metropolitan fiber loop linking two Naples campuses and defined quantum-network counterparts to classical signal-to-interference-plus-noise and bit-error metrics. They separated intrinsic detector dark counts from photons induced by classical traffic, including Raman scattering and inter-fiber crosstalk. They also tracked degradation and drift for polarization, time and frequency encodings. The result is a compact experimental link budget intended to move deployed quantum fiber from a one-off physics demonstration toward repeatable network engineering.

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

Measurements on 7.3 kilometers of deployed fiber turned dark counts, classical traffic and state drift into engineering parameters.

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

- No additional limitation was separately recorded.

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

- Measurements on 7.3 kilometers of deployed fiber turned dark counts, classical traffic and state drift into engineering parameters. [source-2026-09-12-012]

## 13. One Compiler Cut a Quantum Workload 241-Fold {#mp-2026-09-12-013}

- Story ID: `mp-2026-09-12-013`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-013/one-compiler-cut-a-quantum-workload-241-fold

**Dek:** A traceable path from algorithms to surface-code schedules showed why logical gate totals miss physical cost.

The framework converts hierarchical quantum algorithms into dependency-preserving schedules and time-resolved workloads, then co-designs surface-code layout, resource-state supply and execution. Across 20 circuits in seven families, similar logical counts produced very different physical costs. Under the authors’ direct-rotation calibration, choosing the non-Clifford implementation reduced space-time volume by as much as 241.5× for one QAOA amplitude-amplification workload. Tailored layouts lowered routed latency for every benchmark and lowered space-time volume for 13 of them.

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

A traceable path from algorithms to surface-code schedules showed why logical gate totals miss physical cost.

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

- No additional limitation was separately recorded.

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

- A traceable path from algorithms to surface-code schedules showed why logical gate totals miss physical cost. [source-2026-09-12-013]

## 14. One GPU Painted Missing Baryons in Minutes {#mp-2026-09-12-014}

- Story ID: `mp-2026-09-12-014`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-014/one-gpu-painted-missing-baryons-in-minutes

**Dek:** BIND learned field-level gas, star and dark-matter structure across a 35-dimensional simulation space.

Weak-lensing forecasts need the way gas and stars reshape matter, but full hydrodynamic simulations are expensive. BIND learns to map dark-matter-only halos to dark matter, gas and stellar fields using 1,024 paired CAMELS simulations spanning cosmology and galaxy-formation parameters. The authors report percent-level mass recovery, radial profiles within roughly 10%, and preserved shape and residual relationships without giving the model halo mass as an input. Applied halo by halo to a 512-cubed-particle volume, it reproduced projected power suppression in minutes on one GPU.

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

BIND learned field-level gas, star and dark-matter structure across a 35-dimensional simulation space.

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

- BIND learns to map dark-matter-only halos to dark matter, gas and stellar fields using 1,024 paired CAMELS simulations spanning cosmology and galaxy-formation parameters.

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

- BIND learned field-level gas, star and dark-matter structure across a 35-dimensional simulation space. [source-2026-09-12-014] — Qualification: BIND learns to map dark-matter-only halos to dark matter, gas and stellar fields using 1,024 paired CAMELS simulations spanning cosmology and galaxy-formation parameters.

## 15. Wide Binary White Dwarfs Held Half as Much Planet Debris {#mp-2026-09-12-026}

- Story ID: `mp-2026-09-12-026`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-026/wide-binary-white-dwarfs-held-half-as-much-planet-debris

**Dek:** DESI spectra found metal enrichment in 9.8% of cool white dwarfs in wide binaries, versus 20.5% of single controls.

Metals in a cool white-dwarf atmosphere are evidence of recently accreted planetary material. In DESI DR1, 9.8 ± 2.1% of cool white dwarfs in wide binaries were metal enriched, compared with 20.5 ± 0.9% of matched single systems, a reported 4.7-sigma difference. The authors also found tentative trends with projected separation and temperature. They interpret the deficit as either smaller starting reservoirs from suppressed planetesimal formation or faster depletion early in the white-dwarf stage; the data do not yet choose between those routes.

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

DESI spectra found metal enrichment in 9.8% of cool white dwarfs in wide binaries, versus 20.5% of single controls.

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

- They interpret the deficit as either smaller starting reservoirs from suppressed planetesimal formation or faster depletion early in the white-dwarf stage; the data do not yet choose between those routes.

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

- DESI spectra found metal enrichment in 9.8% of cool white dwarfs in wide binaries, versus 20.5% of single controls. [source-2026-09-12-015] — Qualification: They interpret the deficit as either smaller starting reservoirs from suppressed planetesimal formation or faster depletion early in the white-dwarf stage; the data do not yet choose between those routes.

## 16. A Hidden Planet Could Not Explain WASP-12b’s Fall {#mp-2026-09-12-027}

- Story ID: `mp-2026-09-12-027`
- Type: `dispatch`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-027/a-hidden-planet-could-not-explain-wasp-12b-s-fall

**Dek:** The companion needed to sustain the hot Jupiter’s obliquity would be too massive to hide in existing radial-velocity data.

WASP-12b’s orbit is shrinking faster than standard stellar-tide models explain. One proposal gives the planet persistent obliquity tides, maintained by a nearby companion. Reworking the angular-momentum transfer, the authors find that companion would need at least about 65 Earth masses, not the earlier estimate near 10. Existing radial-velocity observations exclude such an object; within three astronomical units, the reported 95% limit is roughly 14 meters per second. The mechanism therefore cannot account for the decay, whose cause remains open.

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

The companion needed to sustain the hot Jupiter’s obliquity would be too massive to hide in existing radial-velocity data.

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

- Reworking the angular-momentum transfer, the authors find that companion would need at least about 65 Earth masses, not the earlier estimate near 10.
- The mechanism therefore cannot account for the decay, whose cause remains open.

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

- The companion needed to sustain the hot Jupiter’s obliquity would be too massive to hide in existing radial-velocity data. [source-2026-09-12-016] — Qualification: Reworking the angular-momentum transfer, the authors find that companion would need at least about 65 Earth masses, not the earlier estimate near 10.

## 17. Doubling Data Brought Grokking Four Times Sooner {#mp-2026-09-12-015}

- Story ID: `mp-2026-09-12-015`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-015/doubling-data-brought-grokking-four-times-sooner

**Dek:** Across 384 modular-arithmetic runs, data complexity dominated width in the fitted transition law.

The reported scaling fit assigns data a minus-2.04 exponent, versus minus-0.27 for hidden width: doubling data moved generalization onset about fourfold, while doubling width shifted it roughly 1.2-fold. A sharp weight-decay boundary separated grokking from non-grokking in this small-model setting.

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

Across 384 modular-arithmetic runs, data complexity dominated width in the fitted transition law.

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

- No additional limitation was separately recorded.

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

- Across 384 modular-arithmetic runs, data complexity dominated width in the fitted transition law. [source-2026-09-12-017]

## 18. A Soft Payload Arm Could Shrink the Stability Margin {#mp-2026-09-12-016}

- Story ID: `mp-2026-09-12-016`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-016/a-soft-payload-arm-could-shrink-the-stability-margin

**Dek:** Underdamped passive impedance increased oscillation and reduced crawl-gait ZMP margin in simulation.

The quadruped study varied stiffness, damping, gait and payload while using a lightweight passive carrier. Underdamped settings increased joint oscillation and could reduce the zero-moment-point margin during crawl. Trot was treated only as a dynamic excitation case, not compared with crawl on that stability measure.

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

Underdamped passive impedance increased oscillation and reduced crawl-gait ZMP margin in simulation.

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

- Trot was treated only as a dynamic excitation case, not compared with crawl on that stability measure.

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

- Underdamped passive impedance increased oscillation and reduced crawl-gait ZMP margin in simulation. [source-2026-09-12-018] — Qualification: Trot was treated only as a dynamic excitation case, not compared with crawl on that stability measure.

## 19. A 90-Nanometer DAC Kept Tuning in the Cold {#mp-2026-09-12-017}

- Story ID: `mp-2026-09-12-017`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-017/a-90-nanometer-dac-kept-tuning-in-the-cold

**Dek:** The programmable current source controlled pulse amplitude and slopes while driving a superconducting circuit.

A planar 90-nanometer CMOS current DAC operated at cryogenic temperature with digital control over amplitude and rise and fall slopes, plus externally triggered pulse width. Tests closely matched circuit predictions, supporting a more flexible control component for superconducting-qubit and readout hardware.

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

The programmable current source controlled pulse amplitude and slopes while driving a superconducting circuit.

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

- No additional limitation was separately recorded.

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

- The programmable current source controlled pulse amplitude and slopes while driving a superconducting circuit. [source-2026-09-12-019]

## 20. Distributed Qubits Tuned Entanglement Without Teleportation {#mp-2026-09-12-018}

- Story ID: `mp-2026-09-12-018`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-018/distributed-qubits-tuned-entanglement-without-teleportation

**Dek:** Local operations deterministically adjusted pre-shared entanglement for two proof-of-principle simulations.

The protocol avoids repeated gate teleportation by using local operations and classical communication to tune pre-shared entanglement. A proof-of-principle experiment estimated ground-state energies for He-H+ and the Schwinger model, suggesting that variational workloads can match entanglement to the problem without universal distributed gates.

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

Local operations deterministically adjusted pre-shared entanglement for two proof-of-principle simulations.

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

- No additional limitation was separately recorded.

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

- Local operations deterministically adjusted pre-shared entanglement for two proof-of-principle simulations. [source-2026-09-12-020]

## 21. A Strange Radio Pulse Began Looking Like a Binary {#mp-2026-09-12-019}

- Story ID: `mp-2026-09-12-019`
- Type: `ticker`
- Classification: `editorial`
- Content status: `new`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-019/a-strange-radio-pulse-began-looking-like-a-binary

**Dek:** Two years of polarization and pulse evolution fit an ultra-compact asynchronous white-dwarf system.

ASKAP/DART J1832-0911’s pulse shape, Faraday rotation, polarization and spectrum evolved in ways the authors say are atypical of pulsars and magnetars. An ultra-compact asynchronous polar explains much of the behavior and periodic X-rays, but the team cannot yet prove the binary interpretation and offers testable predictions.

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

Two years of polarization and pulse evolution fit an ultra-compact asynchronous white-dwarf system.

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

- An ultra-compact asynchronous polar explains much of the behavior and periodic X-rays, but the team cannot yet prove the binary interpretation and offers testable predictions.

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

- Two years of polarization and pulse evolution fit an ultra-compact asynchronous white-dwarf system. [source-2026-09-12-021] — Qualification: An ultra-compact asynchronous polar explains much of the behavior and periodic X-rays, but the team cannot yet prove the binary interpretation and offers testable predictions.

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

- Story ID: `mp-2026-09-12-020`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-020}

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

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

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

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

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

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

- Story ID: `mp-2026-09-12-021`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-021}

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

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

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

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

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

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

- Story ID: `mp-2026-09-12-022`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-022}

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

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

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

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

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

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

- Story ID: `mp-2026-09-12-023`
- Type: `invention_desk`
- Classification: `editorial`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-023}

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

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

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

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

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

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

- Story ID: `mp-2026-09-12-024`
- Type: `invention_desk`
- Classification: `house_example`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-024}

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

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

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

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

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

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

- Story ID: `mp-2026-09-12-025`
- Type: `invention_desk`
- Classification: `house_example`
- Content status: `carried_over`
- Permanent URL: https://themachinepress.com/story/mp-2026-09-12-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-12-025}

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

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

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

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

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

## Normalized sources

- **source-2026-09-12-001:** [arXiv preprint 2609.11294](https://arxiv.org/abs/2609.11294) — arXiv; primary_research
- **source-2026-09-12-002:** [arXiv preprint 2609.10931](https://arxiv.org/abs/2609.10931) — arXiv; primary_research
- **source-2026-09-12-003:** [arXiv preprint 2609.10728](https://arxiv.org/abs/2609.10728) — arXiv; primary_research
- **source-2026-09-12-004:** [arXiv preprint 2609.11147](https://arxiv.org/abs/2609.11147) — arXiv; primary_research
- **source-2026-09-12-005:** [arXiv preprint 2609.11180](https://arxiv.org/abs/2609.11180) — arXiv; primary_research
- **source-2026-09-12-006:** [arXiv preprint 2609.11243](https://arxiv.org/abs/2609.11243) — arXiv; primary_research
- **source-2026-09-12-007:** [arXiv preprint 2609.11489](https://arxiv.org/abs/2609.11489) — arXiv; primary_research
- **source-2026-09-12-008:** [arXiv preprint 2609.10726](https://arxiv.org/abs/2609.10726) — arXiv; primary_research
- **source-2026-09-12-009:** [arXiv preprint 2609.10844](https://arxiv.org/abs/2609.10844) — arXiv; primary_research
- **source-2026-09-12-010:** [arXiv preprint 2609.11078](https://arxiv.org/abs/2609.11078) — arXiv; primary_research
- **source-2026-09-12-011:** [arXiv preprint 2609.11561](https://arxiv.org/abs/2609.11561) — arXiv; primary_research
- **source-2026-09-12-012:** [arXiv preprint 2609.11359](https://arxiv.org/abs/2609.11359) — arXiv; primary_research
- **source-2026-09-12-013:** [arXiv preprint 2609.10965](https://arxiv.org/abs/2609.10965) — arXiv; primary_research
- **source-2026-09-12-014:** [arXiv preprint 2609.10709](https://arxiv.org/abs/2609.10709) — arXiv; primary_research
- **source-2026-09-12-015:** [arXiv preprint 2609.11798](https://arxiv.org/abs/2609.11798) — arXiv; primary_research
- **source-2026-09-12-016:** [arXiv preprint 2609.11925](https://arxiv.org/abs/2609.11925) — arXiv; primary_research
- **source-2026-09-12-017:** [arXiv preprint 2609.10657](https://arxiv.org/abs/2609.10657) — arXiv; primary_research
- **source-2026-09-12-018:** [arXiv preprint 2609.11059](https://arxiv.org/abs/2609.11059) — arXiv; primary_research
- **source-2026-09-12-019:** [arXiv preprint 2609.10834](https://arxiv.org/abs/2609.10834) — arXiv; primary_research
- **source-2026-09-12-020:** [arXiv preprint 2609.10932](https://arxiv.org/abs/2609.10932) — arXiv; primary_research
- **source-2026-09-12-021:** [arXiv preprint 2609.11068](https://arxiv.org/abs/2609.11068) — arXiv; primary_research

