TheMachine Press

The newspaper for artificial intelligence and the people building it.

Morning editionSources linked throughout
Front pageImportance 10/10

The Judge Couldn’t Find the Step That Changed the Outcome

An executed-replay audit found that three common step-level credit signals for tool-using agents identified causal contribution no better than chance.

An engraved agent path branches across replay tracks while three glowing score dials point away from the one step that changes the outcome.Editorial illustration
Conceptual illustration: executed counterfactual replay found that three common step-credit signals did not identify causally important agent decisions better than chance in the reported environment. Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.

The researchers resampled a policy’s own alternatives at each decision point in ALFWorld and rolled the trajectory forward, creating an executed counterfactual measure of what actually changed the outcome. Against that causal reference, LLM-judge scores, outcome-conditioned log-probability ratios and the policy’s confidence all performed at chance; the authors also report that measurable contribution was sparse and that the available counterfactuals depended on the policy. Their seven-arm training experiment found no arm that reliably beat the untrained policy, while differing sample counts explained apparent training signatures. The result is a preprint finding in one single-agent environment, but its warning is broader: a fluent-looking training signal can measure exposure or correctness without identifying the step that caused success.

research
An engraved bedroom cutaway shows three ceiling radio patterns—fine rings, broad pulses and a mesh—quietly observing a sleeping silhouette.Editorial illustration
Conceptual illustration: a controlled study compared ceiling-mounted FMCW, IR-UWB and Wi-Fi sensing across the same participants and room layouts; it was not a clinical trial. Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.

The Ceiling Saw Sleep Without a Camera

FMCW radar, ultra-wideband radar and Wi-Fi sensing were recorded together across twenty people and six room layouts.

A controlled study mounted three contact-free radio systems above the same bedroom scenes and evaluated them with the same convolutional network. IR-UWB produced the strongest cross-subject result on the ten-class activity task, while FMCW generalized best to unseen room layouts; all three technologies exceeded 92 percent macro F1 on the study’s four-class sleep-monitoring task in unseen environments. The authors attribute the trade-off to differences in range resolution, antenna diversity, Doppler resolution and retained spatial information. The experiment involved twenty participants and should not be read as clinical validation, but it gives designers a rare like-for-like comparison instead of forcing them to compare results gathered with different rooms, hardware and methods.

The Model Followed Recency More Than Reliability

A controlled benchmark made textual summaries, numerical series and external forecasts disagree on purpose.

Because the synthetic risk trajectories identify which evidence source matches the ground truth, the study can vary modality, recency, stated reliability and provenance independently. Open-weight instruction models showed systematic text-versus-number preferences and followed recent evidence more consistently than reliability labels, sometimes over-weighting an external forecast against direct context. The finding isolates a heuristic failure mode for tool-augmented decisions rather than measuring a deployed domain.

Today's Dispatches

developer tools01
Close-up of blue-lit server drive bays with small green status lights.File image
Illustrative generic server-hardware file image; it does not depict StateMem, the tested models, memory backends, conversations or benchmark results. panumas nikhomkhai / Pexels; cropped, resized, metadata stripped, and converted to WebP by The Machine Press.

The Memory Kept the Old Fact After the World Changed

StateMemBench separates current-state answers from superseded facts across 234 multi-session scenarios.

The benchmark tests whether an agent updates its working world when facts, constraints and decisions change, rather than merely retrieving something that was once true. The authors report that a state-first method improved current-state accuracy over same-backbone and existing-memory baselines, and that a single-call wrapper added 32 to 67 points across six backends; absolute benchmark performance remained limited, keeping the result squarely in research territory.

chips infrastructure02

The Fleet Stopped Profiling When the Decision Stopped Moving

FleetSieve measures only the LLM-serving configurations likely to change a resource-coupled allocation.

On a fixed H100 grid for a 31-billion-parameter open model, the method matched the oracle aggregate choice with 6.9 percent fewer GPU-seconds than uniform random profiling in the fixed comparison. Its joint capacity and tail-latency model also avoided a configuration whose 46.4-second p99 violated a 30-second service objective, although the paper reports that FleetSieve did not use the fewest GPU-seconds for every workload.

chips infrastructure03

The Tool Schema Became a Reusable Cache Block

ReCache separates recurring tool and skill descriptions so their key-value states survive changes in order and combination.

Resource-local attention and positions make cached schema blocks composition-invariant, while route selection and pruning reduce what remains visible at inference. On a benchmark assembled from seven public tool-and-skill datasets, the preprint reports nearly unchanged invocation F1, a 3.655-times time-to-first-token speedup for resource-wise attention and a 92.43 percent reduction in allocated KV-tensor memory for the complete framework.

safety security04

Compression Hid the Knowledge It Lost

Aggregate accuracy and bias scores concealed subgroup shifts and confident errors across eleven compression methods.

Researchers evaluated three language models across eleven compression methods and found that compressed systems disproportionately lost head knowledge relative to tail knowledge while often remaining confident about newly incorrect answers. Stable aggregate bias scores also masked opposing movements across demographic subgroups, arguing for granular deployment audits rather than a single perplexity, accuracy or bias number.

benchmarks evals05

Passing Once Collapsed to 25 Percent Across Twenty Runs

Thinkingbox evaluates terminal backend state, policy compliance and collateral effects across 507 business workflows.

The strongest tested model reached 65.36 percent pass-at-one but only 25.25 percent success across twenty attempts on the new benchmark. Many failed runs terminated cleanly after valid state-changing actions, supporting the authors’ argument that a plausible response or tool call is not evidence that the right persistent state transition occurred without extra effects.

robotics06
NASA OSAM-1 robotic servicing arm with a detailed circular tool head against a black background.File image
NASA OSAM-1 file image used illustratively; it does not depict GOAG, the tested grippers, objects, simulations or results. Use does not imply NASA endorsement. NASA Goddard Space Flight Center / Michael Guinto; cropped and converted to WebP by The Machine Press. Use does not imply NASA endorsement.

The Gripper Learned Its Own Surface Before Seeing the Object

GOAG introduces object features only at inference time and samples contacts from a learned representation of the hand.

The generative planner starts from the geometric fact that gripper and object surfaces coincide at valid contacts, then models the contact distribution for a specific gripper without object-specific training data. The authors report an 86.93 percent average success rate on MultiDex objects plus simulated and real-world tests across multiple grippers; the claim remains tied to the reported protocols, not universal dexterity.

benchmarks evals07

The Best Coding Agent Solved Fewer Than Half

SWE-bench Science spans 119 tasks, 98 repositories and twenty fields where software is part of the instrument.

The benchmark separates issue-driven, expert-exploratory and engineering-integration work and reports a best pass-at-one below 50 percent. Its error analysis finds failures in scientific abstraction, exploration, repair coverage and generalization; a paired ablation also showed that well-grounded scientific guidance can help while poorly aligned guidance can anchor the repair in the wrong direction.

benchmarks evals08

The Panel Stopped Calling Copies of the Same Judge

A role-conditioned allocation method drops redundant judges, routes specialists by slice and stops when validation gain saturates.

The method uses a small labeled audit set, declared slices and call costs to distinguish copies, global complements and conditional specialists. Across reasoning, code, safety, preference, reward, summarization and math audits, the output is an auditable call plan rather than a claim that one fixed panel wins everywhere.

safety09

The Reasoning Model Kept All 39 Plant Scenarios Inside Bounds

A programmatically bounded action interface put general-purpose reasoning models against a plant-wide benchmark.

The authors report that the leading model maintained hard constraints across all 39 abnormal situations and operating-point changes, while basic regulatory control failed in fifteen. It also matched the benchmark’s expert-engineered advanced control and diagnosed the stated root cause in fifteen safety-critical cases; these are benchmark results without a human in the loop, not authorization to deploy an LLM on a real plant.

safety security10

A Benign Reply Carried Four Digits of the Secret

Researchers reconstructed in-context secrets from ordinary outputs even when models refused direct extraction.

Across eight proprietary models in controlled experiments, the authors report near-perfect recovery of two-digit secrets and 82 percent exact recovery for four digits from benign responses. They also trained attacks that infer predicates about user memories and extract longer identifiers in a production-style agent, framing context sensitivity itself as a covert leakage channel that capability may amplify.

safety security11
Dark laptop keyboard beneath a glowing stylized command interface in cyan and magenta.File image
Staged technology file image; it does not depict a MaliciousSkillBench artifact, a real scanner, malicious code or the reported evaluations. Rafael Minguet Delgado / Pexels; cropped, resized, metadata stripped, and converted to WebP by The Machine Press.

The Detector Recognized the Source More Than the Threat

MaliciousSkillBench consolidates 9,740 agent-skill packages and tests whether detection transfers beyond familiar feeds.

The benchmark reduces 8,414 raw malicious records to 7,539 normalized identities and evaluates both learned detectors and off-the-shelf scanners. Random-split macro F1 reached as high as 0.932, but source-disjoint performance fell to 0.653–0.665; the strongest text model retained high malicious recall while falsely flagging 62.4 percent of benign skills from held-out sources.

infrastructure12

The Trusted Enclave Still Needed a Fresh Disk

ShieldFS extends ZFS so a hostile storage stack cannot silently roll back, replay or fork persistent state.

The design keeps succinct commitments inside trusted execution environments and a lightweight registry, while authenticating the write-ahead log and storage pool with hash chains and an embedded Merkle tree. Reads verify freshness and integrity without application changes; the paper reports performance comparable to other evaluated filesystems, but the security claim remains conditioned on its confidential-computing threat model and trusted registry.

business enterprise13

The Guardrail Became a Workflow

PolicyGuide compiles policy into a graph and returns step-specific remediation at user-turn boundaries.

Across airline, retail and telecom tasks with one agent-verifier pairing, the preprint reports mean four-run pass rate rising from 0.42 to 0.62, with the largest improvement in telecom. The same workflow representation transferred to two other agent families, while complementary tests found lower observed attack success and stronger procedural compliance than the compared safeguards.

Independent builders

The Invention Desk

Independent builders turning improbable ideas into real things.

  • Four editorial selections
  • $7 for seven days
  • Paid work is clearly labeled
  • Placement is never endorsement
A sepia engraving of a compact touchscreen computer beside a keyboard, two speakers, and an unbranded music control board.
Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.
Desk PickReleased

Tulip Creative Computer

Buildershore pine sound systems contributors

A self-contained touchscreen computer boots into MicroPython and combines programmable graphics, MIDI connections, and an open-source synthesizer in focused, buildable hardware.

Visit Tulip Creative Computer
A sepia engraving of a tiny two-roller printing press clamped to a workbench as it feeds out a small abstract print.
Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.
Desk PickReleased

Open Press Project

BuilderMartin Schneider and Dominik Schmitz

Shrinks an intaglio press into 3D-printed tabletop hardware, with free fabrication plans for makers and finished presses for artists without a printer.

Visit Open Press Project
A sepia cutaway engraving of a printed-frame microscope with an objective, a flexure-guided sample stage, and three small motors.
Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.
Desk PickReleased

OpenFlexure Microscope

BuilderRichard Bowman and OpenFlexure contributors

Prints most of a precise microscope body as one flexure mechanism, pairing interchangeable optics with optional motorized sample positioning and open control software.

Visit OpenFlexure Microscope
A sepia engraving of a rooftop tracking antenna beneath a small satellite, with dotted arcs connecting distant ground stations.
Original editorial concept art generated with built-in Codex Image Gen for The Machine Press, 2026-08-23.
Desk PickReleased

SatNOGS

BuilderLibre Space Foundation and SatNOGS contributors

Links volunteer-built radio ground stations to shared scheduling and observation services, turning backyard antennas into a public satellite-observation network.

Visit SatNOGS
An unnamed prototype under a desk lamp beside a blank card.
Original Codex Image Gen concept art from 2026-07-10; carried forward from the validated 2026-08-22 edition.
Sponsored ProjectOpen

The First Paid Slot

BuilderHouse example / The Machine Press

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.

Ask about the launch slot
Six portfolio slots surround one open slot and seven day markers.
Original Codex Image Gen concept art from 2026-07-10; carried forward from the validated 2026-08-22 edition.
Open PlacementOpen

Put Your Project on the Desk

$7$1/day / 7 days

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.

Email the desk

Desk Picks are selected by the newsroom. Sponsored placement purchases visibility, never endorsement, and always remains visibly separated from editorial selection.